public static interface DatastoreV1.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
double |
getDoubleValue()
optional double double_value = 3; |
DatastoreV1.Entity |
getEntityValue()
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.KeyOrBuilder |
getKeyValueOrBuilder()
optional .api.services.datastore.Key key_value = 5; |
DatastoreV1.Value |
getListValue(int index)
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; |
boolean hasBooleanValue()
optional bool boolean_value = 1;
A boolean value.
boolean getBooleanValue()
optional bool boolean_value = 1;
A boolean value.
boolean hasIntegerValue()
optional int64 integer_value = 2;
An integer value.
long getIntegerValue()
optional int64 integer_value = 2;
An integer value.
boolean hasDoubleValue()
optional double double_value = 3;
A double value.
double getDoubleValue()
optional double double_value = 3;
A double value.
boolean hasTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
long getTimestampMicrosecondsValue()
optional int64 timestamp_microseconds_value = 4;
A timestamp value.
boolean hasKeyValue()
optional .api.services.datastore.Key key_value = 5;
A key value.
DatastoreV1.Key getKeyValue()
optional .api.services.datastore.Key key_value = 5;
A key value.
DatastoreV1.KeyOrBuilder getKeyValueOrBuilder()
optional .api.services.datastore.Key key_value = 5;
A key value.
boolean hasBlobKeyValue()
optional string blob_key_value = 16;
A blob key value.
String getBlobKeyValue()
optional string blob_key_value = 16;
A blob key value.
com.google.protobuf.ByteString getBlobKeyValueBytes()
optional string blob_key_value = 16;
A blob key value.
boolean hasStringValue()
optional string string_value = 17;
A UTF-8 encoded string value.
String getStringValue()
optional string string_value = 17;
A UTF-8 encoded string value.
com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 17;
A UTF-8 encoded string value.
boolean hasBlobValue()
optional bytes blob_value = 18;
A blob value.
com.google.protobuf.ByteString getBlobValue()
optional bytes blob_value = 18;
A blob value.
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.
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.
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.
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.
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.
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.
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.
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.
boolean hasMeaning()
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
int getMeaning()
optional int32 meaning = 14;
The <code>meaning</code> field is reserved and should not be used.
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.
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.
Copyright © 2013. All Rights Reserved.