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 Summary
Modifier and TypeMethodDescriptiongetAdditionalBindings
(int index) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
int
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
getAdditionalBindingsOrBuilder
(int index) repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
List<? extends WebSocketTopicOrBuilder>
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
boolean
optional bool deprecated = 2;
getTopic()
optional string topic = 1;
com.google.protobuf.ByteString
optional string topic = 1;
boolean
optional bool deprecated = 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 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
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
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
-