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 BeginTransactionResponseRetryAndTraceDatastoreRpcDecorator. 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 BeginTransactionResponseDatastoreRpc. beginTransaction(BeginTransactionRequest request)Sends a begin transaction request.BeginTransactionResponseHttpDatastoreRpc. 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 BeginTransactionResponseBeginTransactionResponse.Builder. build()BeginTransactionResponseBeginTransactionResponse.Builder. buildPartial()static BeginTransactionResponseBeginTransactionResponse. getDefaultInstance()BeginTransactionResponseBeginTransactionResponse.Builder. getDefaultInstanceForType()BeginTransactionResponseBeginTransactionResponse. getDefaultInstanceForType()static BeginTransactionResponseBeginTransactionResponse. parseDelimitedFrom(InputStream input)static BeginTransactionResponseBeginTransactionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BeginTransactionResponseBeginTransactionResponse. parseFrom(byte[] data)static BeginTransactionResponseBeginTransactionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BeginTransactionResponseBeginTransactionResponse. parseFrom(com.google.protobuf.ByteString data)static BeginTransactionResponseBeginTransactionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BeginTransactionResponseBeginTransactionResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BeginTransactionResponseBeginTransactionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BeginTransactionResponseBeginTransactionResponse. parseFrom(InputStream input)static BeginTransactionResponseBeginTransactionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BeginTransactionResponseBeginTransactionResponse. parseFrom(ByteBuffer data)static BeginTransactionResponseBeginTransactionResponse. 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.BuilderBeginTransactionResponse.Builder. mergeFrom(BeginTransactionResponse other)static BeginTransactionResponse.BuilderBeginTransactionResponse. 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 BeginTransactionResponseDatastore. beginTransaction(BeginTransactionRequest request)
-