google-apis-firebase_v1beta1 0.27.0 → 0.29.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: 5a601940676e05ca18fbc6c357ff9ab9d488e7b0b17fe0e850a06fe321a9b3e6
4
- data.tar.gz: fc14d12b5862af666c37b7a6f8d17bfbd3e10649e0cd6b575e49809515889cf5
3
+ metadata.gz: e796e94b72ae369a24e570057456961ab3213bede3cbe3805ee6c9e04d05d6ff
4
+ data.tar.gz: e5b81741d9898a1d02a336370d061349850f853e099e4d4e5621c9f4fc606df7
5
5
  SHA512:
6
- metadata.gz: ce255639d56b487f2f72c05b4c682fa6df742f3cf3ceb28e792c40f4fbf95c40dbc7a59c83dfb87688ecdc75a920574b1158fedb6e31dfbf8d228e1c4d0a8bc8
7
- data.tar.gz: 6abdc2e0a833229c8f1d7ce4a0be1e1e920941d9a443de74c0c5f5fbd740c8d0467bfd182abdd61afcbfc1f0563c1e08044edb77a682206772af8293ceaea899
6
+ metadata.gz: 7efc13558e5612b54ed484b85e15cf0fc85b9416bd4869124b4511f883fee14170b57132a653171861d100dada981a3d3016e0d89af0c23f69960dfcb631e30a
7
+ data.tar.gz: f54ebf5dbb02db258108b62f259538ac5cf6625629f4ff7fe1f96fb998f0a6cebf59c6100c5055e136e3c7661c9d45f97c90c494962ba197939c237254a42fdf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.29.0 (2022-10-28)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.28.0 (2022-10-12)
8
+
9
+ * Regenerated from discovery document revision 20221010
10
+
3
11
  ### v0.27.0 (2022-10-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20220927
@@ -1067,6 +1067,15 @@ module Google
1067
1067
  # @return [String]
1068
1068
  attr_accessor :etag
1069
1069
 
1070
+ # Determines whether to _immediately_ delete the App. If set to true, the App is
1071
+ # immediately deleted from the Project and cannot be restored to the Project. If
1072
+ # not set, defaults to false, which means that the App may be restored to the
1073
+ # Project within 30 days using UndeleteAndroidApp.
1074
+ # Corresponds to the JSON property `immediate`
1075
+ # @return [Boolean]
1076
+ attr_accessor :immediate
1077
+ alias_method :immediate?, :immediate
1078
+
1070
1079
  # If set to true, the request is only validated. The App will _not_ be removed.
1071
1080
  # Corresponds to the JSON property `validateOnly`
1072
1081
  # @return [Boolean]
@@ -1081,6 +1090,7 @@ module Google
1081
1090
  def update!(**args)
1082
1091
  @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1083
1092
  @etag = args[:etag] if args.key?(:etag)
1093
+ @immediate = args[:immediate] if args.key?(:immediate)
1084
1094
  @validate_only = args[:validate_only] if args.key?(:validate_only)
1085
1095
  end
1086
1096
  end
@@ -1102,6 +1112,15 @@ module Google
1102
1112
  # @return [String]
1103
1113
  attr_accessor :etag
1104
1114
 
1115
+ # Determines whether to _immediately_ delete the App. If set to true, the App is
1116
+ # immediately deleted from the Project and cannot be restored to the Project. If
1117
+ # not set, defaults to false, which means that the App may be restored to the
1118
+ # Project within 30 days using UndeleteIosApp
1119
+ # Corresponds to the JSON property `immediate`
1120
+ # @return [Boolean]
1121
+ attr_accessor :immediate
1122
+ alias_method :immediate?, :immediate
1123
+
1105
1124
  # If set to true, the request is only validated. The App will _not_ be removed.
1106
1125
  # Corresponds to the JSON property `validateOnly`
1107
1126
  # @return [Boolean]
@@ -1116,6 +1135,7 @@ module Google
1116
1135
  def update!(**args)
1117
1136
  @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1118
1137
  @etag = args[:etag] if args.key?(:etag)
1138
+ @immediate = args[:immediate] if args.key?(:immediate)
1119
1139
  @validate_only = args[:validate_only] if args.key?(:validate_only)
1120
1140
  end
1121
1141
  end
@@ -1137,6 +1157,15 @@ module Google
1137
1157
  # @return [String]
1138
1158
  attr_accessor :etag
1139
1159
 
1160
+ # Determines whether to _immediately_ delete the App. If set to true, the App is
1161
+ # immediately deleted from the Project and cannot be restored to the Project. If
1162
+ # not set, defaults to false, which means that the App may be restored to the
1163
+ # Project within 30 days using UndeleteWebApp
1164
+ # Corresponds to the JSON property `immediate`
1165
+ # @return [Boolean]
1166
+ attr_accessor :immediate
1167
+ alias_method :immediate?, :immediate
1168
+
1140
1169
  # If set to true, the request is only validated. The App will _not_ be removed.
1141
1170
  # Corresponds to the JSON property `validateOnly`
1142
1171
  # @return [Boolean]
@@ -1151,6 +1180,7 @@ module Google
1151
1180
  def update!(**args)
1152
1181
  @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1153
1182
  @etag = args[:etag] if args.key?(:etag)
1183
+ @immediate = args[:immediate] if args.key?(:immediate)
1154
1184
  @validate_only = args[:validate_only] if args.key?(:validate_only)
1155
1185
  end
1156
1186
  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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220927"
25
+ REVISION = "20221010"
26
26
  end
27
27
  end
28
28
  end
@@ -507,6 +507,7 @@ module Google
507
507
  class Representation < Google::Apis::Core::JsonRepresentation
508
508
  property :allow_missing, as: 'allowMissing'
509
509
  property :etag, as: 'etag'
510
+ property :immediate, as: 'immediate'
510
511
  property :validate_only, as: 'validateOnly'
511
512
  end
512
513
  end
@@ -516,6 +517,7 @@ module Google
516
517
  class Representation < Google::Apis::Core::JsonRepresentation
517
518
  property :allow_missing, as: 'allowMissing'
518
519
  property :etag, as: 'etag'
520
+ property :immediate, as: 'immediate'
519
521
  property :validate_only, as: 'validateOnly'
520
522
  end
521
523
  end
@@ -525,6 +527,7 @@ module Google
525
527
  class Representation < Google::Apis::Core::JsonRepresentation
526
528
  property :allow_missing, as: 'allowMissing'
527
529
  property :etag, as: 'etag'
530
+ property :immediate, as: 'immediate'
528
531
  property :validate_only, as: 'validateOnly'
529
532
  end
530
533
  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.27.0
4
+ version: 0.29.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.29.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: []