public interface TypedValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
A Boolean value: `true` or `false`.
|
com.google.api.Distribution |
getDistributionValue()
A distribution value.
|
com.google.api.DistributionOrBuilder |
getDistributionValueOrBuilder()
A distribution value.
|
double |
getDoubleValue()
A 64-bit double-precision floating-point number.
|
long |
getInt64Value()
A 64-bit integer.
|
java.lang.String |
getStringValue()
A variable-length string value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
A variable-length string value.
|
TypedValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getBoolValue()
A Boolean value: `true` or `false`.
optional bool bool_value = 1;long getInt64Value()
A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>.
optional int64 int64_value = 2;double getDoubleValue()
A 64-bit double-precision floating-point number. Its magnitude is approximately ±10<sup>±300</sup> and it has 16 significant digits of precision.
optional double double_value = 3;java.lang.String getStringValue()
A variable-length string value.
optional string string_value = 4;com.google.protobuf.ByteString getStringValueBytes()
A variable-length string value.
optional string string_value = 4;com.google.api.Distribution getDistributionValue()
A distribution value.
optional .google.api.Distribution distribution_value = 5;com.google.api.DistributionOrBuilder getDistributionValueOrBuilder()
A distribution value.
optional .google.api.Distribution distribution_value = 5;TypedValue.ValueCase getValueCase()