google-apis-firebase_v1beta1 0.25.0 → 0.27.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: e89209fd301b91092384f1b82243cc5691da31f9dfd383fb630ffa2081a6278d
4
- data.tar.gz: 2a014eb7e6cda9be5cf3eb457a8944b4907e476c666bd87142ee6b88fcf18da5
3
+ metadata.gz: 5a601940676e05ca18fbc6c357ff9ab9d488e7b0b17fe0e850a06fe321a9b3e6
4
+ data.tar.gz: fc14d12b5862af666c37b7a6f8d17bfbd3e10649e0cd6b575e49809515889cf5
5
5
  SHA512:
6
- metadata.gz: 623c0d07a5f4daa435225f77cf863564e82a2f7b83b7f0a222b018bd6cf2d688530654a27cc932a3b2731d99f3cc33ba2122cebf6d8422155eee8f99b75c3572
7
- data.tar.gz: 92479d40f69274733ed76ba6309a55ac6f3fbe5ab327ad2f2427e7a69c05bd8594adea9859b67621797d2d7053489689fe45fe933bef7f3a0c29574550bd7a47
6
+ metadata.gz: ce255639d56b487f2f72c05b4c682fa6df742f3cf3ceb28e792c40f4fbf95c40dbc7a59c83dfb87688ecdc75a920574b1158fedb6e31dfbf8d228e1c4d0a8bc8
7
+ data.tar.gz: 6abdc2e0a833229c8f1d7ce4a0be1e1e920941d9a443de74c0c5f5fbd740c8d0467bfd182abdd61afcbfc1f0563c1e08044edb77a682206772af8293ceaea899
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.27.0 (2022-10-02)
4
+
5
+ * Regenerated from discovery document revision 20220927
6
+
7
+ ### v0.26.0 (2022-09-21)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.25.0 (2022-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20220908
@@ -522,17 +522,17 @@ module Google
522
522
  # @return [String]
523
523
  attr_accessor :name
524
524
 
525
- # Output only. A user-assigned unique identifier for the Project. This
526
- # identifier may appear in URLs or names for some Firebase resources associated
527
- # with the Project, but it should generally be treated as a convenience alias to
528
- # reference the Project.
525
+ # Output only. Immutable. A user-assigned unique identifier for the Project.
526
+ # This identifier may appear in URLs or names for some Firebase resources
527
+ # associated with the Project, but it should generally be treated as a
528
+ # convenience alias to reference the Project.
529
529
  # Corresponds to the JSON property `projectId`
530
530
  # @return [String]
531
531
  attr_accessor :project_id
532
532
 
533
- # Output only. The globally unique, Google-assigned canonical identifier for the
534
- # Project. Use this identifier when configuring integrations and/or making API
535
- # calls to Firebase or third-party services.
533
+ # Output only. Immutable. The globally unique, Google-assigned canonical
534
+ # identifier for the Project. Use this identifier when configuring integrations
535
+ # and/or making API calls to Firebase or third-party services.
536
536
  # Corresponds to the JSON property `projectNumber`
537
537
  # @return [Fixnum]
538
538
  attr_accessor :project_number
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220908"
25
+ REVISION = "20220927"
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.25.0
4
+ version: 0.27.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-09-12 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.27.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: []