public sealed class ListMembershipBindingsResponse : IPageResponse<MembershipBinding>, IEnumerable<MembershipBinding>, IEnumerable, IMessage<ListMembershipBindingsResponse>, IEquatable<ListMembershipBindingsResponse>, IDeepCloneable<ListMembershipBindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListMembershipBindingsResponse.
List of MembershipBindings.
Implements
IPageResponseMembershipBinding, IEnumerableMembershipBinding, IEnumerable, IMessageListMembershipBindingsResponse, IEquatableListMembershipBindingsResponse, IDeepCloneableListMembershipBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
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 |
|