public static final class Api.SubscribeRequest extends com.google.protobuf.GeneratedMessageV3 implements Api.SubscribeRequestOrBuilder
api.SubscribeRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Api.SubscribeRequest.Builder
Protobuf type
api.SubscribeRequest |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORY_FIELD_NUMBER |
static int |
SUB_TYPES_FIELD_NUMBER |
static int |
SYMBOLS_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
static int |
UNSUBSCRIBE_ALL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCategory()
string category = 3; |
com.google.protobuf.ByteString |
getCategoryBytes()
string category = 3; |
static Api.SubscribeRequest |
getDefaultInstance() |
Api.SubscribeRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Api.SubscribeRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getSubTypes(int index)
repeated string sub_types = 4; |
com.google.protobuf.ByteString |
getSubTypesBytes(int index)
repeated string sub_types = 4; |
int |
getSubTypesCount()
repeated string sub_types = 4; |
com.google.protobuf.ProtocolStringList |
getSubTypesList()
repeated string sub_types = 4; |
String |
getSymbols(int index)
repeated string symbols = 2; |
com.google.protobuf.ByteString |
getSymbolsBytes(int index)
repeated string symbols = 2; |
int |
getSymbolsCount()
repeated string symbols = 2; |
com.google.protobuf.ProtocolStringList |
getSymbolsList()
repeated string symbols = 2; |
String |
getToken()
string token = 1; |
com.google.protobuf.ByteString |
getTokenBytes()
string token = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUnsubscribeAll()
string unsubscribe_all = 5; |
com.google.protobuf.ByteString |
getUnsubscribeAllBytes()
string unsubscribe_all = 5; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Api.SubscribeRequest.Builder |
newBuilder() |
static Api.SubscribeRequest.Builder |
newBuilder(Api.SubscribeRequest prototype) |
Api.SubscribeRequest.Builder |
newBuilderForType() |
protected Api.SubscribeRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Api.SubscribeRequest |
parseDelimitedFrom(InputStream input) |
static Api.SubscribeRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.SubscribeRequest |
parseFrom(byte[] data) |
static Api.SubscribeRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.SubscribeRequest |
parseFrom(ByteBuffer data) |
static Api.SubscribeRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.SubscribeRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Api.SubscribeRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.SubscribeRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Api.SubscribeRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.SubscribeRequest |
parseFrom(InputStream input) |
static Api.SubscribeRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Api.SubscribeRequest> |
parser() |
Api.SubscribeRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TOKEN_FIELD_NUMBER
public static final int SYMBOLS_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
public static final int SUB_TYPES_FIELD_NUMBER
public static final int UNSUBSCRIBE_ALL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getToken()
string token = 1;getToken in interface Api.SubscribeRequestOrBuilderpublic com.google.protobuf.ByteString getTokenBytes()
string token = 1;getTokenBytes in interface Api.SubscribeRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getSymbolsList()
repeated string symbols = 2;getSymbolsList in interface Api.SubscribeRequestOrBuilderpublic int getSymbolsCount()
repeated string symbols = 2;getSymbolsCount in interface Api.SubscribeRequestOrBuilderpublic String getSymbols(int index)
repeated string symbols = 2;getSymbols in interface Api.SubscribeRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSymbolsBytes(int index)
repeated string symbols = 2;getSymbolsBytes in interface Api.SubscribeRequestOrBuilderindex - The index of the value to return.public String getCategory()
string category = 3;getCategory in interface Api.SubscribeRequestOrBuilderpublic com.google.protobuf.ByteString getCategoryBytes()
string category = 3;getCategoryBytes in interface Api.SubscribeRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getSubTypesList()
repeated string sub_types = 4;getSubTypesList in interface Api.SubscribeRequestOrBuilderpublic int getSubTypesCount()
repeated string sub_types = 4;getSubTypesCount in interface Api.SubscribeRequestOrBuilderpublic String getSubTypes(int index)
repeated string sub_types = 4;getSubTypes in interface Api.SubscribeRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSubTypesBytes(int index)
repeated string sub_types = 4;getSubTypesBytes in interface Api.SubscribeRequestOrBuilderindex - The index of the value to return.public String getUnsubscribeAll()
string unsubscribe_all = 5;getUnsubscribeAll in interface Api.SubscribeRequestOrBuilderpublic com.google.protobuf.ByteString getUnsubscribeAllBytes()
string unsubscribe_all = 5;getUnsubscribeAllBytes in interface Api.SubscribeRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Api.SubscribeRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.SubscribeRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Api.SubscribeRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Api.SubscribeRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Api.SubscribeRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Api.SubscribeRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Api.SubscribeRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Api.SubscribeRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Api.SubscribeRequest.Builder newBuilder()
public static Api.SubscribeRequest.Builder newBuilder(Api.SubscribeRequest prototype)
public Api.SubscribeRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Api.SubscribeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Api.SubscribeRequest getDefaultInstance()
public static com.google.protobuf.Parser<Api.SubscribeRequest> parser()
public com.google.protobuf.Parser<Api.SubscribeRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Api.SubscribeRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Webull. All rights reserved.