Interface AntidotePB.ApbGetConnectionDescriptorRespOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getD()
      structure of descriptor is internal to antidote.
      int getErrorcode()
      optional uint32 errorcode = 3;
      boolean getSuccess()
      required bool success = 1;
      boolean hasD()
      structure of descriptor is internal to antidote.
      boolean hasErrorcode()
      optional uint32 errorcode = 3;
      boolean hasSuccess()
      required bool success = 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
    • Method Detail

      • hasSuccess

        boolean hasSuccess()
        required bool success = 1;
      • getSuccess

        boolean getSuccess()
        required bool success = 1;
      • hasD

        boolean hasD()
        structure of descriptor is internal to antidote.
         
        optional bytes d = 2;
      • getD

        com.google.protobuf.ByteString getD()
        structure of descriptor is internal to antidote.
         
        optional bytes d = 2;
      • hasErrorcode

        boolean hasErrorcode()
        optional uint32 errorcode = 3;
      • getErrorcode

        int getErrorcode()
        optional uint32 errorcode = 3;