Package org.yamcs.protobuf
Class TopicInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.yamcs.protobuf.TopicInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,TopicInfoOrBuilder
public final class TopicInfo extends com.google.protobuf.GeneratedMessageV3 implements TopicInfoOrBuilder
Protobuf typeyamcs.protobuf.web.TopicInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopicInfo.BuilderProtobuf typeyamcs.protobuf.web.TopicInfo-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intDEPRECATED_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intINPUTTYPE_FIELD_NUMBERstatic intMETHOD_FIELD_NUMBERstatic intOUTPUTTYPE_FIELD_NUMBERstatic com.google.protobuf.Parser<TopicInfo>PARSERDeprecated.static intSERVICE_FIELD_NUMBERstatic intTOPIC_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static TopicInfogetDefaultInstance()TopicInfogetDefaultInstanceForType()booleangetDeprecated()optional bool deprecated = 7;StringgetDescription()optional string description = 4;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 4;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<TopicInfo>getParserForType()intgetSerializedSize()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;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasDeprecated()optional bool deprecated = 7;booleanhasDescription()optional string description = 4;inthashCode()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static TopicInfo.BuildernewBuilder()static TopicInfo.BuildernewBuilder(TopicInfo prototype)TopicInfo.BuildernewBuilderForType()protected TopicInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static TopicInfoparseDelimitedFrom(InputStream input)static TopicInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoparseFrom(byte[] data)static TopicInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoparseFrom(com.google.protobuf.ByteString data)static TopicInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoparseFrom(com.google.protobuf.CodedInputStream input)static TopicInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoparseFrom(InputStream input)static TopicInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoparseFrom(ByteBuffer data)static TopicInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<TopicInfo>parser()TopicInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TOPIC_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METHOD_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUTTYPE_FIELD_NUMBER
public static final int INPUTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUTTYPE_FIELD_NUMBER
public static final int OUTPUTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<TopicInfo> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasTopic
public boolean hasTopic()
optional string topic = 1;- Specified by:
hasTopicin interfaceTopicInfoOrBuilder
-
getTopic
public String getTopic()
optional string topic = 1;- Specified by:
getTopicin interfaceTopicInfoOrBuilder
-
getTopicBytes
public com.google.protobuf.ByteString getTopicBytes()
optional string topic = 1;- Specified by:
getTopicBytesin interfaceTopicInfoOrBuilder
-
hasService
public boolean hasService()
optional string service = 2;- Specified by:
hasServicein interfaceTopicInfoOrBuilder
-
getService
public String getService()
optional string service = 2;- Specified by:
getServicein interfaceTopicInfoOrBuilder
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()
optional string service = 2;- Specified by:
getServiceBytesin interfaceTopicInfoOrBuilder
-
hasMethod
public boolean hasMethod()
optional string method = 3;- Specified by:
hasMethodin interfaceTopicInfoOrBuilder
-
getMethod
public String getMethod()
optional string method = 3;- Specified by:
getMethodin interfaceTopicInfoOrBuilder
-
getMethodBytes
public com.google.protobuf.ByteString getMethodBytes()
optional string method = 3;- Specified by:
getMethodBytesin interfaceTopicInfoOrBuilder
-
hasDescription
public boolean hasDescription()
optional string description = 4;- Specified by:
hasDescriptionin interfaceTopicInfoOrBuilder
-
getDescription
public String getDescription()
optional string description = 4;- Specified by:
getDescriptionin interfaceTopicInfoOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 4;- Specified by:
getDescriptionBytesin interfaceTopicInfoOrBuilder
-
hasInputType
public boolean hasInputType()
optional string inputType = 5;- Specified by:
hasInputTypein interfaceTopicInfoOrBuilder
-
getInputType
public String getInputType()
optional string inputType = 5;- Specified by:
getInputTypein interfaceTopicInfoOrBuilder
-
getInputTypeBytes
public com.google.protobuf.ByteString getInputTypeBytes()
optional string inputType = 5;- Specified by:
getInputTypeBytesin interfaceTopicInfoOrBuilder
-
hasOutputType
public boolean hasOutputType()
optional string outputType = 6;- Specified by:
hasOutputTypein interfaceTopicInfoOrBuilder
-
getOutputType
public String getOutputType()
optional string outputType = 6;- Specified by:
getOutputTypein interfaceTopicInfoOrBuilder
-
getOutputTypeBytes
public com.google.protobuf.ByteString getOutputTypeBytes()
optional string outputType = 6;- Specified by:
getOutputTypeBytesin interfaceTopicInfoOrBuilder
-
hasDeprecated
public boolean hasDeprecated()
optional bool deprecated = 7;- Specified by:
hasDeprecatedin interfaceTopicInfoOrBuilder
-
getDeprecated
public boolean getDeprecated()
optional bool deprecated = 7;- Specified by:
getDeprecatedin interfaceTopicInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static TopicInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TopicInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TopicInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TopicInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TopicInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static TopicInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TopicInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public TopicInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static TopicInfo.Builder newBuilder()
-
newBuilder
public static TopicInfo.Builder newBuilder(TopicInfo prototype)
-
toBuilder
public TopicInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected TopicInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static TopicInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TopicInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<TopicInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public TopicInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-