public interface ListFeatureViewsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureViews(int index)
public abstract FeatureView getFeatureViews(int index)
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureView |
getFeatureViewsCount()
public abstract int getFeatureViewsCount()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
Returns | |
---|---|
Type | Description |
int |
getFeatureViewsList()
public abstract List<FeatureView> getFeatureViewsList()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
Returns | |
---|---|
Type | Description |
List<FeatureView> |
getFeatureViewsOrBuilder(int index)
public abstract FeatureViewOrBuilder getFeatureViewsOrBuilder(int index)
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureViewOrBuilder |
getFeatureViewsOrBuilderList()
public abstract List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()
The FeatureViews matching the request.
repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeatureViewOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as ListFeatureViewsRequest.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 ListFeatureViewsRequest.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. |