Interface ClientWireProtocol.ClientConnectionGCM2OrBuilder

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

public static interface ClientWireProtocol.ClientConnectionGCM2OrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.ByteString getCipher()
    bytes cipher = 1;
    boolean getForce()
    Force = true means not allowed to redirect the connection
    com.google.protobuf.ByteString getHmac()
    bytes hmac = 3;
    String getPubKey()
    string pubKey = 4;
    com.google.protobuf.ByteString getPubKeyBytes()
    string pubKey = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCipher

      com.google.protobuf.ByteString getCipher()
      bytes cipher = 1;
    • getForce

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

      com.google.protobuf.ByteString getHmac()
      bytes hmac = 3;
    • getPubKey

      String getPubKey()
      string pubKey = 4;
    • getPubKeyBytes

      com.google.protobuf.ByteString getPubKeyBytes()
      string pubKey = 4;