Interface ClientWireProtocol.ClientConnectionResponseOrBuilder

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

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

    Modifier and Type Method Description
    com.google.protobuf.ByteString getIv()
    bytes iv = 2;
    String getPubKey()
    string pubKey = 3;
    com.google.protobuf.ByteString getPubKeyBytes()
    string pubKey = 3;
    ClientWireProtocol.ConfirmationResponse getResponse()
    .xg.cmdcomp.ConfirmationResponse response = 1;
    ClientWireProtocol.ConfirmationResponseOrBuilder getResponseOrBuilder()
    .xg.cmdcomp.ConfirmationResponse response = 1;
    boolean hasResponse()
    .xg.cmdcomp.ConfirmationResponse response = 1;

    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