public interface NumericValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
Double value
|
long |
getInt64Value()
Integer value
|
NumericValue.OneValueCase |
getOneValueCase() |
boolean |
hasDoubleValue()
Double value
|
boolean |
hasInt64Value()
Integer value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInt64Value()
Integer value
int64 int64_value = 1;long getInt64Value()
Integer value
int64 int64_value = 1;boolean hasDoubleValue()
Double value
double double_value = 2;double getDoubleValue()
Double value
double double_value = 2;NumericValue.OneValueCase getOneValueCase()
Copyright © 2022 Google LLC. All rights reserved.