google-apis-firebase_v1beta1 0.42.0 → 0.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/firebase_v1beta1/classes.rb +28 -20
- data/lib/google/apis/firebase_v1beta1/gem_version.rb +2 -2
- metadata +4 -4
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
@@ -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
|
@@ -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
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
|
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
|