public static interface DatastoreV1.EntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.Key |
getKey()
optional .api.services.datastore.Key key = 1; |
DatastoreV1.KeyOrBuilder |
getKeyOrBuilder()
optional .api.services.datastore.Key key = 1; |
DatastoreV1.Property |
getProperty(int index)
repeated .api.services.datastore.Property property = 2; |
int |
getPropertyCount()
repeated .api.services.datastore.Property property = 2; |
List<DatastoreV1.Property> |
getPropertyList()
repeated .api.services.datastore.Property property = 2; |
DatastoreV1.PropertyOrBuilder |
getPropertyOrBuilder(int index)
repeated .api.services.datastore.Property property = 2; |
List<? extends DatastoreV1.PropertyOrBuilder> |
getPropertyOrBuilderList()
repeated .api.services.datastore.Property property = 2; |
boolean |
hasKey()
optional .api.services.datastore.Key key = 1; |
boolean hasKey()
optional .api.services.datastore.Key key = 1;
The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in <code>Value.entityValue</code> may have no key). An entity's kind is its key's path's last element's kind, or null if it has no key.
DatastoreV1.Key getKey()
optional .api.services.datastore.Key key = 1;
The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in <code>Value.entityValue</code> may have no key). An entity's kind is its key's path's last element's kind, or null if it has no key.
DatastoreV1.KeyOrBuilder getKeyOrBuilder()
optional .api.services.datastore.Key key = 1;
The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in <code>Value.entityValue</code> may have no key). An entity's kind is its key's path's last element's kind, or null if it has no key.
List<DatastoreV1.Property> getPropertyList()
repeated .api.services.datastore.Property property = 2;
The entity's properties. Each property's name must be unique for its entity.
DatastoreV1.Property getProperty(int index)
repeated .api.services.datastore.Property property = 2;
The entity's properties. Each property's name must be unique for its entity.
int getPropertyCount()
repeated .api.services.datastore.Property property = 2;
The entity's properties. Each property's name must be unique for its entity.
List<? extends DatastoreV1.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .api.services.datastore.Property property = 2;
The entity's properties. Each property's name must be unique for its entity.
DatastoreV1.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .api.services.datastore.Property property = 2;
The entity's properties. Each property's name must be unique for its entity.
Copyright © 2013. All Rights Reserved.