Package io.grafeas.v1beta1
Interface BatchCreateNotesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateNotesResponse
,BatchCreateNotesResponse.Builder
public interface BatchCreateNotesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Note
getNotes(int index)
The notes that were created.int
getNotesCount()
The notes that were created.List<Note>
getNotesList()
The notes that were created.NoteOrBuilder
getNotesOrBuilder(int index)
The notes that were created.List<? extends NoteOrBuilder>
getNotesOrBuilderList()
The notes that were created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNotesList
List<Note> getNotesList()
The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
-
getNotes
Note getNotes(int index)
The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
-
getNotesCount
int getNotesCount()
The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
-
getNotesOrBuilderList
List<? extends NoteOrBuilder> getNotesOrBuilderList()
The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
-
getNotesOrBuilder
NoteOrBuilder getNotesOrBuilder(int index)
The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
-
-