Uses of Class
com.google.cloud.batch.v1.Volume
-
Packages that use Volume Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of Volume in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 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
TaskSpec.Builder. getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.Volume
TaskSpec. getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.Volume
TaskSpecOrBuilder. getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.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.batch.v1 that return types with arguments of type Volume Modifier and Type Method Description com.google.protobuf.Parser<Volume>
Volume. getParserForType()
List<Volume>
TaskSpec.Builder. getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.List<Volume>
TaskSpec. getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.List<Volume>
TaskSpecOrBuilder. getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.static com.google.protobuf.Parser<Volume>
Volume. parser()
Methods in com.google.cloud.batch.v1 with parameters of type Volume Modifier and Type Method Description TaskSpec.Builder
TaskSpec.Builder. addVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
TaskSpec.Builder. addVolumes(Volume value)
Volumes to mount before running Tasks using this TaskSpec.Volume.Builder
Volume.Builder. mergeFrom(Volume other)
static Volume.Builder
Volume. newBuilder(Volume prototype)
TaskSpec.Builder
TaskSpec.Builder. setVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.Method parameters in com.google.cloud.batch.v1 with type arguments of type Volume Modifier and Type Method Description TaskSpec.Builder
TaskSpec.Builder. addAllVolumes(Iterable<? extends Volume> values)
Volumes to mount before running Tasks using this TaskSpec.
-