Uses of Interface
com.google.cloud.batch.v1alpha.VolumeOrBuilder
-
Packages that use VolumeOrBuilder Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of VolumeOrBuilder in com.google.cloud.batch.v1alpha
Classes in com.google.cloud.batch.v1alpha 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.v1alpha 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.v1alpha 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.
-