public interface ListFeaturesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeatures(int index)
The Features matching the request.
|
int |
getFeaturesCount()
The Features matching the request.
|
List<Feature> |
getFeaturesList()
The Features matching the request.
|
FeatureOrBuilder |
getFeaturesOrBuilder(int index)
The Features matching the request.
|
List<? extends FeatureOrBuilder> |
getFeaturesOrBuilderList()
The Features matching the request.
|
String |
getNextPageToken()
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.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Feature> getFeaturesList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;Feature getFeatures(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;int getFeaturesCount()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;FeatureOrBuilder getFeaturesOrBuilder(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;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;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;Copyright © 2025 Google LLC. All rights reserved.