google-cloud-datastore-v1 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f7563f04398bc4edb1cc21367b6e55918820c9f379c0e6d376d2bd80409da26
4
- data.tar.gz: fe22b72a0a76fba63ed6f5e5ed6944e8e2ed085d2dec407feb15c260eca1db25
3
+ metadata.gz: bc155aaa1c915aeefe432fb8cd23b3e920a12c3356fb7c6ea7fecbb1d51e87da
4
+ data.tar.gz: 4639100461d20f4c5f75080de18a29737c103242776239642ba8f6daa2f7b846
5
5
  SHA512:
6
- metadata.gz: b9d7a9d7d166de1a92d0023220880fde1ff9229e36a4fe8c6e3f12b39037cd21353f7f29d703c370efe862ff17196b11603e5cd43225fec0f2a6c8be5a19a0e2
7
- data.tar.gz: 2ac4fbea9580c5cf15cd37a03147f5b61da649a734b5957abb50ece9ff31eda5eee906a55e154077a38fb3f400364399b4abaa5742407df194df6cf2e083b998
6
+ metadata.gz: 317fae1d716252557d346d1a4b36c97e386e85878568ffa6f3d04bc802fc02b76285276286a71ee654cc0c4d49b1cb08faf4ed62909bc1ae7e76260aa421ffe9
7
+ data.tar.gz: '0185ca9da5b127c9224dc8b7c01eabebc0e1d83f5ac896fe19a026920a339b9b1a0b717fa7b66c552cb669b8efb4accb2a1667cfa7c044936fab3769005b474f'
@@ -353,11 +353,11 @@ module Google
353
353
  # @param query [::Google::Cloud::Datastore::V1::Query, ::Hash]
354
354
  # The query to run.
355
355
  #
356
- # Note: The following fields are mutually exclusive: `query`, `gql_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
356
+ # Note: The following parameters are mutually exclusive: `query`, `gql_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
357
357
  # @param gql_query [::Google::Cloud::Datastore::V1::GqlQuery, ::Hash]
358
358
  # The GQL query to run. This query must be a non-aggregation query.
359
359
  #
360
- # Note: The following fields are mutually exclusive: `gql_query`, `query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
360
+ # Note: The following parameters are mutually exclusive: `gql_query`, `query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
361
361
  # @param property_mask [::Google::Cloud::Datastore::V1::PropertyMask, ::Hash]
362
362
  # The properties to return.
363
363
  # This field must not be set for a projection query.
@@ -470,11 +470,11 @@ module Google
470
470
  # @param aggregation_query [::Google::Cloud::Datastore::V1::AggregationQuery, ::Hash]
471
471
  # The query to run.
472
472
  #
473
- # Note: The following fields are mutually exclusive: `aggregation_query`, `gql_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
473
+ # Note: The following parameters are mutually exclusive: `aggregation_query`, `gql_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
474
474
  # @param gql_query [::Google::Cloud::Datastore::V1::GqlQuery, ::Hash]
475
475
  # The GQL query to run. This query must be an aggregation query.
476
476
  #
477
- # Note: The following fields are mutually exclusive: `gql_query`, `aggregation_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
477
+ # Note: The following parameters are mutually exclusive: `gql_query`, `aggregation_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
478
478
  # @param explain_options [::Google::Cloud::Datastore::V1::ExplainOptions, ::Hash]
479
479
  # Optional. Explain options for the query. If set, additional query
480
480
  # statistics will be returned. If not, only query results will be returned.
@@ -674,14 +674,14 @@ module Google
674
674
  # transaction identifier is returned by a call to
675
675
  # {::Google::Cloud::Datastore::V1::Datastore::Client#begin_transaction Datastore.BeginTransaction}.
676
676
  #
677
- # Note: The following fields are mutually exclusive: `transaction`, `single_use_transaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
677
+ # Note: The following parameters are mutually exclusive: `transaction`, `single_use_transaction`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
678
678
  # @param single_use_transaction [::Google::Cloud::Datastore::V1::TransactionOptions, ::Hash]
679
679
  # Options for beginning a new transaction for this request.
680
680
  # The transaction is committed when the request completes. If specified,
