Class: Google::Spanner::V1::Mutation::Write
- Inherits:
-
Object
- Object
- Google::Spanner::V1::Mutation::Write
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb
Overview
Arguments to insert, update, insert_or_update, and replace operations.
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
The names of the columns in table to be written.
-
#table ⇒ String
Required.
-
#values ⇒ Array<Google::Protobuf::ListValue>
The values to be written.
Instance Attribute Details
#columns ⇒ Array<String>
68 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 68 class Write; end |
#table ⇒ String
68 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 68 class Write; end |
#values ⇒ Array<Google::Protobuf::ListValue>
68 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 68 class Write; end |