Uses of Interface
com.google.cloud.batch.v1.VolumeOrBuilder
-
Packages that use VolumeOrBuilder Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of VolumeOrBuilder in com.google.cloud.batch.v1
Classes in com.google.cloud.batch.v1 that implement VolumeOrBuilder Modifier and Type Class Description class
Volume
Volume describes a volume and parameters for it to be mounted to a VM.static class
Volume.Builder
Volume describes a volume and parameters for it to be mounted to a VM.Methods in com.google.cloud.batch.v1 that return VolumeOrBuilder Modifier and Type Method Description VolumeOrBuilder
TaskSpec.Builder. getVolumesOrBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.VolumeOrBuilder
TaskSpec. getVolumesOrBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.VolumeOrBuilder
TaskSpecOrBuilder. getVolumesOrBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.Methods in com.google.cloud.batch.v1 that return types with arguments of type VolumeOrBuilder Modifier and Type Method Description List<? extends VolumeOrBuilder>
TaskSpec.Builder. getVolumesOrBuilderList()
Volumes to mount before running Tasks using this TaskSpec.List<? extends VolumeOrBuilder>
TaskSpec. getVolumesOrBuilderList()
Volumes to mount before running Tasks using this TaskSpec.List<? extends VolumeOrBuilder>
TaskSpecOrBuilder. getVolumesOrBuilderList()
Volumes to mount before running Tasks using this TaskSpec.
-