google-apis-firebasehosting_v1 0.6.0 → 0.9.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: 548ecf9be12e4439816a8d5d31815e6832222c5d6341833eeabfac9eec8621cf
4
- data.tar.gz: 156b3a244436953fe94b3f090403f3e7e2d80fb294bd1c6392b5df4f963630a7
3
+ metadata.gz: 5aad1a0ab69b0dbae8f03bbab9b89ea9bc2688e33234ead6ce41ce78e1a78689
4
+ data.tar.gz: b76d758410b7942efd6f63ade3ddd8887c611880326a97eeb88722ba399ddeb2
5
5
  SHA512:
6
- metadata.gz: 5c7b74d55f20179c1ebed9446f08b377f3522f250fd40b86805b85941d2c5a4a846f14da0d4cdc859e5f3a32ef5400709235fb1d69b55d7dfa55a74615ddb216
7
- data.tar.gz: 8a99a020c8d3c661ce356ac1baa0f842802fd2462dd297a5cbdd48af6790053a61fadd22844715b11c5a6ac319790883d6475fc86ed518762677929a6574f0a5
6
+ metadata.gz: 8739da0525cb349e860e41d800c6460aa832210f0617ab0e7174e827d73fc6f9e544951d9901b210789e7961d368f928bb6a88c2f66044b8fc05e2332e4dded0
7
+ data.tar.gz: 0c8b5c1d1f70ebcfbb349f9ebe95d1cd39e996eb6364d13a229797d5cdbaf7497c252ee069b05c6bfbd6b092ba91a25f2fa79bcaa2f92fbaad25a831b9f2f5d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-firebasehosting_v1
2
2
 
3
+ ### v0.9.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.8.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.7.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.6.0 (2021-06-29)
4
17
 
5
18
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/firebasehosting_v1"
51
51
  client = Google::Apis::FirebasehostingV1::FirebaseHostingService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Firebasehosting service in particular.)
67
67
 
@@ -38,8 +38,7 @@ module Google
38
38
  # A generic empty message that you can re-use to avoid defining duplicated empty
39
39
  # messages in your APIs. A typical example is to use it as the request or the
40
40
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
41
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
42
- # `Empty` is empty JSON object ````.
41
+ # protobuf.Empty) returns (google.protobuf.Empty); `
43
42
  class Empty
44
43
  include Google::Apis::Core::Hashable
45
44
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20220322"
26
26
  end
27
27
  end
28
28
  end
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.6.0
4
+ version: 0.9.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: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasehosting_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.9.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasehosting_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Hosting API V1