google-apis-firebasehosting_v1beta1 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c01fada77b41a3128903389a18446f37fac02f122043b4ae3f4315e7ff4df834
|
4
|
+
data.tar.gz: 3670603a5663c2948af05c72e3a183fa6a1703265ea0a5352ce1c0cba305f435
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4af862d1ddecf639a5207cc3c2904eac35dbe7b30e3fbc747e36e2ad75bf574ae7f3f8e61c27d74abe8922df6fa54549959fe0703d3c81458574ad936ae97821
|
7
|
+
data.tar.gz: eb55eedf31ea89cd54b574ee5d0a1c7718cffe836d97ea72f7f49281a3340504b6c8eb1737a2206278b5be933a658ecdce0d352d3af3d07da57be252aa575c67
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
7
|
+
### v0.9.0 (2021-06-29)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.4.0
|
10
|
+
|
11
|
+
### v0.8.0 (2021-06-24)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.3.0
|
14
|
+
|
15
|
+
### v0.7.0 (2021-05-19)
|
16
|
+
|
17
|
+
* Unspecified changes
|
18
|
+
|
3
19
|
### v0.6.0 (2021-04-20)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210415
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasehosting_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Firebase Hosting API V1beta1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.10.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|