Uses of Class
com.google.cloud.run.v2.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of VolumeMount.Builder in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return VolumeMount.Builder Modifier and Type Method Description VolumeMount.Builder
VolumeMount.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VolumeMount.Builder
Container.Builder. addVolumeMountsBuilder()
Volume to mount into the container's filesystem.VolumeMount.Builder
Container.Builder. addVolumeMountsBuilder(int index)
Volume to mount into the container's filesystem.VolumeMount.Builder
VolumeMount.Builder. clear()
VolumeMount.Builder
VolumeMount.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
VolumeMount.Builder
VolumeMount.Builder. clearMountPath()
Required.VolumeMount.Builder
VolumeMount.Builder. clearName()
Required.VolumeMount.Builder
VolumeMount.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
VolumeMount.Builder
VolumeMount.Builder. clone()
VolumeMount.Builder
Container.Builder. getVolumeMountsBuilder(int index)
Volume to mount into the container's filesystem.VolumeMount.Builder
VolumeMount.Builder. mergeFrom(VolumeMount other)
VolumeMount.Builder
VolumeMount.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VolumeMount.Builder
VolumeMount.Builder. mergeFrom(com.google.protobuf.Message other)
VolumeMount.Builder
VolumeMount.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static VolumeMount.Builder
VolumeMount. newBuilder()
static VolumeMount.Builder
VolumeMount. newBuilder(VolumeMount prototype)
VolumeMount.Builder
VolumeMount. newBuilderForType()
protected VolumeMount.Builder
VolumeMount. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
VolumeMount.Builder
VolumeMount.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VolumeMount.Builder
VolumeMount.Builder. setMountPath(String value)
Required.VolumeMount.Builder
VolumeMount.Builder. setMountPathBytes(com.google.protobuf.ByteString value)
Required.VolumeMount.Builder
VolumeMount.Builder. setName(String value)
Required.VolumeMount.Builder
VolumeMount.Builder. setNameBytes(com.google.protobuf.ByteString value)
Required.VolumeMount.Builder
VolumeMount.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
VolumeMount.Builder
VolumeMount.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
VolumeMount.Builder
VolumeMount. toBuilder()
Methods in com.google.cloud.run.v2 that return types with arguments of type VolumeMount.Builder Modifier and Type Method Description List<VolumeMount.Builder>
Container.Builder. getVolumeMountsBuilderList()
Volume to mount into the container's filesystem.Methods in com.google.cloud.run.v2 with parameters of type VolumeMount.Builder Modifier and Type Method Description Container.Builder
Container.Builder. addVolumeMounts(int index, VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.Container.Builder
Container.Builder. addVolumeMounts(VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.Container.Builder
Container.Builder. setVolumeMounts(int index, VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.
-