Package org.yamcs.protobuf
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 booleangetDeprecated()optional bool deprecated = 7;StringgetDescription()optional string description = 4;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 4;StringgetInputType()optional string inputType = 5;com.google.protobuf.ByteStringgetInputTypeBytes()optional string inputType = 5;StringgetMethod()optional string method = 3;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 3;StringgetOutputType()optional string outputType = 6;com.google.protobuf.ByteStringgetOutputTypeBytes()optional string outputType = 6;StringgetService()optional string service = 2;com.google.protobuf.ByteStringgetServiceBytes()optional string service = 2;StringgetTopic()optional string topic = 1;com.google.protobuf.ByteStringgetTopicBytes()optional string topic = 1;booleanhasDeprecated()optional bool deprecated = 7;booleanhasDescription()optional string description = 4;booleanhasInputType()optional string inputType = 5;booleanhasMethod()optional string method = 3;booleanhasOutputType()optional string outputType = 6;booleanhasService()optional string service = 2;booleanhasTopic()optional string topic = 1;-
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;
-
-