public static final class ListMembershipRBACRoleBindingsResponse.Builder extends GeneratedMessage.Builder<ListMembershipRBACRoleBindingsResponse.Builder> implements ListMembershipRBACRoleBindingsResponseOrBuilderList of Membership RBACRoleBindings.
Protobuf type google.cloud.gkehub.v1.ListMembershipRBACRoleBindingsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListMembershipRBACRoleBindingsResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRbacrolebindings(Iterable<? extends RBACRoleBinding> values)
public ListMembershipRBACRoleBindingsResponse.Builder addAllRbacrolebindings(Iterable<? extends RBACRoleBinding> values)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.gkehub.v1.RBACRoleBinding> |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListMembershipRBACRoleBindingsResponse.Builder addAllUnreachable(Iterable<String> values)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
addRbacrolebindings(RBACRoleBinding value)
public ListMembershipRBACRoleBindingsResponse.Builder addRbacrolebindings(RBACRoleBinding value)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RBACRoleBinding |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
addRbacrolebindings(RBACRoleBinding.Builder builderForValue)
public ListMembershipRBACRoleBindingsResponse.Builder addRbacrolebindings(RBACRoleBinding.Builder builderForValue)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RBACRoleBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
addRbacrolebindings(int index, RBACRoleBinding value)
public ListMembershipRBACRoleBindingsResponse.Builder addRbacrolebindings(int index, RBACRoleBinding value)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RBACRoleBinding |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
addRbacrolebindings(int index, RBACRoleBinding.Builder builderForValue)
public ListMembershipRBACRoleBindingsResponse.Builder addRbacrolebindings(int index, RBACRoleBinding.Builder builderForValue)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RBACRoleBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
addRbacrolebindingsBuilder()
public RBACRoleBinding.Builder addRbacrolebindingsBuilder()The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
RBACRoleBinding.Builder |
|
addRbacrolebindingsBuilder(int index)
public RBACRoleBinding.Builder addRbacrolebindingsBuilder(int index)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RBACRoleBinding.Builder |
|
addUnreachable(String value)
public ListMembershipRBACRoleBindingsResponse.Builder addUnreachable(String value)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListMembershipRBACRoleBindingsResponse.Builder addUnreachableBytes(ByteString value)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
build()
public ListMembershipRBACRoleBindingsResponse build()| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse |
|
buildPartial()
public ListMembershipRBACRoleBindingsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse |
|
clear()
public ListMembershipRBACRoleBindingsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
clearNextPageToken()
public ListMembershipRBACRoleBindingsResponse.Builder clearNextPageToken() 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 |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
clearRbacrolebindings()
public ListMembershipRBACRoleBindingsResponse.Builder clearRbacrolebindings()The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
clearUnreachable()
public ListMembershipRBACRoleBindingsResponse.Builder clearUnreachable()List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListMembershipRBACRoleBindingsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getRbacrolebindingsBuilder(int index)
public RBACRoleBinding.Builder getRbacrolebindingsBuilder(int index)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RBACRoleBinding.Builder |
|
getRbacrolebindingsBuilderList()
public List<RBACRoleBinding.Builder> getRbacrolebindingsBuilderList()The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRbacrolebindingsCount()
public int getRbacrolebindingsCount()The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRbacrolebindingsList()
public 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 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 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 String getUnreachable(int index)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public 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 ProtocolStringList getUnreachableList()List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListMembershipRBACRoleBindingsResponse other)
public ListMembershipRBACRoleBindingsResponse.Builder mergeFrom(ListMembershipRBACRoleBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMembershipRBACRoleBindingsResponse |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMembershipRBACRoleBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListMembershipRBACRoleBindingsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
removeRbacrolebindings(int index)
public ListMembershipRBACRoleBindingsResponse.Builder removeRbacrolebindings(int index)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
setNextPageToken(String value)
public ListMembershipRBACRoleBindingsResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListMembershipRBACRoleBindingsResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |
setRbacrolebindings(int index, RBACRoleBinding value)
public ListMembershipRBACRoleBindingsResponse.Builder setRbacrolebindings(int index, RBACRoleBinding value)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RBACRoleBinding |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
setRbacrolebindings(int index, RBACRoleBinding.Builder builderForValue)
public ListMembershipRBACRoleBindingsResponse.Builder setRbacrolebindings(int index, RBACRoleBinding.Builder builderForValue)The list of Membership RBACRoleBindings.
repeated .google.cloud.gkehub.v1.RBACRoleBinding rbacrolebindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RBACRoleBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
|
setUnreachable(int index, String value)
public ListMembershipRBACRoleBindingsResponse.Builder setUnreachable(int index, String value)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListMembershipRBACRoleBindingsResponse.Builder |
This builder for chaining. |