public final class GenerateRandomBytesResponse extends GeneratedMessageV3 implements GenerateRandomBytesResponseOrBuilder
Response message for KeyManagementService.GenerateRandomBytes.
Protobuf type google.cloud.kms.v1.GenerateRandomBytesResponse
Fields
DATA_CRC32C_FIELD_NUMBER
public static final int DATA_CRC32C_FIELD_NUMBER
Field Value
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getData()
public ByteString getData()
The generated data.
bytes data = 1;
Returns
getDataCrc32C()
public Int64Value getDataCrc32C()
Integrity verification field. A CRC32C checksum of the returned
GenerateRandomBytesResponse.data. An integrity check of
GenerateRandomBytesResponse.data can be performed by computing the
CRC32C checksum of GenerateRandomBytesResponse.data and comparing your
results to this field. Discard the response in case of non-matching
checksum values, and perform a limited number of retries. A persistent
mismatch may indicate an issue in your computation of the CRC32C checksum.
Note: This field is defined as int64 for reasons of compatibility across
different languages. However, it is a non-negative integer, which will
never exceed 2^32-1, and can be safely downconverted to uint32 in languages
that support this type.
.google.protobuf.Int64Value data_crc32c = 3;
Returns
getDataCrc32COrBuilder()
public Int64ValueOrBuilder getDataCrc32COrBuilder()
Integrity verification field. A CRC32C checksum of the returned
GenerateRandomBytesResponse.data. An integrity check of
GenerateRandomBytesResponse.data can be performed by computing the
CRC32C checksum of GenerateRandomBytesResponse.data and comparing your
results to this field. Discard the response in case of non-matching
checksum values, and perform a limited number of retries. A persistent
mismatch may indicate an issue in your computation of the CRC32C checksum.
Note: This field is defined as int64 for reasons of compatibility across
different languages. However, it is a non-negative integer, which will
never exceed 2^32-1, and can be safely downconverted to uint32 in languages
that support this type.
.google.protobuf.Int64Value data_crc32c = 3;
Returns
getDefaultInstance()
public static GenerateRandomBytesResponse getDefaultInstance()
Returns
getDefaultInstanceForType()
public GenerateRandomBytesResponse getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getParserForType()
public Parser<GenerateRandomBytesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasDataCrc32C()
public boolean hasDataCrc32C()
Integrity verification field. A CRC32C checksum of the returned
GenerateRandomBytesResponse.data. An integrity check of
GenerateRandomBytesResponse.data can be performed by computing the
CRC32C checksum of GenerateRandomBytesResponse.data and comparing your
results to this field. Discard the response in case of non-matching
checksum values, and perform a limited number of retries. A persistent
mismatch may indicate an issue in your computation of the CRC32C checksum.
Note: This field is defined as int64 for reasons of compatibility across
different languages. However, it is a non-negative integer, which will
never exceed 2^32-1, and can be safely downconverted to uint32 in languages
that support this type.
.google.protobuf.Int64Value data_crc32c = 3;
Returns
Type | Description |
boolean | Whether the dataCrc32c field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static GenerateRandomBytesResponse.Builder newBuilder()
Returns
newBuilder(GenerateRandomBytesResponse prototype)
public static GenerateRandomBytesResponse.Builder newBuilder(GenerateRandomBytesResponse prototype)
Parameter
Returns
newBuilderForType()
public GenerateRandomBytesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateRandomBytesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static GenerateRandomBytesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GenerateRandomBytesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GenerateRandomBytesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GenerateRandomBytesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GenerateRandomBytesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GenerateRandomBytesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GenerateRandomBytesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GenerateRandomBytesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GenerateRandomBytesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GenerateRandomBytesResponse> parser()
Returns
toBuilder()
public GenerateRandomBytesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions