google-apis-firebase_v1beta1 0.26.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: bc55f2f17b1e523cc65c4f5522982947063646ce27dc964666600b9da1ad1df6
4
- data.tar.gz: 37149774b58d1b1764d4013eaeb9cda041c283042a67e0a3706335ce044dd031
3
+ metadata.gz: 5a601940676e05ca18fbc6c357ff9ab9d488e7b0b17fe0e850a06fe321a9b3e6
4
+ data.tar.gz: fc14d12b5862af666c37b7a6f8d17bfbd3e10649e0cd6b575e49809515889cf5
5
5
  SHA512:
6
- metadata.gz: f7b279f79903050781cd3c332899645f39e4ed257ef3816ad77758970e9f6af69700d733b14fb13ef8e9de90e886612a66cf09332bc5ce8eefcc1cfb8b5a1bef
7
- data.tar.gz: 11be65ea916b6572c1831ffde8063d5afdf1bda474da8c24e3b86474408dd8357087365b65e6215427689a28407a742d3eac653438c47ebd10b1980a55184289
6
+ metadata.gz: ce255639d56b487f2f72c05b4c682fa6df742f3cf3ceb28e792c40f4fbf95c40dbc7a59c83dfb87688ecdc75a920574b1158fedb6e31dfbf8d228e1c4d0a8bc8
7
+ data.tar.gz: 6abdc2e0a833229c8f1d7ce4a0be1e1e920941d9a443de74c0c5f5fbd740c8d0467bfd182abdd61afcbfc1f0563c1e08044edb77a682206772af8293ceaea899
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.26.0 (2022-09-21)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.26.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-26 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
@@ -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.26.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: []