public interface ListFeatureOnlineStoresResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureOnlineStores(int index)
public abstract FeatureOnlineStore getFeatureOnlineStores(int index)
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore |
getFeatureOnlineStoresCount()
public abstract int getFeatureOnlineStoresCount()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
Returns | |
---|---|
Type | Description |
int |
getFeatureOnlineStoresList()
public abstract List<FeatureOnlineStore> getFeatureOnlineStoresList()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
Returns | |
---|---|
Type | Description |
List<FeatureOnlineStore> |
getFeatureOnlineStoresOrBuilder(int index)
public abstract FeatureOnlineStoreOrBuilder getFeatureOnlineStoresOrBuilder(int index)
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureOnlineStoreOrBuilder |
getFeatureOnlineStoresOrBuilderList()
public abstract List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()
The FeatureOnlineStores matching the request.
repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeatureOnlineStoreOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as ListFeatureOnlineStoresRequest.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 ListFeatureOnlineStoresRequest.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. |