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 classVolumeVolume describes a volume and parameters for it to be mounted to a VM.static classVolume.BuilderVolume 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 VolumeOrBuilderTaskSpec.Builder. getVolumesOrBuilder(int index)Volumes to mount before running Tasks using this TaskSpec.VolumeOrBuilderTaskSpec. getVolumesOrBuilder(int index)Volumes to mount before running Tasks using this TaskSpec.VolumeOrBuilderTaskSpecOrBuilder. 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.
-