Class GetPublicKeyRequest.Builder (2.86.0)

public static final class GetPublicKeyRequest.Builder extends GeneratedMessage.Builder<GetPublicKeyRequest.Builder> implements GetPublicKeyRequestOrBuilder

Request message for KeyManagementService.GetPublicKey.

Protobuf type google.cloud.kms.v1.GetPublicKeyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetPublicKeyRequest build()
Returns
Type Description
GetPublicKeyRequest

buildPartial()

public GetPublicKeyRequest buildPartial()
Returns
Type Description
GetPublicKeyRequest

clear()

public GetPublicKeyRequest.Builder clear()
Returns
Type Description
GetPublicKeyRequest.Builder
Overrides

clearName()

public GetPublicKeyRequest.Builder clearName()

Required. The name of the CryptoKeyVersion public key to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.

clearPublicKeyFormat()

public GetPublicKeyRequest.Builder clearPublicKeyFormat()

Optional. The PublicKey format specified by the user. This field is required for PQC algorithms. If specified, the public key will be exported through the public_key field in the requested format. Otherwise, the pem field will be populated for non-PQC algorithms, and an error will be returned for PQC algorithms.

.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPublicKeyRequest getDefaultInstanceForType()
Returns
Type Description
GetPublicKeyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the CryptoKeyVersion public key to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the CryptoKeyVersion public key to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getPublicKeyFormat()

public PublicKey.PublicKeyFormat getPublicKeyFormat()

Optional. The PublicKey format specified by the user. This field is required for PQC algorithms. If specified, the public key will be exported through the public_key field in the requested format. Otherwise, the pem field will be populated for non-PQC algorithms, and an error will be returned for PQC algorithms.

.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PublicKey.PublicKeyFormat

The publicKeyFormat.

getPublicKeyFormatValue()

public int getPublicKeyFormatValue()

Optional. The PublicKey format specified by the user. This field is required for PQC algorithms. If specified, the public key will be exported through the public_key field in the requested format. Otherwise, the pem field will be populated for non-PQC algorithms, and an error will be returned for PQC algorithms.

.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for publicKeyFormat.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPublicKeyRequest other)

public GetPublicKeyRequest.Builder mergeFrom(GetPublicKeyRequest other)
Parameter
Name Description
other GetPublicKeyRequest
Returns
Type Description
GetPublicKeyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetPublicKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetPublicKeyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetPublicKeyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetPublicKeyRequest.Builder
Overrides

setName(String value)

public GetPublicKeyRequest.Builder setName(String value)

Required. The name of the CryptoKeyVersion public key to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPublicKeyRequest.Builder setNameBytes(ByteString value)

Required. The name of the CryptoKeyVersion public key to get.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.

setPublicKeyFormat(PublicKey.PublicKeyFormat value)

public GetPublicKeyRequest.Builder setPublicKeyFormat(PublicKey.PublicKeyFormat value)

Optional. The PublicKey format specified by the user. This field is required for PQC algorithms. If specified, the public key will be exported through the public_key field in the requested format. Otherwise, the pem field will be populated for non-PQC algorithms, and an error will be returned for PQC algorithms.

.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value PublicKey.PublicKeyFormat

The publicKeyFormat to set.

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.

setPublicKeyFormatValue(int value)

public GetPublicKeyRequest.Builder setPublicKeyFormatValue(int value)

Optional. The PublicKey format specified by the user. This field is required for PQC algorithms. If specified, the public key will be exported through the public_key field in the requested format. Otherwise, the pem field will be populated for non-PQC algorithms, and an error will be returned for PQC algorithms.

.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

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

Returns
Type Description
GetPublicKeyRequest.Builder

This builder for chaining.