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 VersionToPath
VersionToPath.Builder. build()
VersionToPath
VersionToPath.Builder. buildPartial()
static VersionToPath
VersionToPath. getDefaultInstance()
VersionToPath
VersionToPath.Builder. getDefaultInstanceForType()
VersionToPath
VersionToPath. getDefaultInstanceForType()
VersionToPath
SecretVolumeSource.Builder. getItems(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPath
SecretVolumeSource. getItems(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPath
SecretVolumeSourceOrBuilder. getItems(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.static VersionToPath
VersionToPath. parseDelimitedFrom(InputStream input)
static VersionToPath
VersionToPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionToPath
VersionToPath. parseFrom(byte[] data)
static VersionToPath
VersionToPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionToPath
VersionToPath. parseFrom(com.google.protobuf.ByteString data)
static VersionToPath
VersionToPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionToPath
VersionToPath. parseFrom(com.google.protobuf.CodedInputStream input)
static VersionToPath
VersionToPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionToPath
VersionToPath. parseFrom(InputStream input)
static VersionToPath
VersionToPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionToPath
VersionToPath. parseFrom(ByteBuffer data)
static VersionToPath
VersionToPath. 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.Builder
SecretVolumeSource.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.Builder
SecretVolumeSource.Builder. addItems(VersionToPath value)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPath.Builder
VersionToPath.Builder. mergeFrom(VersionToPath other)
static VersionToPath.Builder
VersionToPath. newBuilder(VersionToPath prototype)
SecretVolumeSource.Builder
SecretVolumeSource.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.Builder
SecretVolumeSource.Builder. addAllItems(Iterable<? extends VersionToPath> values)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.
-