Cloud AI Platform v1 API - Class ListFeatureGroupsResponse (2.27.0)

public sealed class ListFeatureGroupsResponse : IMessage<ListFeatureGroupsResponse>, IEquatable<ListFeatureGroupsResponse>, IDeepCloneable<ListFeatureGroupsResponse>, IBufferMessage, IMessage, IPageResponse<FeatureGroup>, IEnumerable<FeatureGroup>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ListFeatureGroupsResponse.

Response message for [FeatureRegistryService.ListFeatureGroups][google.cloud.aiplatform.v1.FeatureRegistryService.ListFeatureGroups].

Inheritance

object > ListFeatureGroupsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeatureGroupsResponse()

public ListFeatureGroupsResponse()

ListFeatureGroupsResponse(ListFeatureGroupsResponse)

public ListFeatureGroupsResponse(ListFeatureGroupsResponse other)
Parameter
NameDescription
otherListFeatureGroupsResponse

Properties

FeatureGroups

public RepeatedField<FeatureGroup> FeatureGroups { get; }

The FeatureGroups matching the request.

Property Value
TypeDescription
RepeatedFieldFeatureGroup

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<FeatureGroup> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFeatureGroup