public interface ListNotesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
The next pagination token in the list response.
|
ByteString |
getNextPageTokenBytes()
The next pagination token in the list response.
|
Note |
getNotes(int index)
The notes requested.
|
int |
getNotesCount()
The notes requested.
|
List<Note> |
getNotesList()
The notes requested.
|
NoteOrBuilder |
getNotesOrBuilder(int index)
The notes requested.
|
List<? extends NoteOrBuilder> |
getNotesOrBuilderList()
The notes requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
Note getNotes(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
int getNotesCount()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
List<? extends NoteOrBuilder> getNotesOrBuilderList()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
NoteOrBuilder getNotesOrBuilder(int index)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
String getNextPageToken()
The next pagination token in the list response. It should be used as `page_token` for the following request. An empty value means no more results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
The next pagination token in the list response. It should be used as `page_token` for the following request. An empty value means no more results.
string next_page_token = 2;
Copyright © 2019 Google LLC. All rights reserved.