Uses of Interface
com.google.cloud.run.v2.VersionToPathOrBuilder
-
Packages that use VersionToPathOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of VersionToPathOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement VersionToPathOrBuilder Modifier and Type Class Description classVersionToPathVersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.static classVersionToPath.BuilderVersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.Methods in com.google.cloud.run.v2 that return VersionToPathOrBuilder Modifier and Type Method Description VersionToPathOrBuilderSecretVolumeSource.Builder. getItemsOrBuilder(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathOrBuilderSecretVolumeSource. getItemsOrBuilder(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathOrBuilderSecretVolumeSourceOrBuilder. getItemsOrBuilder(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.Methods in com.google.cloud.run.v2 that return types with arguments of type VersionToPathOrBuilder Modifier and Type Method Description List<? extends VersionToPathOrBuilder>SecretVolumeSource.Builder. getItemsOrBuilderList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<? extends VersionToPathOrBuilder>SecretVolumeSource. getItemsOrBuilderList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<? extends VersionToPathOrBuilder>SecretVolumeSourceOrBuilder. getItemsOrBuilderList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.
-