Home
last modified time | relevance | path

Searched defs:notes_ (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/
H A DBatchCreateNotesResponse.java121 private java.util.List<io.grafeas.v1beta1.Note> notes_; field in BatchCreateNotesResponse
546 private java.util.List<io.grafeas.v1beta1.Note> notes_ = java.util.Collections.emptyList(); field in BatchCreateNotesResponse.Builder
H A DListNotesResponse.java128 private java.util.List<io.grafeas.v1beta1.Note> notes_; field in ListNotesResponse
619 private java.util.List<io.grafeas.v1beta1.Note> notes_ = java.util.Collections.emptyList(); field in ListNotesResponse.Builder
H A DBatchCreateNotesRequest.java205 private com.google.protobuf.MapField<java.lang.String, io.grafeas.v1beta1.Note> notes_; field in BatchCreateNotesRequest
763 private com.google.protobuf.MapField<java.lang.String, io.grafeas.v1beta1.Note> notes_; field in BatchCreateNotesRequest.Builder
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
H A DBatchCreateNotesResponse.java74 private java.util.List<io.grafeas.v1.Note> notes_; field in BatchCreateNotesResponse
527 private java.util.List<io.grafeas.v1.Note> notes_ = java.util.Collections.emptyList(); field in BatchCreateNotesResponse.Builder
H A DBatchCreateNotesRequest.java153 private com.google.protobuf.MapField<java.lang.String, io.grafeas.v1.Note> notes_; field in BatchCreateNotesRequest
758 private com.google.protobuf.MapField<java.lang.String, io.grafeas.v1.Note> notes_; field in BatchCreateNotesRequest.Builder
H A DListNotesResponse.java73 private java.util.List<io.grafeas.v1.Note> notes_; field in ListNotesResponse
602 private java.util.List<io.grafeas.v1.Note> notes_ = java.util.Collections.emptyList(); field in ListNotesResponse.Builder
/aosp_15_r20/external/dynamic_depth/includes/dynamic_depth/
H A Dvendor_info.h69 string notes_; // The notes. variable
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
H A DTestCase.java260 private volatile java.lang.Object notes_ = ""; field in TestCase
1585 private java.lang.Object notes_ = ""; field in TestCase.Builder
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A DTestCase.java260 private volatile java.lang.Object notes_ = ""; field in TestCase
1582 private java.lang.Object notes_ = ""; field in TestCase.Builder
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Droute_guide_callback_client.cc281 const std::vector<RouteNote> notes_; in RouteChat() member in RouteGuideClient::RouteChat::Chatter