681
681
  # {::Google::Cloud::Datastore::V1::TransactionOptions TransactionOptions.mode} must be
682
682
  # {::Google::Cloud::Datastore::V1::TransactionOptions::ReadWrite TransactionOptions.ReadWrite}.
683
683
  #
684
- # Note: The following fields are mutually exclusive: `single_use_transaction`, `transaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
684
+ # Note: The following parameters are mutually exclusive: `single_use_transaction`, `transaction`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
685
685
  # @param mutations [::Array<::Google::Cloud::Datastore::V1::Mutation, ::Hash>]
686
686
  # The mutations to perform.
687
687
  #
@@ -336,11 +336,11 @@ module Google
336
336
  # @param query [::Google::Cloud::Datastore::V1::Query, ::Hash]
337
337
  # The query to run.
338
338
  #
339
- # Note: The following fields are mutually exclusive: `query`, `gql_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
339
+ # Note: The following parameters are mutually exclusive: `query`, `gql_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
340
340
  # @param gql_query [::Google::Cloud::Datastore::V1::GqlQuery, ::Hash]
341
341
  # The GQL query to run. This query must be a non-aggregation query.
342
342
  #
343
- # Note: The following fields are mutually exclusive: `gql_query`, `query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
343
+ # Note: The following parameters are mutually exclusive: `gql_query`, `query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
344
344
  # @param property_mask [::Google::Cloud::Datastore::V1::PropertyMask, ::Hash]
345
345
  # The properties to return.
346
346
  # This field must not be set for a projection query.
@@ -443,11 +443,11 @@ module Google
443
443
  # @param aggregation_query [::Google::Cloud::Datastore::V1::AggregationQuery, ::Hash]
444
444
  # The query to run.
445
445
  #
446
- # Note: The following fields are mutually exclusive: `aggregation_query`, `gql_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
446
+ # Note: The following parameters are mutually exclusive: `aggregation_query`, `gql_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
447
447
  # @param gql_query [::Google::Cloud::Datastore::V1::GqlQuery, ::Hash]
448
448
  # The GQL query to run. This query must be an aggregation query.
449
449
  #
450
- # Note: The following fields are mutually exclusive: `gql_query`, `aggregation_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
450
+ # Note: The following parameters are mutually exclusive: `gql_query`, `aggregation_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
451
451
  # @param explain_options [::Google::Cloud::Datastore::V1::ExplainOptions, ::Hash]
452
452
  # Optional. Explain options for the query. If set, additional query
453
453
  # statistics will be returned. If not, only query results will be returned.
@@ -627,14 +627,14 @@ module Google
627
627
  # transaction identifier is returned by a call to
628
628
  # {::Google::Cloud::Datastore::V1::Datastore::Rest::Client#begin_transaction Datastore.BeginTransaction}.
629
629
  #
630
- # Note: The following fields are mutually exclusive: `transaction`, `single_use_transaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
630
+ # Note: The following parameters are mutually exclusive: `transaction`, `single_use_transaction`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
631
631
  # @param single_use_transaction [::Google::Cloud::Datastore::V1::TransactionOptions, ::Hash]
632
632
  # Options for beginning a new transaction for this request.
633
633
  # The transaction is committed when the request completes. If specified,
634
634
  # {::Google::Cloud::Datastore::V1::TransactionOptions TransactionOptions.mode} must be
635
635
  # {::Google::Cloud::Datastore::V1::TransactionOptions::ReadWrite TransactionOptions.ReadWrite}.
636
636
  #
637
- # Note: The following fields are mutually exclusive: `single_use_transaction`, `transaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
637
+ # Note: The following parameters are mutually exclusive: `single_use_transaction`, `transaction`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
638
638
  # @param mutations [::Array<::Google::Cloud::Datastore::V1::Mutation, ::Hash>]
639
639
  # The mutations to perform.
640
640
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module V1
24
- VERSION = "1.4.0"
24
+ VERSION = "1.4.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.6.8
103
+ rubygems_version: 3.6.9
104
104
  specification_version: 4
105
105
  summary: Accesses the schemaless NoSQL database to provide fully managed, robust,
106
106
  scalable storage for your application.