Package com.google.cloud.aiplatform.v1
Interface ListFeaturesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeaturesResponse,ListFeaturesResponse.Builder
@Generated
public interface ListFeaturesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatures(int index) The Features matching the request.intThe Features matching the request.The Features matching the request.getFeaturesOrBuilder(int index) The Features matching the request.List<? extends FeatureOrBuilder>The Features matching the request.A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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
-
getFeaturesList
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1; -
getFeatures
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1; -
getFeaturesCount
int getFeaturesCount()The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1; -
getFeaturesOrBuilderList
List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1; -
getFeaturesOrBuilder
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page. If this field is omitted, 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 [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-