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 AllocateIdsResponseRetryAndTraceDatastoreRpcDecorator. 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 AllocateIdsResponseDatastoreRpc. allocateIds(AllocateIdsRequest request)Sends an allocate IDs request.AllocateIdsResponseHttpDatastoreRpc. 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 AllocateIdsResponseAllocateIdsResponse.Builder. build()AllocateIdsResponseAllocateIdsResponse.Builder. buildPartial()static AllocateIdsResponseAllocateIdsResponse. getDefaultInstance()AllocateIdsResponseAllocateIdsResponse.Builder. getDefaultInstanceForType()AllocateIdsResponseAllocateIdsResponse. getDefaultInstanceForType()static AllocateIdsResponseAllocateIdsResponse. parseDelimitedFrom(InputStream input)static AllocateIdsResponseAllocateIdsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateIdsResponseAllocateIdsResponse. parseFrom(byte[] data)static AllocateIdsResponseAllocateIdsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateIdsResponseAllocateIdsResponse. parseFrom(com.google.protobuf.ByteString data)static AllocateIdsResponseAllocateIdsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateIdsResponseAllocateIdsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AllocateIdsResponseAllocateIdsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateIdsResponseAllocateIdsResponse. parseFrom(InputStream input)static AllocateIdsResponseAllocateIdsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateIdsResponseAllocateIdsResponse. parseFrom(ByteBuffer data)static AllocateIdsResponseAllocateIdsResponse. 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.BuilderAllocateIdsResponse.Builder. mergeFrom(AllocateIdsResponse other)static AllocateIdsResponse.BuilderAllocateIdsResponse. 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 AllocateIdsResponseDatastore. allocateIds(AllocateIdsRequest request)
-