google-apis-firebase_v1beta1 0.19.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2abbbcf6e6f5167b86ef98924b3d79c61e462485b0c31558c7c9178e903857db
4
- data.tar.gz: 883061cd30d2e283f27196aeb793701843ee6d11b836d948b87465ac974cd770
3
+ metadata.gz: 6eb16f7b40ee0c66b7c31a3a6b205b4ef728d04b9955c5d7938bce7901b0dff0
4
+ data.tar.gz: 022ae7b2649348ae9bc7492559ae8abd2f989742bb3ead6610bc075045df084b
5
5
  SHA512:
6
- metadata.gz: cd6a1af934f03c951ac5bc7c2f954a19c9ec087ce920f77a202430a29b8fda47602f6ec0c99ac3d2387140dff31740d5a9f9810787b2e5186dcb50f169dc9173
7
- data.tar.gz: 06b5cdaa7b0c1de44191f3affa2f676c14e2ed3957c9c841cc3100c6b2b403db6cc9934b3468906170781c3fed897825fa688e04315d91cc90638174cb4c3144
6
+ metadata.gz: c5f7b77766aa367ada181f722ee18a9fa5dc17a27c56f2e715eb6618b6ff21d6bbd78ee86c9ed3e71f19ffa3b81b936785a3cf9a626a9ff98fadd1ac1e889047
7
+ data.tar.gz: d8a92e97f551a06eae3042714397ae8a3173395dfe6cc0134092f460d04354bb9086f07bf666aa1993877172f523d4d3f285ec1c1f13583e758021d791c033f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-07-23)
4
+
5
+ * Regenerated from discovery document revision 20220721
6
+
3
7
  ### v0.19.0 (2022-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220704
@@ -461,11 +461,27 @@ module Google
461
461
  class FirebaseProject
462
462
  include Google::Apis::Core::Hashable
463
463
 
464
+ # Set of user-defined annotations for the FirebaseProject as per [AIP-128](https:
465
+ # //google.aip.dev/128#annotations). These annotations are intended solely for
466
+ # developers and client-side tools Firebase services will not mutate this
467
+ # annotation set.
468
+ # Corresponds to the JSON property `annotations`
469
+ # @return [Hash<String,String>]
470
+ attr_accessor :annotations
471
+
464
472
  # The user-assigned display name of the Project.
465
473
  # Corresponds to the JSON property `displayName`
466
474
  # @return [String]
467
475
  attr_accessor :display_name
468
476
 
477
+ # This checksum is computed by the server based on the value of other fields,
478
+ # and may be sent on update requests to ensure the client has an up-to-date
479
+ # value before proceeding. [AIP-154](https://google.aip.dev/154#declarative-
480
+ # friendly-resources). This etag is strongly validated.
481
+ # Corresponds to the JSON property `etag`
482
+ # @return [String]
483
+ attr_accessor :etag
484
+
469
485
  # The resource name of the Project, in the format: projects/PROJECT_IDENTIFIER
470
486
  # PROJECT_IDENTIFIER: the Project's [`ProjectNumber`](../projects#
471
487
  # FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`]
@@ -510,7 +526,9 @@ module Google
510
526
 
511
527
  # Update properties of this object
512
528
  def update!(**args)
529
+ @annotations = args[:annotations] if args.key?(:annotations)
513
530
  @display_name = args[:display_name] if args.key?(:display_name)
531
+ @etag = args[:etag] if args.key?(:etag)
514
532
  @name = args[:name] if args.key?(:name)
515
533
  @project_id = args[:project_id] if args.key?(:project_id)
516
534
  @project_number = args[:project_number] if args.key?(: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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220704"
25
+ REVISION = "20220721"
26
26
  end
27
27
  end
28
28
  end
@@ -342,7 +342,9 @@ module Google
342
342
  class FirebaseProject
343
343
  # @private
344
344
  class Representation < Google::Apis::Core::JsonRepresentation
345
+ hash :annotations, as: 'annotations'
345
346
  property :display_name, as: 'displayName'
347
+ property :etag, as: 'etag'
346
348
  property :name, as: 'name'
347
349
  property :project_id, as: 'projectId'
348
350
  property :project_number, :numeric_string => true, as: 'projectNumber'
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.19.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.20.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: []