Interface ClientWireProtocol.ClientConnectionGCMResponseOrBuilder

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

public static interface ClientWireProtocol.ClientConnectionGCMResponseOrBuilder 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;
    • getIv

      ByteString getIv()
      bytes iv = 2;
      Returns:
      The iv.
    • getPubKey

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

      ByteString getPubKeyBytes()
      string pubKey = 3;
      Returns:
      The bytes for pubKey.