Interface ListFeatureViewsResponseOrBuilder (3.42.0)

public interface ListFeatureViewsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureViews(int index)

public abstract FeatureView getFeatureViews(int index)

The FeatureViews matching the request.

repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureView

getFeatureViewsCount()

public abstract int getFeatureViewsCount()

The FeatureViews matching the request.

repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;

Returns
TypeDescription
int

getFeatureViewsList()

public abstract List<FeatureView> getFeatureViewsList()

The FeatureViews matching the request.

repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
FeatureViewOrBuilder

getFeatureViewsOrBuilderList()

public abstract List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()

The FeatureViews matching the request.

repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.