Uses of Class
com.google.cloud.run.v2.Volume
-
Packages that use Volume Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of Volume in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return Volume Modifier and Type Method Description Volume
Volume.Builder. build()
Volume
Volume.Builder. buildPartial()
static Volume
Volume. getDefaultInstance()
Volume
Volume.Builder. getDefaultInstanceForType()
Volume
Volume. getDefaultInstanceForType()
Volume
Revision.Builder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
Revision. getVolumes(int index)
A list of Volumes to make available to containers.Volume
RevisionOrBuilder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
RevisionTemplate.Builder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
RevisionTemplate. getVolumes(int index)
A list of Volumes to make available to containers.Volume
RevisionTemplateOrBuilder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
Task.Builder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
Task. getVolumes(int index)
A list of Volumes to make available to containers.Volume
TaskOrBuilder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
TaskTemplate.Builder. getVolumes(int index)
A list of Volumes to make available to containers.Volume
TaskTemplate. getVolumes(int index)
A list of Volumes to make available to containers.Volume
TaskTemplateOrBuilder. getVolumes(int index)
A list of Volumes to make available to containers.static Volume
Volume. parseDelimitedFrom(InputStream input)
static Volume
Volume. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Volume
Volume. parseFrom(byte[] data)
static Volume
Volume. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Volume
Volume. parseFrom(com.google.protobuf.ByteString data)
static Volume
Volume. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Volume
Volume. parseFrom(com.google.protobuf.CodedInputStream input)
static Volume
Volume. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Volume
Volume. parseFrom(InputStream input)
static Volume
Volume. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Volume
Volume. parseFrom(ByteBuffer data)
static Volume
Volume. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type Volume Modifier and Type Method Description com.google.protobuf.Parser<Volume>
Volume. getParserForType()
List<Volume>
Revision.Builder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
Revision. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
RevisionOrBuilder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
RevisionTemplate.Builder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
RevisionTemplate. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
RevisionTemplateOrBuilder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
Task.Builder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
Task. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
TaskOrBuilder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
TaskTemplate.Builder. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
TaskTemplate. getVolumesList()
A list of Volumes to make available to containers.List<Volume>
TaskTemplateOrBuilder. getVolumesList()
A list of Volumes to make available to containers.static com.google.protobuf.Parser<Volume>
Volume. parser()
Methods in com.google.cloud.run.v2 with parameters of type Volume Modifier and Type Method Description Revision.Builder
Revision.Builder. addVolumes(int index, Volume value)
A list of Volumes to make available to containers.Revision.Builder
Revision.Builder. addVolumes(Volume value)
A list of Volumes to make available to containers.RevisionTemplate.Builder
RevisionTemplate.Builder. addVolumes(int index, Volume value)
A list of Volumes to make available to containers.RevisionTemplate.Builder
RevisionTemplate.Builder. addVolumes(Volume value)
A list of Volumes to make available to containers.Task.Builder
Task.Builder. addVolumes(int index, Volume value)
A list of Volumes to make available to containers.Task.Builder
Task.Builder. addVolumes(Volume value)
A list of Volumes to make available to containers.TaskTemplate.Builder
TaskTemplate.Builder. addVolumes(int index, Volume value)
A list of Volumes to make available to containers.TaskTemplate.Builder
TaskTemplate.Builder. addVolumes(Volume value)
A list of Volumes to make available to containers.Volume.Builder
Volume.Builder. mergeFrom(Volume other)
static Volume.Builder
Volume. newBuilder(Volume prototype)
Revision.Builder
Revision.Builder. setVolumes(int index, Volume value)
A list of Volumes to make available to containers.RevisionTemplate.Builder
RevisionTemplate.Builder. setVolumes(int index, Volume value)
A list of Volumes to make available to containers.Task.Builder
Task.Builder. setVolumes(int index, Volume value)
A list of Volumes to make available to containers.TaskTemplate.Builder
TaskTemplate.Builder. setVolumes(int index, Volume value)
A list of Volumes to make available to containers.Method parameters in com.google.cloud.run.v2 with type arguments of type Volume Modifier and Type Method Description Revision.Builder
Revision.Builder. addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.RevisionTemplate.Builder
RevisionTemplate.Builder. addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.Task.Builder
Task.Builder. addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.TaskTemplate.Builder
TaskTemplate.Builder. addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.
-