Class ListKeyRingsResponse (2.40.0)

public final class ListKeyRingsResponse extends GeneratedMessageV3 implements ListKeyRingsResponseOrBuilder

Response message for KeyManagementService.ListKeyRings.

Protobuf type google.cloud.kms.v1.ListKeyRingsResponse

Static Fields

KEY_RINGS_FIELD_NUMBER

public static final int KEY_RINGS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_SIZE_FIELD_NUMBER

public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListKeyRingsResponse getDefaultInstance()
Returns
TypeDescription
ListKeyRingsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListKeyRingsResponse.Builder newBuilder()
Returns
TypeDescription
ListKeyRingsResponse.Builder

newBuilder(ListKeyRingsResponse prototype)

public static ListKeyRingsResponse.Builder newBuilder(ListKeyRingsResponse prototype)
Parameter
NameDescription
prototypeListKeyRingsResponse
Returns
TypeDescription
ListKeyRingsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListKeyRingsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListKeyRingsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListKeyRingsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListKeyRingsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListKeyRingsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListKeyRingsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListKeyRingsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListKeyRingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListKeyRingsResponse> parser()
Returns
TypeDescription
Parser<ListKeyRingsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListKeyRingsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListKeyRingsResponse

getKeyRings(int index)

public KeyRing getKeyRings(int index)

The list of KeyRings.

repeated .google.cloud.kms.v1.KeyRing key_rings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
KeyRing

getKeyRingsCount()

public int getKeyRingsCount()

The list of KeyRings.

repeated .google.cloud.kms.v1.KeyRing key_rings = 1;

Returns
TypeDescription
int

getKeyRingsList()

public List<KeyRing> getKeyRingsList()

The list of KeyRings.

repeated .google.cloud.kms.v1.KeyRing key_rings = 1;

Returns
TypeDescription
List<KeyRing>

getKeyRingsOrBuilder(int index)

public KeyRingOrBuilder getKeyRingsOrBuilder(int index)

The list of KeyRings.

repeated .google.cloud.kms.v1.KeyRing key_rings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
KeyRingOrBuilder

getKeyRingsOrBuilderList()

public List<? extends KeyRingOrBuilder> getKeyRingsOrBuilderList()

The list of KeyRings.

repeated .google.cloud.kms.v1.KeyRing key_rings = 1;

Returns
TypeDescription
List<? extends com.google.cloud.kms.v1.KeyRingOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListKeyRingsResponse> getParserForType()
Returns
TypeDescription
Parser<ListKeyRingsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalSize()

public int getTotalSize()

The total number of KeyRings that matched the query.

int32 total_size = 3;

Returns
TypeDescription
int

The totalSize.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListKeyRingsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListKeyRingsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListKeyRingsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListKeyRingsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListKeyRingsResponse.Builder toBuilder()
Returns
TypeDescription
ListKeyRingsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException