google-apis-firebasehosting_v1 0.2.0 → 0.3.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: ad7c06673602d16e3c363f414bc910c2cdb9a24e903541aa37b48ed6d2925b19
4
- data.tar.gz: ebcb8b620e5a818d86b8a1946878c9d53fc0837680654d086695787af90424b6
3
+ metadata.gz: 0e24f1f56b2c6d1204dda7302fc42ed92d61161f9140fdbc49fcceace0767a3b
4
+ data.tar.gz: 44d2e48057b552ce833979c8b1035bccb39d31a8e28748992972217763b62cca
5
5
  SHA512:
6
- metadata.gz: a0c39be1ac28ee915cd3da4709116cab6da29342dd7e975559c9488f649fb1cef13a39ad280877152dae916154be887c29bfd780697e7bbc26a65219d1f6a7eb
7
- data.tar.gz: aed3c4cf10a79a239f30714435eff7809dcc0f61f89e5e1f525622a04e4c8ad177b475e910fac6211e9a613e925f68f0939d3e63c3832fa5e7d888e5f51daceb
6
+ metadata.gz: bcac587286298a109697c85b6a718cda9af3f8a5a35159999d9a3f64795689077b405abea04cc2fca512c04a50d175cf9f6f9376f56fb09d98fa939d196974fe
7
+ data.tar.gz: cb68d603e2f93fbda0704018cd0976b4ba344e8137229a51e6307ba4033e6cd855565562ef14f9a6db1e0a71ce112cb948946d956cd2d1caa8ab5daafd10a1b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebasehosting_v1
2
2
 
3
+ ### v0.3.0 (2021-03-16)
4
+
5
+ * Regenerated from discovery document revision 20210315
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -21,9 +21,10 @@ module Google
21
21
  module Apis
22
22
  # Firebase Hosting API
23
23
  #
24
- # The Firebase Hosting REST API enables programmatic and customizable
25
- # deployments to your Firebase-hosted sites. Use this REST API to deploy new or
26
- # updated hosting configurations and content files.
24
+ # The Firebase Hosting REST API enables programmatic and customizable management
25
+ # and deployments to your Firebase-hosted sites. Use this REST API to create and
26
+ # manage channels and sites as well as to deploy new or updated hosting
27
+ # configurations and content files.
27
28
  #
28
29
  # @see https://firebase.google.com/docs/hosting/
29
30
  module FirebasehostingV1
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasehostingV1
18
18
  # Version of the google-apis-firebasehosting_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200731"
25
+ REVISION = "20210315"
26
26
  end
27
27
  end
28
28
  end
@@ -22,9 +22,10 @@ module Google
22
22
  module FirebasehostingV1
23
23
  # Firebase Hosting API
24
24
  #
25
- # The Firebase Hosting REST API enables programmatic and customizable
26
- # deployments to your Firebase-hosted sites. Use this REST API to deploy new or
27
- # updated hosting configurations and content files.
25
+ # The Firebase Hosting REST API enables programmatic and customizable management
26
+ # and deployments to your Firebase-hosted sites. Use this REST API to create and
27
+ # manage channels and sites as well as to deploy new or updated hosting
28
+ # configurations and content files.
28
29
  #
29
30
  # @example
30
31
  # require 'google/apis/firebasehosting_v1'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasehosting_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1
57
57
  post_install_message:
58
58
  rdoc_options: []