• Home
  • Raw
  • Download

Lines Matching +full:exempt +full:- +full:issue +full:- +full:labels

7 //     http://www.apache.org/licenses/LICENSE-2.0
55 "https://www.googleapis.com/auth/cloud-platform,"
64 // multiple concurrent read-write/write-only transactions, create
131 // Operations inside read-write transactions might return `ABORTED`. If
185 // Reads inside read-write transactions might return `ABORTED`. If
215 // side-effect.
230 // reasons. If `Commit` returns `ABORTED`, the caller should re-attempt
231 // the transaction from the beginning, re-using the same session.
269 // read-only transaction must be used by the PartitionQueryRequest used to
287 // subset of the read result to read. The same session and read-only
307 // mutations across groups can be committed non-atomically in an unspecified
314 // group may be applied more than once. Replays of non-idempotent mutations
317 // timestamp-based keys, it may result in additional rows being added to the
319 // idempotent to avoid this issue.
380 // Output only. The name of the session. This is always system-assigned.
383 // The labels for the session.
386 // the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
388 // to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
389 // * No more than 64 labels can be associated with a given session.
391 // See https://goo.gl/xmQnxf for more information on and examples of labels.
392 map<string, string> labels = 2; field
407 // may be used for multiple, concurrent read-only operations but can not be
408 // used for read-write transactions, partitioned reads, or partitioned
439 // If non-empty, `page_token` should contain a
448 // * `labels.key` where key is the name of a label
452 // * `labels.env:*` --> The session has the label "env".
453 // * `labels.env:dev` --> The session has the label "env" and the value of
513 // A per-request tag which can be applied to queries or reads, used for
520 // (ASCII 32 - 126) and the length of a request_tag is limited to 50
533 // (ASCII 32 - 126) and the length of a transaction_tag is limited to 50
540 // should be used for non-transactional reads or queries.
542 // DirectedReadOptions may only be specified for a read-only transaction,
549 // * `location` - The location must be one of the regions within the
550 // multi-region configuration of your database.
551 // * `type` - The type of the replica.
555 // * `location:us-east1` --> The "us-east1" replica(s) of any available type
557 // * `type:READ_ONLY` --> The "READ_ONLY" type replica(s) in nearest
560 // * `location:us-east1 type:READ_ONLY` --> The "READ_ONLY" type replica(s)
561 // in location "us-east1" will be used to process
569 // Read-write replicas support both reads and writes.
572 // Read-only replicas only support reads (not writes).
576 // The location or region of the serving requests, e.g. "us-east1".
656 // https://cloud.google.com/spanner/docs/query-optimizer/manage-query-optimizer
672 // The statistics package requested by the query has to be exempt from
697 // For queries, if none is provided, the default is a temporary read-only
700 // Standard DML statements require a read-write transaction. To protect
701 // against replays, single-use transactions are not supported. The caller
758 // A per-transaction sequence number used to identify this request. This field
763 // transaction. If a request arrives for the first time with an out-of-order
827 // Required. The transaction to use. Must be a read-write transaction.
829 // To protect against replays, single-use transactions are not supported. The
842 // Required. A per-transaction sequence number used to identify this request.
847 // transaction. If a request arrives for the first time with an out-of-order
949 // PartitionedDml transaction for large, partition-friendly DML operations.
996 // If non-empty, the name of an index on
1053 // temporary read-only transaction with strong concurrency.
1059 // If non-empty, the name of an index on
1081 // (if [index][google.spanner.v1.ReadRequest.index] is non-empty). If the
1152 // Commit a previously-started transaction.
1156 // commit of a previously-started transaction, commit with a
1157 // temporary transaction is non-idempotent. That is, if the