Package mxaccess_gateway.v1
Interface MxaccessGateway.OpenSessionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.OpenSessionRequest,MxaccessGateway.OpenSessionRequest.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.OpenSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_correlation_id = 3;com.google.protobuf.ByteStringstring client_correlation_id = 3;string client_session_name = 2;com.google.protobuf.ByteStringstring client_session_name = 2;com.google.protobuf.Duration.google.protobuf.Duration command_timeout = 4;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration command_timeout = 4;string requested_backend = 1;com.google.protobuf.ByteStringstring requested_backend = 1;boolean.google.protobuf.Duration command_timeout = 4;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
-
getRequestedBackend
String getRequestedBackend()string requested_backend = 1;- Returns:
- The requestedBackend.
-
getRequestedBackendBytes
com.google.protobuf.ByteString getRequestedBackendBytes()string requested_backend = 1;- Returns:
- The bytes for requestedBackend.
-
getClientSessionName
String getClientSessionName()string client_session_name = 2;- Returns:
- The clientSessionName.
-
getClientSessionNameBytes
com.google.protobuf.ByteString getClientSessionNameBytes()string client_session_name = 2;- Returns:
- The bytes for clientSessionName.
-
getClientCorrelationId
String getClientCorrelationId()string client_correlation_id = 3;- Returns:
- The clientCorrelationId.
-
getClientCorrelationIdBytes
com.google.protobuf.ByteString getClientCorrelationIdBytes()string client_correlation_id = 3;- Returns:
- The bytes for clientCorrelationId.
-
hasCommandTimeout
boolean hasCommandTimeout().google.protobuf.Duration command_timeout = 4;- Returns:
- Whether the commandTimeout field is set.
-
getCommandTimeout
com.google.protobuf.Duration getCommandTimeout().google.protobuf.Duration command_timeout = 4;- Returns:
- The commandTimeout.
-
getCommandTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getCommandTimeoutOrBuilder().google.protobuf.Duration command_timeout = 4;
-