google-apis-firebasehosting_v1beta1 0.9.0 → 0.10.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: 196574944040924c5f98cb0d642adfbc1ccd14017492fffffb17f5c387a60f20
4
- data.tar.gz: 9a396080e45d28b3a38c8f635eb654616f8ea6ff62017a1acb612624aeb7f64f
3
+ metadata.gz: c01fada77b41a3128903389a18446f37fac02f122043b4ae3f4315e7ff4df834
4
+ data.tar.gz: 3670603a5663c2948af05c72e3a183fa6a1703265ea0a5352ce1c0cba305f435
5
5
  SHA512:
6
- metadata.gz: b0d22652f5b5e5a5be73a5a61d6fa714c6c9bbcad7cdb2f4e285753f32ad1ceccdfe0486fff25d7cadfce6d5d58ea005f1938c9ff27156ee239ff3f7ffeb2180
7
- data.tar.gz: 4746a6731c95c532ba06482d1a3a1cc37c65404a33f67d4671625ba2285f77dd672257c6540fc50bd80ed29ca688ccf429586c95de8212559b5dca2b61503d73
6
+ metadata.gz: 4af862d1ddecf639a5207cc3c2904eac35dbe7b30e3fbc747e36e2ad75bf574ae7f3f8e61c27d74abe8922df6fa54549959fe0703d3c81458574ad936ae97821
7
+ data.tar.gz: eb55eedf31ea89cd54b574ee5d0a1c7718cffe836d97ea72f7f49281a3340504b6c8eb1737a2206278b5be933a658ecdce0d352d3af3d07da57be252aa575c67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebasehosting_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210628
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -758,33 +758,6 @@ module Google
758
758
  end
759
759
  end
760
760
 
761
- # Deprecated in favor of [site channels](sites.channels).
762
- class PreviewConfig
763
- include Google::Apis::Core::Hashable
764
-
765
- # If true, preview URLs are enabled for this version.
766
- # Corresponds to the JSON property `active`
767
- # @return [Boolean]
768
- attr_accessor :active
769
- alias_method :active?, :active
770
-
771
- # Indicates the expiration time for previewing this version; preview URL
772
- # requests received after this time will 404.
773
- # Corresponds to the JSON property `expireTime`
774
- # @return [String]
775
- attr_accessor :expire_time
776
-
777
- def initialize(**args)
778
- update!(**args)
779
- end
780
-
781
- # Update properties of this object
782
- def update!(**args)
783
- @active = args[:active] if args.key?(:active)
784
- @expire_time = args[:expire_time] if args.key?(:expire_time)
785
- end
786
- end
787
-
788
761
  # A [`Redirect`](https://firebase.google.com/docs/hosting/full-config#redirects)
789
762
  # specifies a URL pattern that, if matched to the request URL path, triggers
790
763
  # Hosting to respond with a redirect to the specified destination path.
@@ -1201,11 +1174,6 @@ module Google
1201
1174
  # @return [String]
1202
1175
  attr_accessor :name
1203
1176
 
1204
- # Deprecated in favor of [site channels](sites.channels).
1205
- # Corresponds to the JSON property `preview`
1206
- # @return [Google::Apis::FirebasehostingV1beta1::PreviewConfig]
1207
- attr_accessor :preview
1208
-
1209
1177
  # The deploy status of the version. For a successful deploy, call [`
1210
1178
  # CreateVersion`](sites.versions/create) to make a new version (`CREATED` status)
1211
1179
  # , [upload all desired files](sites.versions/populateFiles) to the version,
@@ -1240,7 +1208,6 @@ module Google
1240
1208
  @finalize_user = args[:finalize_user] if args.key?(:finalize_user)
1241
1209
  @labels = args[:labels] if args.key?(:labels)
1242
1210
  @name = args[:name] if args.key?(:name)
1243
- @preview = args[:preview] if args.key?(:preview)
1244
1211
  @status = args[:status] if args.key?(:status)
1245
1212
  @version_bytes = args[:version_bytes] if args.key?(:version_bytes)
1246
1213
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasehostingV1beta1
18
18
  # Version of the google-apis-firebasehosting_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210415"
25
+ REVISION = "20210628"
26
26
  end
27
27
  end
28
28
  end
@@ -154,12 +154,6 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
- class PreviewConfig
158
- class Representation < Google::Apis::Core::JsonRepresentation; end
159
-
160
- include Google::Apis::Core::JsonObjectSupport
161
- end
162
-
163
157
  class Redirect
164
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
159
 
@@ -422,14 +416,6 @@ module Google
422
416
  end
423
417
  end
424
418
 
425
- class PreviewConfig
426
- # @private
427
- class Representation < Google::Apis::Core::JsonRepresentation
428
- property :active, as: 'active'
429
- property :expire_time, as: 'expireTime'
430
- end
431
- end
432
-
433
419
  class Redirect
434
420
  # @private
435
421
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -529,8 +515,6 @@ module Google
529
515
 
530
516
  hash :labels, as: 'labels'
531
517
  property :name, as: 'name'
532
- property :preview, as: 'preview', class: Google::Apis::FirebasehostingV1beta1::PreviewConfig, decorator: Google::Apis::FirebasehostingV1beta1::PreviewConfig::Representation
533
-
534
518
  property :status, as: 'status'
535
519
  property :version_bytes, :numeric_string => true, as: 'versionBytes'
536
520
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasehosting_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-firebasehosting_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []