lib/google/cloud/spanner/v1/doc/google/spanner/v1/keys.rb in google-cloud-spanner-1.0.0 vs lib/google/cloud/spanner/v1/doc/google/spanner/v1/keys.rb in google-cloud-spanner-1.1.0

- old
+ new

@@ -20,11 +20,11 @@ # 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 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), @@ -130,13 +130,13 @@ # @!attribute [rw] keys # @return [Array<Google::Protobuf::ListValue>] # A list of specific keys. Entries in +keys+ should have exactly as # 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 Here. + # encoded as described {Google::Spanner::V1::TypeCode here}. # @!attribute [rw] ranges # @return [Array<Google::Spanner::V1::KeyRange>] - # A list of key ranges. See KeyRange for more information about + # 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 \ No newline at end of file