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 DatastoreIODetails
DatastoreIODetails.Builder. build()
DatastoreIODetails
DatastoreIODetails.Builder. buildPartial()
DatastoreIODetails
JobMetadata.Builder. getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.DatastoreIODetails
JobMetadata. getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.DatastoreIODetails
JobMetadataOrBuilder. getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.static DatastoreIODetails
DatastoreIODetails. getDefaultInstance()
DatastoreIODetails
DatastoreIODetails.Builder. getDefaultInstanceForType()
DatastoreIODetails
DatastoreIODetails. getDefaultInstanceForType()
static DatastoreIODetails
DatastoreIODetails. parseDelimitedFrom(InputStream input)
static DatastoreIODetails
DatastoreIODetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatastoreIODetails
DatastoreIODetails. parseFrom(byte[] data)
static DatastoreIODetails
DatastoreIODetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatastoreIODetails
DatastoreIODetails. parseFrom(com.google.protobuf.ByteString data)
static DatastoreIODetails
DatastoreIODetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatastoreIODetails
DatastoreIODetails. parseFrom(com.google.protobuf.CodedInputStream input)
static DatastoreIODetails
DatastoreIODetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatastoreIODetails
DatastoreIODetails. parseFrom(InputStream input)
static DatastoreIODetails
DatastoreIODetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatastoreIODetails
DatastoreIODetails. parseFrom(ByteBuffer data)
static DatastoreIODetails
DatastoreIODetails. 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.Builder
JobMetadata.Builder. addDatastoreDetails(int index, DatastoreIODetails value)
Identification of a Datastore source used in the Dataflow job.JobMetadata.Builder
JobMetadata.Builder. addDatastoreDetails(DatastoreIODetails value)
Identification of a Datastore source used in the Dataflow job.DatastoreIODetails.Builder
DatastoreIODetails.Builder. mergeFrom(DatastoreIODetails other)
static DatastoreIODetails.Builder
DatastoreIODetails. newBuilder(DatastoreIODetails prototype)
JobMetadata.Builder
JobMetadata.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.Builder
JobMetadata.Builder. addAllDatastoreDetails(Iterable<? extends DatastoreIODetails> values)
Identification of a Datastore source used in the Dataflow job.
-