Package mxaccess_gateway.v1
Interface MxaccessGateway.CloseSessionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.CloseSessionRequest,MxaccessGateway.CloseSessionRequest.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.CloseSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_correlation_id = 2;com.google.protobuf.ByteStringstring client_correlation_id = 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.
-
getClientCorrelationId
String getClientCorrelationId()string client_correlation_id = 2;- Returns:
- The clientCorrelationId.
-
getClientCorrelationIdBytes
com.google.protobuf.ByteString getClientCorrelationIdBytes()string client_correlation_id = 2;- Returns:
- The bytes for clientCorrelationId.
-