public static final class Value.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder
A message that can hold any of the supported value types and associated metadata.Protobuf type
google.datastore.v1.Value| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value |
build() |
Value |
buildPartial() |
Value.Builder |
clear() |
Value.Builder |
clearArrayValue()
An array value.
|
Value.Builder |
clearBlobValue()
A blob value.
|
Value.Builder |
clearBooleanValue()
A boolean value.
|
Value.Builder |
clearDoubleValue()
A double value.
|
Value.Builder |
clearEntityValue()
An entity value.
|
Value.Builder |
clearExcludeFromIndexes()
If the value should be excluded from all indexes including those defined
explicitly.
|
Value.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Value.Builder |
clearGeoPointValue()
A geo point value representing a point on the surface of Earth.
|
Value.Builder |
clearIntegerValue()
An integer value.
|
Value.Builder |
clearKeyValue()
A key value.
|
Value.Builder |
clearMeaning()
The `meaning` field should only be populated for backwards compatibility.
|
Value.Builder |
clearNullValue()
A null value.
|
Value.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Value.Builder |
clearStringValue()
A UTF-8 encoded string value.
|
Value.Builder |
clearTimestampValue()
A timestamp value.
|
Value.Builder |
clearValueType() |
Value.Builder |
clone() |
ArrayValue |
getArrayValue()
An array value.
|
ArrayValue.Builder |
getArrayValueBuilder()
An array value.
|
ArrayValueOrBuilder |
getArrayValueOrBuilder()
An array value.
|
com.google.protobuf.ByteString |
getBlobValue()
A blob value.
|
boolean |
getBooleanValue()
A boolean value.
|
Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getDoubleValue()
A double value.
|
Entity |
getEntityValue()
An entity value.
|
Entity.Builder |
getEntityValueBuilder()
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.LatLng.Builder |
getGeoPointValueBuilder()
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.
|
Key.Builder |
getKeyValueBuilder()
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.Timestamp.Builder |
getTimestampValueBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.Builder |
mergeArrayValue(ArrayValue value)
An array value.
|
Value.Builder |
mergeEntityValue(Entity value)
An entity value.
|
Value.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.Builder |
mergeFrom(Value other) |
Value.Builder |
mergeGeoPointValue(com.google.type.LatLng value)
A geo point value representing a point on the surface of Earth.
|
Value.Builder |
mergeKeyValue(Key value)
A key value.
|
Value.Builder |
mergeTimestampValue(com.google.protobuf.Timestamp value)
A timestamp value.
|
Value.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Value.Builder |
setArrayValue(ArrayValue.Builder builderForValue)
An array value.
|
Value.Builder |
setArrayValue(ArrayValue value)
An array value.
|
Value.Builder |
setBlobValue(com.google.protobuf.ByteString value)
A blob value.
|
Value.Builder |
setBooleanValue(boolean value)
A boolean value.
|
Value.Builder |
setDoubleValue(double value)
A double value.
|
Value.Builder |
setEntityValue(Entity.Builder builderForValue)
An entity value.
|
Value.Builder |
setEntityValue(Entity value)
An entity value.
|
Value.Builder |
setExcludeFromIndexes(boolean value)
If the value should be excluded from all indexes including those defined
explicitly.
|
Value.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.Builder |
setGeoPointValue(com.google.type.LatLng.Builder builderForValue)
A geo point value representing a point on the surface of Earth.
|
Value.Builder |
setGeoPointValue(com.google.type.LatLng value)
A geo point value representing a point on the surface of Earth.
|
Value.Builder |
setIntegerValue(long value)
An integer value.
|
Value.Builder |
setKeyValue(Key.Builder builderForValue)
A key value.
|
Value.Builder |
setKeyValue(Key value)
A key value.
|
Value.Builder |
setMeaning(int value)
The `meaning` field should only be populated for backwards compatibility.
|
Value.Builder |
setNullValue(com.google.protobuf.NullValue value)
A null value.
|
Value.Builder |
setNullValueValue(int value)
A null value.
|
Value.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Value.Builder |
setStringValue(String value)
A UTF-8 encoded string value.
|
Value.Builder |
setStringValueBytes(com.google.protobuf.ByteString value)
A UTF-8 encoded string value.
|
Value.Builder |
setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
A timestamp value.
|
Value.Builder |
setTimestampValue(com.google.protobuf.Timestamp value)
A timestamp value.
|
Value.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>public Value.Builder mergeFrom(Value other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>IOExceptionpublic Value.ValueTypeCase getValueTypeCase()
getValueTypeCase in interface ValueOrBuilderpublic Value.Builder clearValueType()
public boolean hasNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;hasNullValue in interface ValueOrBuilderpublic int getNullValueValue()
A null value.
.google.protobuf.NullValue null_value = 11;getNullValueValue in interface ValueOrBuilderpublic Value.Builder setNullValueValue(int value)
A null value.
.google.protobuf.NullValue null_value = 11;value - The enum numeric value on the wire for nullValue to set.public com.google.protobuf.NullValue getNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;getNullValue in interface ValueOrBuilderpublic Value.Builder setNullValue(com.google.protobuf.NullValue value)
A null value.
.google.protobuf.NullValue null_value = 11;value - The nullValue to set.public Value.Builder clearNullValue()
A null value.
.google.protobuf.NullValue null_value = 11;public boolean hasBooleanValue()
A boolean value.
bool boolean_value = 1;hasBooleanValue in interface ValueOrBuilderpublic boolean getBooleanValue()
A boolean value.
bool boolean_value = 1;getBooleanValue in interface ValueOrBuilderpublic Value.Builder setBooleanValue(boolean value)
A boolean value.
bool boolean_value = 1;value - The booleanValue to set.public Value.Builder clearBooleanValue()
A boolean value.
bool boolean_value = 1;public boolean hasIntegerValue()
An integer value.
int64 integer_value = 2;hasIntegerValue in interface ValueOrBuilderpublic long getIntegerValue()
An integer value.
int64 integer_value = 2;getIntegerValue in interface ValueOrBuilderpublic Value.Builder setIntegerValue(long value)
An integer value.
int64 integer_value = 2;value - The integerValue to set.public Value.Builder clearIntegerValue()
An integer value.
int64 integer_value = 2;public boolean hasDoubleValue()
A double value.
double double_value = 3;hasDoubleValue in interface ValueOrBuilderpublic double getDoubleValue()
A double value.
double double_value = 3;getDoubleValue in interface ValueOrBuilderpublic Value.Builder setDoubleValue(double value)
A double value.
double double_value = 3;value - The doubleValue to set.public Value.Builder clearDoubleValue()
A double value.
double double_value = 3;public 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;hasTimestampValue in interface ValueOrBuilderpublic 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;getTimestampValue in interface ValueOrBuilderpublic Value.Builder setTimestampValue(com.google.protobuf.Timestamp value)
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;public Value.Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;public Value.Builder mergeTimestampValue(com.google.protobuf.Timestamp value)
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;public Value.Builder clearTimestampValue()
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder()
A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.
.google.protobuf.Timestamp timestamp_value = 10;public 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;getTimestampValueOrBuilder in interface ValueOrBuilderpublic boolean hasKeyValue()
A key value.
.google.datastore.v1.Key key_value = 5;hasKeyValue in interface ValueOrBuilderpublic Key getKeyValue()
A key value.
.google.datastore.v1.Key key_value = 5;getKeyValue in interface ValueOrBuilderpublic Value.Builder setKeyValue(Key value)
A key value.
.google.datastore.v1.Key key_value = 5;public Value.Builder setKeyValue(Key.Builder builderForValue)
A key value.
.google.datastore.v1.Key key_value = 5;public Value.Builder mergeKeyValue(Key value)
A key value.
.google.datastore.v1.Key key_value = 5;public Value.Builder clearKeyValue()
A key value.
.google.datastore.v1.Key key_value = 5;public Key.Builder getKeyValueBuilder()
A key value.
.google.datastore.v1.Key key_value = 5;public KeyOrBuilder getKeyValueOrBuilder()
A key value.
.google.datastore.v1.Key key_value = 5;getKeyValueOrBuilder in interface ValueOrBuilderpublic 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;hasStringValue in interface ValueOrBuilderpublic 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;getStringValue in interface ValueOrBuilderpublic 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;getStringValueBytes in interface ValueOrBuilderpublic Value.Builder setStringValue(String value)
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;value - The stringValue to set.public Value.Builder clearStringValue()
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;public Value.Builder setStringValueBytes(com.google.protobuf.ByteString value)
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;value - The bytes for stringValue to set.public 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;hasBlobValue in interface ValueOrBuilderpublic 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;getBlobValue in interface ValueOrBuilderpublic Value.Builder setBlobValue(com.google.protobuf.ByteString value)
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;value - The blobValue to set.public Value.Builder clearBlobValue()
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;public boolean hasGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;hasGeoPointValue in interface ValueOrBuilderpublic com.google.type.LatLng getGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;getGeoPointValue in interface ValueOrBuilderpublic Value.Builder setGeoPointValue(com.google.type.LatLng value)
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;public Value.Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue)
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;public Value.Builder mergeGeoPointValue(com.google.type.LatLng value)
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;public Value.Builder clearGeoPointValue()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;public com.google.type.LatLng.Builder getGeoPointValueBuilder()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder()
A geo point value representing a point on the surface of Earth.
.google.type.LatLng geo_point_value = 8;getGeoPointValueOrBuilder in interface ValueOrBuilderpublic 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;hasEntityValue in interface ValueOrBuilderpublic 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;getEntityValue in interface ValueOrBuilderpublic Value.Builder setEntityValue(Entity value)
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;public Value.Builder setEntityValue(Entity.Builder builderForValue)
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;public Value.Builder mergeEntityValue(Entity value)
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;public Value.Builder clearEntityValue()
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;public Entity.Builder getEntityValueBuilder()
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;public 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;getEntityValueOrBuilder in interface ValueOrBuilderpublic 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;hasArrayValue in interface ValueOrBuilderpublic 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;getArrayValue in interface ValueOrBuilderpublic Value.Builder setArrayValue(ArrayValue value)
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;public Value.Builder setArrayValue(ArrayValue.Builder builderForValue)
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;public Value.Builder mergeArrayValue(ArrayValue value)
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;public Value.Builder clearArrayValue()
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;public ArrayValue.Builder getArrayValueBuilder()
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;public 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;getArrayValueOrBuilder in interface ValueOrBuilderpublic int getMeaning()
The `meaning` field should only be populated for backwards compatibility.
int32 meaning = 14;getMeaning in interface ValueOrBuilderpublic Value.Builder setMeaning(int value)
The `meaning` field should only be populated for backwards compatibility.
int32 meaning = 14;value - The meaning to set.public Value.Builder clearMeaning()
The `meaning` field should only be populated for backwards compatibility.
int32 meaning = 14;public boolean getExcludeFromIndexes()
If the value should be excluded from all indexes including those defined explicitly.
bool exclude_from_indexes = 19;getExcludeFromIndexes in interface ValueOrBuilderpublic Value.Builder setExcludeFromIndexes(boolean value)
If the value should be excluded from all indexes including those defined explicitly.
bool exclude_from_indexes = 19;value - The excludeFromIndexes to set.public Value.Builder clearExcludeFromIndexes()
If the value should be excluded from all indexes including those defined explicitly.
bool exclude_from_indexes = 19;public final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>Copyright © 2022 Google LLC. All rights reserved.