google-cloud-spanner-v1 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/spanner/v1/spanner/client.rb +1 -1
- data/lib/google/cloud/spanner/v1/version.rb +1 -1
- data/lib/google/cloud/spanner/v1.rb +2 -0
- data/lib/google/spanner/v1/commit_response_pb.rb +0 -2
- data/lib/google/spanner/v1/keys_pb.rb +0 -1
- data/lib/google/spanner/v1/mutation_pb.rb +1 -1
- data/lib/google/spanner/v1/query_plan_pb.rb +0 -1
- data/lib/google/spanner/v1/result_set_pb.rb +0 -1
- data/lib/google/spanner/v1/transaction_pb.rb +0 -1
- data/lib/google/spanner/v1/type_pb.rb +0 -1
- data/proto_docs/google/spanner/v1/spanner.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93f09468179faf9a4c502c5a276716deea004350d4e929f949f6569c45461cea
|
4
|
+
data.tar.gz: 4b20dc3ee2b9271a1751424d3d7263e48805a9a83c89474c997375e3e7795bf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddb5ead04c9bc1692f10899ed8dae40443a2121851b8be4d3538e67887556168920e9e7d9d8ccd19668acd9e670cfdf30ed37e711b03748207f902cb5cbf0b69
|
7
|
+
data.tar.gz: 3bea006bc63c759c3c076cfcc1c935140115dcc64111e9c84e147381094c146064385ad858b91597ff024c3f48daf20053b513f81f4a34f069afe3f40e208b34
|
@@ -255,7 +255,7 @@ module Google
|
|
255
255
|
# @param database [::String]
|
256
256
|
# Required. The database in which the new session is created.
|
257
257
|
# @param session [::Google::Cloud::Spanner::V1::Session, ::Hash]
|
258
|
-
# The session to create.
|
258
|
+
# Required. The session to create.
|
259
259
|
#
|
260
260
|
# @yield [response, operation] Access the result along with the RPC operation
|
261
261
|
# @yieldparam response [::Google::Cloud::Spanner::V1::Session]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/spanner/v1/mutation.proto
|
3
3
|
|
4
|
-
require 'google/api/
|
4
|
+
require 'google/api/field_behavior_pb'
|
5
5
|
require 'google/protobuf/struct_pb'
|
6
6
|
require 'google/spanner/v1/keys_pb'
|
7
7
|
require 'google/protobuf'
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/spanner/v1/result_set.proto
|
3
3
|
|
4
|
-
require 'google/api/annotations_pb'
|
5
4
|
require 'google/protobuf/struct_pb'
|
6
5
|
require 'google/spanner/v1/commit_response_pb'
|
7
6
|
require 'google/spanner/v1/query_plan_pb'
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# Required. The database in which the new session is created.
|
28
28
|
# @!attribute [rw] session
|
29
29
|
# @return [::Google::Cloud::Spanner::V1::Session]
|
30
|
-
# The session to create.
|
30
|
+
# Required. The session to create.
|
31
31
|
class CreateSessionRequest
|
32
32
|
include ::Google::Protobuf::MessageExts
|
33
33
|
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.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|