Interface TopicInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDeprecated()
      optional bool deprecated = 7;
      String getDescription()
      optional string description = 4;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 4;
      String getInputType()
      optional string inputType = 5;
      com.google.protobuf.ByteString getInputTypeBytes()
      optional string inputType = 5;
      String getMethod()
      optional string method = 3;
      com.google.protobuf.ByteString getMethodBytes()
      optional string method = 3;
      String getOutputType()
      optional string outputType = 6;
      com.google.protobuf.ByteString getOutputTypeBytes()
      optional string outputType = 6;
      String getService()
      optional string service = 2;
      com.google.protobuf.ByteString getServiceBytes()
      optional string service = 2;
      String getTopic()
      optional string topic = 1;
      com.google.protobuf.ByteString getTopicBytes()
      optional string topic = 1;
      boolean hasDeprecated()
      optional bool deprecated = 7;
      boolean hasDescription()
      optional string description = 4;
      boolean hasInputType()
      optional string inputType = 5;
      boolean hasMethod()
      optional string method = 3;
      boolean hasOutputType()
      optional string outputType = 6;
      boolean hasService()
      optional string service = 2;
      boolean hasTopic()
      optional string topic = 1;
      • 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

      • hasTopic

        boolean hasTopic()
        optional string topic = 1;
      • getTopic

        String getTopic()
        optional string topic = 1;
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
        optional string topic = 1;
      • hasService

        boolean hasService()
        optional string service = 2;
      • getService

        String getService()
        optional string service = 2;
      • getServiceBytes

        com.google.protobuf.ByteString getServiceBytes()
        optional string service = 2;
      • hasMethod

        boolean hasMethod()
        optional string method = 3;
      • getMethod

        String getMethod()
        optional string method = 3;
      • getMethodBytes

        com.google.protobuf.ByteString getMethodBytes()
        optional string method = 3;
      • hasDescription

        boolean hasDescription()
        optional string description = 4;
      • getDescription

        String getDescription()
        optional string description = 4;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 4;
      • hasInputType

        boolean hasInputType()
        optional string inputType = 5;
      • getInputType

        String getInputType()
        optional string inputType = 5;
      • getInputTypeBytes

        com.google.protobuf.ByteString getInputTypeBytes()
        optional string inputType = 5;
      • hasOutputType

        boolean hasOutputType()
        optional string outputType = 6;
      • getOutputType

        String getOutputType()
        optional string outputType = 6;
      • getOutputTypeBytes

        com.google.protobuf.ByteString getOutputTypeBytes()
        optional string outputType = 6;
      • hasDeprecated

        boolean hasDeprecated()
        optional bool deprecated = 7;
      • getDeprecated

        boolean getDeprecated()
        optional bool deprecated = 7;