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 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

      List<String> getCapabilitiesList()
      repeated string capabilities = 5;
      Returns:
      A list containing the capabilities.
    • getCapabilitiesCount

      int getCapabilitiesCount()
      repeated string capabilities = 5;
      Returns:
      The count of capabilities.
    • getCapabilities

      String getCapabilities(int index)
      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.