Interface ClientWireProtocol.ClientConnectionGCM2OrBuilder

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

public static interface ClientWireProtocol.ClientConnectionGCM2OrBuilder extends MessageOrBuilder
  • Method Details

    • getCipher

      ByteString getCipher()
      bytes cipher = 1;
      Returns:
      The cipher.
    • getForce

      boolean getForce()
       Force = true means not allowed to redirect the connection
       
      bool force = 2;
      Returns:
      The force.
    • getHmac

      ByteString getHmac()
      bytes hmac = 3;
      Returns:
      The hmac.
    • getPubKey

      String getPubKey()
      string pubKey = 4;
      Returns:
      The pubKey.
    • getPubKeyBytes

      ByteString getPubKeyBytes()
      string pubKey = 4;
      Returns:
      The bytes for pubKey.
    • getExplicitSSO

      boolean getExplicitSSO()
      bool explicitSSO = 5;
      Returns:
      The explicitSSO.
    • hasTokenLifetimeSeconds

      boolean hasTokenLifetimeSeconds()
      optional int32 tokenLifetimeSeconds = 6;
      Returns:
      Whether the tokenLifetimeSeconds field is set.
    • getTokenLifetimeSeconds

      int getTokenLifetimeSeconds()
      optional int32 tokenLifetimeSeconds = 6;
      Returns:
      The tokenLifetimeSeconds.
    • hasRefreshLifetimeSeconds

      boolean hasRefreshLifetimeSeconds()
      optional int32 refreshLifetimeSeconds = 7;
      Returns:
      Whether the refreshLifetimeSeconds field is set.
    • getRefreshLifetimeSeconds

      int getRefreshLifetimeSeconds()
      optional int32 refreshLifetimeSeconds = 7;
      Returns:
      The refreshLifetimeSeconds.