Class ListScopeRBACRoleBindingsResponse (1.85.0)

public final class ListScopeRBACRoleBindingsResponse extends GeneratedMessage implements ListScopeRBACRoleBindingsResponseOrBuilder

List of Scope RBACRoleBindings.

Protobuf type google.cloud.gkehub.v1.ListScopeRBACRoleBindingsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListScopeRBACRoleBindingsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

RBACROLEBINDINGS_FIELD_NUMBER

public static final int RBACROLEBINDINGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListScopeRBACRoleBindingsResponse getDefaultInstance()
Returns
Type Description
ListScopeRBACRoleBindingsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListScopeRBACRoleBindingsResponse.Builder newBuilder()
Returns
Type Description
ListScopeRBACRoleBindingsResponse.Builder

newBuilder(ListScopeRBACRoleBindingsResponse prototype)

public static ListScopeRBACRoleBindingsResponse.Builder newBuilder(ListScopeRBACRoleBindingsResponse prototype)
Parameter
Name Description
prototype ListScopeRBACRoleBindingsResponse
Returns
Type Description
ListScopeRBACRoleBindingsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListScopeRBACRoleBindingsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListScopeRBACRoleBindingsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListScopeRBACRoleBindingsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListScopeRBACRoleBindingsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListScopeRBACRoleBindingsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListScopeRBACRoleBindingsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListScopeRBACRoleBindingsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListScopeRBACRoleBindingsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListScopeRBACRoleBindingsResponse> parser()
Returns
Type Description
Parser<ListScopeRBACRoleBindingsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListScopeRBACRoleBindingsResponse getDefaultInstanceForType()
Returns
Type Description
ListScopeRBACRoleBindingsResponse

getNextPageToken()

public 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 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.

getParserForType()

public Parser<ListScopeRBACRoleBindingsResponse> getParserForType()
Returns
Type Description
Parser<ListScopeRBACRoleBindingsResponse>
Overrides

getRbacrolebindings(int index)

public 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 int getRbacrolebindingsCount()

The list of Scope RBACRoleBindings.

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

Returns
Type Description
int

getRbacrolebindingsList()

public 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 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 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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListScopeRBACRoleBindingsResponse.Builder newBuilderForType()
Returns
Type Description
ListScopeRBACRoleBindingsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListScopeRBACRoleBindingsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListScopeRBACRoleBindingsResponse.Builder
Overrides

toBuilder()

public ListScopeRBACRoleBindingsResponse.Builder toBuilder()
Returns
Type Description
ListScopeRBACRoleBindingsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException