Interface StatMetricProto.StatMetricPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatMetricProto.StatMetricPB
,StatMetricProto.StatMetricPB.Builder
- Enclosing class:
- StatMetricProto
public static interface StatMetricProto.StatMetricPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Value
getJson()
Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside.com.google.protobuf.ValueOrBuilder
Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside.boolean
hasJson()
Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside.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 Details
-
hasJson
boolean hasJson()Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside. Because of this, we are just going to use GSON to internally serialize the current values of all the fields.
.google.protobuf.Value json = 1;
- Returns:
- Whether the json field is set.
-
getJson
com.google.protobuf.Value getJson()Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside. Because of this, we are just going to use GSON to internally serialize the current values of all the fields.
.google.protobuf.Value json = 1;
- Returns:
- The json.
-
getJsonOrBuilder
com.google.protobuf.ValueOrBuilder getJsonOrBuilder()Some of the fields in StatMetrics are dynamically set, so they can't be explicitly set from the outside. Because of this, we are just going to use GSON to internally serialize the current values of all the fields.
.google.protobuf.Value json = 1;
-