Uses of Interface
com.google.dataflow.v1beta3.DiskOrBuilder
-
Packages that use DiskOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of DiskOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement DiskOrBuilder Modifier and Type Class Description classDiskDescribes the data disk used by a workflow job.static classDisk.BuilderDescribes the data disk used by a workflow job.Methods in com.google.dataflow.v1beta3 that return DiskOrBuilder Modifier and Type Method Description DiskOrBuilderWorkerPool.Builder. getDataDisksOrBuilder(int index)Data disks that are used by a VM in this workflow.DiskOrBuilderWorkerPool. getDataDisksOrBuilder(int index)Data disks that are used by a VM in this workflow.DiskOrBuilderWorkerPoolOrBuilder. getDataDisksOrBuilder(int index)Data disks that are used by a VM in this workflow.Methods in com.google.dataflow.v1beta3 that return types with arguments of type DiskOrBuilder Modifier and Type Method Description List<? extends DiskOrBuilder>WorkerPool.Builder. getDataDisksOrBuilderList()Data disks that are used by a VM in this workflow.List<? extends DiskOrBuilder>WorkerPool. getDataDisksOrBuilderList()Data disks that are used by a VM in this workflow.List<? extends DiskOrBuilder>WorkerPoolOrBuilder. getDataDisksOrBuilderList()Data disks that are used by a VM in this workflow.
-