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