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