Interface ListFeatureGroupsResponseOrBuilder (3.42.0)

public interface ListFeatureGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureGroups(int index)

public abstract FeatureGroup getFeatureGroups(int index)

The FeatureGroups matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureGroup feature_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureGroup

getFeatureGroupsCount()

public abstract int getFeatureGroupsCount()

The FeatureGroups matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureGroup feature_groups = 1;

Returns
TypeDescription
int

getFeatureGroupsList()

public abstract List<FeatureGroup> getFeatureGroupsList()

The FeatureGroups matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureGroup feature_groups = 1;

Returns
TypeDescription
List<FeatureGroup>

getFeatureGroupsOrBuilder(int index)

public abstract FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)

The FeatureGroups matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureGroup feature_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureGroupOrBuilder

getFeatureGroupsOrBuilderList()

public abstract List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()

The FeatureGroups matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureGroup feature_groups = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureGroupOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListFeatureGroupsRequest.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 ListFeatureGroupsRequest.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.