Uses of Class
com.google.datastore.v1.RollbackResponse
-
Packages that use RollbackResponse 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 RollbackResponse in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return RollbackResponse Modifier and Type Method Description RollbackResponseRetryAndTraceDatastoreRpcDecorator. rollback(RollbackRequest request) -
Uses of RollbackResponse in com.google.cloud.datastore.spi.v1
Methods in com.google.cloud.datastore.spi.v1 that return RollbackResponse Modifier and Type Method Description RollbackResponseDatastoreRpc. rollback(RollbackRequest request)Sends a rollback request.RollbackResponseHttpDatastoreRpc. rollback(RollbackRequest request) -
Uses of RollbackResponse in com.google.datastore.v1
Methods in com.google.datastore.v1 that return RollbackResponse Modifier and Type Method Description RollbackResponseRollbackResponse.Builder. build()RollbackResponseRollbackResponse.Builder. buildPartial()static RollbackResponseRollbackResponse. getDefaultInstance()RollbackResponseRollbackResponse.Builder. getDefaultInstanceForType()RollbackResponseRollbackResponse. getDefaultInstanceForType()static RollbackResponseRollbackResponse. parseDelimitedFrom(InputStream input)static RollbackResponseRollbackResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackResponseRollbackResponse. parseFrom(byte[] data)static RollbackResponseRollbackResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackResponseRollbackResponse. parseFrom(com.google.protobuf.ByteString data)static RollbackResponseRollbackResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackResponseRollbackResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RollbackResponseRollbackResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackResponseRollbackResponse. parseFrom(InputStream input)static RollbackResponseRollbackResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackResponseRollbackResponse. parseFrom(ByteBuffer data)static RollbackResponseRollbackResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.v1 that return types with arguments of type RollbackResponse Modifier and Type Method Description com.google.protobuf.Parser<RollbackResponse>RollbackResponse. getParserForType()static com.google.protobuf.Parser<RollbackResponse>RollbackResponse. parser()Methods in com.google.datastore.v1 with parameters of type RollbackResponse Modifier and Type Method Description RollbackResponse.BuilderRollbackResponse.Builder. mergeFrom(RollbackResponse other)static RollbackResponse.BuilderRollbackResponse. newBuilder(RollbackResponse prototype) -
Uses of RollbackResponse in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return RollbackResponse Modifier and Type Method Description RollbackResponseDatastore. rollback(RollbackRequest request)
-