public interface ValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ArrayValue |
getArrayValue()
An array value.
|
ArrayValueOrBuilder |
getArrayValueOrBuilder()
An array value.
|
boolean |
getBooleanValue()
A boolean value.
|
ByteString |
getBytesValue()
A bytes value.
|
double |
getDoubleValue()
A double value.
|
LatLng |
getGeoPointValue()
A geo point value representing a point on the surface of Earth.
|
LatLngOrBuilder |
getGeoPointValueOrBuilder()
A geo point value representing a point on the surface of Earth.
|
long |
getIntegerValue()
An integer value.
|
MapValue |
getMapValue()
A map value.
|
MapValueOrBuilder |
getMapValueOrBuilder()
A map value.
|
NullValue |
getNullValue()
A null value.
|
int |
getNullValueValue()
A null value.
|
java.lang.String |
getReferenceValue()
A reference to a document.
|
ByteString |
getReferenceValueBytes()
A reference to a document.
|
java.lang.String |
getStringValue()
A string value.
|
ByteString |
getStringValueBytes()
A string value.
|
Timestamp |
getTimestampValue()
A timestamp value.
|
TimestampOrBuilder |
getTimestampValueOrBuilder()
A timestamp value.
|
Value.ValueTypeCase |
getValueTypeCase() |
boolean |
hasArrayValue()
An array value.
|
boolean |
hasGeoPointValue()
A geo point value representing a point on the surface of Earth.
|
boolean |
hasMapValue()
A map value.
|
boolean |
hasTimestampValue()
A timestamp value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getNullValueValue()
A null value.
.google.protobuf.NullValue null_value = 11;
NullValue getNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;
boolean getBooleanValue()
A boolean value.
bool boolean_value = 1;
long getIntegerValue()
An integer value.
int64 integer_value = 2;
double getDoubleValue()
A double value.
double double_value = 3;
boolean hasTimestampValue()
A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
Timestamp getTimestampValue()
A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
TimestampOrBuilder getTimestampValueOrBuilder()
A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
java.lang.String getStringValue()
A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.
string string_value = 17;
ByteString getStringValueBytes()
A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.
string string_value = 17;
ByteString getBytesValue()
A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries.
bytes bytes_value = 18;
java.lang.String getReferenceValue()
A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string reference_value = 5;
ByteString getReferenceValueBytes()
A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string reference_value = 5;
boolean hasGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
LatLng getGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
LatLngOrBuilder getGeoPointValueOrBuilder()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
boolean hasArrayValue()
An array value. Cannot contain another array value.
.google.firestore.v1beta1.ArrayValue array_value = 9;
ArrayValue getArrayValue()
An array value. Cannot contain another array value.
.google.firestore.v1beta1.ArrayValue array_value = 9;
ArrayValueOrBuilder getArrayValueOrBuilder()
An array value. Cannot contain another array value.
.google.firestore.v1beta1.ArrayValue array_value = 9;
boolean hasMapValue()
A map value.
.google.firestore.v1beta1.MapValue map_value = 6;
MapValue getMapValue()
A map value.
.google.firestore.v1beta1.MapValue map_value = 6;
MapValueOrBuilder getMapValueOrBuilder()
A map value.
.google.firestore.v1beta1.MapValue map_value = 6;
Value.ValueTypeCase getValueTypeCase()