public interface ListNoteOccurrencesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to provide to skip to a particular spot in the list.
|
ByteString |
getNextPageTokenBytes()
Token to provide to skip to a particular spot in the list.
|
Occurrence |
getOccurrences(int index)
The occurrences attached to the specified note.
|
int |
getOccurrencesCount()
The occurrences attached to the specified note.
|
List<Occurrence> |
getOccurrencesList()
The occurrences attached to the specified note.
|
OccurrenceOrBuilder |
getOccurrencesOrBuilder(int index)
The occurrences attached to the specified note.
|
List<? extends OccurrenceOrBuilder> |
getOccurrencesOrBuilderList()
The occurrences attached to the specified note.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Occurrence> getOccurrencesList()
The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
Occurrence getOccurrences(int index)
The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
int getOccurrencesCount()
The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
String getNextPageToken()
Token to provide to skip to a particular spot in the list.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Token to provide to skip to a particular spot in the list.
string next_page_token = 2;
Copyright © 2019 Google LLC. All rights reserved.