Interface ListFeaturestoresResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeaturestoresResponse
,ListFeaturestoresResponse.Builder
public interface ListFeaturestoresResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Featurestore
getFeaturestores(int index)
The Featurestores matching the request.int
getFeaturestoresCount()
The Featurestores matching the request.List<Featurestore>
getFeaturestoresList()
The Featurestores matching the request.FeaturestoreOrBuilder
getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.List<? extends FeaturestoreOrBuilder>
getFeaturestoresOrBuilderList()
The Featurestores matching the request.String
getNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeaturestoresList
List<Featurestore> getFeaturestoresList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestores
Featurestore getFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresCount
int getFeaturestoresCount()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresOrBuilderList
List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresOrBuilder
FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getNextPageToken
String getNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.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 [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.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.
-
-