public sealed class ListMembershipRBACRoleBindingsResponse : IPageResponse<RBACRoleBinding>, IEnumerable<RBACRoleBinding>, IEnumerable, IMessage<ListMembershipRBACRoleBindingsResponse>, IEquatable<ListMembershipRBACRoleBindingsResponse>, IDeepCloneable<ListMembershipRBACRoleBindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListMembershipRBACRoleBindingsResponse.
List of Membership RBACRoleBindings.
Implements
IPageResponseRBACRoleBinding, IEnumerableRBACRoleBinding, IEnumerable, IMessageListMembershipRBACRoleBindingsResponse, IEquatableListMembershipRBACRoleBindingsResponse, IDeepCloneableListMembershipRBACRoleBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListMembershipRBACRoleBindingsResponse()
public ListMembershipRBACRoleBindingsResponse()ListMembershipRBACRoleBindingsResponse(ListMembershipRBACRoleBindingsResponse)
public ListMembershipRBACRoleBindingsResponse(ListMembershipRBACRoleBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMembershipRBACRoleBindingsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to request the next page of resources from the
ListMembershipRBACRoleBindings method. The value of an empty string means
that there are no more resources to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Rbacrolebindings
public RepeatedField<RBACRoleBinding> Rbacrolebindings { get; }The list of Membership RBACRoleBindings.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRBACRoleBinding |
|
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<RBACRoleBinding> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRBACRoleBinding |
|