public static interface Events.SubscribeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccounts(int index)
Account ID
|
com.google.protobuf.ByteString |
getAccountsBytes(int index)
Account ID
|
int |
getAccountsCount()
Account ID
|
List<String> |
getAccountsList()
Account ID
|
String |
getContentType()
Content type
|
com.google.protobuf.ByteString |
getContentTypeBytes()
Content type
|
String |
getPayload()
Content
|
com.google.protobuf.ByteString |
getPayloadBytes()
Content
|
int |
getSubscribeType()
Subscription type
|
long |
getTimestamp()
Timestamp
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSubscribeType()
Subscription type
uint32 subscribeType = 1;long getTimestamp()
Timestamp
int64 timestamp = 2;String getContentType()
Content type
string contentType = 3;com.google.protobuf.ByteString getContentTypeBytes()
Content type
string contentType = 3;String getPayload()
Content
string payload = 4;com.google.protobuf.ByteString getPayloadBytes()
Content
string payload = 4;List<String> getAccountsList()
Account ID
repeated string accounts = 5;int getAccountsCount()
Account ID
repeated string accounts = 5;String getAccounts(int index)
Account ID
repeated string accounts = 5;index - The index of the element to return.com.google.protobuf.ByteString getAccountsBytes(int index)
Account ID
repeated string accounts = 5;index - The index of the value to return.Copyright © 2025 Webull. All rights reserved.