Package mxaccess_gateway.v1
Interface MxaccessGateway.StreamEventsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.StreamEventsRequest,MxaccessGateway.StreamEventsRequest.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.StreamEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 after_worker_sequence = 2;string session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionId
String getSessionId()string session_id = 1;- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()string session_id = 1;- Returns:
- The bytes for sessionId.
-
getAfterWorkerSequence
long getAfterWorkerSequence()uint64 after_worker_sequence = 2;- Returns:
- The afterWorkerSequence.
-