google-apis-firebase_v1beta1 0.30.0 → 0.32.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: c925979dc06ec8774b689ef4e73e9e6166f36ed67a0c2ad2ffbce1498f16f194
4
- data.tar.gz: 16c5ef7ed29822c00a3180ed820cad80812a318bb4e2864d2ef6e9c528860384
3
+ metadata.gz: 7f8929b59cb3a8342263d0205c97593a756b97ce35b79def19e9fb7c1b560405
4
+ data.tar.gz: b48f983d6692137f2dcf7b310eca33f0591bbf1da2c9ba47248870f9d7fc024c
5
5
  SHA512:
6
- metadata.gz: 18e6802bcf7f1b8d24c6ec4fa8433d813c298a29b341e41d2df46bc13f63b619c749c9dcd4a6e602127f513195f7698dea0e98083bb18c2f9c03375cdd587633
7
- data.tar.gz: 5a9680405f60da66b4bde19d5d76eb2e4dabd40f89f6d42d00897bf59fcea1ced6c118fb32795d398dde369bbab54ef873a9f4dd94efcca57dab966b900bb8b6
6
+ metadata.gz: f494636d8ef0039b8324158f9f29f756122bf9bf067ffa6c077121ba9a80f5a26c698f5662966e19288f1d46e97f15062a09279c758e65f31587ffef086bda4e
7
+ data.tar.gz: 9c1948fc35315aef03adf771e8d8e7933e8030a0a70b7ccf184c5bd571dad6424aa3677b8bee931ab4d5512dfd80375187f616eff5503a8cefe04ce5bb26eb70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230120
6
+
7
+ ### v0.31.0 (2023-01-15)
8
+
9
+ * Regenerated from discovery document revision 20230111
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.30.0 (2022-12-31)
4
13
 
5
14
  * Regenerated from discovery document revision 20221220
@@ -1007,6 +1007,25 @@ module Google
1007
1007
  end
1008
1008
  end
1009
1009
 
1010
+ # Metadata about a long-running Product operation.
1011
+ class ProductMetadata
1012
+ include Google::Apis::Core::Hashable
1013
+
1014
+ # List of warnings related to the associated operation.
1015
+ # Corresponds to the JSON property `warningMessages`
1016
+ # @return [Array<String>]
1017
+ attr_accessor :warning_messages
1018
+
1019
+ def initialize(**args)
1020
+ update!(**args)
1021
+ end
1022
+
1023
+ # Update properties of this object
1024
+ def update!(**args)
1025
+ @warning_messages = args[:warning_messages] if args.key?(:warning_messages)
1026
+ end
1027
+ end
1028
+
1010
1029
  # A reference to a Google Cloud Platform (GCP) `Project`.
1011
1030
  class ProjectInfo
1012
1031
  include Google::Apis::Core::Hashable
@@ -1088,10 +1107,11 @@ module Google
1088
1107
  # @return [String]
1089
1108
  attr_accessor :etag
1090
1109
 
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.
1110
+ # Determines whether to _immediately_ delete the AndroidApp. If set to true, the
1111
+ # App is immediately deleted from the Project and cannot be restored to the
1112
+ # Project. If not set, defaults to false, which means the App will be set to
1113
+ # expire in 30 days. Within the 30 days, the App may be restored to the Project
1114
+ # using UndeleteAndroidApp.
1095
1115
  # Corresponds to the JSON property `immediate`
1096
1116
  # @return [Boolean]
1097
1117
  attr_accessor :immediate
@@ -1133,10 +1153,11 @@ module Google
1133
1153
  # @return [String]
1134
1154
  attr_accessor :etag
1135
1155
 
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
1156
+ # Determines whether to _immediately_ delete the IosApp. If set to true, the App
1157
+ # is immediately deleted from the Project and cannot be restored to the Project.
1158
+ # If not set, defaults to false, which means the App will be set to expire in 30
1159
+ # days. Within the 30 days, the App may be restored to the Project using
1160
+ # UndeleteIosApp
1140
1161
  # Corresponds to the JSON property `immediate`
1141
1162
  # @return [Boolean]
1142
1163
  attr_accessor :immediate
@@ -1178,10 +1199,11 @@ module Google
1178
1199
  # @return [String]
1179
1200
  attr_accessor :etag
1180
1201
 
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
1202
+ # Determines whether to _immediately_ delete the WebApp. If set to true, the App
1203
+ # is immediately deleted from the Project and cannot be restored to the Project.
1204
+ # If not set, defaults to false, which means the App will be set to expire in 30
1205
+ # days. Within the 30 days, the App may be restored to the Project using
1206
+ # UndeleteWebApp
1185
1207
  # Corresponds to the JSON property `immediate`
1186
1208
  # @return [Boolean]
1187
1209
  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.32.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 = "20230120"
26
26
  end
27
27
  end
28
28
  end
@@ -166,6 +166,12 @@ module Google
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
+ class ProductMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
169
175
  class ProjectInfo
170
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
177
 
@@ -488,6 +494,13 @@ module Google
488
494
  end
489
495
  end
490
496
 
497
+ class ProductMetadata
498
+ # @private
499
+ class Representation < Google::Apis::Core::JsonRepresentation
500
+ collection :warning_messages, as: 'warningMessages'
501
+ end
502
+ end
503
+
491
504
  class ProjectInfo
492
505
  # @private
493
506
  class Representation < Google::Apis::Core::JsonRepresentation
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.32.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-29 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.32.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