public interface SearchFeaturesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeatures(int index)
public abstract Feature getFeatures(int index)The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Feature |
|
getFeaturesCount()
public abstract int getFeaturesCount()The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeaturesList()
public abstract List<Feature> getFeaturesList()The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
| Returns | |
|---|---|
| Type | Description |
List<Feature> |
|
getFeaturesOrBuilder(int index)
public abstract FeatureOrBuilder getFeaturesOrBuilder(int index)The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureOrBuilder |
|
getFeaturesOrBuilderList()
public abstract List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as SearchFeaturesRequest.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 SearchFeaturesRequest.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. |