File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module Apis
2626 # @see https://cloud.google.com/spanner/
2727 module SpannerV1
2828 VERSION = 'V1'
29- REVISION = '20200905 '
29+ REVISION = '20201029 '
3030
3131 # View and manage your data across Google Cloud Platform services
3232 AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Original file line number Diff line number Diff line change @@ -356,8 +356,7 @@ def update!(**args)
356356 class Binding
357357 include Google ::Apis ::Core ::Hashable
358358
359- # A client-specified ID for this binding. Expected to be globally unique to
360- # support the internal bindings-by-ID API.
359+ #
361360 # Corresponds to the JSON property `bindingId`
362361 # @return [String]
363362 attr_accessor :binding_id
@@ -1190,7 +1189,7 @@ class Field
11901189 # The name of the field. For reads, this is the column name. For SQL queries, it
11911190 # is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`),
11921191 # or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"
1193- # `). Some columns might have an empty name (e.g., ! "SELECT UPPER(ColName)"`).
1192+ # `). Some columns might have an empty name (e.g., ` "SELECT UPPER(ColName)"`).
11941193 # Note that a query result can contain multiple fields with the same name.
11951194 # Corresponds to the JSON property `name`
11961195 # @return [String]
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2 "
7+ "sha": "6ccf29a2f4fcebbeb2a5c2fe1c9bce812cb331aa "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments