google-apis-firestore_v1 0.87.0 → 0.88.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 461cc88436e32598386310e54ca209bb02a4c6df92b25afe4b9233692e69fc5e
|
|
4
|
+
data.tar.gz: 68b6e3269404c667a52ba9a18b2a192f7fd43e9fadbcba69cb4844fd07547859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e69323657eced4f663f703fd36f27aea9a9f47173b516ca3d528e84b76019444637446d32ccd4cfaafae45b47a4e3be06dcdd8a891a0956de0e0a13aca95939a
|
|
7
|
+
data.tar.gz: 75f2f650d05bfa5bf0d915da01d953c639445bf7992b6c7582092054d03517eac4aec3b37ea21e883a8d3fc7f95181f1efa9201c46a8e855ce0e7375a760d578
|
data/CHANGELOG.md
CHANGED
|
@@ -2820,12 +2820,21 @@ module Google
|
|
|
2820
2820
|
class GoogleFirestoreAdminV1LocationMetadata
|
|
2821
2821
|
include Google::Apis::Core::Hashable
|
|
2822
2822
|
|
|
2823
|
+
# The storage placements available in the location. When the location represents
|
|
2824
|
+
# a Standard Managed Multi-Region (SMMR) like "us", this field lists the
|
|
2825
|
+
# available Google-Managed Multi-Regions (GMMRs) within it, such as "nam5" or "
|
|
2826
|
+
# eur3".
|
|
2827
|
+
# Corresponds to the JSON property `availableStoragePlacements`
|
|
2828
|
+
# @return [Array<String>]
|
|
2829
|
+
attr_accessor :available_storage_placements
|
|
2830
|
+
|
|
2823
2831
|
def initialize(**args)
|
|
2824
2832
|
update!(**args)
|
|
2825
2833
|
end
|
|
2826
2834
|
|
|
2827
2835
|
# Update properties of this object
|
|
2828
2836
|
def update!(**args)
|
|
2837
|
+
@available_storage_placements = args[:available_storage_placements] if args.key?(:available_storage_placements)
|
|
2829
2838
|
end
|
|
2830
2839
|
end
|
|
2831
2840
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.88.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260116"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1582,6 +1582,7 @@ module Google
|
|
|
1582
1582
|
class GoogleFirestoreAdminV1LocationMetadata
|
|
1583
1583
|
# @private
|
|
1584
1584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1585
|
+
collection :available_storage_placements, as: 'availableStoragePlacements'
|
|
1585
1586
|
end
|
|
1586
1587
|
end
|
|
1587
1588
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firestore_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.88.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|