public interface ListScopeRBACRoleBindingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() 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.
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
ListScopeRBACRoleBindings 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 Scope 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 Scope RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRbacrolebindingsList()
public abstract List<RBACRoleBinding> getRbacrolebindingsList()The list of Scope 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 Scope 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 Scope RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1.RBACRoleBindingOrBuilder> |
|