public interface ListFeatureViewsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureView |
getFeatureViews(int index)
The FeatureViews matching the request.
|
int |
getFeatureViewsCount()
The FeatureViews matching the request.
|
List<FeatureView> |
getFeatureViewsList()
The FeatureViews matching the request.
|
FeatureViewOrBuilder |
getFeatureViewsOrBuilder(int index)
The FeatureViews matching the request.
|
List<? extends FeatureViewOrBuilder> |
getFeatureViewsOrBuilderList()
The FeatureViews matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureView> getFeatureViewsList()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureView feature_views = 1;FeatureView getFeatureViews(int index)
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureView feature_views = 1;int getFeatureViewsCount()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureView feature_views = 1;List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureView feature_views = 1;FeatureViewOrBuilder getFeatureViewsOrBuilder(int index)
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureView feature_views = 1;String getNextPageToken()
A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.