google-apis-firestore_v1 0.56.0 → 0.58.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: b7b964752b52059e66f4e588e533818d10fe5530cc48d55a79980539d29e20da
4
- data.tar.gz: 0e79fc8682b7c4a908d9593c045c61fb592223f999b6a53da17ec1861422c836
3
+ metadata.gz: b0beae9ba07ac9d58436be97ef38c7b3a018ce45066c2092e6b55b0f2a03611e
4
+ data.tar.gz: a986a656df5269e66f6cdedd427dbf43040720431ef1fc60a39f595a74a9f671
5
5
  SHA512:
6
- metadata.gz: e369f48af82fba29085b5fcc05c8cf5e142096f64005248bc103f76c8ffc4050cbcc795680dd813a795007f49ca5ec2212ce694598c4d0fdae102da363eec2d7
7
- data.tar.gz: 75b8e6dde795acc0f3ccfb74ad27196cb5e40918c3857fd8c990c882ce5ed2eaa47afbb83f4a262205911c44e1ad3ed13daa4dbe2e00b244f7bbfc0f3bdbd185
6
+ metadata.gz: a6b507be378adda4c22bc4f218ab1f37501e52ea67dac5552fe6182d3cebc097831d76b8a7170cdda67905a3dbfafc3e73b80ece90627e9b5d3e5e8104836e16
7
+ data.tar.gz: fd838f5219c50c0dd0b36c1324f51147eb55eb9e35ac485da45f215739c2e6216bbf07414a71a4a1cc32b0860fc86107d0f1c8e6614f645c8d818d17749de2a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.58.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240131
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.57.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240117
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.56.0 (2023-12-24)
4
14
 
5
15
  * Regenerated from discovery document revision 20231214
@@ -588,7 +588,21 @@ module Google
588
588
  # @return [String]
589
589
  attr_accessor :create_time
590
590
 
591
- #
591
+ # The document's fields. The map keys represent field names. Field names
592
+ # matching the regular expression `__.*__` are reserved. Reserved field names
593
+ # are forbidden except in certain documented contexts. The field names,
594
+ # represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field
595
+ # paths may be used in other contexts to refer to structured fields defined here.
596
+ # For `map_value`, the field path is represented by a dot-delimited (`.`)
597
+ # string of segments. Each segment is either a simple field name (defined below)
598
+ # or a quoted field name. For example, the structured field `"foo" : ` map_value:
599
+ # ` "x&y" : ` string_value: "hello" ```` would be represented by the field path
600
+ # `` foo.`x&y` ``. A simple field name contains only characters `a` to `z`, `A`
601
+ # to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `
602
+ # foo_bar_17`. A quoted field name starts and ends with `` ` `` and may contain
603
+ # any character. Some characters, including `` ` ``, must be escaped using a `\`.
604
+ # For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents ``
605
+ # bak`tik ``.
592
606
  # Corresponds to the JSON property `fields`
593
607
  # @return [Hash<String,Google::Apis::FirestoreV1::Value>]
594
608
  attr_accessor :fields
@@ -2758,7 +2772,8 @@ module Google
2758
2772
  # @return [String]
2759
2773
  attr_accessor :read_time
2760
2774
 
2761
- # A Firestore query.
2775
+ # A Firestore query. The query stages are executed in the following order: 1.
2776
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
2762
2777
  # Corresponds to the JSON property `structuredQuery`
2763
2778
  # @return [Google::Apis::FirestoreV1::StructuredQuery]
2764
2779
  attr_accessor :structured_query
@@ -2874,7 +2889,8 @@ module Google
2874
2889
  # @return [String]
2875
2890
  attr_accessor :parent
2876
2891
 
2877
- # A Firestore query.
2892
+ # A Firestore query. The query stages are executed in the following order: 1.
2893
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
2878
2894
  # Corresponds to the JSON property `structuredQuery`
2879
2895
  # @return [Google::Apis::FirestoreV1::StructuredQuery]
2880
2896
  attr_accessor :structured_query
@@ -3049,7 +3065,8 @@ module Google
3049
3065
  # @return [String]
3050
3066
  attr_accessor :read_time
3051
3067
 
3052
- # A Firestore query.
3068
+ # A Firestore query. The query stages are executed in the following order: 1.
3069
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
3053
3070
  # Corresponds to the JSON property `structuredQuery`
3054
3071
  # @return [Google::Apis::FirestoreV1::StructuredQuery]
3055
3072
  attr_accessor :structured_query
@@ -3177,7 +3194,8 @@ module Google
3177
3194
  # @return [Array<Google::Apis::FirestoreV1::Aggregation>]
3178
3195
  attr_accessor :aggregations
3179
3196
 
3180
- # A Firestore query.
3197
+ # A Firestore query. The query stages are executed in the following order: 1.
3198
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
3181
3199
  # Corresponds to the JSON property `structuredQuery`
3182
3200
  # @return [Google::Apis::FirestoreV1::StructuredQuery]
3183
3201
  attr_accessor :structured_query
@@ -3193,7 +3211,8 @@ module Google
3193
3211
  end
3194
3212
  end
3195
3213
 
3196
- # A Firestore query.
3214
+ # A Firestore query. The query stages are executed in the following order: 1.
3215
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
3197
3216
  class StructuredQuery
3198
3217
  include Google::Apis::Core::Hashable
3199
3218
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1
18
18
  # Version of the google-apis-firestore_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231214"
25
+ REVISION = "20240131"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/firestore
35
35
  class FirestoreService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://firestore.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://firestore.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-firestore_v1',
49
51
  client_version: Google::Apis::FirestoreV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
@@ -544,7 +546,7 @@ module Google
544
546
  # Lists the field configuration and metadata for this database. Currently,
545
547
  # FirestoreAdmin.ListFields only supports listing fields that have been
546
548
  # explicitly overridden. To issue this query, call FirestoreAdmin.ListFields
547
- # with the filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:*`.
549
+ # with the filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:*`.
548
550
  # @param [String] parent
549
551
  # Required. A parent name of the form `projects/`project_id`/databases/`
550
552
  # database_id`/collectionGroups/`collection_id``
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.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-12-24 00:00:00.000000000 Z
11
+ date: 2024-02-11 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.11.0
19
+ version: 0.12.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.11.0
29
+ version: 0.12.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-firestore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Firestore API V1