public static interface Telemetry.GetOperationalStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
int getVerbosityValue()
Control verbosity of the output
.telemetry.VerbosityLevel verbosity = 2;
Telemetry.VerbosityLevel getVerbosity()
Control verbosity of the output
.telemetry.VerbosityLevel verbosity = 2;
Copyright © 2021. All rights reserved.