Interface PubSubSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PubSubSpec,PubSubSpec.Builder
@Generated(value="protoc",
comments="annotations:PubSubSpecOrBuilder.java.pb.meta")
public interface PubSubSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe gcp project id of pubsub topic and service accountcom.google.protobuf.ByteStringThe gcp project id of pubsub topic and service accountThe customer service account id that Temporal Cloud impersonates for writing records to customer's pubsub topiccom.google.protobuf.ByteStringThe customer service account id that Temporal Cloud impersonates for writing records to customer's pubsub topicDestination pubsub topic name for uscom.google.protobuf.ByteStringDestination pubsub topic name for usMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServiceAccountId
String getServiceAccountId()The customer service account id that Temporal Cloud impersonates for writing records to customer's pubsub topic
string service_account_id = 1;- Returns:
- The serviceAccountId.
-
getServiceAccountIdBytes
com.google.protobuf.ByteString getServiceAccountIdBytes()The customer service account id that Temporal Cloud impersonates for writing records to customer's pubsub topic
string service_account_id = 1;- Returns:
- The bytes for serviceAccountId.
-
getTopicName
String getTopicName()Destination pubsub topic name for us
string topic_name = 2;- Returns:
- The topicName.
-
getTopicNameBytes
com.google.protobuf.ByteString getTopicNameBytes()Destination pubsub topic name for us
string topic_name = 2;- Returns:
- The bytes for topicName.
-
getGcpProjectId
String getGcpProjectId()The gcp project id of pubsub topic and service account
string gcp_project_id = 3;- Returns:
- The gcpProjectId.
-
getGcpProjectIdBytes
com.google.protobuf.ByteString getGcpProjectIdBytes()The gcp project id of pubsub topic and service account
string gcp_project_id = 3;- Returns:
- The bytes for gcpProjectId.
-