Class SecretVolumeSource.Builder (0.78.0)

publicstaticfinalclass SecretVolumeSource.BuilderextendsGeneratedMessageV3.Builder<SecretVolumeSource.Builder>implementsSecretVolumeSourceOrBuilder

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret.

Protobuf type google.cloud.run.v2.SecretVolumeSource

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()
Returns
Type Description
Descriptor

Methods

addAllItems(Iterable<? extends VersionToPath> values)

publicSecretVolumeSource.BuilderaddAllItems(Iterable<?extendsVersionToPath>values)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.run.v2.VersionToPath>
Returns
Type Description
SecretVolumeSource.Builder

addItems(VersionToPath value)

publicSecretVolumeSource.BuilderaddItems(VersionToPathvalue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
value VersionToPath
Returns
Type Description
SecretVolumeSource.Builder

addItems(VersionToPath.Builder builderForValue)

publicSecretVolumeSource.BuilderaddItems(VersionToPath.BuilderbuilderForValue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
builderForValue VersionToPath.Builder
Returns
Type Description
SecretVolumeSource.Builder

addItems(int index, VersionToPath value)

publicSecretVolumeSource.BuilderaddItems(intindex,VersionToPathvalue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameters
Name Description
index int
value VersionToPath
Returns
Type Description
SecretVolumeSource.Builder

addItems(int index, VersionToPath.Builder builderForValue)

publicSecretVolumeSource.BuilderaddItems(intindex,VersionToPath.BuilderbuilderForValue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameters
Name Description
index int
builderForValue VersionToPath.Builder
Returns
Type Description
SecretVolumeSource.Builder

addItemsBuilder()

publicVersionToPath.BuilderaddItemsBuilder()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
VersionToPath.Builder

addItemsBuilder(int index)

publicVersionToPath.BuilderaddItemsBuilder(intindex)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
index int
Returns
Type Description
VersionToPath.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicSecretVolumeSource.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SecretVolumeSource.Builder
Overrides

build()

publicSecretVolumeSourcebuild()
Returns
Type Description
SecretVolumeSource

buildPartial()

publicSecretVolumeSourcebuildPartial()
Returns
Type Description
SecretVolumeSource

clear()

publicSecretVolumeSource.Builderclear()
Returns
Type Description
SecretVolumeSource.Builder
Overrides

clearDefaultMode()

publicSecretVolumeSource.BuilderclearDefaultMode()

Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.

Notes

  • Internally, a umask of 0222 will be applied to any non-zero value.
  • This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10).
  • This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

    This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.

int32 default_mode = 3;

Returns
Type Description
SecretVolumeSource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicSecretVolumeSource.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SecretVolumeSource.Builder
Overrides

clearItems()

publicSecretVolumeSource.BuilderclearItems()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
SecretVolumeSource.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

publicSecretVolumeSource.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SecretVolumeSource.Builder
Overrides

clearSecret()

publicSecretVolumeSource.BuilderclearSecret()

Required. The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.

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

Returns
Type Description
SecretVolumeSource.Builder

This builder for chaining.

clone()

publicSecretVolumeSource.Builderclone()
Returns
Type Description
SecretVolumeSource.Builder
Overrides

getDefaultInstanceForType()

publicSecretVolumeSourcegetDefaultInstanceForType()
Returns
Type Description
SecretVolumeSource

getDefaultMode()

publicintgetDefaultMode()

Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.

Notes

  • Internally, a umask of 0222 will be applied to any non-zero value.
  • This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10).
  • This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

    This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.

int32 default_mode = 3;

Returns
Type Description
int

The defaultMode.

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getItems(int index)

publicVersionToPathgetItems(intindex)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
index int
Returns
Type Description
VersionToPath

getItemsBuilder(int index)

publicVersionToPath.BuildergetItemsBuilder(intindex)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
index int
Returns
Type Description
VersionToPath.Builder

getItemsBuilderList()

publicList<VersionToPath.Builder>getItemsBuilderList()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
List<Builder>

getItemsCount()

publicintgetItemsCount()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
int

getItemsList()

publicList<VersionToPath>getItemsList()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
List<VersionToPath>

getItemsOrBuilder(int index)

publicVersionToPathOrBuildergetItemsOrBuilder(intindex)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
index int
Returns
Type Description
VersionToPathOrBuilder

getItemsOrBuilderList()

publicList<?extendsVersionToPathOrBuilder>getItemsOrBuilderList()

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Returns
Type Description
List<? extends com.google.cloud.run.v2.VersionToPathOrBuilder>

getSecret()

publicStringgetSecret()

Required. The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.

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

Returns
Type Description
String

The secret.

getSecretBytes()

publicByteStringgetSecretBytes()

Required. The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.

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

Returns
Type Description
ByteString

The bytes for secret.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SecretVolumeSource other)

publicSecretVolumeSource.BuildermergeFrom(SecretVolumeSourceother)
Parameter
Name Description
other SecretVolumeSource
Returns
Type Description
SecretVolumeSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicSecretVolumeSource.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretVolumeSource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicSecretVolumeSource.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
SecretVolumeSource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalSecretVolumeSource.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SecretVolumeSource.Builder
Overrides

removeItems(int index)

publicSecretVolumeSource.BuilderremoveItems(intindex)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameter
Name Description
index int
Returns
Type Description
SecretVolumeSource.Builder

setDefaultMode(int value)

publicSecretVolumeSource.BuildersetDefaultMode(intvalue)

Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting.

Notes

  • Internally, a umask of 0222 will be applied to any non-zero value.
  • This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10).
  • This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

    This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.

int32 default_mode = 3;

Parameter
Name Description
value int

The defaultMode to set.

Returns
Type Description
SecretVolumeSource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicSecretVolumeSource.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SecretVolumeSource.Builder
Overrides

setItems(int index, VersionToPath value)

publicSecretVolumeSource.BuildersetItems(intindex,VersionToPathvalue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameters
Name Description
index int
value VersionToPath
Returns
Type Description
SecretVolumeSource.Builder

setItems(int index, VersionToPath.Builder builderForValue)

publicSecretVolumeSource.BuildersetItems(intindex,VersionToPath.BuilderbuilderForValue)

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.

repeated .google.cloud.run.v2.VersionToPath items = 2;

Parameters
Name Description
index int
builderForValue VersionToPath.Builder
Returns
Type Description
SecretVolumeSource.Builder

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

publicSecretVolumeSource.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SecretVolumeSource.Builder
Overrides

setSecret(String value)

publicSecretVolumeSource.BuildersetSecret(Stringvalue)

Required. The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.

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

Parameter
Name Description
value String

The secret to set.

Returns
Type Description
SecretVolumeSource.Builder

This builder for chaining.

setSecretBytes(ByteString value)

publicSecretVolumeSource.BuildersetSecretBytes(ByteStringvalue)

Required. The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.

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

Parameter
Name Description
value ByteString

The bytes for secret to set.

Returns
Type Description
SecretVolumeSource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalSecretVolumeSource.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SecretVolumeSource.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.