Interface TopicRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The name of the topic to retrieve.
    com.google.protobuf.ByteString
    The name of the topic to retrieve.

    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 Details

    • getTopicName

      String getTopicName()
       The name of the topic to retrieve.
       
      string topic_name = 1;
      Returns:
      The topicName.
    • getTopicNameBytes

      com.google.protobuf.ByteString getTopicNameBytes()
       The name of the topic to retrieve.
       
      string topic_name = 1;
      Returns:
      The bytes for topicName.