GKE Hub v1 API - Class ListBoundMembershipsResponse (2.8.0)

public sealed class ListBoundMembershipsResponse : IPageResponse<Membership>, IEnumerable<Membership>, IEnumerable, IMessage<ListBoundMembershipsResponse>, IEquatable<ListBoundMembershipsResponse>, IDeepCloneable<ListBoundMembershipsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ListBoundMembershipsResponse.

List of Memberships bound to a Scope.

Inheritance

object > ListBoundMembershipsResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListBoundMembershipsResponse()

public ListBoundMembershipsResponse()

ListBoundMembershipsResponse(ListBoundMembershipsResponse)

public ListBoundMembershipsResponse(ListBoundMembershipsResponse other)
Parameter
Name Description
other ListBoundMembershipsResponse

Properties

Memberships

public RepeatedField<Membership> Memberships { get; }

The list of Memberships bound to the given Scope.

Property Value
Type Description
RepeatedFieldMembership

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of resources from the ListBoundMemberships method. The value of an empty string means that there are no more resources to return.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

List of locations that could not be reached while fetching this list.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Membership> GetEnumerator()

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

Returns
Type Description
IEnumeratorMembership