google-apis-firebase_v1beta1 0.41.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b4945a6d51df588d8fe186540ad7165dbd1bcdcf75cc5f849bf33a0ebc14208
|
4
|
+
data.tar.gz: f2c0057894ca56fbc8979566a9d149cece4337fa5393d09e81bb48e494966451
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f7beb0ff2175cdbd066ad5b1c1ef2bdffe504d279955581321d8a55769e445534e47d905aa6235968a36f0369c4763a6729761c12bba41f50a5e2a80b69bf18
|
7
|
+
data.tar.gz: 073afc062b48f8185b169c035ea4924d3daceb185fd4a29a338372a8a75bf8b2a675ea1384646894c67db56fe8a263e07b7340afaf210672133afcb0d348c895
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-firebase_v1beta1
|
2
2
|
|
3
|
+
### v0.43.0 (2024-11-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241025
|
6
|
+
|
7
|
+
### v0.42.0 (2024-09-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240913
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.41.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -241,8 +241,10 @@ module Google
|
|
241
241
|
# @return [String]
|
242
242
|
attr_accessor :etag
|
243
243
|
|
244
|
-
# Output only.
|
245
|
-
#
|
244
|
+
# Output only. If the App has been removed from the Project, this is the
|
245
|
+
# timestamp of when the App is considered expired and will be permanently
|
246
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
247
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
246
248
|
# Corresponds to the JSON property `expireTime`
|
247
249
|
# @return [String]
|
248
250
|
attr_accessor :expire_time
|
@@ -481,8 +483,10 @@ module Google
|
|
481
483
|
# @return [String]
|
482
484
|
attr_accessor :display_name
|
483
485
|
|
484
|
-
# Output only.
|
485
|
-
#
|
486
|
+
# Output only. If the App has been removed from the Project, this is the
|
487
|
+
# timestamp of when the App is considered expired and will be permanently
|
488
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
489
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
486
490
|
# Corresponds to the JSON property `expireTime`
|
487
491
|
# @return [String]
|
488
492
|
attr_accessor :expire_time
|
@@ -679,8 +683,10 @@ module Google
|
|
679
683
|
# @return [String]
|
680
684
|
attr_accessor :etag
|
681
685
|
|
682
|
-
# Output only.
|
683
|
-
#
|
686
|
+
# Output only. If the App has been removed from the Project, this is the
|
687
|
+
# timestamp of when the App is considered expired and will be permanently
|
688
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
689
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
684
690
|
# Corresponds to the JSON property `expireTime`
|
685
691
|
# @return [String]
|
686
692
|
attr_accessor :expire_time
|
@@ -1181,10 +1187,10 @@ module Google
|
|
1181
1187
|
attr_accessor :etag
|
1182
1188
|
|
1183
1189
|
# Determines whether to _immediately_ delete the AndroidApp. If set to true, the
|
1184
|
-
# App is immediately deleted from the Project and cannot be
|
1185
|
-
# Project. If not set, defaults to false, which means the App
|
1186
|
-
# expire in 30 days. Within the 30 days, the App may be restored
|
1187
|
-
# using UndeleteAndroidApp.
|
1190
|
+
# App is immediately deleted from the Project and cannot be undeleted (that is,
|
1191
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1192
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1193
|
+
# to the Project using UndeleteAndroidApp.
|
1188
1194
|
# Corresponds to the JSON property `immediate`
|
1189
1195
|
# @return [Boolean]
|
1190
1196
|
attr_accessor :immediate
|
@@ -1227,10 +1233,10 @@ module Google
|
|
1227
1233
|
attr_accessor :etag
|
1228
1234
|
|
1229
1235
|
# Determines whether to _immediately_ delete the IosApp. If set to true, the App
|
1230
|
-
# is immediately deleted from the Project and cannot be
|
1231
|
-
# If not set, defaults to false, which means the App
|
1232
|
-
# days. Within the 30 days, the App may be restored
|
1233
|
-
# UndeleteIosApp
|
1236
|
+
# is immediately deleted from the Project and cannot be undeleted (that is,
|
1237
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1238
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1239
|
+
# to the Project using UndeleteIosApp
|
1234
1240
|
# Corresponds to the JSON property `immediate`
|
1235
1241
|
# @return [Boolean]
|
1236
1242
|
attr_accessor :immediate
|
@@ -1273,10 +1279,10 @@ module Google
|
|
1273
1279
|
attr_accessor :etag
|
1274
1280
|
|
1275
1281
|
# Determines whether to _immediately_ delete the WebApp. If set to true, the App
|
1276
|
-
# is immediately deleted from the Project and cannot be
|
1277
|
-
# If not set, defaults to false, which means the App
|
1278
|
-
# days. Within the 30 days, the App may be restored
|
1279
|
-
# UndeleteWebApp
|
1282
|
+
# is immediately deleted from the Project and cannot be undeleted (that is,
|
1283
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1284
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1285
|
+
# to the Project using UndeleteWebApp
|
1280
1286
|
# Corresponds to the JSON property `immediate`
|
1281
1287
|
# @return [Boolean]
|
1282
1288
|
attr_accessor :immediate
|
@@ -1627,8 +1633,10 @@ module Google
|
|
1627
1633
|
# @return [String]
|
1628
1634
|
attr_accessor :etag
|
1629
1635
|
|
1630
|
-
# Output only.
|
1631
|
-
#
|
1636
|
+
# Output only. If the App has been removed from the Project, this is the
|
1637
|
+
# timestamp of when the App is considered expired and will be permanently
|
1638
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
1639
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
1632
1640
|
# Corresponds to the JSON property `expireTime`
|
1633
1641
|
# @return [String]
|
1634
1642
|
attr_accessor :expire_time
|
@@ -1756,6 +1764,23 @@ module Google
|
|
1756
1764
|
# @return [String]
|
1757
1765
|
attr_accessor :project_id
|
1758
1766
|
|
1767
|
+
# Output only. Immutable. The globally unique, Google-assigned canonical
|
1768
|
+
# identifier for the Project. Use this identifier when configuring integrations
|
1769
|
+
# and/or making API calls to Google Cloud or third-party services.
|
1770
|
+
# Corresponds to the JSON property `projectNumber`
|
1771
|
+
# @return [String]
|
1772
|
+
attr_accessor :project_number
|
1773
|
+
|
1774
|
+
# Optional. Duplicate field for the URL of the default RTDB instances (if there
|
1775
|
+
# is one) that uses the same field name as the unified V2 config file format. We
|
1776
|
+
# wanted to make a single config file format for all the app platforms (Android,
|
1777
|
+
# iOS and web) and we had to pick consistent names for all the fields since
|
1778
|
+
# there was some varience between the platforms. If the request asks for the V2
|
1779
|
+
# format we will populate this field instead of realtime_database_instance_uri.
|
1780
|
+
# Corresponds to the JSON property `realtimeDatabaseUrl`
|
1781
|
+
# @return [String]
|
1782
|
+
attr_accessor :realtime_database_url
|
1783
|
+
|
1759
1784
|
# **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
|
1760
1785
|
# using the [list endpoint](https://firebase.google.com/docs/reference/rest/
|
1761
1786
|
# storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
|
@@ -1766,6 +1791,11 @@ module Google
|
|
1766
1791
|
# @return [String]
|
1767
1792
|
attr_accessor :storage_bucket
|
1768
1793
|
|
1794
|
+
# Version of the config specification.
|
1795
|
+
# Corresponds to the JSON property `version`
|
1796
|
+
# @return [String]
|
1797
|
+
attr_accessor :version
|
1798
|
+
|
1769
1799
|
def initialize(**args)
|
1770
1800
|
update!(**args)
|
1771
1801
|
end
|
@@ -1780,7 +1810,10 @@ module Google
|
|
1780
1810
|
@measurement_id = args[:measurement_id] if args.key?(:measurement_id)
|
1781
1811
|
@messaging_sender_id = args[:messaging_sender_id] if args.key?(:messaging_sender_id)
|
1782
1812
|
@project_id = args[:project_id] if args.key?(:project_id)
|
1813
|
+
@project_number = args[:project_number] if args.key?(:project_number)
|
1814
|
+
@realtime_database_url = args[:realtime_database_url] if args.key?(:realtime_database_url)
|
1783
1815
|
@storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
|
1816
|
+
@version = args[:version] if args.key?(:version)
|
1784
1817
|
end
|
1785
1818
|
end
|
1786
1819
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaseV1beta1
|
18
18
|
# Version of the google-apis-firebase_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241025"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -661,7 +661,10 @@ module Google
|
|
661
661
|
property :measurement_id, as: 'measurementId'
|
662
662
|
property :messaging_sender_id, as: 'messagingSenderId'
|
663
663
|
property :project_id, as: 'projectId'
|
664
|
+
property :project_number, as: 'projectNumber'
|
665
|
+
property :realtime_database_url, as: 'realtimeDatabaseUrl'
|
664
666
|
property :storage_bucket, as: 'storageBucket'
|
667
|
+
property :version, as: 'version'
|
665
668
|
end
|
666
669
|
end
|
667
670
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebase_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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: 2024-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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-firebase_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
|
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.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Firebase Management API V1beta1
|