public static final class DatastoreV1.Value.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder> implements DatastoreV1.ValueOrBuilder
api.services.datastore.Value
A message that can hold any of the supported value types and associated metadata. At most one of the <type>Value fields may be set. If none are set the value is "null".
Modifier and Type | Method and Description |
---|---|
DatastoreV1.Value.Builder |
addAllListValue(Iterable<? extends DatastoreV1.Value> values)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValue(DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValue(DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValue(int index,
DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValue(int index,
DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValueBuilder()
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
addListValueBuilder(int index)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value |
build() |
DatastoreV1.Value |
buildPartial() |
DatastoreV1.Value.Builder |
clear() |
DatastoreV1.Value.Builder |
clearBlobKeyValue()
optional string blob_key_value = 16; |
DatastoreV1.Value.Builder |
clearBlobValue()
optional bytes blob_value = 18; |
DatastoreV1.Value.Builder |
clearBooleanValue()
optional bool boolean_value = 1; |
DatastoreV1.Value.Builder |
clearDoubleValue()
optional double double_value = 3; |
DatastoreV1.Value.Builder |
clearEntityValue()
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.Value.Builder |
clearIndexed()
optional bool indexed = 15 [default = true]; |
DatastoreV1.Value.Builder |
clearIntegerValue()
optional int64 integer_value = 2; |
DatastoreV1.Value.Builder |
clearKeyValue()
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value.Builder |
clearListValue()
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
clearMeaning()
optional int32 meaning = 14; |
DatastoreV1.Value.Builder |
clearStringValue()
optional string string_value = 17; |
DatastoreV1.Value.Builder |
clearTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4; |
DatastoreV1.Value.Builder |
clone() |
String |
getBlobKeyValue()
optional string blob_key_value = 16; |
com.google.protobuf.ByteString |
getBlobKeyValueBytes()
optional string blob_key_value = 16; |
com.google.protobuf.ByteString |
getBlobValue()
optional bytes blob_value = 18; |
boolean |
getBooleanValue()
optional bool boolean_value = 1; |
DatastoreV1.Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getDoubleValue()
optional double double_value = 3; |
DatastoreV1.Entity |
getEntityValue()
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.Entity.Builder |
getEntityValueBuilder()
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.EntityOrBuilder |
getEntityValueOrBuilder()
optional .api.services.datastore.Entity entity_value = 6; |
boolean |
getIndexed()
optional bool indexed = 15 [default = true]; |
long |
getIntegerValue()
optional int64 integer_value = 2; |
DatastoreV1.Key |
getKeyValue()
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Key.Builder |
getKeyValueBuilder()
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.KeyOrBuilder |
getKeyValueOrBuilder()
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value |
getListValue(int index)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
getListValueBuilder(int index)
repeated .api.services.datastore.Value list_value = 7; |
List<DatastoreV1.Value.Builder> |
getListValueBuilderList()
repeated .api.services.datastore.Value list_value = 7; |
int |
getListValueCount()
repeated .api.services.datastore.Value list_value = 7; |
List<DatastoreV1.Value> |
getListValueList()
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.ValueOrBuilder |
getListValueOrBuilder(int index)
repeated .api.services.datastore.Value list_value = 7; |
List<? extends DatastoreV1.ValueOrBuilder> |
getListValueOrBuilderList()
repeated .api.services.datastore.Value list_value = 7; |
int |
getMeaning()
optional int32 meaning = 14; |
String |
getStringValue()
optional string string_value = 17; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 17; |
long |
getTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4; |
boolean |
hasBlobKeyValue()
optional string blob_key_value = 16; |
boolean |
hasBlobValue()
optional bytes blob_value = 18; |
boolean |
hasBooleanValue()
optional bool boolean_value = 1; |
boolean |
hasDoubleValue()
optional double double_value = 3; |
boolean |
hasEntityValue()
optional .api.services.datastore.Entity entity_value = 6; |
boolean |
hasIndexed()
optional bool indexed = 15 [default = true]; |
boolean |
hasIntegerValue()
optional int64 integer_value = 2; |
boolean |
hasKeyValue()
optional .api.services.datastore.Key key_value = 5; |
boolean |
hasMeaning()
optional int32 meaning = 14; |
boolean |
hasStringValue()
optional string string_value = 17; |
boolean |
hasTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DatastoreV1.Value.Builder |
mergeEntityValue(DatastoreV1.Entity value)
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.Value.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DatastoreV1.Value.Builder |
mergeFrom(DatastoreV1.Value other) |
DatastoreV1.Value.Builder |
mergeFrom(com.google.protobuf.Message other) |
DatastoreV1.Value.Builder |
mergeKeyValue(DatastoreV1.Key value)
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value.Builder |
removeListValue(int index)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
setBlobKeyValue(String value)
optional string blob_key_value = 16; |
DatastoreV1.Value.Builder |
setBlobKeyValueBytes(com.google.protobuf.ByteString value)
optional string blob_key_value = 16; |
DatastoreV1.Value.Builder |
setBlobValue(com.google.protobuf.ByteString value)
optional bytes blob_value = 18; |
DatastoreV1.Value.Builder |
setBooleanValue(boolean value)
optional bool boolean_value = 1; |
DatastoreV1.Value.Builder |
setDoubleValue(double value)
optional double double_value = 3; |
DatastoreV1.Value.Builder |
setEntityValue(DatastoreV1.Entity.Builder builderForValue)
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.Value.Builder |
setEntityValue(DatastoreV1.Entity value)
optional .api.services.datastore.Entity entity_value = 6; |
DatastoreV1.Value.Builder |
setIndexed(boolean value)
optional bool indexed = 15 [default = true]; |
DatastoreV1.Value.Builder |
setIntegerValue(long value)
optional int64 integer_value = 2; |
DatastoreV1.Value.Builder |
setKeyValue(DatastoreV1.Key.Builder builderForValue)
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value.Builder |
setKeyValue(DatastoreV1.Key value)
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value.Builder |
setListValue(int index,
DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
setListValue(int index,
DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7; |
DatastoreV1.Value.Builder |
setMeaning(int value)
optional int32 meaning = 14; |
DatastoreV1.Value.Builder |
setStringValue(String value)
optional string string_value = 17; |
DatastoreV1.Value.Builder |
setStringValueBytes(com.google.protobuf.ByteString value)
optional string string_value = 17; |
DatastoreV1.Value.Builder |
setTimestampMicrosecondsValue(long value)
optional int64 timestamp_microseconds_value = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder>
public DatastoreV1.Value.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder>
public DatastoreV1.Value.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder>
public DatastoreV1.Value getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DatastoreV1.Value build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.Value buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.Value.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.Value.Builder>
public DatastoreV1.Value.Builder mergeFrom(DatastoreV1.Value other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.Value.Builder>
public DatastoreV1.Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.Value.Builder>
IOException
public boolean hasBooleanValue()
optional bool boolean_value = 1;
A boolean value.
hasBooleanValue
in interface DatastoreV1.ValueOrBuilder
public boolean getBooleanValue()
optional bool boolean_value = 1;
A boolean value.
getBooleanValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setBooleanValue(boolean value)
optional bool boolean_value = 1;
A boolean value.
public DatastoreV1.Value.Builder clearBooleanValue()
optional bool boolean_value = 1;
A boolean value.
public boolean hasIntegerValue()
optional int64 integer_value = 2;
An integer value.
hasIntegerValue
in interface DatastoreV1.ValueOrBuilder
public long getIntegerValue()
optional int64 integer_value = 2;
An integer value.
getIntegerValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setIntegerValue(long value)
optional int64 integer_value = 2;
An integer value.
public DatastoreV1.Value.Builder clearIntegerValue()
optional int64 integer_value = 2;
An integer value.
public boolean hasDoubleValue()
optional double double_value = 3;
A double value.
hasDoubleValue
in interface DatastoreV1.ValueOrBuilder
public double getDoubleValue()
optional double double_value = 3;
A double value.
getDoubleValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setDoubleValue(double value)
optional double double_value = 3;
A double value.
public DatastoreV1.Value.Builder clearDoubleValue()
optional double double_value = 3;
A double value.
public boolean hasTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
hasTimestampMicrosecondsValue
in interface DatastoreV1.ValueOrBuilder
public long getTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
getTimestampMicrosecondsValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setTimestampMicrosecondsValue(long value)
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
public DatastoreV1.Value.Builder clearTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
public boolean hasKeyValue()
optional .api.services.datastore.Key key_value = 5;
A key value.
hasKeyValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Key getKeyValue()
optional .api.services.datastore.Key key_value = 5;
A key value.
getKeyValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setKeyValue(DatastoreV1.Key value)
optional .api.services.datastore.Key key_value = 5;
A key value.
public DatastoreV1.Value.Builder setKeyValue(DatastoreV1.Key.Builder builderForValue)
optional .api.services.datastore.Key key_value = 5;
A key value.
public DatastoreV1.Value.Builder mergeKeyValue(DatastoreV1.Key value)
optional .api.services.datastore.Key key_value = 5;
A key value.
public DatastoreV1.Value.Builder clearKeyValue()
optional .api.services.datastore.Key key_value = 5;
A key value.
public DatastoreV1.Key.Builder getKeyValueBuilder()
optional .api.services.datastore.Key key_value = 5;
A key value.
public DatastoreV1.KeyOrBuilder getKeyValueOrBuilder()
optional .api.services.datastore.Key key_value = 5;
A key value.
getKeyValueOrBuilder
in interface DatastoreV1.ValueOrBuilder
public boolean hasBlobKeyValue()
optional string blob_key_value = 16;
A blob key value.
hasBlobKeyValue
in interface DatastoreV1.ValueOrBuilder
public String getBlobKeyValue()
optional string blob_key_value = 16;
A blob key value.
getBlobKeyValue
in interface DatastoreV1.ValueOrBuilder
public com.google.protobuf.ByteString getBlobKeyValueBytes()
optional string blob_key_value = 16;
A blob key value.
getBlobKeyValueBytes
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setBlobKeyValue(String value)
optional string blob_key_value = 16;
A blob key value.
public DatastoreV1.Value.Builder clearBlobKeyValue()
optional string blob_key_value = 16;
A blob key value.
public DatastoreV1.Value.Builder setBlobKeyValueBytes(com.google.protobuf.ByteString value)
optional string blob_key_value = 16;
A blob key value.
public boolean hasStringValue()
optional string string_value = 17;
A UTF-8 encoded string value.
hasStringValue
in interface DatastoreV1.ValueOrBuilder
public String getStringValue()
optional string string_value = 17;
A UTF-8 encoded string value.
getStringValue
in interface DatastoreV1.ValueOrBuilder
public com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 17;
A UTF-8 encoded string value.
getStringValueBytes
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setStringValue(String value)
optional string string_value = 17;
A UTF-8 encoded string value.
public DatastoreV1.Value.Builder clearStringValue()
optional string string_value = 17;
A UTF-8 encoded string value.
public DatastoreV1.Value.Builder setStringValueBytes(com.google.protobuf.ByteString value)
optional string string_value = 17;
A UTF-8 encoded string value.
public boolean hasBlobValue()
optional bytes blob_value = 18;
A blob value.
hasBlobValue
in interface DatastoreV1.ValueOrBuilder
public com.google.protobuf.ByteString getBlobValue()
optional bytes blob_value = 18;
A blob value.
getBlobValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setBlobValue(com.google.protobuf.ByteString value)
optional bytes blob_value = 18;
A blob value.
public DatastoreV1.Value.Builder clearBlobValue()
optional bytes blob_value = 18;
A blob value.
public boolean hasEntityValue()
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
hasEntityValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Entity getEntityValue()
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
getEntityValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setEntityValue(DatastoreV1.Entity value)
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
public DatastoreV1.Value.Builder setEntityValue(DatastoreV1.Entity.Builder builderForValue)
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
public DatastoreV1.Value.Builder mergeEntityValue(DatastoreV1.Entity value)
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
public DatastoreV1.Value.Builder clearEntityValue()
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
public DatastoreV1.Entity.Builder getEntityValueBuilder()
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
public DatastoreV1.EntityOrBuilder getEntityValueOrBuilder()
optional .api.services.datastore.Entity entity_value = 6;
An entity value. May have no key. May have a key with an incomplete key path. May have a reserved/read-only key.
getEntityValueOrBuilder
in interface DatastoreV1.ValueOrBuilder
public List<DatastoreV1.Value> getListValueList()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
getListValueList
in interface DatastoreV1.ValueOrBuilder
public int getListValueCount()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
getListValueCount
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value getListValue(int index)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
getListValue
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setListValue(int index, DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder setListValue(int index, DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addListValue(DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addListValue(int index, DatastoreV1.Value value)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addListValue(DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addListValue(int index, DatastoreV1.Value.Builder builderForValue)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addAllListValue(Iterable<? extends DatastoreV1.Value> values)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder clearListValue()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder removeListValue(int index)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder getListValueBuilder(int index)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.ValueOrBuilder getListValueOrBuilder(int index)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
getListValueOrBuilder
in interface DatastoreV1.ValueOrBuilder
public List<? extends DatastoreV1.ValueOrBuilder> getListValueOrBuilderList()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
getListValueOrBuilderList
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder addListValueBuilder()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public DatastoreV1.Value.Builder addListValueBuilder(int index)
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public List<DatastoreV1.Value.Builder> getListValueBuilderList()
repeated .api.services.datastore.Value list_value = 7;
A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.
public boolean hasMeaning()
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
hasMeaning
in interface DatastoreV1.ValueOrBuilder
public int getMeaning()
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
getMeaning
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setMeaning(int value)
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
public DatastoreV1.Value.Builder clearMeaning()
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
public boolean hasIndexed()
optional bool indexed = 15 [default = true];
If the value should be indexed. The <code>indexed</code> property may be set for a <code>null</code> value. When <code>indexed</code> is <code>true</code>, <code>stringValue</code> is limited to 500 characters and the blob value is limited to 500 bytes. Exception: If meaning is set to 2, string_value is limited to 2038 characters regardless of indexed. When indexed is true, meaning 15 and 22 are not allowed, and meaning 16 will be ignored on input (and will never be set on output). Input values by default have <code>indexed</code> set to <code>true</code>; however, you can explicitly set <code>indexed</code> to <code>true</code> if you want. (An output value never has <code>indexed</code> explicitly set to <code>true</code>.) If a value is itself an entity, it cannot have <code>indexed</code> set to <code>true</code>. Exception: An entity value with meaning 9, 20 or 21 may be indexed.
hasIndexed
in interface DatastoreV1.ValueOrBuilder
public boolean getIndexed()
optional bool indexed = 15 [default = true];
If the value should be indexed. The <code>indexed</code> property may be set for a <code>null</code> value. When <code>indexed</code> is <code>true</code>, <code>stringValue</code> is limited to 500 characters and the blob value is limited to 500 bytes. Exception: If meaning is set to 2, string_value is limited to 2038 characters regardless of indexed. When indexed is true, meaning 15 and 22 are not allowed, and meaning 16 will be ignored on input (and will never be set on output). Input values by default have <code>indexed</code> set to <code>true</code>; however, you can explicitly set <code>indexed</code> to <code>true</code> if you want. (An output value never has <code>indexed</code> explicitly set to <code>true</code>.) If a value is itself an entity, it cannot have <code>indexed</code> set to <code>true</code>. Exception: An entity value with meaning 9, 20 or 21 may be indexed.
getIndexed
in interface DatastoreV1.ValueOrBuilder
public DatastoreV1.Value.Builder setIndexed(boolean value)
optional bool indexed = 15 [default = true];
If the value should be indexed. The <code>indexed</code> property may be set for a <code>null</code> value. When <code>indexed</code> is <code>true</code>, <code>stringValue</code> is limited to 500 characters and the blob value is limited to 500 bytes. Exception: If meaning is set to 2, string_value is limited to 2038 characters regardless of indexed. When indexed is true, meaning 15 and 22 are not allowed, and meaning 16 will be ignored on input (and will never be set on output). Input values by default have <code>indexed</code> set to <code>true</code>; however, you can explicitly set <code>indexed</code> to <code>true</code> if you want. (An output value never has <code>indexed</code> explicitly set to <code>true</code>.) If a value is itself an entity, it cannot have <code>indexed</code> set to <code>true</code>. Exception: An entity value with meaning 9, 20 or 21 may be indexed.
public DatastoreV1.Value.Builder clearIndexed()
optional bool indexed = 15 [default = true];
If the value should be indexed. The <code>indexed</code> property may be set for a <code>null</code> value. When <code>indexed</code> is <code>true</code>, <code>stringValue</code> is limited to 500 characters and the blob value is limited to 500 bytes. Exception: If meaning is set to 2, string_value is limited to 2038 characters regardless of indexed. When indexed is true, meaning 15 and 22 are not allowed, and meaning 16 will be ignored on input (and will never be set on output). Input values by default have <code>indexed</code> set to <code>true</code>; however, you can explicitly set <code>indexed</code> to <code>true</code> if you want. (An output value never has <code>indexed</code> explicitly set to <code>true</code>.) If a value is itself an entity, it cannot have <code>indexed</code> set to <code>true</code>. Exception: An entity value with meaning 9, 20 or 21 may be indexed.
Copyright © 2013. All Rights Reserved.