google-apis-firebasehosting_v1beta1 0.18.0 → 0.20.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: a77380b43b9cf2e6d16dfdc8be83728ca9bfd3aa17f58567deadd177c3b109a9
|
4
|
+
data.tar.gz: 25d35a1c4460a5bce08c9d237dbfbf1d862b82dac21779f66a603a1c10e097a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 360ef24d04d59fe5a472a2a3a7474f008044a232d12cc045448a6d1fb494c2ed9ac624c499a0ced25a261e1337948a51c92b0af2bd88d7b4f042d263d4936976
|
7
|
+
data.tar.gz: 053edb4c5c9c2f256f50de01ad31b263a53d86902972f2f78cbdd795d4e2aef3fcee9bf782186f53698d2445c744bbde226643eda6cebd42cebc81f72ad5b585
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-firebasehosting_v1beta1
|
2
2
|
|
3
|
+
### v0.20.0 (2023-01-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230107
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
8
|
+
### v0.19.0 (2022-10-27)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.11.0
|
11
|
+
|
3
12
|
### v0.18.0 (2022-09-21)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.10.0
|
@@ -995,9 +995,9 @@ module Google
|
|
995
995
|
class Site
|
996
996
|
include Google::Apis::Core::Hashable
|
997
997
|
|
998
|
-
# Optional. The [ID of a Web App](https://firebase.google.com/docs/
|
999
|
-
#
|
1000
|
-
# the Hosting site.
|
998
|
+
# Optional. The [ID of a Web App](https://firebase.google.com/docs/reference/
|
999
|
+
# firebase-management/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id)
|
1000
|
+
# associated with the Hosting site.
|
1001
1001
|
# Corresponds to the JSON property `appId`
|
1002
1002
|
# @return [String]
|
1003
1003
|
attr_accessor :app_id
|
@@ -1014,12 +1014,12 @@ module Google
|
|
1014
1014
|
|
1015
1015
|
# Output only. The fully-qualified resource name of the Hosting site, in the
|
1016
1016
|
# format: projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the
|
1017
|
-
# Firebase project's [`ProjectNumber`](https://firebase.google.com/docs/
|
1018
|
-
#
|
1019
|
-
# recommended)*** or its [`ProjectId`](https://firebase.
|
1020
|
-
#
|
1021
|
-
# more about using project identifiers
|
1022
|
-
# google.aip.dev/cloud/2510).
|
1017
|
+
# Firebase project's [`ProjectNumber`](https://firebase.google.com/docs/
|
1018
|
+
# reference/firebase-management/rest/v1beta1/projects#FirebaseProject.FIELDS.
|
1019
|
+
# project_number) ***(recommended)*** or its [`ProjectId`](https://firebase.
|
1020
|
+
# google.com/docs/reference/firebase-management/rest/v1beta1/projects#
|
1021
|
+
# FirebaseProject.FIELDS.project_id). Learn more about using project identifiers
|
1022
|
+
# in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510).
|
1023
1023
|
# Corresponds to the JSON property `name`
|
1024
1024
|
# @return [String]
|
1025
1025
|
attr_accessor :name
|
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230107"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,12 +268,12 @@ module Google
|
|
268
268
|
# @param [String] name
|
269
269
|
# Output only. The fully-qualified resource name of the Hosting site, in the
|
270
270
|
# format: projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the
|
271
|
-
# Firebase project's [`ProjectNumber`](https://firebase.google.com/docs/
|
272
|
-
#
|
273
|
-
# recommended)*** or its [`ProjectId`](https://firebase.
|
274
|
-
#
|
275
|
-
# more about using project identifiers
|
276
|
-
# google.aip.dev/cloud/2510).
|
271
|
+
# Firebase project's [`ProjectNumber`](https://firebase.google.com/docs/
|
272
|
+
# reference/firebase-management/rest/v1beta1/projects#FirebaseProject.FIELDS.
|
273
|
+
# project_number) ***(recommended)*** or its [`ProjectId`](https://firebase.
|
274
|
+
# google.com/docs/reference/firebase-management/rest/v1beta1/projects#
|
275
|
+
# FirebaseProject.FIELDS.project_id). Learn more about using project identifiers
|
276
|
+
# in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510).
|
277
277
|
# @param [Google::Apis::FirebasehostingV1beta1::Site] site_object
|
278
278
|
# @param [String] update_mask
|
279
279
|
# A set of field names from your Site that you want to update.
|
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.
|
4
|
+
version: 0.20.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:
|
11
|
+
date: 2023-01-15 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.
|
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.
|
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-firebasehosting_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1beta1/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasehosting_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Firebase Hosting API V1beta1
|