Uses of Class
com.google.dataflow.v1beta3.MountedDataDisk
-
Packages that use MountedDataDisk Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of MountedDataDisk in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return MountedDataDisk Modifier and Type Method Description MountedDataDisk
MountedDataDisk.Builder. build()
MountedDataDisk
MountedDataDisk.Builder. buildPartial()
static MountedDataDisk
MountedDataDisk. getDefaultInstance()
MountedDataDisk
MountedDataDisk.Builder. getDefaultInstanceForType()
MountedDataDisk
MountedDataDisk. getDefaultInstanceForType()
static MountedDataDisk
MountedDataDisk. parseDelimitedFrom(InputStream input)
static MountedDataDisk
MountedDataDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountedDataDisk
MountedDataDisk. parseFrom(byte[] data)
static MountedDataDisk
MountedDataDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountedDataDisk
MountedDataDisk. parseFrom(com.google.protobuf.ByteString data)
static MountedDataDisk
MountedDataDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountedDataDisk
MountedDataDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static MountedDataDisk
MountedDataDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountedDataDisk
MountedDataDisk. parseFrom(InputStream input)
static MountedDataDisk
MountedDataDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountedDataDisk
MountedDataDisk. parseFrom(ByteBuffer data)
static MountedDataDisk
MountedDataDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type MountedDataDisk Modifier and Type Method Description com.google.protobuf.Parser<MountedDataDisk>
MountedDataDisk. getParserForType()
static com.google.protobuf.Parser<MountedDataDisk>
MountedDataDisk. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type MountedDataDisk Modifier and Type Method Description MountedDataDisk.Builder
MountedDataDisk.Builder. mergeFrom(MountedDataDisk other)
static MountedDataDisk.Builder
MountedDataDisk. newBuilder(MountedDataDisk prototype)
-