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 Disk
Disk.Builder. build()
Disk
Disk.Builder. buildPartial()
Disk
WorkerPool.Builder. getDataDisks(int index)
Data disks that are used by a VM in this workflow.Disk
WorkerPool. getDataDisks(int index)
Data disks that are used by a VM in this workflow.Disk
WorkerPoolOrBuilder. getDataDisks(int index)
Data disks that are used by a VM in this workflow.static Disk
Disk. getDefaultInstance()
Disk
Disk.Builder. getDefaultInstanceForType()
Disk
Disk. getDefaultInstanceForType()
static Disk
Disk. parseDelimitedFrom(InputStream input)
static Disk
Disk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(byte[] data)
static Disk
Disk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(InputStream input)
static Disk
Disk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(ByteBuffer data)
static Disk
Disk. 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.Builder
WorkerPool.Builder. addDataDisks(int index, Disk value)
Data disks that are used by a VM in this workflow.WorkerPool.Builder
WorkerPool.Builder. addDataDisks(Disk value)
Data disks that are used by a VM in this workflow.Disk.Builder
Disk.Builder. mergeFrom(Disk other)
static Disk.Builder
Disk. newBuilder(Disk prototype)
WorkerPool.Builder
WorkerPool.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.Builder
WorkerPool.Builder. addAllDataDisks(Iterable<? extends Disk> values)
Data disks that are used by a VM in this workflow.
-