BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clear() |
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearBooleanValue()
optional bool boolean_value = 2;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearDoubleValue()
optional double double_value = 5;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearIntValue()
optional int32 int_value = 3;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearLongValue()
optional int64 long_value = 4;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearMetricKey()
optional string metric_key = 7;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearStringValue()
optional string string_value = 6;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.clearValueType()
optional .MeasureValueType value_type = 1;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.mergeFrom(BatchReport.Measure other) |
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.Measure.Builder |
BatchReport.Measure.newBuilder() |
static BatchReport.Measure.Builder |
BatchReport.Measure.newBuilder(BatchReport.Measure prototype) |
BatchReport.Measure.Builder |
BatchReport.Measure.newBuilderForType() |
protected BatchReport.Measure.Builder |
BatchReport.Measure.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setBooleanValue(boolean value)
optional bool boolean_value = 2;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setDoubleValue(double value)
optional double double_value = 5;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setIntValue(int value)
optional int32 int_value = 3;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setLongValue(long value)
optional int64 long_value = 4;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setMetricKey(String value)
optional string metric_key = 7;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setMetricKeyBytes(com.google.protobuf.ByteString value)
optional string metric_key = 7;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setStringValue(String value)
optional string string_value = 6;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
optional string string_value = 6;
|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setValueType(Constants.MeasureValueType value)
optional .MeasureValueType value_type = 1;
|
BatchReport.Measure.Builder |
BatchReport.Measure.toBuilder() |