public interface ListFeaturestoresResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeaturestores(int index)
public abstract Featurestore getFeaturestores(int index)The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Featurestore |
|
getFeaturestoresCount()
public abstract int getFeaturestoresCount()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeaturestoresList()
public abstract List<Featurestore> getFeaturestoresList()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
| Returns | |
|---|---|
| Type | Description |
List<Featurestore> |
|
getFeaturestoresOrBuilder(int index)
public abstract FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeaturestoreOrBuilder |
|
getFeaturestoresOrBuilderList()
public abstract List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeaturestoreOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as ListFeaturestoresRequest.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 ListFeaturestoresRequest.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. |