Interface FetchExamplesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchExamplesResponse,FetchExamplesResponse.Builder
@Generated
public interface FetchExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExamples(int index) The examples in the Example Store that satisfy the metadata filters.intThe examples in the Example Store that satisfy the metadata filters.The examples in the Example Store that satisfy the metadata filters.getExamplesOrBuilder(int index) The examples in the Example Store that satisfy the metadata filters.List<? extends ExampleOrBuilder>The examples in the Example Store that satisfy the metadata filters.A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExamplesList
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1; -
getExamples
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1; -
getExamplesCount
int getExamplesCount()The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1; -
getExamplesOrBuilderList
List<? extends ExampleOrBuilder> getExamplesOrBuilderList()The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1; -
getExamplesOrBuilder
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-