Package org.yamcs.api

Interface WebSocketTopicOrBuilder

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

public interface WebSocketTopicOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • hasDeprecated

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

      boolean getDeprecated()
      optional bool deprecated = 2;
      Returns:
      The deprecated.
    • getAdditionalBindingsList

      List<WebSocketTopic> getAdditionalBindingsList()
      repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
    • getAdditionalBindings

      WebSocketTopic getAdditionalBindings(int index)
      repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
    • getAdditionalBindingsCount

      int getAdditionalBindingsCount()
      repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
    • getAdditionalBindingsOrBuilderList

      List<? extends WebSocketTopicOrBuilder> getAdditionalBindingsOrBuilderList()
      repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
    • getAdditionalBindingsOrBuilder

      WebSocketTopicOrBuilder getAdditionalBindingsOrBuilder(int index)
      repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
    • hasLabel

      boolean hasLabel()
       Optional method label. This is a hint to programs that process
       proto definitions (example: document generation), intended for
       when the camel-case method name does not give a good result.
       
      optional string label = 4;
      Returns:
      Whether the label field is set.
    • getLabel

      String getLabel()
       Optional method label. This is a hint to programs that process
       proto definitions (example: document generation), intended for
       when the camel-case method name does not give a good result.
       
      optional string label = 4;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
       Optional method label. This is a hint to programs that process
       proto definitions (example: document generation), intended for
       when the camel-case method name does not give a good result.
       
      optional string label = 4;
      Returns:
      The bytes for label.