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