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