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