public sealed class ListScopeRBACRoleBindingsResponse : IPageResponse<RBACRoleBinding>, IEnumerable<RBACRoleBinding>, IEnumerable, IMessage<ListScopeRBACRoleBindingsResponse>, IEquatable<ListScopeRBACRoleBindingsResponse>, IDeepCloneable<ListScopeRBACRoleBindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListScopeRBACRoleBindingsResponse.
List of Scope RBACRoleBindings.
Implements
IPageResponseRBACRoleBinding, IEnumerableRBACRoleBinding, IEnumerable, IMessageListScopeRBACRoleBindingsResponse, IEquatableListScopeRBACRoleBindingsResponse, IDeepCloneableListScopeRBACRoleBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListScopeRBACRoleBindingsResponse()
public ListScopeRBACRoleBindingsResponse()ListScopeRBACRoleBindingsResponse(ListScopeRBACRoleBindingsResponse)
public ListScopeRBACRoleBindingsResponse(ListScopeRBACRoleBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListScopeRBACRoleBindingsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to request the next page of resources from the
ListScopeRBACRoleBindings 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 Scope RBACRoleBindings.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRBACRoleBinding |
|
Methods
GetEnumerator()
public IEnumerator<RBACRoleBinding> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRBACRoleBinding |
|