public interface ListFeaturestoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.v1.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.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Featurestore> getFeaturestoresList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;Featurestore getFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;int getFeaturestoresCount()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;String getNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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 [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.