google-apis-firebase_v1beta1 0.42.0 → 0.43.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: b800325859abadaf02a2a1febf0f8b11bb5331e1c9f43d35e6a6dcef5a6b2c97
4
- data.tar.gz: 2895a61c9f838b93c2d57492d16e930bdaa685a6f05c77f6d41f8577d930f53c
3
+ metadata.gz: 3b4945a6d51df588d8fe186540ad7165dbd1bcdcf75cc5f849bf33a0ebc14208
4
+ data.tar.gz: f2c0057894ca56fbc8979566a9d149cece4337fa5393d09e81bb48e494966451
5
5
  SHA512:
6
- metadata.gz: 19d5232d3cb2f62440962de1daf900586ec0936c7059c6c6063801de0e14940d52de4bbe4002266487c0719d52434b8d04909726c024494dbe379dfd2f601397
7
- data.tar.gz: 59b0f8c10a682674d02054965e75d373b3b441608690ac468e3528f818fdb8794477c7042eadbd3a049bbe0189eeb4171baa7183c1ad212cbcfac38001594915
6
+ metadata.gz: 6f7beb0ff2175cdbd066ad5b1c1ef2bdffe504d279955581321d8a55769e445534e47d905aa6235968a36f0369c4763a6729761c12bba41f50a5e2a80b69bf18
7
+ data.tar.gz: 073afc062b48f8185b169c035ea4924d3daceb185fd4a29a338372a8a75bf8b2a675ea1384646894c67db56fe8a263e07b7340afaf210672133afcb0d348c895
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240913
@@ -241,8 +241,10 @@ module Google
241
241
  # @return [String]
242
242
  attr_accessor :etag
243
243
 
244
- # Output only. Timestamp of when the App will be considered expired and cannot
245
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
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. Timestamp of when the App will be considered expired and cannot
485
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
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. Timestamp of when the App will be considered expired and cannot
683
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
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 restored to the
1185
- # Project. If not set, defaults to false, which means the App will be set to
1186
- # expire in 30 days. Within the 30 days, the App may be restored to the Project
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 restored to the Project.
1231
- # If not set, defaults to false, which means the App will be set to expire in 30
1232
- # days. Within the 30 days, the App may be restored to the Project using
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 restored to the Project.
1277
- # If not set, defaults to false, which means the App will be set to expire in 30
1278
- # days. Within the 30 days, the App may be restored to the Project using
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. Timestamp of when the App will be considered expired and cannot
1631
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
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
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240913"
25
+ REVISION = "20241025"
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-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.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-09-15 00:00:00.000000000 Z
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.42.0
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.6
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