Interface Telemetry.GetOperationalStateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSubscriptionId()
      Per-subscription_id level operational state can be requested.
      Telemetry.VerbosityLevel getVerbosity()
      Control verbosity of the output
      int getVerbosityValue()
      Control verbosity of the output
      • 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

      • getSubscriptionId

        int getSubscriptionId()
         Per-subscription_id level operational state can be requested.
         Subscription identifier as returned by the device when
         subscription was requested
         --- or ---
         0xFFFFFFFF for all subscription identifiers including agent-level
         operational stats
         --- or ---
         If subscription_id is not present then sent only agent-level
         operational stats
         
        uint32 subscription_id = 1;
      • getVerbosityValue

        int getVerbosityValue()
         Control verbosity of the output
         
        .telemetry.VerbosityLevel verbosity = 2;
      • getVerbosity

        Telemetry.VerbosityLevel getVerbosity()
         Control verbosity of the output
         
        .telemetry.VerbosityLevel verbosity = 2;