public final class GenerateRandomBytesResponse extends GeneratedMessageV3 implements GenerateRandomBytesResponseOrBuilder
Response message for
KeyManagementService.GenerateRandomBytes.
Protobuf type google.cloud.kms.v1.GenerateRandomBytesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATA_CRC32C_FIELD_NUMBER
public static final int DATA_CRC32C_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GenerateRandomBytesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateRandomBytesResponse.Builder newBuilder()
newBuilder(GenerateRandomBytesResponse prototype)
public static GenerateRandomBytesResponse.Builder newBuilder(GenerateRandomBytesResponse prototype)
public static GenerateRandomBytesResponse parseDelimitedFrom(InputStream input)
public static GenerateRandomBytesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateRandomBytesResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateRandomBytesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(CodedInputStream input)
public static GenerateRandomBytesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(InputStream input)
public static GenerateRandomBytesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateRandomBytesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateRandomBytesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getData()
public ByteString getData()
The generated data.
bytes data = 1;
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;
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;
getDefaultInstanceForType()
public GenerateRandomBytesResponse getDefaultInstanceForType()
getParserForType()
public Parser<GenerateRandomBytesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateRandomBytesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateRandomBytesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GenerateRandomBytesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides