public interface ListFeaturesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatures(int index)
public abstract Feature getFeatures(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Feature |
getFeaturesCount()
public abstract int getFeaturesCount()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
int |
getFeaturesList()
public abstract List<Feature> getFeaturesList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
List<Feature> |
getFeaturesOrBuilder(int index)
public abstract FeatureOrBuilder getFeaturesOrBuilder(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureOrBuilder |
getFeaturesOrBuilderList()
public abstract List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeatureOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |