generated/google/apis/spanner_v1/classes.rb in google-api-client-0.48.0 vs generated/google/apis/spanner_v1/classes.rb in google-api-client-0.49.0
- old
+ new
@@ -354,12 +354,11 @@
# Associates `members` with a `role`.
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
# Represents a textual expression in the Common Expression Language (CEL) syntax.
@@ -1188,10 +1187,10 @@
include Google::Apis::Core::Hashable
# 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]
attr_accessor :name