public static final class PubsubLocation.Builder extends GeneratedMessageV3.Builder<PubsubLocation.Builder> implements PubsubLocationOrBuilderIdentifies a pubsub location to use for transferring data into or out of a streaming Dataflow job.
Protobuf type google.dataflow.v1beta3.PubsubLocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PubsubLocation.BuilderImplements
PubsubLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PubsubLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| PubsubLocation.Builder |
build()
public PubsubLocation build()| Type | Description |
| PubsubLocation |
buildPartial()
public PubsubLocation buildPartial()| Type | Description |
| PubsubLocation |
clear()
public PubsubLocation.Builder clear()| Type | Description |
| PubsubLocation.Builder |
clearDropLateData()
public PubsubLocation.Builder clearDropLateData()Indicates whether the pipeline allows late-arriving data.
bool drop_late_data = 5;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PubsubLocation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| PubsubLocation.Builder |
clearIdLabel()
public PubsubLocation.Builder clearIdLabel()If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.
string id_label = 4;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PubsubLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| PubsubLocation.Builder |
clearSubscription()
public PubsubLocation.Builder clearSubscription()A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
string subscription = 2;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearTimestampLabel()
public PubsubLocation.Builder clearTimestampLabel()If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.
string timestamp_label = 3;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearTopic()
public PubsubLocation.Builder clearTopic()A pubsub topic, in the form of "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
string topic = 1;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearTrackingSubscription()
public PubsubLocation.Builder clearTrackingSubscription()If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.
string tracking_subscription = 6;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clearWithAttributes()
public PubsubLocation.Builder clearWithAttributes()If true, then the client has requested to get pubsub attributes.
bool with_attributes = 7;
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
clone()
public PubsubLocation.Builder clone()| Type | Description |
| PubsubLocation.Builder |
getDefaultInstanceForType()
public PubsubLocation getDefaultInstanceForType()| Type | Description |
| PubsubLocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDropLateData()
public boolean getDropLateData()Indicates whether the pipeline allows late-arriving data.
bool drop_late_data = 5;
| Type | Description |
| boolean | The dropLateData. |
getIdLabel()
public String getIdLabel()If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.
string id_label = 4;
| Type | Description |
| String | The idLabel. |
getIdLabelBytes()
public ByteString getIdLabelBytes()If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.
string id_label = 4;
| Type | Description |
| ByteString | The bytes for idLabel. |
getSubscription()
public String getSubscription()A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
string subscription = 2;
| Type | Description |
| String | The subscription. |
getSubscriptionBytes()
public ByteString getSubscriptionBytes()A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
string subscription = 2;
| Type | Description |
| ByteString | The bytes for subscription. |
getTimestampLabel()
public String getTimestampLabel()If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.
string timestamp_label = 3;
| Type | Description |
| String | The timestampLabel. |
getTimestampLabelBytes()
public ByteString getTimestampLabelBytes()If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.
string timestamp_label = 3;
| Type | Description |
| ByteString | The bytes for timestampLabel. |
getTopic()
public String getTopic()A pubsub topic, in the form of "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
string topic = 1;
| Type | Description |
| String | The topic. |
getTopicBytes()
public ByteString getTopicBytes()A pubsub topic, in the form of "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
string topic = 1;
| Type | Description |
| ByteString | The bytes for topic. |
getTrackingSubscription()
public String getTrackingSubscription()If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.
string tracking_subscription = 6;
| Type | Description |
| String | The trackingSubscription. |
getTrackingSubscriptionBytes()
public ByteString getTrackingSubscriptionBytes()If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.
string tracking_subscription = 6;
| Type | Description |
| ByteString | The bytes for trackingSubscription. |
getWithAttributes()
public boolean getWithAttributes()If true, then the client has requested to get pubsub attributes.
bool with_attributes = 7;
| Type | Description |
| boolean | The withAttributes. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(PubsubLocation other)
public PubsubLocation.Builder mergeFrom(PubsubLocation other)| Name | Description |
| other | PubsubLocation |
| Type | Description |
| PubsubLocation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PubsubLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| PubsubLocation.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public PubsubLocation.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| PubsubLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PubsubLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| PubsubLocation.Builder |
setDropLateData(boolean value)
public PubsubLocation.Builder setDropLateData(boolean value)Indicates whether the pipeline allows late-arriving data.
bool drop_late_data = 5;
| Name | Description |
| value | booleanThe dropLateData to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PubsubLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| PubsubLocation.Builder |
setIdLabel(String value)
public PubsubLocation.Builder setIdLabel(String value)If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.
string id_label = 4;
| Name | Description |
| value | StringThe idLabel to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setIdLabelBytes(ByteString value)
public PubsubLocation.Builder setIdLabelBytes(ByteString value)If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.
string id_label = 4;
| Name | Description |
| value | ByteStringThe bytes for idLabel to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PubsubLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| PubsubLocation.Builder |
setSubscription(String value)
public PubsubLocation.Builder setSubscription(String value)A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
string subscription = 2;
| Name | Description |
| value | StringThe subscription to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setSubscriptionBytes(ByteString value)
public PubsubLocation.Builder setSubscriptionBytes(ByteString value)A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
string subscription = 2;
| Name | Description |
| value | ByteStringThe bytes for subscription to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTimestampLabel(String value)
public PubsubLocation.Builder setTimestampLabel(String value)If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.
string timestamp_label = 3;
| Name | Description |
| value | StringThe timestampLabel to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTimestampLabelBytes(ByteString value)
public PubsubLocation.Builder setTimestampLabelBytes(ByteString value)If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.
string timestamp_label = 3;
| Name | Description |
| value | ByteStringThe bytes for timestampLabel to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTopic(String value)
public PubsubLocation.Builder setTopic(String value)A pubsub topic, in the form of "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
string topic = 1;
| Name | Description |
| value | StringThe topic to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTopicBytes(ByteString value)
public PubsubLocation.Builder setTopicBytes(ByteString value)A pubsub topic, in the form of "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
string topic = 1;
| Name | Description |
| value | ByteStringThe bytes for topic to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTrackingSubscription(String value)
public PubsubLocation.Builder setTrackingSubscription(String value)If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.
string tracking_subscription = 6;
| Name | Description |
| value | StringThe trackingSubscription to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setTrackingSubscriptionBytes(ByteString value)
public PubsubLocation.Builder setTrackingSubscriptionBytes(ByteString value)If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.
string tracking_subscription = 6;
| Name | Description |
| value | ByteStringThe bytes for trackingSubscription to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PubsubLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| PubsubLocation.Builder |
setWithAttributes(boolean value)
public PubsubLocation.Builder setWithAttributes(boolean value)If true, then the client has requested to get pubsub attributes.
bool with_attributes = 7;
| Name | Description |
| value | booleanThe withAttributes to set. |
| Type | Description |
| PubsubLocation.Builder | This builder for chaining. |