Send feedback
Cloud Datastore V1 Client - Class TransactionOptions (2.0.6) Stay organized with collections
Save and categorize content based on your preferences.
2.0.6 (latest)
2.0.5
1.34.2
1.33.1
1.32.3
1.31.0
1.30.0
1.29.2
1.28.2
1.26.0
1.25.0
1.24.4
1.23.0
1.22.1
1.21.2
1.19.0
1.18.1
1.17.1
Reference documentation and code samples for the Cloud Datastore V1 Client class TransactionOptions.
Options for beginning a new transaction.
Transactions can be created explicitly with calls to Datastore.BeginTransaction
or implicitly by setting ReadOptions.new_transaction
in read requests.
Generated from protobuf message google.datastore.v1.TransactionOptions
Namespace
Google \ Cloud \ Datastore \ V1
Methods
__construct
data
array
Optional. Data for populating the Message object.
getReadWrite
The transaction should allow both reads and writes.
hasReadWrite
setReadWrite
The transaction should allow both reads and writes.
getReadOnly
The transaction should only allow reads.
hasReadOnly
setReadOnly
The transaction should only allow reads.
getMode
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-25 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-25 UTC."],[],[]]