google-apis-firebase_v1beta1 0.29.0 → 0.31.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: e796e94b72ae369a24e570057456961ab3213bede3cbe3805ee6c9e04d05d6ff
4
- data.tar.gz: e5b81741d9898a1d02a336370d061349850f853e099e4d4e5621c9f4fc606df7
3
+ metadata.gz: 33388d862172fd41dc26754c8bf3dc915cbc1dff4f92c351d05965980b75e56b
4
+ data.tar.gz: ce39be10a4eb4b1aa7d08f8a1770490c708725644dfa634c4b5876fa7ed10fa5
5
5
  SHA512:
6
- metadata.gz: 7efc13558e5612b54ed484b85e15cf0fc85b9416bd4869124b4511f883fee14170b57132a653171861d100dada981a3d3016e0d89af0c23f69960dfcb631e30a
7
- data.tar.gz: f54ebf5dbb02db258108b62f259538ac5cf6625629f4ff7fe1f96fb998f0a6cebf59c6100c5055e136e3c7661c9d45f97c90c494962ba197939c237254a42fdf
6
+ metadata.gz: 8b10129b19449cccbfd1e9c36924907f0d2d688498e0369e7828d049f830a45b06035d8e9477728a04d87c6b77ebbb560fa2545acd13d75e792abba2c37454b3
7
+ data.tar.gz: 2b87b1162233dc9cca36e0f065686e1c3bcde63aa7daa916e1ab87d3b943dc3c7de63884f34d3456fd329017095f6cc4e2b65195a62f23bb1119a45cfecde706
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230111
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.30.0 (2022-12-31)
9
+
10
+ * Regenerated from discovery document revision 20221220
11
+
3
12
  ### v0.29.0 (2022-10-28)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -221,6 +221,15 @@ module Google
221
221
  # @return [String]
222
222
  attr_accessor :display_name
223
223
 
224
+ # This checksum is computed by the server based on the value of other fields,
225
+ # and it may be sent with update requests to ensure the client has an up-to-date
226
+ # value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
227
+ # (https://google.aip.dev/154#declarative-friendly-resources). This etag is
228
+ # strongly validated.
229
+ # Corresponds to the JSON property `etag`
230
+ # @return [String]
231
+ attr_accessor :etag
232
+
224
233
  # The resource name of the AndroidApp, in the format: projects/
225
234
  # PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project'
226
235
  # s [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(
@@ -270,6 +279,7 @@ module Google
270
279
  @api_key_id = args[:api_key_id] if args.key?(:api_key_id)
271
280
  @app_id = args[:app_id] if args.key?(:app_id)
272
281
  @display_name = args[:display_name] if args.key?(:display_name)
282
+ @etag = args[:etag] if args.key?(:etag)
273
283
  @name = args[:name] if args.key?(:name)
274
284
  @package_name = args[:package_name] if args.key?(:package_name)
275
285
  @project_id = args[:project_id] if args.key?(:project_id)
@@ -490,10 +500,10 @@ module Google
490
500
  class FirebaseProject
491
501
  include Google::Apis::Core::Hashable
492
502
 
493
- # Set of user-defined annotations for the FirebaseProject as per [AIP-128](https:
494
- # //google.aip.dev/128#annotations). These annotations are intended solely for
495
- # developers and client-side tools Firebase services will not mutate this
496
- # annotation set.
503
+ # A set of user-defined annotations for the FirebaseProject. Learn more about
504
+ # annotations in Google's [AIP-128 standard](https://google.aip.dev/128#
505
+ # annotations). These annotations are intended solely for developers and client-
506
+ # side tools. Firebase services will not mutate this annotations set.
497
507
  # Corresponds to the JSON property `annotations`
498
508
  # @return [Hash<String,String>]
499
509
  attr_accessor :annotations
@@ -504,9 +514,10 @@ module Google
504
514
  attr_accessor :display_name
505
515
 
506
516
  # This checksum is computed by the server based on the value of other fields,
507
- # and may be sent on update requests to ensure the client has an up-to-date
508
- # value before proceeding. [AIP-154](https://google.aip.dev/154#declarative-
509
- # friendly-resources). This etag is strongly validated.
517
+ # and it may be sent with update requests to ensure the client has an up-to-date
518
+ # value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
519
+ # (https://google.aip.dev/154#declarative-friendly-resources). This etag is
520
+ # strongly validated.
510
521
  # Corresponds to the JSON property `etag`
511
522
  # @return [String]
512
523
  attr_accessor :etag
@@ -610,6 +621,15 @@ module Google
610
621
  # @return [String]
611
622
  attr_accessor :display_name
612
623
 
624
+ # This checksum is computed by the server based on the value of other fields,
625
+ # and it may be sent with update requests to ensure the client has an up-to-date
626
+ # value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
627
+ # (https://google.aip.dev/154#declarative-friendly-resources). This etag is
628
+ # strongly validated.
629
+ # Corresponds to the JSON property `etag`
630
+ # @return [String]
631
+ attr_accessor :etag
632
+
613
633
  # The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /
614
634
  # iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
615
635
  # projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
@@ -650,6 +670,7 @@ module Google
650
670
  @app_store_id = args[:app_store_id] if args.key?(:app_store_id)
651
671
  @bundle_id = args[:bundle_id] if args.key?(:bundle_id)
652
672
  @display_name = args[:display_name] if args.key?(:display_name)
673
+ @etag = args[:etag] if args.key?(:etag)
653
674
  @name = args[:name] if args.key?(:name)
654
675
  @project_id = args[:project_id] if args.key?(:project_id)
655
676
  @state = args[:state] if args.key?(:state)
@@ -1061,16 +1082,17 @@ module Google
1061
1082
  attr_accessor :allow_missing
1062
1083
  alias_method :allow_missing?, :allow_missing
1063
1084
 
1064
- # Checksum provided in the AndroidApp entity, which if provided ensures the
1065
- # client has an up-to-date value before proceeding.
1085
+ # Checksum provided in the AndroidApp resource. If provided, this checksum
1086
+ # ensures that the client has an up-to-date value before proceeding.
1066
1087
  # Corresponds to the JSON property `etag`
1067
1088
  # @return [String]
1068
1089
  attr_accessor :etag
1069
1090
 
1070
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1071
- # immediately deleted from the Project and cannot be restored to the Project. If
1072
- # not set, defaults to false, which means that the App may be restored to the
1073
- # Project within 30 days using UndeleteAndroidApp.
1091
+ # Determines whether to _immediately_ delete the AndroidApp. If set to true, the
1092
+ # App is immediately deleted from the Project and cannot be restored to the
1093
+ # Project. If not set, defaults to false, which means the App will be set to
1094
+ # expire in 30 days. Within the 30 days, the App may be restored to the Project
1095
+ # using UndeleteAndroidApp.
1074
1096
  # Corresponds to the JSON property `immediate`
1075
1097
  # @return [Boolean]
1076
1098
  attr_accessor :immediate
@@ -1106,16 +1128,17 @@ module Google
1106
1128
  attr_accessor :allow_missing
1107
1129
  alias_method :allow_missing?, :allow_missing
1108
1130
 
1109
- # Checksum provided in the IosApp entity, which if provided ensures the client
1110
- # has an up-to-date value before proceeding.
1131
+ # Checksum provided in the IosApp resource. If provided, this checksum ensures
1132
+ # that the client has an up-to-date value before proceeding.
1111
1133
  # Corresponds to the JSON property `etag`
1112
1134
  # @return [String]
1113
1135
  attr_accessor :etag
1114
1136
 
1115
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1116
- # immediately deleted from the Project and cannot be restored to the Project. If
1117
- # not set, defaults to false, which means that the App may be restored to the
1118
- # Project within 30 days using UndeleteIosApp
1137
+ # Determines whether to _immediately_ delete the IosApp. If set to true, the App
1138
+ # is immediately deleted from the Project and cannot be restored to the Project.
1139
+ # If not set, defaults to false, which means the App will be set to expire in 30
1140
+ # days. Within the 30 days, the App may be restored to the Project using
1141
+ # UndeleteIosApp
1119
1142
  # Corresponds to the JSON property `immediate`
1120
1143
  # @return [Boolean]
1121
1144
  attr_accessor :immediate
@@ -1151,16 +1174,17 @@ module Google
1151
1174
  attr_accessor :allow_missing
1152
1175
  alias_method :allow_missing?, :allow_missing
1153
1176
 
1154
- # Checksum provided in the WebApp entity, which if provided ensures the client
1155
- # has an up-to-date value before proceeding.
1177
+ # Checksum provided in the WebApp resource. If provided, this checksum ensures
1178
+ # that the client has an up-to-date value before proceeding.
1156
1179
  # Corresponds to the JSON property `etag`
1157
1180
  # @return [String]
1158
1181
  attr_accessor :etag
1159
1182
 
1160
- # Determines whether to _immediately_ delete the App. If set to true, the App is
1161
- # immediately deleted from the Project and cannot be restored to the Project. If
1162
- # not set, defaults to false, which means that the App may be restored to the
1163
- # Project within 30 days using UndeleteWebApp
1183
+ # Determines whether to _immediately_ delete the WebApp. If set to true, the App
1184
+ # is immediately deleted from the Project and cannot be restored to the Project.
1185
+ # If not set, defaults to false, which means the App will be set to expire in 30
1186
+ # days. Within the 30 days, the App may be restored to the Project using
1187
+ # UndeleteWebApp
1164
1188
  # Corresponds to the JSON property `immediate`
1165
1189
  # @return [Boolean]
1166
1190
  attr_accessor :immediate
@@ -1385,8 +1409,8 @@ module Google
1385
1409
  class UndeleteAndroidAppRequest
1386
1410
  include Google::Apis::Core::Hashable
1387
1411
 
1388
- # Checksum provided in the AndroidApp entity, which if provided ensures the
1389
- # client has an up-to-date value before proceeding.
1412
+ # Checksum provided in the AndroidApp resource. If provided, this checksum
1413
+ # ensures that the client has an up-to-date value before proceeding.
1390
1414
  # Corresponds to the JSON property `etag`
1391
1415
  # @return [String]
1392
1416
  attr_accessor :etag
@@ -1412,8 +1436,8 @@ module Google
1412
1436
  class UndeleteIosAppRequest
1413
1437
  include Google::Apis::Core::Hashable
1414
1438
 
1415
- # Checksum provided in the IosApp entity, which if provided ensures the client
1416
- # has an up-to-date value before proceeding.
1439
+ # Checksum provided in the IosApp resource. If provided, this checksum ensures
1440
+ # that the client has an up-to-date value before proceeding.
1417
1441
  # Corresponds to the JSON property `etag`
1418
1442
  # @return [String]
1419
1443
  attr_accessor :etag
@@ -1439,8 +1463,8 @@ module Google
1439
1463
  class UndeleteWebAppRequest
1440
1464
  include Google::Apis::Core::Hashable
1441
1465
 
1442
- # Checksum provided in the WebApp entity, which if provided ensures the client
1443
- # has an up-to-date value before proceeding.
1466
+ # Checksum provided in the WebApp resource. If provided, this checksum ensures
1467
+ # that the client has an up-to-date value before proceeding.
1444
1468
  # Corresponds to the JSON property `etag`
1445
1469
  # @return [String]
1446
1470
  attr_accessor :etag
@@ -1501,6 +1525,15 @@ module Google
1501
1525
  # @return [String]
1502
1526
  attr_accessor :display_name
1503
1527
 
1528
+ # This checksum is computed by the server based on the value of other fields,
1529
+ # and it may be sent with update requests to ensure the client has an up-to-date
1530
+ # value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
1531
+ # (https://google.aip.dev/154#declarative-friendly-resources). This etag is
1532
+ # strongly validated.
1533
+ # Corresponds to the JSON property `etag`
1534
+ # @return [String]
1535
+ attr_accessor :etag
1536
+
1504
1537
  # The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /
1505
1538
  # webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
1506
1539
  # projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
@@ -1544,6 +1577,7 @@ module Google
1544
1577
  @app_id = args[:app_id] if args.key?(:app_id)
1545
1578
  @app_urls = args[:app_urls] if args.key?(:app_urls)
1546
1579
  @display_name = args[:display_name] if args.key?(:display_name)
1580
+ @etag = args[:etag] if args.key?(:etag)
1547
1581
  @name = args[:name] if args.key?(:name)
1548
1582
  @project_id = args[:project_id] if args.key?(:project_id)
1549
1583
  @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.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221010"
25
+ REVISION = "20230111"
26
26
  end
27
27
  end
28
28
  end
@@ -306,6 +306,7 @@ module Google
306
306
  property :api_key_id, as: 'apiKeyId'
307
307
  property :app_id, as: 'appId'
