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 RollbackResponse
RetryAndTraceDatastoreRpcDecorator. 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 RollbackResponse
DatastoreRpc. rollback(RollbackRequest request)
Sends a rollback request.RollbackResponse
HttpDatastoreRpc. 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 RollbackResponse
RollbackResponse.Builder. build()
RollbackResponse
RollbackResponse.Builder. buildPartial()
static RollbackResponse
RollbackResponse. getDefaultInstance()
RollbackResponse
RollbackResponse.Builder. getDefaultInstanceForType()
RollbackResponse
RollbackResponse. getDefaultInstanceForType()
static RollbackResponse
RollbackResponse. parseDelimitedFrom(InputStream input)
static RollbackResponse
RollbackResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackResponse
RollbackResponse. parseFrom(byte[] data)
static RollbackResponse
RollbackResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackResponse
RollbackResponse. parseFrom(com.google.protobuf.ByteString data)
static RollbackResponse
RollbackResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackResponse
RollbackResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RollbackResponse
RollbackResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackResponse
RollbackResponse. parseFrom(InputStream input)
static RollbackResponse
RollbackResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RollbackResponse
RollbackResponse. parseFrom(ByteBuffer data)
static RollbackResponse
RollbackResponse. 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.Builder
RollbackResponse.Builder. mergeFrom(RollbackResponse other)
static RollbackResponse.Builder
RollbackResponse. 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 RollbackResponse
Datastore. rollback(RollbackRequest request)
-