Interface ClientWireProtocol.ClientConnectionGCMOrBuilder

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

public static interface ClientWireProtocol.ClientConnectionGCMOrBuilder extends MessageOrBuilder
  • Method Details

    • getUserid

      String getUserid()
      string userid = 1;
      Returns:
      The userid.
    • getUseridBytes

      ByteString getUseridBytes()
      string userid = 1;
      Returns:
      The bytes for userid.
    • getDatabase

      String getDatabase()
      string database = 2;
      Returns:
      The database.
    • getDatabaseBytes

      ByteString getDatabaseBytes()
      string database = 2;
      Returns:
      The bytes for database.
    • getClientid

      String getClientid()
      string clientid = 3;
      Returns:
      The clientid.
    • getClientidBytes

      ByteString getClientidBytes()
      string clientid = 3;
      Returns:
      The bytes for clientid.
    • getVersion

      String getVersion()
      string version = 4;
      Returns:
      The version.
    • getVersionBytes

      ByteString getVersionBytes()
      string version = 4;
      Returns:
      The bytes for version.
    • getMajorClientVersion

      int getMajorClientVersion()
      int32 majorClientVersion = 5;
      Returns:
      The majorClientVersion.
    • getMinorClientVersion

      int getMinorClientVersion()
      int32 minorClientVersion = 6;
      Returns:
      The minorClientVersion.
    • getPatchClientVersion

      String getPatchClientVersion()
       note the out of order field numbering
       
      string patchClientVersion = 9;
      Returns:
      The patchClientVersion.
    • getPatchClientVersionBytes

      ByteString getPatchClientVersionBytes()
       note the out of order field numbering
       
      string patchClientVersion = 9;
      Returns:
      The bytes for patchClientVersion.
    • getSessionID

      String getSessionID()
      string sessionID = 7;
      Returns:
      The sessionID.
    • getSessionIDBytes

      ByteString getSessionIDBytes()
      string sessionID = 7;
      Returns:
      The bytes for sessionID.
    • getExplicitSSO

      boolean getExplicitSSO()
       Is this a token-based SSO flow?
       
      bool explicitSSO = 8;
      Returns:
      The explicitSSO.
    • getSupportsSortedParallelTCPStreams

      boolean getSupportsSortedParallelTCPStreams()
       True if the client supports parallel
       
      bool supportsSortedParallelTCPStreams = 10;
      Returns:
      The supportsSortedParallelTCPStreams.
    • hasIdentityProvider

      boolean hasIdentityProvider()
       TCP streams for sorted result sets.
       
      optional string identityProvider = 11;
      Returns:
      Whether the identityProvider field is set.
    • getIdentityProvider

      String getIdentityProvider()
       TCP streams for sorted result sets.
       
      optional string identityProvider = 11;
      Returns:
      The identityProvider.
    • getIdentityProviderBytes

      ByteString getIdentityProviderBytes()
       TCP streams for sorted result sets.
       
      optional string identityProvider = 11;
      Returns:
      The bytes for identityProvider.