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