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.
|
String |
getStringValue()
A variable-length string value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
A variable-length string value.
|
TypedValue.ValueCase |
getValueCase() |
boolean |
hasBoolValue()
A Boolean value: `true` or `false`.
|
boolean |
hasDistributionValue()
A distribution value.
|
boolean |
hasDoubleValue()
A 64-bit double-precision floating-point number.
|
boolean |
hasInt64Value()
A 64-bit integer.
|
boolean |
hasStringValue()
A variable-length string value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoolValue()
A Boolean value: `true` or `false`.
bool bool_value = 1;boolean getBoolValue()
A Boolean value: `true` or `false`.
bool bool_value = 1;boolean hasInt64Value()
A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>.
int64 int64_value = 2;long getInt64Value()
A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>.
int64 int64_value = 2;boolean hasDoubleValue()
A 64-bit double-precision floating-point number. Its magnitude is approximately ±10<sup>±300</sup> and it has 16 significant digits of precision.
double double_value = 3;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.
double double_value = 3;boolean hasStringValue()
A variable-length string value.
string string_value = 4;String getStringValue()
A variable-length string value.
string string_value = 4;com.google.protobuf.ByteString getStringValueBytes()
A variable-length string value.
string string_value = 4;boolean hasDistributionValue()
A distribution value.
.google.api.Distribution distribution_value = 5;com.google.api.Distribution getDistributionValue()
A distribution value.
.google.api.Distribution distribution_value = 5;com.google.api.DistributionOrBuilder getDistributionValueOrBuilder()
A distribution value.
.google.api.Distribution distribution_value = 5;TypedValue.ValueCase getValueCase()
Copyright © 2025 Google LLC. All rights reserved.