Uses of Class
com.google.cloud.run.v2.VolumeMount
-
Packages that use VolumeMount Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of VolumeMount in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return VolumeMount Modifier and Type Method Description VolumeMount
VolumeMount.Builder. build()
VolumeMount
VolumeMount.Builder. buildPartial()
static VolumeMount
VolumeMount. getDefaultInstance()
VolumeMount
VolumeMount.Builder. getDefaultInstanceForType()
VolumeMount
VolumeMount. getDefaultInstanceForType()
VolumeMount
Container.Builder. getVolumeMounts(int index)
Volume to mount into the container's filesystem.VolumeMount
Container. getVolumeMounts(int index)
Volume to mount into the container's filesystem.VolumeMount
ContainerOrBuilder. getVolumeMounts(int index)
Volume to mount into the container's filesystem.static VolumeMount
VolumeMount. parseDelimitedFrom(InputStream input)
static VolumeMount
VolumeMount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeMount
VolumeMount. parseFrom(byte[] data)
static VolumeMount
VolumeMount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeMount
VolumeMount. parseFrom(com.google.protobuf.ByteString data)
static VolumeMount
VolumeMount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeMount
VolumeMount. parseFrom(com.google.protobuf.CodedInputStream input)
static VolumeMount
VolumeMount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeMount
VolumeMount. parseFrom(InputStream input)
static VolumeMount
VolumeMount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeMount
VolumeMount. parseFrom(ByteBuffer data)
static VolumeMount
VolumeMount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type VolumeMount Modifier and Type Method Description com.google.protobuf.Parser<VolumeMount>
VolumeMount. getParserForType()
List<VolumeMount>
Container.Builder. getVolumeMountsList()
Volume to mount into the container's filesystem.List<VolumeMount>
Container. getVolumeMountsList()
Volume to mount into the container's filesystem.List<VolumeMount>
ContainerOrBuilder. getVolumeMountsList()
Volume to mount into the container's filesystem.static com.google.protobuf.Parser<VolumeMount>
VolumeMount. parser()
Methods in com.google.cloud.run.v2 with parameters of type VolumeMount Modifier and Type Method Description Container.Builder
Container.Builder. addVolumeMounts(int index, VolumeMount value)
Volume to mount into the container's filesystem.Container.Builder
Container.Builder. addVolumeMounts(VolumeMount value)
Volume to mount into the container's filesystem.VolumeMount.Builder
VolumeMount.Builder. mergeFrom(VolumeMount other)
static VolumeMount.Builder
VolumeMount. newBuilder(VolumeMount prototype)
Container.Builder
Container.Builder. setVolumeMounts(int index, VolumeMount value)
Volume to mount into the container's filesystem.Method parameters in com.google.cloud.run.v2 with type arguments of type VolumeMount Modifier and Type Method Description Container.Builder
Container.Builder. addAllVolumeMounts(Iterable<? extends VolumeMount> values)
Volume to mount into the container's filesystem.
-