public interface ListFeatureGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
getFeatureGroups(int index)
The FeatureGroups matching the request.
|
int |
getFeatureGroupsCount()
The FeatureGroups matching the request.
|
List<FeatureGroup> |
getFeatureGroupsList()
The FeatureGroups matching the request.
|
FeatureGroupOrBuilder |
getFeatureGroupsOrBuilder(int index)
The FeatureGroups matching the request.
|
List<? extends FeatureGroupOrBuilder> |
getFeatureGroupsOrBuilderList()
The FeatureGroups matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureGroup> getFeatureGroupsList()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;FeatureGroup getFeatureGroups(int index)
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;int getFeatureGroupsCount()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
The FeatureGroups matching the request.
repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;String getNextPageToken()
A token, which can be sent as [ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeatureGroupsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureGroupsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.