Uses of Class
com.google.datastore.v1.AllocateIdsRequest
-
Packages that use AllocateIdsRequest Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.spi.v1 com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of AllocateIdsRequest in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type AllocateIdsRequest Modifier and Type Method Description AllocateIdsResponse
RetryAndTraceDatastoreRpcDecorator. allocateIds(AllocateIdsRequest request)
-
Uses of AllocateIdsRequest in com.google.cloud.datastore.spi.v1
Methods in com.google.cloud.datastore.spi.v1 with parameters of type AllocateIdsRequest Modifier and Type Method Description AllocateIdsResponse
DatastoreRpc. allocateIds(AllocateIdsRequest request)
Sends an allocate IDs request.AllocateIdsResponse
HttpDatastoreRpc. allocateIds(AllocateIdsRequest request)
-
Uses of AllocateIdsRequest in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AllocateIdsRequest Modifier and Type Method Description AllocateIdsRequest
AllocateIdsRequest.Builder. build()
AllocateIdsRequest
AllocateIdsRequest.Builder. buildPartial()
static AllocateIdsRequest
AllocateIdsRequest. getDefaultInstance()
AllocateIdsRequest
AllocateIdsRequest.Builder. getDefaultInstanceForType()
AllocateIdsRequest
AllocateIdsRequest. getDefaultInstanceForType()
static AllocateIdsRequest
AllocateIdsRequest. parseDelimitedFrom(InputStream input)
static AllocateIdsRequest
AllocateIdsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(byte[] data)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(com.google.protobuf.ByteString data)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(InputStream input)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(ByteBuffer data)
static AllocateIdsRequest
AllocateIdsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type AllocateIdsRequest Modifier and Type Method Description com.google.protobuf.Parser<AllocateIdsRequest>
AllocateIdsRequest. getParserForType()
static com.google.protobuf.Parser<AllocateIdsRequest>
AllocateIdsRequest. parser()
Methods in com.google.datastore.v1 with parameters of type AllocateIdsRequest Modifier and Type Method Description AllocateIdsRequest.Builder
AllocateIdsRequest.Builder. mergeFrom(AllocateIdsRequest other)
static AllocateIdsRequest.Builder
AllocateIdsRequest. newBuilder(AllocateIdsRequest prototype)
-
Uses of AllocateIdsRequest in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client with parameters of type AllocateIdsRequest Modifier and Type Method Description AllocateIdsResponse
Datastore. allocateIds(AllocateIdsRequest request)
-