Package mxaccess_gateway.v1
Interface MxaccessGateway.OpenSessionReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.OpenSessionReply,MxaccessGateway.OpenSessionReply.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.OpenSessionReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring backend_name = 2;com.google.protobuf.ByteStringstring backend_name = 2;getCapabilities(int index) repeated string capabilities = 5;com.google.protobuf.ByteStringgetCapabilitiesBytes(int index) repeated string capabilities = 5;intrepeated string capabilities = 5;repeated string capabilities = 5;com.google.protobuf.Duration.google.protobuf.Duration default_command_timeout = 6;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration default_command_timeout = 6;intPublic gateway contract version implemented by this endpoint..mxaccess_gateway.v1.ProtocolStatus protocol_status = 7;.mxaccess_gateway.v1.ProtocolStatus protocol_status = 7;string session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;intint32 worker_process_id = 3;intuint32 worker_protocol_version = 4;boolean.google.protobuf.Duration default_command_timeout = 6;boolean.mxaccess_gateway.v1.ProtocolStatus protocol_status = 7;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.
-
getBackendName
String getBackendName()string backend_name = 2;- Returns:
- The backendName.
-
getBackendNameBytes
com.google.protobuf.ByteString getBackendNameBytes()string backend_name = 2;- Returns:
- The bytes for backendName.
-
getWorkerProcessId
int getWorkerProcessId()int32 worker_process_id = 3;- Returns:
- The workerProcessId.
-
getWorkerProtocolVersion
int getWorkerProtocolVersion()uint32 worker_protocol_version = 4;- Returns:
- The workerProtocolVersion.
-
getCapabilitiesList
repeated string capabilities = 5;- Returns:
- A list containing the capabilities.
-
getCapabilitiesCount
int getCapabilitiesCount()repeated string capabilities = 5;- Returns:
- The count of capabilities.
-
getCapabilities
repeated string capabilities = 5;- Parameters:
index- The index of the element to return.- Returns:
- The capabilities at the given index.
-
getCapabilitiesBytes
com.google.protobuf.ByteString getCapabilitiesBytes(int index) repeated string capabilities = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the capabilities at the given index.
-
hasDefaultCommandTimeout
boolean hasDefaultCommandTimeout().google.protobuf.Duration default_command_timeout = 6;- Returns:
- Whether the defaultCommandTimeout field is set.
-
getDefaultCommandTimeout
com.google.protobuf.Duration getDefaultCommandTimeout().google.protobuf.Duration default_command_timeout = 6;- Returns:
- The defaultCommandTimeout.
-
getDefaultCommandTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getDefaultCommandTimeoutOrBuilder().google.protobuf.Duration default_command_timeout = 6; -
hasProtocolStatus
boolean hasProtocolStatus().mxaccess_gateway.v1.ProtocolStatus protocol_status = 7;- Returns:
- Whether the protocolStatus field is set.
-
getProtocolStatus
MxaccessGateway.ProtocolStatus getProtocolStatus().mxaccess_gateway.v1.ProtocolStatus protocol_status = 7;- Returns:
- The protocolStatus.
-
getProtocolStatusOrBuilder
MxaccessGateway.ProtocolStatusOrBuilder getProtocolStatusOrBuilder().mxaccess_gateway.v1.ProtocolStatus protocol_status = 7; -
getGatewayProtocolVersion
int getGatewayProtocolVersion()Public gateway contract version implemented by this endpoint. Clients use this value to reject incompatible generated-code inputs before issuing command-specific MXAccess calls.
uint32 gateway_protocol_version = 8;- Returns:
- The gatewayProtocolVersion.
-