Home
last modified time | relevance | path

Searched defs:batchCreateNotes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
H A DGrafeasGrpc.java812 default void batchCreateNotes( in batchCreateNotes() method
1080 public void batchCreateNotes( in batchCreateNotes() method in GrafeasGrpc.GrafeasStub
1297 public io.grafeas.v1.BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasGrpc.GrafeasBlockingStub
1515 batchCreateNotes(io.grafeas.v1.BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasGrpc.GrafeasFutureStub
H A DGrafeasClient.java1604 public final BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasClient
1638 public final BatchCreateNotesResponse batchCreateNotes(String parent, Map<String, Note> notes) { in batchCreateNotes() method in GrafeasClient
1669 public final BatchCreateNotesResponse batchCreateNotes(BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasClient
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/
H A DGrafeasV1Beta1Client.java1380 public final BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasV1Beta1Client
1409 public final BatchCreateNotesResponse batchCreateNotes(String parent, Map<String, Note> notes) { in batchCreateNotes() method in GrafeasV1Beta1Client
1436 public final BatchCreateNotesResponse batchCreateNotes(BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasV1Beta1Client
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/grpc-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/
H A DGrafeasV1Beta1Grpc.java894 public void batchCreateNotes( in batchCreateNotes() method in GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase
1248 public void batchCreateNotes( in batchCreateNotes() method in GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub
1481 public io.grafeas.v1beta1.BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub
1711 batchCreateNotes(io.grafeas.v1beta1.BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/test/java/io/grafeas/v1/
H A DMockGrafeasImpl.java292 public void batchCreateNotes( in batchCreateNotes() method in MockGrafeasImpl
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1beta1/
H A DMockGrafeasV1Beta1Impl.java247 public void batchCreateNotes( in batchCreateNotes() method in MockGrafeasV1Beta1Impl