GKE Hub v1 API - Class ListMembershipBindingsResponse (2.8.0)

public sealed class ListMembershipBindingsResponse : IPageResponse<MembershipBinding>, IEnumerable<MembershipBinding>, IEnumerable, IMessage<ListMembershipBindingsResponse>, IEquatable<ListMembershipBindingsResponse>, IDeepCloneable<ListMembershipBindingsResponse>, IBufferMessage, IMessage

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

List of MembershipBindings.

Inheritance

object > ListMembershipBindingsResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListMembershipBindingsResponse()

public ListMembershipBindingsResponse()

ListMembershipBindingsResponse(ListMembershipBindingsResponse)

public ListMembershipBindingsResponse(ListMembershipBindingsResponse other)
Parameter
Name Description
other ListMembershipBindingsResponse

Properties

MembershipBindings

public RepeatedField<MembershipBinding> MembershipBindings { get; }

The list of membership_bindings

Property Value
Type Description
RepeatedFieldMembershipBinding

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of resources from the ListMembershipBindings 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<MembershipBinding> GetEnumerator()

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

Returns
Type Description
IEnumeratorMembershipBinding