Class SecretVolumeSource.Builder (0.78.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 0.78.0 (latest)
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
publicstaticfinalclass SecretVolumeSource.BuilderextendsGeneratedMessageV3.Builder<SecretVolumeSource.Builder>implementsSecretVolumeSourceOrBuilderThe 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SecretVolumeSource.BuilderImplements
SecretVolumeSourceOrBuilderInherited Members
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 |
|
build()
publicSecretVolumeSourcebuild()| Returns | |
|---|---|
| Type | Description |
SecretVolumeSource |
|
buildPartial()
publicSecretVolumeSourcebuildPartial()| Returns | |
|---|---|
| Type | Description |
SecretVolumeSource |
|
clear()
publicSecretVolumeSource.Builderclear()| Returns | |
|---|---|
| Type | Description |
SecretVolumeSource.Builder |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicSecretVolumeSource.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SecretVolumeSource.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalSecretVolumeSource.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
SecretVolumeSource.Builder |
|
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 |
|
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 |
|
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 |
|