Class GenerateRandomBytesRequest.Builder (2.44.0)

public static final class GenerateRandomBytesRequest.Builder extends GeneratedMessageV3.Builder<GenerateRandomBytesRequest.Builder> implements GenerateRandomBytesRequestOrBuilder

Request message for KeyManagementService.GenerateRandomBytes.

Protobuf type google.cloud.kms.v1.GenerateRandomBytesRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GenerateRandomBytesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

build()

public GenerateRandomBytesRequest build()
Returns
TypeDescription
GenerateRandomBytesRequest

buildPartial()

public GenerateRandomBytesRequest buildPartial()
Returns
TypeDescription
GenerateRandomBytesRequest

clear()

public GenerateRandomBytesRequest.Builder clear()
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GenerateRandomBytesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

clearLengthBytes()

public GenerateRandomBytesRequest.Builder clearLengthBytes()

The length in bytes of the amount of randomness to retrieve. Minimum 8 bytes, maximum 1024 bytes.

int32 length_bytes = 2;

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

clearLocation()

public GenerateRandomBytesRequest.Builder clearLocation()

The project-specific location in which to generate random bytes. For example, "projects/my-project/locations/us-central1".

string location = 1;

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GenerateRandomBytesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

clearProtectionLevel()

public GenerateRandomBytesRequest.Builder clearProtectionLevel()

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
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

clone()

public GenerateRandomBytesRequest.Builder clone()
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

getDefaultInstanceForType()

public GenerateRandomBytesRequest getDefaultInstanceForType()
Returns
TypeDescription
GenerateRandomBytesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for location.

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;

Returns
TypeDescription
ProtectionLevel

The protectionLevel.

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
TypeDescription
int

The enum numeric value on the wire for protectionLevel.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GenerateRandomBytesRequest other)

public GenerateRandomBytesRequest.Builder mergeFrom(GenerateRandomBytesRequest other)
Parameter
NameDescription
otherGenerateRandomBytesRequest
Returns
TypeDescription
GenerateRandomBytesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GenerateRandomBytesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GenerateRandomBytesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GenerateRandomBytesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GenerateRandomBytesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

setLengthBytes(int value)

public GenerateRandomBytesRequest.Builder setLengthBytes(int value)

The length in bytes of the amount of randomness to retrieve. Minimum 8 bytes, maximum 1024 bytes.

int32 length_bytes = 2;

Parameter
NameDescription
valueint

The lengthBytes to set.

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

setLocation(String value)

public GenerateRandomBytesRequest.Builder setLocation(String value)

The project-specific location in which to generate random bytes. For example, "projects/my-project/locations/us-central1".

string location = 1;

Parameter
NameDescription
valueString

The location to set.

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

setLocationBytes(ByteString value)

public GenerateRandomBytesRequest.Builder setLocationBytes(ByteString value)

The project-specific location in which to generate random bytes. For example, "projects/my-project/locations/us-central1".

string location = 1;

Parameter
NameDescription
valueByteString

The bytes for location to set.

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

setProtectionLevel(ProtectionLevel value)

public GenerateRandomBytesRequest.Builder setProtectionLevel(ProtectionLevel value)

The ProtectionLevel to use when generating the random data. Currently, only HSM protection level is supported.

.google.cloud.kms.v1.ProtectionLevel protection_level = 3;

Parameter
NameDescription
valueProtectionLevel

The protectionLevel to set.

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

setProtectionLevelValue(int value)

public GenerateRandomBytesRequest.Builder setProtectionLevelValue(int value)

The ProtectionLevel to use when generating the random data. Currently, only HSM protection level is supported.

.google.cloud.kms.v1.ProtectionLevel protection_level = 3;

Parameter
NameDescription
valueint

The enum numeric value on the wire for protectionLevel to set.

Returns
TypeDescription
GenerateRandomBytesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GenerateRandomBytesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GenerateRandomBytesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GenerateRandomBytesRequest.Builder
Overrides