Uses of Class
com.google.dataflow.v1beta3.Disk
-
Packages that use Disk Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of Disk in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return Disk Modifier and Type Method Description DiskDisk.Builder. build()DiskDisk.Builder. buildPartial()DiskWorkerPool.Builder. getDataDisks(int index)Data disks that are used by a VM in this workflow.DiskWorkerPool. getDataDisks(int index)Data disks that are used by a VM in this workflow.DiskWorkerPoolOrBuilder. getDataDisks(int index)Data disks that are used by a VM in this workflow.static DiskDisk. getDefaultInstance()DiskDisk.Builder. getDefaultInstanceForType()DiskDisk. getDefaultInstanceForType()static DiskDisk. parseDelimitedFrom(InputStream input)static DiskDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(byte[] data)static DiskDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(com.google.protobuf.ByteString data)static DiskDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(com.google.protobuf.CodedInputStream input)static DiskDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(InputStream input)static DiskDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(ByteBuffer data)static DiskDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type Disk Modifier and Type Method Description List<Disk>WorkerPool.Builder. getDataDisksList()Data disks that are used by a VM in this workflow.List<Disk>WorkerPool. getDataDisksList()Data disks that are used by a VM in this workflow.List<Disk>WorkerPoolOrBuilder. getDataDisksList()Data disks that are used by a VM in this workflow.com.google.protobuf.Parser<Disk>Disk. getParserForType()static com.google.protobuf.Parser<Disk>Disk. parser()Methods in com.google.dataflow.v1beta3 with parameters of type Disk Modifier and Type Method Description WorkerPool.BuilderWorkerPool.Builder. addDataDisks(int index, Disk value)Data disks that are used by a VM in this workflow.WorkerPool.BuilderWorkerPool.Builder. addDataDisks(Disk value)Data disks that are used by a VM in this workflow.Disk.BuilderDisk.Builder. mergeFrom(Disk other)static Disk.BuilderDisk. newBuilder(Disk prototype)WorkerPool.BuilderWorkerPool.Builder. setDataDisks(int index, Disk value)Data disks that are used by a VM in this workflow.Method parameters in com.google.dataflow.v1beta3 with type arguments of type Disk Modifier and Type Method Description WorkerPool.BuilderWorkerPool.Builder. addAllDataDisks(Iterable<? extends Disk> values)Data disks that are used by a VM in this workflow.
-