Interface Telemetry.CancelSubscriptionReplyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Telemetry.ReturnCode getCode()
      Return code
      java.lang.String getCodeStr()
      Return code string
      com.google.protobuf.ByteString getCodeStrBytes()
      Return code string
      int getCodeValue()
      Return code
      • 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

      • getCodeValue

        int getCodeValue()
         Return code
         
        .telemetry.ReturnCode code = 1;
      • getCodeStr

        java.lang.String getCodeStr()
         Return code string
         
        string code_str = 2;
      • getCodeStrBytes

        com.google.protobuf.ByteString getCodeStrBytes()
         Return code string
         
        string code_str = 2;