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 PubSubIODetailsPubSubIODetails.Builder. build()PubSubIODetailsPubSubIODetails.Builder. buildPartial()static PubSubIODetailsPubSubIODetails. getDefaultInstance()PubSubIODetailsPubSubIODetails.Builder. getDefaultInstanceForType()PubSubIODetailsPubSubIODetails. getDefaultInstanceForType()PubSubIODetailsJobMetadata.Builder. getPubsubDetails(int index)Identification of a Pub/Sub source used in the Dataflow job.PubSubIODetailsJobMetadata. getPubsubDetails(int index)Identification of a Pub/Sub source used in the Dataflow job.PubSubIODetailsJobMetadataOrBuilder. getPubsubDetails(int index)Identification of a Pub/Sub source used in the Dataflow job.static PubSubIODetailsPubSubIODetails. parseDelimitedFrom(InputStream input)static PubSubIODetailsPubSubIODetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PubSubIODetailsPubSubIODetails. parseFrom(byte[] data)static PubSubIODetailsPubSubIODetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PubSubIODetailsPubSubIODetails. parseFrom(com.google.protobuf.ByteString data)static PubSubIODetailsPubSubIODetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PubSubIODetailsPubSubIODetails. parseFrom(com.google.protobuf.CodedInputStream input)static PubSubIODetailsPubSubIODetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PubSubIODetailsPubSubIODetails. parseFrom(InputStream input)static PubSubIODetailsPubSubIODetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PubSubIODetailsPubSubIODetails. parseFrom(ByteBuffer data)static PubSubIODetailsPubSubIODetails. 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.BuilderJobMetadata.Builder. addPubsubDetails(int index, PubSubIODetails value)Identification of a Pub/Sub source used in the Dataflow job.JobMetadata.BuilderJobMetadata.Builder. addPubsubDetails(PubSubIODetails value)Identification of a Pub/Sub source used in the Dataflow job.PubSubIODetails.BuilderPubSubIODetails.Builder. mergeFrom(PubSubIODetails other)static PubSubIODetails.BuilderPubSubIODetails. newBuilder(PubSubIODetails prototype)JobMetadata.BuilderJobMetadata.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.BuilderJobMetadata.Builder. addAllPubsubDetails(Iterable<? extends PubSubIODetails> values)Identification of a Pub/Sub source used in the Dataflow job.
-