public static interface TelemetryTop.TelemetryFieldOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsCounter()
optional bool is_counter = 3; |
boolean |
getIsGauge()
optional bool is_gauge = 4; |
boolean |
getIsKey()
optional bool is_key = 1; |
boolean |
getIsTimestamp()
optional bool is_timestamp = 2; |
boolean |
hasIsCounter()
optional bool is_counter = 3; |
boolean |
hasIsGauge()
optional bool is_gauge = 4; |
boolean |
hasIsKey()
optional bool is_key = 1; |
boolean |
hasIsTimestamp()
optional bool is_timestamp = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIsKey()
optional bool is_key = 1;boolean getIsKey()
optional bool is_key = 1;boolean hasIsTimestamp()
optional bool is_timestamp = 2;boolean getIsTimestamp()
optional bool is_timestamp = 2;boolean hasIsCounter()
optional bool is_counter = 3;boolean getIsCounter()
optional bool is_counter = 3;boolean hasIsGauge()
optional bool is_gauge = 4;boolean getIsGauge()
optional bool is_gauge = 4;Copyright © 2019. All rights reserved.