google-cloud-spanner-v1 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23d52721f30b113ad1b7371f477e943af3d468451b0644a0b076b4faa8b1b964
|
|
4
|
+
data.tar.gz: c494b7b555f19041f57968b0418ba95080fa5562ee554a375ec5bf5a795d2970
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82b2379aa5f0b48513a84a0d08a698c0c79688544b3eca1cbf9722450399d4101700ba13d7cf2411f3b2dd22b6b0c115d7cb6977e0fa69b19e4de4484a6d2469
|
|
7
|
+
data.tar.gz: 3f42959d5bd7c15c5754c92e2e764bf65a96a75f9ffa436ce997194085cb4461031ab2c08b3e6ab3cdfa685817ddcfbb0d0663c277ccbcf3e7740d537da597cd
|
|
@@ -8,7 +8,7 @@ require 'google/protobuf/duration_pb'
|
|
|
8
8
|
require 'google/protobuf/timestamp_pb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
descriptor_data = "\n#google/spanner/v1/transaction.proto\x12\x11google.spanner.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
11
|
+
descriptor_data = "\n#google/spanner/v1/transaction.proto\x12\x11google.spanner.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x94\x06\n\x12TransactionOptions\x12\x45\n\nread_write\x18\x01 \x01(\x0b\x32/.google.spanner.v1.TransactionOptions.ReadWriteH\x00\x12O\n\x0fpartitioned_dml\x18\x03 \x01(\x0b\x32\x34.google.spanner.v1.TransactionOptions.PartitionedDmlH\x00\x12\x43\n\tread_only\x18\x02 \x01(\x0b\x32..google.spanner.v1.TransactionOptions.ReadOnlyH\x00\x12\'\n\x1f\x65xclude_txn_from_change_streams\x18\x05 \x01(\x08\x1a\xb2\x01\n\tReadWrite\x12T\n\x0eread_lock_mode\x18\x01 \x01(\x0e\x32<.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode\"O\n\x0cReadLockMode\x12\x1e\n\x1aREAD_LOCK_MODE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPESSIMISTIC\x10\x01\x12\x0e\n\nOPTIMISTIC\x10\x02\x1a\x10\n\x0ePartitionedDml\x1a\xa8\x02\n\x08ReadOnly\x12\x10\n\x06strong\x18\x01 \x01(\x08H\x00\x12\x38\n\x12min_read_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12\x32\n\rmax_staleness\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x34\n\x0eread_timestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12\x34\n\x0f\x65xact_staleness\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12\x1d\n\x15return_read_timestamp\x18\x06 \x01(\x08\x42\x11\n\x0ftimestamp_boundB\x06\n\x04mode\"M\n\x0bTransaction\x12\n\n\x02id\x18\x01 \x01(\x0c\x12\x32\n\x0eread_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xa4\x01\n\x13TransactionSelector\x12;\n\nsingle_use\x18\x01 \x01(\x0b\x32%.google.spanner.v1.TransactionOptionsH\x00\x12\x0c\n\x02id\x18\x02 \x01(\x0cH\x00\x12\x36\n\x05\x62\x65gin\x18\x03 \x01(\x0b\x32%.google.spanner.v1.TransactionOptionsH\x00\x42\n\n\x08selectorB\xb3\x01\n\x15\x63om.google.spanner.v1B\x10TransactionProtoP\x01Z5cloud.google.com/go/spanner/apiv1/spannerpb;spannerpb\xaa\x02\x17Google.Cloud.Spanner.V1\xca\x02\x17Google\\Cloud\\Spanner\\V1\xea\x02\x1aGoogle::Cloud::Spanner::V1b\x06proto3"
|
|
12
12
|
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
14
14
|
|
|
@@ -366,6 +366,22 @@ module Google
|
|
|
366
366
|
# Authorization to begin a read-only transaction requires
|
|
367
367
|
# `spanner.databases.beginReadOnlyTransaction` permission
|
|
368
368
|
# on the `session` resource.
|
|
369
|
+
# @!attribute [rw] exclude_txn_from_change_streams
|
|
370
|
+
# @return [::Boolean]
|
|
371
|
+
# When `exclude_txn_from_change_streams` is set to `true`:
|
|
372
|
+
# * Mutations from this transaction will not be recorded in change streams
|
|
373
|
+
# with DDL option `allow_txn_exclusion=true` that are tracking columns
|
|
374
|
+
# modified by these transactions.
|
|
375
|
+
# * Mutations from this transaction will be recorded in change streams with
|
|
376
|
+
# DDL option `allow_txn_exclusion=false or not set` that are tracking
|
|
377
|
+
# columns modified by these transactions.
|
|
378
|
+
#
|
|
379
|
+
# When `exclude_txn_from_change_streams` is set to `false` or not set,
|
|
380
|
+
# mutations from this transaction will be recorded in all change streams that
|
|
381
|
+
# are tracking columns modified by these transactions.
|
|
382
|
+
# `exclude_txn_from_change_streams` may only be specified for read-write or
|
|
383
|
+
# partitioned-dml transactions, otherwise the API will return an
|
|
384
|
+
# `INVALID_ARGUMENT` error.
|
|
369
385
|
class TransactionOptions
|
|
370
386
|
include ::Google::Protobuf::MessageExts
|
|
371
387
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-spanner-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|