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 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.v1alpha 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.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.
-