Package org.yamcs.api
Class WebSocketTopic
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.yamcs.api.WebSocketTopic
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,WebSocketTopicOrBuilder
public final class WebSocketTopic extends com.google.protobuf.GeneratedMessageV3 implements WebSocketTopicOrBuilder
Protobuf typeyamcs.api.WebSocketTopic- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSocketTopic.BuilderProtobuf typeyamcs.api.WebSocketTopic-
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 intADDITIONAL_BINDINGS_FIELD_NUMBERstatic intDEPRECATED_FIELD_NUMBERstatic com.google.protobuf.Parser<WebSocketTopic>PARSERDeprecated.static intTOPIC_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)WebSocketTopicgetAdditionalBindings(int index)repeated .yamcs.api.WebSocketTopic additional_bindings = 3;intgetAdditionalBindingsCount()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;List<WebSocketTopic>getAdditionalBindingsList()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;WebSocketTopicOrBuildergetAdditionalBindingsOrBuilder(int index)repeated .yamcs.api.WebSocketTopic additional_bindings = 3;List<? extends WebSocketTopicOrBuilder>getAdditionalBindingsOrBuilderList()repeated .yamcs.api.WebSocketTopic additional_bindings = 3;static WebSocketTopicgetDefaultInstance()WebSocketTopicgetDefaultInstanceForType()booleangetDeprecated()optional bool deprecated = 2;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<WebSocketTopic>getParserForType()intgetSerializedSize()StringgetTopic()optional string topic = 1;com.google.protobuf.ByteStringgetTopicBytes()optional string topic = 1;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasDeprecated()optional bool deprecated = 2;inthashCode()booleanhasTopic()optional string topic = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static WebSocketTopic.BuildernewBuilder()static WebSocketTopic.BuildernewBuilder(WebSocketTopic prototype)WebSocketTopic.BuildernewBuilderForType()protected WebSocketTopic.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static WebSocketTopicparseDelimitedFrom(InputStream input)static WebSocketTopicparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebSocketTopicparseFrom(byte[] data)static WebSocketTopicparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebSocketTopicparseFrom(com.google.protobuf.ByteString data)static WebSocketTopicparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebSocketTopicparseFrom(com.google.protobuf.CodedInputStream input)static WebSocketTopicparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebSocketTopicparseFrom(InputStream input)static WebSocketTopicparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WebSocketTopicparseFrom(ByteBuffer data)static WebSocketTopicparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<WebSocketTopic>parser()WebSocketTopic.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
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADDITIONAL_BINDINGS_FIELD_NUMBER
public static final int ADDITIONAL_BINDINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<WebSocketTopic> 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 interfaceWebSocketTopicOrBuilder
-
getTopic
public String getTopic()
optional string topic = 1;- Specified by:
getTopicin interfaceWebSocketTopicOrBuilder
-
getTopicBytes
public com.google.protobuf.ByteString getTopicBytes()
optional string topic = 1;- Specified by:
getTopicBytesin interfaceWebSocketTopicOrBuilder
-
hasDeprecated
public boolean hasDeprecated()
optional bool deprecated = 2;- Specified by:
hasDeprecatedin interfaceWebSocketTopicOrBuilder
-
getDeprecated
public boolean getDeprecated()
optional bool deprecated = 2;- Specified by:
getDeprecatedin interfaceWebSocketTopicOrBuilder
-
getAdditionalBindingsList
public List<WebSocketTopic> getAdditionalBindingsList()
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;- Specified by:
getAdditionalBindingsListin interfaceWebSocketTopicOrBuilder
-
getAdditionalBindingsOrBuilderList
public List<? extends WebSocketTopicOrBuilder> getAdditionalBindingsOrBuilderList()
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;- Specified by:
getAdditionalBindingsOrBuilderListin interfaceWebSocketTopicOrBuilder
-
getAdditionalBindingsCount
public int getAdditionalBindingsCount()
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;- Specified by:
getAdditionalBindingsCountin interfaceWebSocketTopicOrBuilder
-
getAdditionalBindings
public WebSocketTopic getAdditionalBindings(int index)
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;- Specified by:
getAdditionalBindingsin interfaceWebSocketTopicOrBuilder
-
getAdditionalBindingsOrBuilder
public WebSocketTopicOrBuilder getAdditionalBindingsOrBuilder(int index)
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;- Specified by:
getAdditionalBindingsOrBuilderin interfaceWebSocketTopicOrBuilder
-
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 WebSocketTopic parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebSocketTopic parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WebSocketTopic parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WebSocketTopic parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WebSocketTopic parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static WebSocketTopic parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WebSocketTopic parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public WebSocketTopic.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static WebSocketTopic.Builder newBuilder()
-
newBuilder
public static WebSocketTopic.Builder newBuilder(WebSocketTopic prototype)
-
toBuilder
public WebSocketTopic.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected WebSocketTopic.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static WebSocketTopic getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<WebSocketTopic> parser()
-
getParserForType
public com.google.protobuf.Parser<WebSocketTopic> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public WebSocketTopic getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-