Interface ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.ClientConnectionGCM2Response, ClientWireProtocol.ClientConnectionGCM2Response.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • getRedirect

      boolean getRedirect()
       Redirect = true, means we are telling client to connect elsewhere
       
      bool redirect = 2;
      Returns:
      The redirect.
    • getRedirectHost

      String getRedirectHost()
      string redirectHost = 3;
      Returns:
      The redirectHost.
    • getRedirectHostBytes

      ByteString getRedirectHostBytes()
      string redirectHost = 3;
      Returns:
      The bytes for redirectHost.
    • getRedirectPort

      int getRedirectPort()
      fixed32 redirectPort = 4;
      Returns:
      The redirectPort.
    • getSecondaryList

      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondary

      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryCount

      int getSecondaryCount()
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryOrBuilderList

      List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder> getSecondaryOrBuilderList()
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryOrBuilder

      ClientWireProtocol.SecondaryInterfaceListOrBuilder getSecondaryOrBuilder(int index)
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getServerSessionId

      String getServerSessionId()
      string serverSessionId = 7;
      Returns:
      The serverSessionId.
    • getServerSessionIdBytes

      ByteString getServerSessionIdBytes()
      string serverSessionId = 7;
      Returns:
      The bytes for serverSessionId.
    • hasSecurityToken

      boolean hasSecurityToken()
       The security token associated with this session
       
      .xg.cmdcomp.SecurityToken securityToken = 8;
      Returns:
      Whether the securityToken field is set.
    • getSecurityToken

       The security token associated with this session
       
      .xg.cmdcomp.SecurityToken securityToken = 8;
      Returns:
      The securityToken.
    • getSecurityTokenOrBuilder

      ClientWireProtocol.SecurityTokenOrBuilder getSecurityTokenOrBuilder()
       The security token associated with this session
       
      .xg.cmdcomp.SecurityToken securityToken = 8;
    • getFullyQualifiedUsername

      String getFullyQualifiedUsername()
       The fully qualified username used for the connection
       
      string fullyQualifiedUsername = 9;
      Returns:
      The fullyQualifiedUsername.
    • getFullyQualifiedUsernameBytes

      ByteString getFullyQualifiedUsernameBytes()
       The fully qualified username used for the connection
       
      string fullyQualifiedUsername = 9;
      Returns:
      The bytes for fullyQualifiedUsername.
    • hasServerVersion

      boolean hasServerVersion()
      .xg.cmdcomp.ServerVersion serverVersion = 10;
      Returns:
      Whether the serverVersion field is set.
    • getServerVersion

      .xg.cmdcomp.ServerVersion serverVersion = 10;
      Returns:
      The serverVersion.
    • getServerVersionOrBuilder

      ClientWireProtocol.ServerVersionOrBuilder getServerVersionOrBuilder()
      .xg.cmdcomp.ServerVersion serverVersion = 10;