public interface ListOccurrencesResponseOrBuilder 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.
|
Occurrence |
getOccurrences(int index)
The occurrences requested.
|
int |
getOccurrencesCount()
The occurrences requested.
|
List<Occurrence> |
getOccurrencesList()
The occurrences requested.
|
OccurrenceOrBuilder |
getOccurrencesOrBuilder(int index)
The occurrences requested.
|
List<? extends OccurrenceOrBuilder> |
getOccurrencesOrBuilderList()
The occurrences requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Occurrence> getOccurrencesList()
The occurrences requested.
repeated .grafeas.v1.Occurrence occurrences = 1;
Occurrence getOccurrences(int index)
The occurrences requested.
repeated .grafeas.v1.Occurrence occurrences = 1;
int getOccurrencesCount()
The occurrences requested.
repeated .grafeas.v1.Occurrence occurrences = 1;
List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences requested.
repeated .grafeas.v1.Occurrence occurrences = 1;
OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences requested.
repeated .grafeas.v1.Occurrence occurrences = 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.