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 FileIODetailsFileIODetails.Builder. build()FileIODetailsFileIODetails.Builder. buildPartial()static FileIODetailsFileIODetails. getDefaultInstance()FileIODetailsFileIODetails.Builder. getDefaultInstanceForType()FileIODetailsFileIODetails. getDefaultInstanceForType()FileIODetailsJobMetadata.Builder. getFileDetails(int index)Identification of a File source used in the Dataflow job.FileIODetailsJobMetadata. getFileDetails(int index)Identification of a File source used in the Dataflow job.FileIODetailsJobMetadataOrBuilder. getFileDetails(int index)Identification of a File source used in the Dataflow job.static FileIODetailsFileIODetails. parseDelimitedFrom(InputStream input)static FileIODetailsFileIODetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileIODetailsFileIODetails. parseFrom(byte[] data)static FileIODetailsFileIODetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileIODetailsFileIODetails. parseFrom(com.google.protobuf.ByteString data)static FileIODetailsFileIODetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileIODetailsFileIODetails. parseFrom(com.google.protobuf.CodedInputStream input)static FileIODetailsFileIODetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileIODetailsFileIODetails. parseFrom(InputStream input)static FileIODetailsFileIODetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileIODetailsFileIODetails. parseFrom(ByteBuffer data)static FileIODetailsFileIODetails. 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.BuilderJobMetadata.Builder. addFileDetails(int index, FileIODetails value)Identification of a File source used in the Dataflow job.JobMetadata.BuilderJobMetadata.Builder. addFileDetails(FileIODetails value)Identification of a File source used in the Dataflow job.FileIODetails.BuilderFileIODetails.Builder. mergeFrom(FileIODetails other)static FileIODetails.BuilderFileIODetails. newBuilder(FileIODetails prototype)JobMetadata.BuilderJobMetadata.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.BuilderJobMetadata.Builder. addAllFileDetails(Iterable<? extends FileIODetails> values)Identification of a File source used in the Dataflow job.
-