lib/google/cloud/spanner/v1/doc/google/spanner/v1/keys.rb in google-cloud-spanner-1.8.0 vs lib/google/cloud/spanner/v1/doc/google/spanner/v1/keys.rb in google-cloud-spanner-1.9.0

- old
+ new

@@ -21,11 +21,12 @@ # A range has a start key and an end key. These keys can be open or # closed, indicating if the range includes rows with that key. # # Keys are represented by lists, where the ith value in the list # corresponds to the ith component of the table or index primary key. - # Individual values are encoded as described {Google::Spanner::V1::TypeCode here}. + # Individual values are encoded as described + # {Google::Spanner::V1::TypeCode here}. # # For example, consider the following table definition: # # CREATE TABLE UserEvents ( # UserName STRING(MAX), @@ -134,11 +135,11 @@ # many elements as there are columns in the primary or index key # with which this `KeySet` is used. Individual key values are # encoded as described {Google::Spanner::V1::TypeCode here}. # @!attribute [rw] ranges # @return [Array<Google::Spanner::V1::KeyRange>] - # A list of key ranges. See {Google::Spanner::V1::KeyRange KeyRange} for more information about - # key range specifications. + # A list of key ranges. See {Google::Spanner::V1::KeyRange KeyRange} for more + # information about key range specifications. # @!attribute [rw] all # @return [true, false] # For convenience `all` can be set to `true` to indicate that this # `KeySet` matches all keys in the table or index. Note that any keys # specified in `keys` or `ranges` are only yielded once. \ No newline at end of file