Package com.google.cloud.aiplatform.v1
Interface ListFeatureOnlineStoresResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeatureOnlineStoresResponse,ListFeatureOnlineStoresResponse.Builder
@Generated
public interface ListFeatureOnlineStoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureOnlineStores(int index) The FeatureOnlineStores matching the request.intThe FeatureOnlineStores matching the request.The FeatureOnlineStores matching the request.getFeatureOnlineStoresOrBuilder(int index) The FeatureOnlineStores matching the request.List<? extends FeatureOnlineStoreOrBuilder>The FeatureOnlineStores matching the request.A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureOnlineStoresList
List<FeatureOnlineStore> getFeatureOnlineStoresList()The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1; -
getFeatureOnlineStores
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1; -
getFeatureOnlineStoresCount
int getFeatureOnlineStoresCount()The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1; -
getFeatureOnlineStoresOrBuilderList
List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1; -
getFeatureOnlineStoresOrBuilder
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.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 [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.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.
-