- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public final class PubsubLocation extends GeneratedMessageV3 implements PubsubLocationOrBuilder
Identifies 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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PubsubLocationImplements
PubsubLocationOrBuilderStatic Fields
DROP_LATE_DATA_FIELD_NUMBER
public static final int DROP_LATE_DATA_FIELD_NUMBER
Type | Description |
int |
ID_LABEL_FIELD_NUMBER
public static final int ID_LABEL_FIELD_NUMBER
Type | Description |
int |
SUBSCRIPTION_FIELD_NUMBER
public static final int SUBSCRIPTION_FIELD_NUMBER
Type | Description |
int |
TIMESTAMP_LABEL_FIELD_NUMBER
public static final int TIMESTAMP_LABEL_FIELD_NUMBER
Type | Description |
int |
TOPIC_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
Type | Description |
int |
TRACKING_SUBSCRIPTION_FIELD_NUMBER
public static final int TRACKING_SUBSCRIPTION_FIELD_NUMBER
Type | Description |
int |
WITH_ATTRIBUTES_FIELD_NUMBER
public static final int WITH_ATTRIBUTES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PubsubLocation getDefaultInstance()
Type | Description |
PubsubLocation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PubsubLocation.Builder newBuilder()
Type | Description |
PubsubLocation.Builder |
newBuilder(PubsubLocation prototype)
public static PubsubLocation.Builder newBuilder(PubsubLocation prototype)
Name | Description |
prototype | PubsubLocation |
Type | Description |
PubsubLocation.Builder |
parseDelimitedFrom(InputStream input)
public static PubsubLocation parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PubsubLocation parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PubsubLocation parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PubsubLocation parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PubsubLocation parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PubsubLocation parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PubsubLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubLocation |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PubsubLocation> parser()
Type | Description |
Parser<PubsubLocation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public PubsubLocation getDefaultInstanceForType()
Type | Description |
PubsubLocation |
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. |
getParserForType()
public Parser<PubsubLocation> getParserForType()
Type | Description |
Parser<PubsubLocation> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getWithAttributes()
public boolean getWithAttributes()
If true, then the client has requested to get pubsub attributes.
bool with_attributes = 7;
Type | Description |
boolean | The withAttributes. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PubsubLocation.Builder newBuilderForType()
Type | Description |
PubsubLocation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PubsubLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PubsubLocation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PubsubLocation.Builder toBuilder()
Type | Description |
PubsubLocation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |