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 class
Disk
Describes the data disk used by a workflow job.static class
Disk.Builder
Describes the data disk used by a workflow job.Methods in com.google.dataflow.v1beta3 that return DiskOrBuilder Modifier and Type Method Description DiskOrBuilder
WorkerPool.Builder. getDataDisksOrBuilder(int index)
Data disks that are used by a VM in this workflow.DiskOrBuilder
WorkerPool. getDataDisksOrBuilder(int index)
Data disks that are used by a VM in this workflow.DiskOrBuilder
WorkerPoolOrBuilder. 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.
-