google-apis-firebase_v1beta1 0.30.0 → 0.31.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: c925979dc06ec8774b689ef4e73e9e6166f36ed67a0c2ad2ffbce1498f16f194
4
- data.tar.gz: 16c5ef7ed29822c00a3180ed820cad80812a318bb4e2864d2ef6e9c528860384
3
+ metadata.gz: 33388d862172fd41dc26754c8bf3dc915cbc1dff4f92c351d05965980b75e56b
4
+ data.tar.gz: ce39be10a4eb4b1aa7d08f8a1770490c708725644dfa634c4b5876fa7ed10fa5
5
5
  SHA512:
6
- metadata.gz: 18e6802bcf7f1b8d24c6ec4fa8433d813c298a29b341e41d2df46bc13f63b619c749c9dcd4a6e602127f513195f7698dea0e98083bb18c2f9c03375cdd587633
7
- data.tar.gz: 5a9680405f60da66b4bde19d5d76eb2e4dabd40f89f6d42d00897bf59fcea1ced6c118fb32795d398dde369bbab54ef873a9f4dd94efcca57dab966b900bb8b6
6
+ metadata.gz: 8b10129b19449cccbfd1e9c36924907f0d2d688498e0369e7828d049f830a45b06035d8e9477728a04d87c6b77ebbb560fa2545acd13d75e792abba2c37454b3
7
+ data.tar.gz: 2b87b1162233dc9cca36e0f065686e1c3bcde63aa7daa916e1ab87d3b943dc3c7de63884f34d3456fd329017095f6cc4e2b65195a62f23bb1119a45cfecde706
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230111
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.30.0 (2022-12-31)
4
9
 
5
10
  * Regenerated from discovery document revision 20221220
@@ -1088,10 +1088,11 @@ module Google
1088
1088
  # @return [String]
1089
1089
  attr_accessor :etag
1090
1090
 
1091
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1092
- # immediately deleted from the Project and cannot be restored to the Project. If
1093
- # not set, defaults to false, which means that the App may be restored to the
1094
- # Project within 30 days using UndeleteAndroidApp.
1091
+ # Determines whether to _immediately_ delete the AndroidApp. If set to true, the
1092
+ # App is immediately deleted from the Project and cannot be restored to the
1093
+ # Project. If not set, defaults to false, which means the App will be set to
1094
+ # expire in 30 days. Within the 30 days, the App may be restored to the Project
1095
+ # using UndeleteAndroidApp.
1095
1096
  # Corresponds to the JSON property `immediate`
1096
1097
  # @return [Boolean]
1097
1098
  attr_accessor :immediate
@@ -1133,10 +1134,11 @@ module Google
1133
1134
  # @return [String]
1134
1135
  attr_accessor :etag
1135
1136
 
1136
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1137
- # immediately deleted from the Project and cannot be restored to the Project. If
1138
- # not set, defaults to false, which means that the App may be restored to the
1139
- # Project within 30 days using UndeleteIosApp
1137
+ # Determines whether to _immediately_ delete the IosApp. If set to true, the App
1138
+ # is immediately deleted from the Project and cannot be restored to the Project.
1139
+ # If not set, defaults to false, which means the App will be set to expire in 30
1140
+ # days. Within the 30 days, the App may be restored to the Project using
1141
+ # UndeleteIosApp
1140
1142
  # Corresponds to the JSON property `immediate`
1141
1143
  # @return [Boolean]
1142
1144
  attr_accessor :immediate
@@ -1178,10 +1180,11 @@ module Google
1178
1180
  # @return [String]
1179
1181
  attr_accessor :etag
1180
1182
 
1181
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1182
- # immediately deleted from the Project and cannot be restored to the Project. If
1183
- # not set, defaults to false, which means that the App may be restored to the
1184
- # Project within 30 days using UndeleteWebApp
1183
+ # Determines whether to _immediately_ delete the WebApp. If set to true, the App
1184
+ # is immediately deleted from the Project and cannot be restored to the Project.
1185
+ # If not set, defaults to false, which means the App will be set to expire in 30
1186
+ # days. Within the 30 days, the App may be restored to the Project using
1187
+ # UndeleteWebApp
1185
1188
  # Corresponds to the JSON property `immediate`
1186
1189
  # @return [Boolean]
1187
1190
  attr_accessor :immediate
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221220"
25
+ REVISION = "20230111"
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.30.0
4
+ version: 0.31.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-15 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.31.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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1