public interface ListFeaturestoresResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeaturestores(int index)
public abstract Featurestore getFeaturestores(int index)The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
| Name | Description |
| index | int |
| Type | Description |
| Featurestore |
getFeaturestoresCount()
public abstract int getFeaturestoresCount()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
| Type | Description |
| int |
getFeaturestoresList()
public abstract List<Featurestore> getFeaturestoresList()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
| Type | Description |
| List<Featurestore> |
getFeaturestoresOrBuilder(int index)
public abstract FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
| Name | Description |
| index | int |
| Type | Description |
| FeaturestoreOrBuilder |
getFeaturestoresOrBuilderList()
public abstract List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.FeaturestoreOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |