google-apis-firebase_v1beta1 0.32.0 → 0.33.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: 7f8929b59cb3a8342263d0205c97593a756b97ce35b79def19e9fb7c1b560405
4
- data.tar.gz: b48f983d6692137f2dcf7b310eca33f0591bbf1da2c9ba47248870f9d7fc024c
3
+ metadata.gz: c3723cc7525c8de07d7d9ff0fe8fe325e881fe48301dcc6b602b230c93f675e6
4
+ data.tar.gz: a6ccaffe98464950c87d6093031958cce12bfd37490a24d64b8b58dc3f936786
5
5
  SHA512:
6
- metadata.gz: f494636d8ef0039b8324158f9f29f756122bf9bf067ffa6c077121ba9a80f5a26c698f5662966e19288f1d46e97f15062a09279c758e65f31587ffef086bda4e
7
- data.tar.gz: 9c1948fc35315aef03adf771e8d8e7933e8030a0a70b7ccf184c5bd571dad6424aa3677b8bee931ab4d5512dfd80375187f616eff5503a8cefe04ce5bb26eb70
6
+ metadata.gz: 46ed89e09f4da6345247579c47ad2459cd07224bd25349577a29bdbd3988495a916405d8392f6ae4cb8a413670424ee5c744acb8b1f3eed6e88bd31ca84841e5
7
+ data.tar.gz: 0e80d9783420deb8387a317ae88e67cc59299295dda03ffdf20cf4c22f66604b9214c316503e54bbc34248a37844830c78af82f3fe7da2efa5ca7730b27d4d8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
3
7
  ### v0.32.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230120
@@ -230,6 +230,12 @@ module Google
230
230
  # @return [String]
231
231
  attr_accessor :etag
232
232
 
233
+ # Output only. Timestamp of when the App will be considered expired and cannot
234
+ # be undeleted. This value is only provided if the App is in the `DELETED` state.
235
+ # Corresponds to the JSON property `expireTime`
236
+ # @return [String]
237
+ attr_accessor :expire_time
238
+
233
239
  # The resource name of the AndroidApp, in the format: projects/
234
240
  # PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project'
235
241
  # s [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(
@@ -280,6 +286,7 @@ module Google
280
286
  @app_id = args[:app_id] if args.key?(:app_id)
281
287
  @display_name = args[:display_name] if args.key?(:display_name)
282
288
  @etag = args[:etag] if args.key?(:etag)
289
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
283
290
  @name = args[:name] if args.key?(:name)
284
291
  @package_name = args[:package_name] if args.key?(:package_name)
285
292
  @project_id = args[:project_id] if args.key?(:project_id)
@@ -443,6 +450,12 @@ module Google
443
450
  # @return [String]
444
451
  attr_accessor :display_name
445
452
 
453
+ # Output only. Timestamp of when the App will be considered expired and cannot
454
+ # be undeleted. This value is only provided if the App is in the `DELETED` state.
455
+ # Corresponds to the JSON property `expireTime`
456
+ # @return [String]
457
+ attr_accessor :expire_time
458
+
446
459
  # The resource name of the Firebase App, in the format: projects/PROJECT_ID /
447
460
  # iosApps/APP_ID or projects/PROJECT_ID/androidApps/APP_ID or projects/
448
461
  # PROJECT_ID/webApps/APP_ID
@@ -480,6 +493,7 @@ module Google
480
493
  @api_key_id = args[:api_key_id] if args.key?(:api_key_id)
481
494
  @app_id = args[:app_id] if args.key?(:app_id)
482
495
  @display_name = args[:display_name] if args.key?(:display_name)
496
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
483
497
  @name = args[:name] if args.key?(:name)
484
498
  @namespace = args[:namespace] if args.key?(:namespace)
485
499
  @platform = args[:platform] if args.key?(:platform)
@@ -630,6 +644,12 @@ module Google
630
644
  # @return [String]
631
645
  attr_accessor :etag
632
646
 
647
+ # Output only. Timestamp of when the App will be considered expired and cannot
648
+ # be undeleted. This value is only provided if the App is in the `DELETED` state.
649
+ # Corresponds to the JSON property `expireTime`
650
+ # @return [String]
651
+ attr_accessor :expire_time
652
+
633
653
  # The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /
634
654
  # iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
635
655
  # projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
@@ -671,6 +691,7 @@ module Google
671
691
  @bundle_id = args[:bundle_id] if args.key?(:bundle_id)
672
692
  @display_name = args[:display_name] if args.key?(:display_name)
673
693
  @etag = args[:etag] if args.key?(:etag)
694
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
674
695
  @name = args[:name] if args.key?(:name)
675
696
  @project_id = args[:project_id] if args.key?(:project_id)
676
697
  @state = args[:state] if args.key?(:state)
@@ -1553,6 +1574,12 @@ module Google
1553
1574
  # @return [String]
1554
1575
  attr_accessor :etag
1555
1576
 
1577
+ # Output only. Timestamp of when the App will be considered expired and cannot
1578
+ # be undeleted. This value is only provided if the App is in the `DELETED` state.
1579
+ # Corresponds to the JSON property `expireTime`
1580
+ # @return [String]
1581
+ attr_accessor :expire_time
1582
+
1556
1583
  # The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /
1557
1584
  # webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
1558
1585
  # projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
@@ -1597,6 +1624,7 @@ module Google
1597
1624
  @app_urls = args[:app_urls] if args.key?(:app_urls)
1598
1625
  @display_name = args[:display_name] if args.key?(:display_name)
1599
1626
  @etag = args[:etag] if args.key?(:etag)
1627
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
1600
1628
  @name = args[:name] if args.key?(:name)
1601
1629
  @project_id = args[:project_id] if args.key?(:project_id)
1602
1630
  @state = args[:state] if args.key?(:state)
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230120"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -313,6 +313,7 @@ module Google
313
313
  property :app_id, as: 'appId'
314
314
  property :display_name, as: 'displayName'
315
315
  property :etag, as: 'etag'
316
+ property :expire_time, as: 'expireTime'
316
317
  property :name, as: 'name'
317
318
  property :package_name, as: 'packageName'
318
319
  property :project_id, as: 'projectId'
@@ -359,6 +360,7 @@ module Google
359
360
  property :api_key_id, as: 'apiKeyId'
360
361
  property :app_id, as: 'appId'
361
362
  property :display_name, as: 'displayName'
363
+ property :expire_time, as: 'expireTime'
362
364
  property :name, as: 'name'
363
365
  property :namespace, as: 'namespace'
364
366
  property :platform, as: 'platform'
@@ -390,6 +392,7 @@ module Google
390
392
  property :bundle_id, as: 'bundleId'
391
393
  property :display_name, as: 'displayName'
392
394
  property :etag, as: 'etag'
395
+ property :expire_time, as: 'expireTime'
393
396
  property :name, as: 'name'
394
397
  property :project_id, as: 'projectId'
395
398
  property :state, as: 'state'
@@ -627,6 +630,7 @@ module Google
627
630
  collection :app_urls, as: 'appUrls'
628
631
  property :display_name, as: 'displayName'
629
632
  property :etag, as: 'etag'
633
+ property :expire_time, as: 'expireTime'
630
634
  property :name, as: 'name'
631
635
  property :project_id, as: 'projectId'
632
636
  property :state, as: 'state'
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.32.0
4
+ version: 0.33.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-05 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.33.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: []