public static interface Events.SubscribeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Subscription type
|
com.google.protobuf.ByteString |
getContentTypeBytes()
Subscription type
|
Events.EventType |
getEventType()
Event type
|
int |
getEventTypeValue()
Event type
|
String |
getPayload()
Content
|
com.google.protobuf.ByteString |
getPayloadBytes()
Content
|
String |
getRequestId()
Request id
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Request id
|
int |
getSubscribeType()
Subscription type
|
long |
getTimestamp()
Timestamp
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEventTypeValue()
Event type
.grpc.trade.event.EventType eventType = 1;Events.EventType getEventType()
Event type
.grpc.trade.event.EventType eventType = 1;int getSubscribeType()
Subscription type
uint32 subscribeType = 2;String getContentType()
Subscription type
string contentType = 3;com.google.protobuf.ByteString getContentTypeBytes()
Subscription type
string contentType = 3;String getPayload()
Content
string payload = 4;com.google.protobuf.ByteString getPayloadBytes()
Content
string payload = 4;String getRequestId()
Request id
string requestId = 5;com.google.protobuf.ByteString getRequestIdBytes()
Request id
string requestId = 5;long getTimestamp()
Timestamp
int64 timestamp = 6;Copyright © 2025 Webull. All rights reserved.