GKE Hub v1 API - Class ListMembershipRBACRoleBindingsResponse (2.8.0)

public sealed class ListMembershipRBACRoleBindingsResponse : IPageResponse<RBACRoleBinding>, IEnumerable<RBACRoleBinding>, IEnumerable, IMessage<ListMembershipRBACRoleBindingsResponse>, IEquatable<ListMembershipRBACRoleBindingsResponse>, IDeepCloneable<ListMembershipRBACRoleBindingsResponse>, IBufferMessage, IMessage

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

List of Membership RBACRoleBindings.

Inheritance

object > ListMembershipRBACRoleBindingsResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

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