Home
last modified time | relevance | path

Searched refs:updateNoteCallable (Results 1 – 6 of 6) sorted by relevance

/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/stub/
DGrpcGrafeasStub.java222 private final UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable; field in GrpcGrafeasStub
459 this.updateNoteCallable = in GrpcGrafeasStub()
555 public UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrpcGrafeasStub
556 return updateNoteCallable; in updateNoteCallable()
DGrafeasStub.java117 public UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrafeasStub
/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/stub/
DGrpcGrafeasV1Beta1Stub.java231 private final UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable; field in GrpcGrafeasV1Beta1Stub
532 this.updateNoteCallable = in GrpcGrafeasV1Beta1Stub()
613 public UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrpcGrafeasV1Beta1Stub
614 return updateNoteCallable; in updateNoteCallable()
DGrafeasV1Beta1Stub.java120 public UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrafeasV1Beta1Stub
/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DGrafeasClient.java1800 return updateNoteCallable().call(request); in updateNote()
1828 public final UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrafeasClient
1829 return stub.updateNoteCallable(); in updateNoteCallable()
/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/
DGrafeasV1Beta1Client.java1547 return updateNoteCallable().call(request); in updateNote()
1570 public final UnaryCallable<UpdateNoteRequest, Note> updateNoteCallable() { in updateNoteCallable() method in GrafeasV1Beta1Client
1571 return stub.updateNoteCallable(); in updateNoteCallable()