Uses of Class
com.google.cloud.run.v2.VersionToPath
-
Packages that use VersionToPath Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of VersionToPath in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return VersionToPath Modifier and Type Method Description VersionToPathVersionToPath.Builder. build()VersionToPathVersionToPath.Builder. buildPartial()static VersionToPathVersionToPath. getDefaultInstance()VersionToPathVersionToPath.Builder. getDefaultInstanceForType()VersionToPathVersionToPath. getDefaultInstanceForType()VersionToPathSecretVolumeSource.Builder. getItems(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathSecretVolumeSource. getItems(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathSecretVolumeSourceOrBuilder. getItems(int index)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.static VersionToPathVersionToPath. parseDelimitedFrom(InputStream input)static VersionToPathVersionToPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionToPathVersionToPath. parseFrom(byte[] data)static VersionToPathVersionToPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionToPathVersionToPath. parseFrom(com.google.protobuf.ByteString data)static VersionToPathVersionToPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionToPathVersionToPath. parseFrom(com.google.protobuf.CodedInputStream input)static VersionToPathVersionToPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionToPathVersionToPath. parseFrom(InputStream input)static VersionToPathVersionToPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VersionToPathVersionToPath. parseFrom(ByteBuffer data)static VersionToPathVersionToPath. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type VersionToPath Modifier and Type Method Description List<VersionToPath>SecretVolumeSource.Builder. getItemsList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<VersionToPath>SecretVolumeSource. getItemsList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<VersionToPath>SecretVolumeSourceOrBuilder. getItemsList()If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.com.google.protobuf.Parser<VersionToPath>VersionToPath. getParserForType()static com.google.protobuf.Parser<VersionToPath>VersionToPath. parser()Methods in com.google.cloud.run.v2 with parameters of type VersionToPath Modifier and Type Method Description SecretVolumeSource.BuilderSecretVolumeSource.Builder. addItems(int index, VersionToPath value)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.SecretVolumeSource.BuilderSecretVolumeSource.Builder. addItems(VersionToPath value)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPath.BuilderVersionToPath.Builder. mergeFrom(VersionToPath other)static VersionToPath.BuilderVersionToPath. newBuilder(VersionToPath prototype)SecretVolumeSource.BuilderSecretVolumeSource.Builder. setItems(int index, VersionToPath value)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.Method parameters in com.google.cloud.run.v2 with type arguments of type VersionToPath Modifier and Type Method Description SecretVolumeSource.BuilderSecretVolumeSource.Builder. addAllItems(Iterable<? extends VersionToPath> values)If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.
-