public interface ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ArrayValue |
getArrayValue()
An array value.
|
ArrayValueOrBuilder |
getArrayValueOrBuilder()
An array value.
|
com.google.protobuf.ByteString |
getBlobValue()
A blob value.
|
boolean |
getBooleanValue()
A boolean value.
|
double |
getDoubleValue()
A double value.
|
Entity |
getEntityValue()
An entity value.
|
EntityOrBuilder |
getEntityValueOrBuilder()
An entity value.
|
boolean |
getExcludeFromIndexes()
If the value should be excluded from all indexes including those defined
explicitly.
|
com.google.type.LatLng |
getGeoPointValue()
A geo point value representing a point on the surface of Earth.
|
com.google.type.LatLngOrBuilder |
getGeoPointValueOrBuilder()
A geo point value representing a point on the surface of Earth.
|
long |
getIntegerValue()
An integer value.
|
Key |
getKeyValue()
A key value.
|
KeyOrBuilder |
getKeyValueOrBuilder()
A key value.
|
int |
getMeaning()
The `meaning` field should only be populated for backwards compatibility.
|
com.google.protobuf.NullValue |
getNullValue()
A null value.
|
int |
getNullValueValue()
A null value.
|
String |
getStringValue()
A UTF-8 encoded string value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
A UTF-8 encoded string value.
|
com.google.protobuf.Timestamp |
getTimestampValue()
A timestamp value.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
A timestamp value.
|
Value.ValueTypeCase |
getValueTypeCase() |
boolean |
hasArrayValue()
An array value.
|
boolean |
hasBlobValue()
A blob value.
|
boolean |
hasBooleanValue()
A boolean value.
|
boolean |
hasDoubleValue()
A double value.
|
boolean |
hasEntityValue()
An entity value.
|
boolean |
hasGeoPointValue()
A geo point value representing a point on the surface of Earth.
|
boolean |
hasIntegerValue()
An integer value.
|
boolean |
hasKeyValue()
A key value.
|
boolean |
hasNullValue()
A null value.
|
boolean |
hasStringValue()
A UTF-8 encoded string value.
|
boolean |
hasTimestampValue()
A timestamp value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;
int getNullValueValue()
A null value.
.google.protobuf.NullValue null_value = 11;
com.google.protobuf.NullValue getNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;
boolean hasBooleanValue()
A boolean value.
bool boolean_value = 1;
boolean getBooleanValue()
A boolean value.
bool boolean_value = 1;
boolean hasIntegerValue()
An integer value.
int64 integer_value = 2;
long getIntegerValue()
An integer value.
int64 integer_value = 2;
boolean hasDoubleValue()
A double value.
double double_value = 3;
double getDoubleValue()
A double value.
double double_value = 3;
boolean hasTimestampValue()
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
com.google.protobuf.Timestamp getTimestampValue()
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;
boolean hasKeyValue()
A key value.
.google.datastore.v1.Key key_value = 5;
Key getKeyValue()
A key value.
.google.datastore.v1.Key key_value = 5;
KeyOrBuilder getKeyValueOrBuilder()
A key value.
.google.datastore.v1.Key key_value = 5;
boolean hasStringValue()
A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
string string_value = 17;
String getStringValue()
A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
string string_value = 17;
com.google.protobuf.ByteString getStringValueBytes()
A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
string string_value = 17;
boolean hasBlobValue()
A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded.
bytes blob_value = 18;
com.google.protobuf.ByteString getBlobValue()
A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded.
bytes blob_value = 18;
boolean hasGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
com.google.type.LatLng getGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;
boolean hasEntityValue()
An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key.
.google.datastore.v1.Entity entity_value = 6;
Entity getEntityValue()
An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key.
.google.datastore.v1.Entity entity_value = 6;
EntityOrBuilder getEntityValueOrBuilder()
An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key.
.google.datastore.v1.Entity entity_value = 6;
boolean hasArrayValue()
An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`.
.google.datastore.v1.ArrayValue array_value = 9;
ArrayValue getArrayValue()
An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`.
.google.datastore.v1.ArrayValue array_value = 9;
ArrayValueOrBuilder getArrayValueOrBuilder()
An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`.
.google.datastore.v1.ArrayValue array_value = 9;
int getMeaning()
The `meaning` field should only be populated for backwards compatibility.
int32 meaning = 14;
boolean getExcludeFromIndexes()
If the value should be excluded from all indexes including those defined explicitly.
bool exclude_from_indexes = 19;
Value.ValueTypeCase getValueTypeCase()
Copyright © 2023 Google LLC. All rights reserved.