public final class GenerateRandomBytesRequest extends GeneratedMessageV3 implements GenerateRandomBytesRequestOrBuilder
Request message for
KeyManagementService.GenerateRandomBytes.
Protobuf type google.cloud.kms.v1.GenerateRandomBytesRequest
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
LENGTH_BYTES_FIELD_NUMBER
public static final int LENGTH_BYTES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROTECTION_LEVEL_FIELD_NUMBER
public static final int PROTECTION_LEVEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GenerateRandomBytesRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateRandomBytesRequest.Builder newBuilder()
newBuilder(GenerateRandomBytesRequest prototype)
public static GenerateRandomBytesRequest.Builder newBuilder(GenerateRandomBytesRequest prototype)
public static GenerateRandomBytesRequest parseDelimitedFrom(InputStream input)
public static GenerateRandomBytesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateRandomBytesRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateRandomBytesRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesRequest parseFrom(CodedInputStream input)
public static GenerateRandomBytesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesRequest parseFrom(InputStream input)
public static GenerateRandomBytesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateRandomBytesRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateRandomBytesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateRandomBytesRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GenerateRandomBytesRequest getDefaultInstanceForType()
getLengthBytes()
public int getLengthBytes()
The length in bytes of the amount of randomness to retrieve. Minimum 8
bytes, maximum 1024 bytes.
int32 length_bytes = 2;
Returns |
---|
Type | Description |
int | The lengthBytes.
|
getLocation()
public String getLocation()
The project-specific location in which to generate random bytes.
For example, "projects/my-project/locations/us-central1".
string location = 1;
Returns |
---|
Type | Description |
String | The location.
|
getLocationBytes()
public ByteString getLocationBytes()
The project-specific location in which to generate random bytes.
For example, "projects/my-project/locations/us-central1".
string location = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for location.
|
getParserForType()
public Parser<GenerateRandomBytesRequest> getParserForType()
Overrides
getProtectionLevel()
public ProtectionLevel getProtectionLevel()
The ProtectionLevel to use when
generating the random data. Currently, only
HSM protection level is
supported.
.google.cloud.kms.v1.ProtectionLevel protection_level = 3;
getProtectionLevelValue()
public int getProtectionLevelValue()
The ProtectionLevel to use when
generating the random data. Currently, only
HSM protection level is
supported.
.google.cloud.kms.v1.ProtectionLevel protection_level = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for protectionLevel.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateRandomBytesRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateRandomBytesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GenerateRandomBytesRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides