Class Encryption.SecretManagerSource.Builder (1.41.0)

public static final class Encryption.SecretManagerSource.Builder extends GeneratedMessageV3.Builder<Encryption.SecretManagerSource.Builder> implements Encryption.SecretManagerSourceOrBuilder

Configuration for secrets stored in Google Secret Manager.

Protobuf type google.cloud.video.transcoder.v1.Encryption.SecretManagerSource

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Encryption.SecretManagerSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

build()

public Encryption.SecretManagerSource build()
Returns
Type Description
Encryption.SecretManagerSource

buildPartial()

public Encryption.SecretManagerSource buildPartial()
Returns
Type Description
Encryption.SecretManagerSource

clear()

public Encryption.SecretManagerSource.Builder clear()
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Encryption.SecretManagerSource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Encryption.SecretManagerSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

clearSecretVersion()

public Encryption.SecretManagerSource.Builder clearSecretVersion()

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Encryption.SecretManagerSource.Builder

This builder for chaining.

clone()

public Encryption.SecretManagerSource.Builder clone()
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

getDefaultInstanceForType()

public Encryption.SecretManagerSource getDefaultInstanceForType()
Returns
Type Description
Encryption.SecretManagerSource

getDescriptorForType()

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

getSecretVersion()

public String getSecretVersion()

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The secretVersion.

getSecretVersionBytes()

public ByteString getSecretVersionBytes()

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for secretVersion.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Encryption.SecretManagerSource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Encryption.SecretManagerSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Encryption.SecretManagerSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

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

public Encryption.SecretManagerSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides

setSecretVersion(String value)

public Encryption.SecretManagerSource.Builder setSecretVersion(String value)

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The secretVersion to set.

Returns
Type Description
Encryption.SecretManagerSource.Builder

This builder for chaining.

setSecretVersionBytes(ByteString value)

public Encryption.SecretManagerSource.Builder setSecretVersionBytes(ByteString value)

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}

Note that only numbered versions are supported. Aliases like "latest" are not supported.

string secret_version = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for secretVersion to set.

Returns
Type Description
Encryption.SecretManagerSource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Encryption.SecretManagerSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Encryption.SecretManagerSource.Builder
Overrides