Interface StateNotificationConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StateNotificationConfig, StateNotificationConfig.Builder

    public interface StateNotificationConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPubsubTopicName()
      A Cloud Pub/Sub topic name.
      com.google.protobuf.ByteString getPubsubTopicNameBytes()
      A Cloud Pub/Sub topic name.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPubsubTopicName

        String getPubsubTopicName()
         A Cloud Pub/Sub topic name. For example,
         `projects/myProject/topics/deviceEvents`.
         
        string pubsub_topic_name = 1;
        Returns:
        The pubsubTopicName.
      • getPubsubTopicNameBytes

        com.google.protobuf.ByteString getPubsubTopicNameBytes()
         A Cloud Pub/Sub topic name. For example,
         `projects/myProject/topics/deviceEvents`.
         
        string pubsub_topic_name = 1;
        Returns:
        The bytes for pubsubTopicName.