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

    Modifier and Type
    Method
    Description
    boolean
    optional bool deprecated = 7;
    optional string description = 4;
    com.google.protobuf.ByteString
    optional string description = 4;
    optional string inputType = 5;
    com.google.protobuf.ByteString
    optional string inputType = 5;
    optional string method = 3;
    com.google.protobuf.ByteString
    optional string method = 3;
    optional string outputType = 6;
    com.google.protobuf.ByteString
    optional string outputType = 6;
    optional string service = 2;
    com.google.protobuf.ByteString
    optional string service = 2;
    optional string topic = 1;
    com.google.protobuf.ByteString
    optional string topic = 1;
    boolean
    optional bool deprecated = 7;
    boolean
    optional string description = 4;
    boolean
    optional string inputType = 5;
    boolean
    optional string method = 3;
    boolean
    optional string outputType = 6;
    boolean
    optional string service = 2;
    boolean
    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 Details

    • hasTopic

      boolean hasTopic()
      optional string topic = 1;
      Returns:
      Whether the topic field is set.
    • getTopic

      String getTopic()
      optional string topic = 1;
      Returns:
      The topic.
    • getTopicBytes

      com.google.protobuf.ByteString getTopicBytes()
      optional string topic = 1;
      Returns:
      The bytes for topic.
    • hasService

      boolean hasService()
      optional string service = 2;
      Returns:
      Whether the service field is set.
    • getService

      String getService()
      optional string service = 2;
      Returns:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      optional string service = 2;
      Returns:
      The bytes for service.
    • hasMethod

      boolean hasMethod()
      optional string method = 3;
      Returns:
      Whether the method field is set.
    • getMethod

      String getMethod()
      optional string method = 3;
      Returns:
      The method.
    • getMethodBytes

      com.google.protobuf.ByteString getMethodBytes()
      optional string method = 3;
      Returns:
      The bytes for method.
    • hasDescription

      boolean hasDescription()
      optional string description = 4;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
      optional string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 4;
      Returns:
      The bytes for description.
    • hasInputType

      boolean hasInputType()
      optional string inputType = 5;
      Returns:
      Whether the inputType field is set.
    • getInputType

      String getInputType()
      optional string inputType = 5;
      Returns:
      The inputType.
    • getInputTypeBytes

      com.google.protobuf.ByteString getInputTypeBytes()
      optional string inputType = 5;
      Returns:
      The bytes for inputType.
    • hasOutputType

      boolean hasOutputType()
      optional string outputType = 6;
      Returns:
      Whether the outputType field is set.
    • getOutputType

      String getOutputType()
      optional string outputType = 6;
      Returns:
      The outputType.
    • getOutputTypeBytes

      com.google.protobuf.ByteString getOutputTypeBytes()
      optional string outputType = 6;
      Returns:
      The bytes for outputType.
    • hasDeprecated

      boolean hasDeprecated()
      optional bool deprecated = 7;
      Returns:
      Whether the deprecated field is set.
    • getDeprecated

      boolean getDeprecated()
      optional bool deprecated = 7;
      Returns:
      The deprecated.