public interface BatchCreateNotesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Note> getNotesList()
The notes that were created.
repeated .grafeas.v1.Note notes = 1;
Note getNotes(int index)
The notes that were created.
repeated .grafeas.v1.Note notes = 1;
int getNotesCount()
The notes that were created.
repeated .grafeas.v1.Note notes = 1;
List<? extends NoteOrBuilder> getNotesOrBuilderList()
The notes that were created.
repeated .grafeas.v1.Note notes = 1;
NoteOrBuilder getNotesOrBuilder(int index)
The notes that were created.
repeated .grafeas.v1.Note notes = 1;
Copyright © 2019 Google LLC. All rights reserved.