google-apis-datastore_v1beta3 0.20.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d4f2ba9a053465cb5086f3e7a30c8330784c56b60433d8b7de06d8d20889621
4
- data.tar.gz: 3beb6d3c240fe3604751337dbecce5818c3fdd1ea1f63faabd8c6081bfa7fd84
3
+ metadata.gz: 519498aeded2a20ad19792169e3f43e042dcf2fd14e078767de1397211552ce8
4
+ data.tar.gz: 180709b0ca0f083f2cf08c180ce4745846f58a5a90c02a5d58d61a0339dd2e36
5
5
  SHA512:
6
- metadata.gz: be34a5d921085456552ea634bd640c8602fbfdc3f6da47ce22294c36cefb400344329a51d01b301dd2b1e16c8118e2961d8001105ff06583e4609913f4e6743b
7
- data.tar.gz: 1cc6b5a88181fc2c44eee5e5a1478312231f89107f2015052a1e2f58145cdddc91bbf3e761553762e292c2862751939bdeb71ec7d2bd06c1c0c0f4e9aa8343f3
6
+ metadata.gz: 80c96ef7066d72162540ade71c1431860384d49312ee1d18985ab397de905d777230eebd2bd2c120483d5c2e63c31baaa5df93020c6cb2b5ce2effaaa44ba295
7
+ data.tar.gz: 3a8d8c239a22d061107d517ef402c6ab154ff798cd20c581b112eda8809612f2fe810777ea95ff63dd623ff331bbe8dca226024feb27834ff3b0b70669c14530
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datastore_v1beta3
2
2
 
3
+ ### v0.22.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230315
6
+
7
+ ### v0.21.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230118
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.20.0 (2023-01-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20230110
@@ -22,18 +22,18 @@ module Google
22
22
  module Apis
23
23
  module DatastoreV1beta3
24
24
 
25
- # Defines a aggregation that produces a single result.
25
+ # Defines an aggregation that produces a single result.
26
26
  class Aggregation
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # Optional. Optional name of the property to store the result of the aggregation.
30
30
  # If not provided, Datastore will pick a default name following the format `
31
31
  # property_`. For example: ``` AGGREGATE COUNT_UP_TO(1) AS count_up_to_1,
32
- # COUNT_UP_TO(2), COUNT_UP_TO(3) AS count_up_to_3, COUNT_UP_TO(4) OVER ( ... ); `
33
- # `` becomes: ``` AGGREGATE COUNT_UP_TO(1) AS count_up_to_1, COUNT_UP_TO(2) AS
34
- # property_1, COUNT_UP_TO(3) AS count_up_to_3, COUNT_UP_TO(4) AS property_2 OVER
35
- # ( ... ); ``` Requires: * Must be unique across all aggregation aliases. *
36
- # Conform to entity property name limitations.
32
+ # COUNT_UP_TO(2), COUNT_UP_TO(3) AS count_up_to_3, COUNT(*) OVER ( ... ); ```
33
+ # becomes: ``` AGGREGATE COUNT_UP_TO(1) AS count_up_to_1, COUNT_UP_TO(2) AS
34
+ # property_1, COUNT_UP_TO(3) AS count_up_to_3, COUNT(*) AS property_2 OVER ( ...
35
+ # ); ``` Requires: * Must be unique across all aggregation aliases. * Conform to
36
+ # entity property name limitations.
37
37
  # Corresponds to the JSON property `alias`
38
38
  # @return [String]
39
39
  attr_accessor :alias
@@ -344,7 +344,7 @@ module Google
344
344
 
345
345
  # Optional. Optional constraint on the maximum number of entities to count. This
346
346
  # provides a way to set an upper bound on the number of entities to scan,
347
- # limiting latency and cost. Unspecified is interpreted as no bound. If a zero
347
+ # limiting latency, and cost. Unspecified is interpreted as no bound. If a zero
348
348
  # value is provided, a count result of zero should always be expected. High-
349
349
  # Level Example: ``` AGGREGATE COUNT_UP_TO(1000) OVER ( SELECT * FROM k ); ```
350
350
  # Requires: * Must be non-negative when present.
@@ -1616,7 +1616,9 @@ module Google
1616
1616
 
1617
1617
  # The properties to make distinct. The query results will contain the first
1618
1618
  # result for each distinct combination of values for the given properties (if
1619
- # empty, all results are returned).
1619
+ # empty, all results are returned). Requires: * If `order` is specified, the set
1620
+ # of distinct on properties must appear before the non-distinct on properties in
1621
+ # `order`.
1620
1622
  # Corresponds to the JSON property `distinctOn`
1621
1623
  # @return [Array<Google::Apis::DatastoreV1beta3::PropertyReference>]
1622
1624
  attr_accessor :distinct_on
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1beta3
18
18
  # Version of the google-apis-datastore_v1beta3 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230110"
25
+ REVISION = "20230315"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastore_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-15 00:00:00.000000000 Z
11
+ date: 2023-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []