Class PublicKey.Builder (2.3.0)

public static final class PublicKey.Builder extends GeneratedMessageV3.Builder<PublicKey.Builder> implements PublicKeyOrBuilder

A PublicKey describes a public key.

Protobuf type google.cloud.security.privateca.v1.PublicKey

Implements

PublicKeyOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PublicKey build()
Returns
TypeDescription
PublicKey

buildPartial()

public PublicKey buildPartial()
Returns
TypeDescription
PublicKey

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFormat()

public PublicKey.Builder clearFormat()

Required. The format of the public key.

.google.cloud.security.privateca.v1.PublicKey.KeyFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PublicKey.Builder

This builder for chaining.

clearKey()

public PublicKey.Builder clearKey()

Required. A public key. The padding and encoding must match with the KeyFormat value specified for the format field.

bytes key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PublicKey.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public PublicKey getDefaultInstanceForType()
Returns
TypeDescription
PublicKey

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFormat()

public PublicKey.KeyFormat getFormat()

Required. The format of the public key.

.google.cloud.security.privateca.v1.PublicKey.KeyFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PublicKey.KeyFormat

The format.

getFormatValue()

public int getFormatValue()

Required. The format of the public key.

.google.cloud.security.privateca.v1.PublicKey.KeyFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for format.

getKey()

public ByteString getKey()

Required. A public key. The padding and encoding must match with the KeyFormat value specified for the format field.

bytes key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The key.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PublicKey other)

public PublicKey.Builder mergeFrom(PublicKey other)
Parameter
NameDescription
otherPublicKey
Returns
TypeDescription
PublicKey.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFormat(PublicKey.KeyFormat value)

public PublicKey.Builder setFormat(PublicKey.KeyFormat value)

Required. The format of the public key.

.google.cloud.security.privateca.v1.PublicKey.KeyFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePublicKey.KeyFormat

The format to set.

Returns
TypeDescription
PublicKey.Builder

This builder for chaining.

setFormatValue(int value)

public PublicKey.Builder setFormatValue(int value)

Required. The format of the public key.

.google.cloud.security.privateca.v1.PublicKey.KeyFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueint

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

Returns
TypeDescription
PublicKey.Builder

This builder for chaining.

setKey(ByteString value)

public PublicKey.Builder setKey(ByteString value)

Required. A public key. The padding and encoding must match with the KeyFormat value specified for the format field.

bytes key = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The key to set.

Returns
TypeDescription
PublicKey.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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