Uses of Class
com.google.dataflow.v1beta3.FileIODetails
-
Packages that use FileIODetails Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of FileIODetails in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return FileIODetails Modifier and Type Method Description FileIODetails
FileIODetails.Builder. build()
FileIODetails
FileIODetails.Builder. buildPartial()
static FileIODetails
FileIODetails. getDefaultInstance()
FileIODetails
FileIODetails.Builder. getDefaultInstanceForType()
FileIODetails
FileIODetails. getDefaultInstanceForType()
FileIODetails
JobMetadata.Builder. getFileDetails(int index)
Identification of a File source used in the Dataflow job.FileIODetails
JobMetadata. getFileDetails(int index)
Identification of a File source used in the Dataflow job.FileIODetails
JobMetadataOrBuilder. getFileDetails(int index)
Identification of a File source used in the Dataflow job.static FileIODetails
FileIODetails. parseDelimitedFrom(InputStream input)
static FileIODetails
FileIODetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileIODetails
FileIODetails. parseFrom(byte[] data)
static FileIODetails
FileIODetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileIODetails
FileIODetails. parseFrom(com.google.protobuf.ByteString data)
static FileIODetails
FileIODetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileIODetails
FileIODetails. parseFrom(com.google.protobuf.CodedInputStream input)
static FileIODetails
FileIODetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileIODetails
FileIODetails. parseFrom(InputStream input)
static FileIODetails
FileIODetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileIODetails
FileIODetails. parseFrom(ByteBuffer data)
static FileIODetails
FileIODetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type FileIODetails Modifier and Type Method Description List<FileIODetails>
JobMetadata.Builder. getFileDetailsList()
Identification of a File source used in the Dataflow job.List<FileIODetails>
JobMetadata. getFileDetailsList()
Identification of a File source used in the Dataflow job.List<FileIODetails>
JobMetadataOrBuilder. getFileDetailsList()
Identification of a File source used in the Dataflow job.com.google.protobuf.Parser<FileIODetails>
FileIODetails. getParserForType()
static com.google.protobuf.Parser<FileIODetails>
FileIODetails. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type FileIODetails Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. addFileDetails(int index, FileIODetails value)
Identification of a File source used in the Dataflow job.JobMetadata.Builder
JobMetadata.Builder. addFileDetails(FileIODetails value)
Identification of a File source used in the Dataflow job.FileIODetails.Builder
FileIODetails.Builder. mergeFrom(FileIODetails other)
static FileIODetails.Builder
FileIODetails. newBuilder(FileIODetails prototype)
JobMetadata.Builder
JobMetadata.Builder. setFileDetails(int index, FileIODetails value)
Identification of a File source used in the Dataflow job.Method parameters in com.google.dataflow.v1beta3 with type arguments of type FileIODetails Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. addAllFileDetails(Iterable<? extends FileIODetails> values)
Identification of a File source used in the Dataflow job.
-