public interface GenerateRandomBytesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLengthBytes()
public abstract 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 abstract 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 abstract 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. |
getProtectionLevel()
public abstract 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 | |
|---|---|
| Type | Description |
ProtectionLevel |
The protectionLevel. |
getProtectionLevelValue()
public abstract 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. |