google-apis-firebase_v1beta1 0.20.0 → 0.21.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: 6eb16f7b40ee0c66b7c31a3a6b205b4ef728d04b9955c5d7938bce7901b0dff0
4
- data.tar.gz: 022ae7b2649348ae9bc7492559ae8abd2f989742bb3ead6610bc075045df084b
3
+ metadata.gz: 5b158828a77893bbd4a966397bd02d5840062d763bff17731699dad89e45fcd9
4
+ data.tar.gz: a58e2603cef7f88b1dfcca6232093421ce9e7441cbc1784037d72f6edd37d3b2
5
5
  SHA512:
6
- metadata.gz: c5f7b77766aa367ada181f722ee18a9fa5dc17a27c56f2e715eb6618b6ff21d6bbd78ee86c9ed3e71f19ffa3b81b936785a3cf9a626a9ff98fadd1ac1e889047
7
- data.tar.gz: d8a92e97f551a06eae3042714397ae8a3173395dfe6cc0134092f460d04354bb9086f07bf666aa1993877172f523d4d3f285ec1c1f13583e758021d791c033f7
6
+ metadata.gz: 94988f3d848e7a128445faad5108abfd06a612821a1d0f994d7acb98d0aa3cfec71a686689fdf9ea25efd7489aeb25ed1bfe76053876b443763ef9994ed2b427
7
+ data.tar.gz: f1712d988c11ffbcac3c637dfebf14b5940d3b8f5c60bd235a8b2818d0f35681f0e574a013ffc5f5cbfec08a3f2bcf52b0a50e3e197b0b3e15954900705e8f55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.21.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220725
6
+
3
7
  ### v0.20.0 (2022-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220721
@@ -237,6 +237,16 @@ module Google
237
237
  # @return [String]
238
238
  attr_accessor :project_id
239
239
 
240
+ # The SHA1 certificate hashes for the AndroidApp.
241
+ # Corresponds to the JSON property `sha1Hashes`
242
+ # @return [Array<String>]
243
+ attr_accessor :sha1_hashes
244
+
245
+ # The SHA256 certificate hashes for the AndroidApp.
246
+ # Corresponds to the JSON property `sha256Hashes`
247
+ # @return [Array<String>]
248
+ attr_accessor :sha256_hashes
249
+
240
250
  # Output only. The lifecycle state of the App.
241
251
  # Corresponds to the JSON property `state`
242
252
  # @return [String]
@@ -254,6 +264,8 @@ module Google
254
264
  @name = args[:name] if args.key?(:name)
255
265
  @package_name = args[:package_name] if args.key?(:package_name)
256
266
  @project_id = args[:project_id] if args.key?(:project_id)
267
+ @sha1_hashes = args[:sha1_hashes] if args.key?(:sha1_hashes)
268
+ @sha256_hashes = args[:sha256_hashes] if args.key?(:sha256_hashes)
257
269
  @state = args[:state] if args.key?(:state)
258
270
  end
259
271
  end
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.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 = "20220721"
25
+ REVISION = "20220725"
26
26
  end
27
27
  end
28
28
  end
@@ -291,6 +291,8 @@ module Google
291
291
  property :name, as: 'name'
292
292
  property :package_name, as: 'packageName'
293
293
  property :project_id, as: 'projectId'
294
+ collection :sha1_hashes, as: 'sha1Hashes'
295
+ collection :sha256_hashes, as: 'sha256Hashes'
294
296
  property :state, as: 'state'
295
297
  end
296
298
  end
@@ -503,17 +503,17 @@ module Google
503
503
  # FirebaseAppInfo.FIELDS.platform) We also support the following "virtual"
504
504
  # fields (fields which are not actually part of the returned resource object,
505
505
  # but can be queried as if they are pre-populated with specific values): * `
506
- # sha1_hash`: This field is considered to be a repeated `string` field,
507
- # populated with the list of all SHA-1 certificate fingerprints registered with
508
- # the app. This list is empty if the app is not an Android app. * `sha256_hash`:
509
- # This field is considered to be a repeated `string` field, populated with the
510
- # list of all SHA-256 certificate fingerprints registered with the app. This
511
- # list is empty if the app is not an Android app. * `app_store_id`: This field
512
- # is considered to be a singular `string` field, populated with the Apple App
513
- # Store ID registered with the app. This field is empty if the app is not an iOS
514
- # app. * `team_id`: This field is considered to be a singular `string` field,
515
- # populated with the Apple team ID registered with the app. This field is empty
516
- # if the app is not an iOS app.
506
+ # sha1_hash` or `sha1_hashes`: This field is considered to be a repeated `string`
507
+ # field, populated with the list of all SHA-1 certificate fingerprints
508
+ # registered with the app. This list is empty if the app is not an Android app. *
509
+ # `sha256_hash` or `sha256_hashes`: This field is considered to be a repeated `
510
+ # string` field, populated with the list of all SHA-256 certificate fingerprints
511
+ # registered with the app. This list is empty if the app is not an Android app. *
512
+ # `app_store_id`: This field is considered to be a singular `string` field,
513
+ # populated with the Apple App Store ID registered with the app. This field is
514
+ # empty if the app is not an iOS app. * `team_id`: This field is considered to
515
+ # be a singular `string` field, populated with the Apple team ID registered with
516
+ # the app. This field is empty if the app is not an iOS app.
517
517
  # @param [Fixnum] page_size
518
518
  # The maximum number of Apps to return in the response. The server may return
519
519
  # fewer than this value at its discretion. If no value is specified (or too
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.20.0
4
+ version: 0.21.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-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.21.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: []