public static interface DatastoreV1.KeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.PartitionId |
getPartitionId()
optional .api.services.datastore.PartitionId partition_id = 1; |
DatastoreV1.PartitionIdOrBuilder |
getPartitionIdOrBuilder()
optional .api.services.datastore.PartitionId partition_id = 1; |
DatastoreV1.Key.PathElement |
getPathElement(int index)
repeated .api.services.datastore.Key.PathElement path_element = 2; |
int |
getPathElementCount()
repeated .api.services.datastore.Key.PathElement path_element = 2; |
List<DatastoreV1.Key.PathElement> |
getPathElementList()
repeated .api.services.datastore.Key.PathElement path_element = 2; |
DatastoreV1.Key.PathElementOrBuilder |
getPathElementOrBuilder(int index)
repeated .api.services.datastore.Key.PathElement path_element = 2; |
List<? extends DatastoreV1.Key.PathElementOrBuilder> |
getPathElementOrBuilderList()
repeated .api.services.datastore.Key.PathElement path_element = 2; |
boolean |
hasPartitionId()
optional .api.services.datastore.PartitionId partition_id = 1; |
boolean hasPartitionId()
optional .api.services.datastore.PartitionId partition_id = 1;
Entities are partitioned into subsets, currently identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition.
DatastoreV1.PartitionId getPartitionId()
optional .api.services.datastore.PartitionId partition_id = 1;
Entities are partitioned into subsets, currently identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition.
DatastoreV1.PartitionIdOrBuilder getPartitionIdOrBuilder()
optional .api.services.datastore.PartitionId partition_id = 1;
Entities are partitioned into subsets, currently identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition.
List<DatastoreV1.Key.PathElement> getPathElementList()
repeated .api.services.datastore.Key.PathElement path_element = 2;
The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a <em>root entity</em>, the second element identifies a <em>child</em> of the root entity, the third element a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's <em>ancestors</em>. An entity path is always fully complete: ALL of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. A path can never be empty.
DatastoreV1.Key.PathElement getPathElement(int index)
repeated .api.services.datastore.Key.PathElement path_element = 2;
The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a <em>root entity</em>, the second element identifies a <em>child</em> of the root entity, the third element a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's <em>ancestors</em>. An entity path is always fully complete: ALL of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. A path can never be empty.
int getPathElementCount()
repeated .api.services.datastore.Key.PathElement path_element = 2;
The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a <em>root entity</em>, the second element identifies a <em>child</em> of the root entity, the third element a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's <em>ancestors</em>. An entity path is always fully complete: ALL of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. A path can never be empty.
List<? extends DatastoreV1.Key.PathElementOrBuilder> getPathElementOrBuilderList()
repeated .api.services.datastore.Key.PathElement path_element = 2;
The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a <em>root entity</em>, the second element identifies a <em>child</em> of the root entity, the third element a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's <em>ancestors</em>. An entity path is always fully complete: ALL of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. A path can never be empty.
DatastoreV1.Key.PathElementOrBuilder getPathElementOrBuilder(int index)
repeated .api.services.datastore.Key.PathElement path_element = 2;
The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a <em>root entity</em>, the second element identifies a <em>child</em> of the root entity, the third element a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's <em>ancestors</em>. An entity path is always fully complete: ALL of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. A path can never be empty.
Copyright © 2013. All Rights Reserved.