Skip to content

Commit

Permalink
feat: Automated regeneration of spanner v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 7, 2020
1 parent 6ccf29a commit 7578e34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/spanner_v1.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/spanner/
module SpannerV1
VERSION = 'V1'
REVISION = '20200905'
REVISION = '20201029'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
5 changes: 2 additions & 3 deletions generated/google/apis/spanner_v1/classes.rb
Expand Up @@ -356,8 +356,7 @@ def update!(**args)
class Binding
include Google::Apis::Core::Hashable

# A client-specified ID for this binding. Expected to be globally unique to
# support the internal bindings-by-ID API.
#
# Corresponds to the JSON property `bindingId`
# @return [String]
attr_accessor :binding_id
Expand Down Expand Up @@ -1190,7 +1189,7 @@ class Field
# The name of the field. For reads, this is the column name. For SQL queries, it
# is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`),
# or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"
# `). Some columns might have an empty name (e.g., !"SELECT UPPER(ColName)"`).
# `). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`).
# Note that a query result can contain multiple fields with the same name.
# Corresponds to the JSON property `name`
# @return [String]
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/spanner_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "6ccf29a2f4fcebbeb2a5c2fe1c9bce812cb331aa"
}
}
]
Expand Down

0 comments on commit 7578e34

Please sign in to comment.