Interface ManagementSubscriptionRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getClientInfo()
      optional bool clientInfo = 1;
      boolean getProcessorStatistics()
      optional bool processorStatistics = 3;
      boolean hasClientInfo()
      optional bool clientInfo = 1;
      boolean hasProcessorStatistics()
      optional bool processorStatistics = 3;
      • 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

      • hasClientInfo

        boolean hasClientInfo()
        optional bool clientInfo = 1;
      • getClientInfo

        boolean getClientInfo()
        optional bool clientInfo = 1;
      • hasProcessorStatistics

        boolean hasProcessorStatistics()
        optional bool processorStatistics = 3;
      • getProcessorStatistics

        boolean getProcessorStatistics()
        optional bool processorStatistics = 3;