google-apis-firebase_v1beta1 0.16.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: 07142df737bbd391c9fbc70c254b51c8f55f7abeec8b8ffe82cd4e2e316505df
4
- data.tar.gz: 4843e088d00235e737c7592ca07225474f3e4dda409230964e4f3570d27aee87
3
+ metadata.gz: 46c6f36f3154d34e50e5216f835dd7979616f85a0beffac568dc525ccc2da43f
4
+ data.tar.gz: 3dcc4476e067334010ecd74a7711eee855ec1491a83b7e55e2b545d017ff400e
5
5
  SHA512:
6
- metadata.gz: 61e962d56b382c7f78ff0cbc279c0428619cb5097782cde8d97db1c8fc45e0f33c7d07b79958d468b5217abbe416cce0b9edd2aa64256a016d29ac1e171cb4f5
7
- data.tar.gz: 67679579e98815989d1873fa1f234d05a29ed91c3eaf1265880b1dabf30f46dce8c7ebf0c2bc5aa8791d0efcc064afd40541ef6c8eafe600fd15f87305304bba
6
+ metadata.gz: 1281959a2336a157f8dcb18da5652fb5bd3f0967b1db2eb6c55af7138c59419f431d68ead61dc96f1d06bdb0ecdd619e836f511c49005e8e002d2b052a9dd14c
7
+ data.tar.gz: 4ddc6c05bff64b04149123fe308f2a9de039c7438a049d82f1677870581dbf5b1b7e7796c207dee9d4eff3db5fd1f6f17f89dd6875e9c29a737c76944359ffe9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.16.0 (2022-06-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20220602
@@ -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
@@ -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.16.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.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
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.16.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-06-13 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.5'
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.5'
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.16.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: []