Lines Matching full:spanner

17 package google.spanner.v1;
21 import "google/spanner/v1/keys.proto";
23 option csharp_namespace = "Google.Cloud.Spanner.V1";
24 option go_package = "cloud.google.com/go/spanner/apiv1/spannerpb;spannerpb";
27 option java_package = "com.google.spanner.v1";
28 option php_namespace = "Google\\Cloud\\Spanner\\V1";
29 option ruby_package = "Google::Cloud::Spanner::V1";
31 // A modification to one or more Cloud Spanner rows. Mutations can be
32 // applied to a Cloud Spanner database by sending them in a
33 // [Commit][google.spanner.v1.Spanner.Commit] call.
35 …nts to [insert][google.spanner.v1.Mutation.insert], [update][google.spanner.v1.Mutation.update], […
36 // [replace][google.spanner.v1.Mutation.replace] operations.
41 // The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written.
44 // Cloud Spanner to derive values for all primary key columns in the
51 …// exactly as many entries as there are entries in [columns][google.spanner.v1.Mutation.Write.colu…
54 …// [table][google.spanner.v1.Mutation.Write.table] and [columns][google.spanner.v1.Mutation.Write.…
55 // encoded as described [here][google.spanner.v1.TypeCode].
59 // Arguments to [delete][google.spanner.v1.Mutation.delete] operations.
64 …// Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] …
83 // Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
87 …hen using [insert_or_update][google.spanner.v1.Mutation.insert_or_update], just as when using [ins…
92 … // Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
94 …// instead. Unlike [insert_or_update][google.spanner.v1.Mutation.insert_or_update], this means any…