Interface ListMembershipRBACRoleBindingsResponseOrBuilder (1.85.0)

public interface ListMembershipRBACRoleBindingsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

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.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRbacrolebindings(int index)

public abstract RBACRoleBinding getRbacrolebindings(int index)

The list of Membership RBACRoleBindings.

repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;

Parameter
Name Description
index int
Returns
Type Description
RBACRoleBinding

getRbacrolebindingsCount()

public abstract int getRbacrolebindingsCount()

The list of Membership RBACRoleBindings.

repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;

Returns
Type Description
int

getRbacrolebindingsList()

public abstract List<RBACRoleBinding> getRbacrolebindingsList()

The list of Membership RBACRoleBindings.

repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;

Returns
Type Description
List<RBACRoleBinding>

getRbacrolebindingsOrBuilder(int index)

public abstract RBACRoleBindingOrBuilder getRbacrolebindingsOrBuilder(int index)

The list of Membership RBACRoleBindings.

repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;

Parameter
Name Description
index int
Returns
Type Description
RBACRoleBindingOrBuilder

getRbacrolebindingsOrBuilderList()

public abstract List<? extends RBACRoleBindingOrBuilder> getRbacrolebindingsOrBuilderList()

The list of Membership RBACRoleBindings.

repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;

Returns
Type Description
List<? extends com.google.cloud.gkehub.v1.RBACRoleBindingOrBuilder>

getUnreachable(int index)

public abstract String getUnreachable(int index)

List of locations that could not be reached while fetching this list.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

List of locations that could not be reached while fetching this list.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

List of locations that could not be reached while fetching this list.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

List of locations that could not be reached while fetching this list.

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.