Package com.google.dataflow.v1beta3
Interface PubSubIODetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PubSubIODetails,PubSubIODetails.Builder
public interface PubSubIODetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSubscription()Subscription used in the connection.com.google.protobuf.ByteStringgetSubscriptionBytes()Subscription used in the connection.StringgetTopic()Topic accessed in the connection.com.google.protobuf.ByteStringgetTopicBytes()Topic accessed in the connection.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTopic
String getTopic()
Topic accessed in the connection.
string topic = 1;- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()
Topic accessed in the connection.
string topic = 1;- Returns:
- The bytes for topic.
-
getSubscription
String getSubscription()
Subscription used in the connection.
string subscription = 2;- Returns:
- The subscription.
-
getSubscriptionBytes
com.google.protobuf.ByteString getSubscriptionBytes()
Subscription used in the connection.
string subscription = 2;- Returns:
- The bytes for subscription.
-
-