public interface ListFeatureGroupsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureGroups(int index)
public abstract FeatureGroup getFeatureGroups(int index)
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureGroup |
getFeatureGroupsCount()
public abstract int getFeatureGroupsCount()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
Returns | |
---|---|
Type | Description |
int |
getFeatureGroupsList()
public abstract List<FeatureGroup> getFeatureGroupsList()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
Returns | |
---|---|
Type | Description |
List<FeatureGroup> |
getFeatureGroupsOrBuilder(int index)
public abstract FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureGroupOrBuilder |
getFeatureGroupsOrBuilderList()
public abstract List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |