public interface ListFeatureOnlineStoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureOnlineStore |
getFeatureOnlineStores(int index)
The FeatureOnlineStores matching the request.
|
int |
getFeatureOnlineStoresCount()
The FeatureOnlineStores matching the request.
|
List<FeatureOnlineStore> |
getFeatureOnlineStoresList()
The FeatureOnlineStores matching the request.
|
FeatureOnlineStoreOrBuilder |
getFeatureOnlineStoresOrBuilder(int index)
The FeatureOnlineStores matching the request.
|
List<? extends FeatureOnlineStoreOrBuilder> |
getFeatureOnlineStoresOrBuilderList()
The FeatureOnlineStores matching the request.
|
String |
getNextPageToken()
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.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureOnlineStore> getFeatureOnlineStoresList()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;FeatureOnlineStore getFeatureOnlineStores(int index)
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;int getFeatureOnlineStoresCount()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;FeatureOnlineStoreOrBuilder getFeatureOnlineStoresOrBuilder(int index)
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;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;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;Copyright © 2024 Google LLC. All rights reserved.