Package com.google.cloud.aiplatform.v1
Interface ListFeatureViewsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeatureViewsResponse,ListFeatureViewsResponse.Builder
@Generated
public interface ListFeatureViewsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureViews(int index) The FeatureViews matching the request.intThe FeatureViews matching the request.The FeatureViews matching the request.getFeatureViewsOrBuilder(int index) The FeatureViews matching the request.List<? extends FeatureViewOrBuilder>The FeatureViews matching the request.A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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
-
getFeatureViewsList
List<FeatureView> getFeatureViewsList()The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1; -
getFeatureViews
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1; -
getFeatureViewsCount
int getFeatureViewsCount()The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1; -
getFeatureViewsOrBuilderList
List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1; -
getFeatureViewsOrBuilder
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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 [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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.
-