google-apis-firebase_v1beta1 0.14.0 → 0.17.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: 38a6c6e4f1bd67ec459c69c7d78d8f957b4067ffc27975e478d978e191390e64
4
- data.tar.gz: 41fe9da596936b66952c29358d3f81a84043d24c42f84c4632cd5ba6027a2545
3
+ metadata.gz: 46c6f36f3154d34e50e5216f835dd7979616f85a0beffac568dc525ccc2da43f
4
+ data.tar.gz: 3dcc4476e067334010ecd74a7711eee855ec1491a83b7e55e2b545d017ff400e
5
5
  SHA512:
6
- metadata.gz: b41ef48048bc31740176d53ad37b6e77f8245075b8736d53e8b210d16bb5ae003bbc66f451694c01c0f4e66a6ea251fcd183d4f2f0645351df912627f4bdf32f
7
- data.tar.gz: 05a58985253a265331937054f05a9797c9b4a7b684261195ee2c0a902f0057c8e67fad3184857d0ef7e0afb7e17525e88a5ab637660fc37f7a8b820811cf6753
6
+ metadata.gz: 1281959a2336a157f8dcb18da5652fb5bd3f0967b1db2eb6c55af7138c59419f431d68ead61dc96f1d06bdb0ecdd619e836f511c49005e8e002d2b052a9dd14c
7
+ data.tar.gz: 4ddc6c05bff64b04149123fe308f2a9de039c7438a049d82f1677870581dbf5b1b7e7796c207dee9d4eff3db5fd1f6f17f89dd6875e9c29a737c76944359ffe9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220621
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.16.0 (2022-06-07)
9
+
10
+ * Regenerated from discovery document revision 20220602
11
+ * Regenerated using generator version 0.5.0
12
+
13
+ ### v0.15.0 (2022-05-20)
14
+
15
+ * Regenerated from discovery document revision 20220518
16
+
3
17
  ### v0.14.0 (2022-03-23)
4
18
 
5
19
  * Regenerated from discovery document revision 20220319
@@ -200,9 +200,9 @@ module Google
200
200
  # @return [String]
201
201
  attr_accessor :api_key_id
202
202
 
203
- # Immutable. The globally unique, Firebase-assigned identifier for the `
204
- # AndroidApp`. This identifier should be treated as an opaque token, as the data
205
- # format is not specified.
203
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
204
+ # the `AndroidApp`. This identifier should be treated as an opaque token, as the
205
+ # data format is not specified.
206
206
  # Corresponds to the JSON property `appId`
207
207
  # @return [String]
208
208
  attr_accessor :app_id
@@ -231,8 +231,8 @@ module Google
231
231
  # @return [String]
232
232
  attr_accessor :package_name
233
233
 
234
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
235
- # the `AndroidApp`.
234
+ # Output only. Immutable. A user-assigned unique identifier of the parent
235
+ # FirebaseProject for the `AndroidApp`.
236
236
  # Corresponds to the JSON property `projectId`
237
237
  # @return [String]
238
238
  attr_accessor :project_id
@@ -509,9 +509,9 @@ module Google
509
509
  # @return [String]
510
510
  attr_accessor :api_key_id
511
511
 
512
- # Immutable. The globally unique, Firebase-assigned identifier for the `IosApp`.
513
- # This identifier should be treated as an opaque token, as the data format is
514
- # not specified.
512
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
513
+ # the `IosApp`. This identifier should be treated as an opaque token, as the
514
+ # data format is not specified.
515
515
  # Corresponds to the JSON property `appId`
516
516
  # @return [String]
517
517
  attr_accessor :app_id
@@ -546,8 +546,8 @@ module Google
546
546
  # @return [String]
547
547
  attr_accessor :name
548
548
 
549
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
550
- # the `IosApp`.
549
+ # Output only. Immutable. A user-assigned unique identifier of the parent
550
+ # FirebaseProject for the `IosApp`.
551
551
  # Corresponds to the JSON property `projectId`
552
552
  # @return [String]
553
553
  attr_accessor :project_id
@@ -1176,9 +1176,9 @@ module Google
1176
1176
  # @return [String]
1177
1177
  attr_accessor :api_key_id
1178
1178
 
1179
- # Immutable. The globally unique, Firebase-assigned identifier for the `WebApp`.
1180
- # This identifier should be treated as an opaque token, as the data format is
1181
- # not specified.
1179
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
1180
+ # the `WebApp`. This identifier should be treated as an opaque token, as the
1181
+ # data format is not specified.
1182
1182
  # Corresponds to the JSON property `appId`
1183
1183
  # @return [String]
1184
1184
  attr_accessor :app_id
@@ -1206,8 +1206,8 @@ module Google
1206
1206
  # @return [String]
1207
1207
  attr_accessor :name
1208
1208
 
1209
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
1210
- # the `WebApp`.
1209
+ # Output only. Immutable. A user-assigned unique identifier of the parent
1210
+ # FirebaseProject for the `WebApp`.
1211
1211
  # Corresponds to the JSON property `projectId`
1212
1212
  # @return [String]
1213
1213
  attr_accessor :project_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseV1beta1
18
18
  # Version of the google-apis-firebase_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220621"
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-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
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-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1