308
308
  property :display_name, as: 'displayName'
309
+ property :etag, as: 'etag'
309
310
  property :name, as: 'name'
310
311
  property :package_name, as: 'packageName'
311
312
  property :project_id, as: 'projectId'
@@ -382,6 +383,7 @@ module Google
382
383
  property :app_store_id, as: 'appStoreId'
383
384
  property :bundle_id, as: 'bundleId'
384
385
  property :display_name, as: 'displayName'
386
+ property :etag, as: 'etag'
385
387
  property :name, as: 'name'
386
388
  property :project_id, as: 'projectId'
387
389
  property :state, as: 'state'
@@ -611,6 +613,7 @@ module Google
611
613
  property :app_id, as: 'appId'
612
614
  collection :app_urls, as: 'appUrls'
613
615
  property :display_name, as: 'displayName'
616
+ property :etag, as: 'etag'
614
617
  property :name, as: 'name'
615
618
  property :project_id, as: 'projectId'
616
619
  property :state, as: 'state'
@@ -503,24 +503,25 @@ module Google
503
503
  # PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#
504
504
  # FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.
505
505
  # @param [String] filter
506
- # A query string compatible with Google's [AIP-160](https://google.aip.dev/160)
507
- # standard. Use any of the following fields in a query: * [`app_id`](../projects.
508
- # apps#FirebaseAppInfo.FIELDS.app_id) * [`namespace`](../projects.apps#
509
- # FirebaseAppInfo.FIELDS.namespace) * [`platform`](../projects.apps#
510
- # FirebaseAppInfo.FIELDS.platform) We also support the following "virtual"
511
- # fields (fields which are not actually part of the returned resource object,
512
- # but can be queried as if they are pre-populated with specific values): * `
513
- # sha1_hash` or `sha1_hashes`: This field is considered to be a repeated `string`
514
- # field, populated with the list of all SHA-1 certificate fingerprints
515
- # registered with the app. This list is empty if the app is not an Android app. *
516
- # `sha256_hash` or `sha256_hashes`: This field is considered to be a repeated `
517
- # string` field, populated with the list of all SHA-256 certificate fingerprints
518
- # registered with the app. This list is empty if the app is not an Android app. *
519
- # `app_store_id`: This field is considered to be a singular `string` field,
520
- # populated with the Apple App Store ID registered with the app. This field is
521
- # empty if the app is not an iOS app. * `team_id`: This field is considered to
522
- # be a singular `string` field, populated with the Apple team ID registered with
523
- # the app. This field is empty if the app is not an iOS app.
506
+ # A query string compatible with Google's [AIP-160 standard](https://google.aip.
507
+ # dev/160). Use any of the following fields in a query: * [`app_id`](../projects/
508
+ # searchApps#FirebaseAppInfo.FIELDS.app_id) * [`namespace`](../projects/
509
+ # searchApps#FirebaseAppInfo.FIELDS.namespace) * [`platform`](../projects/
510
+ # searchApps#FirebaseAppInfo.FIELDS.platform) This query also supports the
511
+ # following "virtual" fields. These are fields which are not actually part of
512
+ # the returned resource object, but they can be queried as if they are pre-
513
+ # populated with specific values. * `sha1_hash` or `sha1_hashes`: This field is
514
+ # considered to be a _repeated_ `string` field, populated with the list of all
515
+ # SHA-1 certificate fingerprints registered with the AndroidApp. This list is
516
+ # empty if the App is not an `AndroidApp`. * `sha256_hash` or `sha256_hashes`:
517
+ # This field is considered to be a _repeated_ `string` field, populated with the
518
+ # list of all SHA-256 certificate fingerprints registered with the AndroidApp.
519
+ # This list is empty if the App is not an `AndroidApp`. * `app_store_id`: This
520
+ # field is considered to be a _singular_ `string` field, populated with the
521
+ # Apple App Store ID registered with the IosApp. This field is empty if the App
522
+ # is not an `IosApp`. * `team_id`: This field is considered to be a _singular_ `
523
+ # string` field, populated with the Apple team ID registered with the IosApp.
524
+ # This field is empty if the App is not an `IosApp`.
524
525
  # @param [Fixnum] page_size
525
526
  # The maximum number of Apps to return in the response. The server may return
526
527
  # 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.29.0
4
+ version: 0.31.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-15 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.31.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1