publicstaticfinalclass Encryption.SecretManagerSource.BuilderextendsGeneratedMessageV3.Builder<Encryption.SecretManagerSource.Builder>implementsEncryption.SecretManagerSourceOrBuilder
Configuration for secrets stored in Google Secret Manager.
Protobuf type google.cloud.video.transcoder.v1.Encryption.SecretManagerSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicEncryption.SecretManagerSource.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicEncryption.SecretManagerSourcebuild()
buildPartial()
publicEncryption.SecretManagerSourcebuildPartial()
clear()
publicEncryption.SecretManagerSource.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicEncryption.SecretManagerSource.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicEncryption.SecretManagerSource.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearSecretVersion()
publicEncryption.SecretManagerSource.BuilderclearSecretVersion()
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];
clone()
publicEncryption.SecretManagerSource.Builderclone()
Overrides
getDefaultInstanceForType()
publicEncryption.SecretManagerSourcegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getSecretVersion()
publicStringgetSecretVersion()
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()
publicByteStringgetSecretVersionBytes()
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()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(Encryption.SecretManagerSource other)
publicEncryption.SecretManagerSource.BuildermergeFrom(Encryption.SecretManagerSourceother)
publicEncryption.SecretManagerSource.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicEncryption.SecretManagerSource.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalEncryption.SecretManagerSource.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicEncryption.SecretManagerSource.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicEncryption.SecretManagerSource.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSecretVersion(String value)
publicEncryption.SecretManagerSource.BuildersetSecretVersion(Stringvalue)
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.
|
setSecretVersionBytes(ByteString value)
publicEncryption.SecretManagerSource.BuildersetSecretVersionBytes(ByteStringvalue)
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.
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalEncryption.SecretManagerSource.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides