Home
last modified time | relevance | path

Searched refs:batchCreateNotes (Results 1 – 8 of 8) sorted by relevance

/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DGrafeasClient.java1604 public final BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasClient
1611 return batchCreateNotes(request); in batchCreateNotes()
1638 public final BatchCreateNotesResponse batchCreateNotes(String parent, Map<String, Note> notes) { in batchCreateNotes() method in GrafeasClient
1641 return batchCreateNotes(request); in batchCreateNotes()
1669 public final BatchCreateNotesResponse batchCreateNotes(BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasClient
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
1640 serviceImpl.batchCreateNotes( in invoke()
/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/
DGrafeasV1Beta1Client.java1380 public final BatchCreateNotesResponse batchCreateNotes( in batchCreateNotes() method in GrafeasV1Beta1Client
1387 return batchCreateNotes(request); in batchCreateNotes()
1409 public final BatchCreateNotesResponse batchCreateNotes(String parent, Map<String, Note> notes) { in batchCreateNotes() method in GrafeasV1Beta1Client
1412 return batchCreateNotes(request); in batchCreateNotes()
1436 public final BatchCreateNotesResponse batchCreateNotes(BatchCreateNotesRequest request) { in batchCreateNotes() method in GrafeasV1Beta1Client
/external/google-cloud-java/java-grafeas/src/test/java/io/grafeas/v1/
DGrafeasClientTest.java1084 BatchCreateNotesResponse actualResponse = client.batchCreateNotes(parent, notes); in batchCreateNotesTest()
1107 client.batchCreateNotes(parent, notes); in batchCreateNotesExceptionTest()
1123 BatchCreateNotesResponse actualResponse = client.batchCreateNotes(parent, notes); in batchCreateNotesTest2()
1146 client.batchCreateNotes(parent, notes); in batchCreateNotesExceptionTest2()
DMockGrafeasImpl.java292 public void batchCreateNotes( in batchCreateNotes() method in MockGrafeasImpl
/external/google-cloud-java/java-containeranalysis/grpc-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/
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
1853 serviceImpl.batchCreateNotes( in invoke()
/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1beta1/
DMockGrafeasV1Beta1Impl.java247 public void batchCreateNotes( in batchCreateNotes() method in MockGrafeasV1Beta1Impl
DGrafeasV1Beta1ClientTest.java633 BatchCreateNotesResponse actualResponse = client.batchCreateNotes(parent, notes); in batchCreateNotesTest()
658 client.batchCreateNotes(parent, notes); in batchCreateNotesExceptionTest()