google-apis-firebaseappcheck_v1beta 0.37.0 → 0.39.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: 79d6f35a66835f3a73331dbff1dbf4db3e6dc24c37f9a1d27bcdbe36cc4fb641
4
- data.tar.gz: 7ea7b930516ab7436694f4fee250b5cd6550d525381fd153cf3193a07f64feb6
3
+ metadata.gz: 3adabf9d9fc7a9e028130c8c9bfc69c6ca36d8d0f49f6bb4ea955761934b853f
4
+ data.tar.gz: '00839bb6f492f32c08f5a1a6d0c8a218433f5cd8b3102259e210246f477c4ffa'
5
5
  SHA512:
6
- metadata.gz: c51710db7b84107c3692c58ba5aa8134dba405ce1860be2a720d8b7e638610cef076cba55a3bfd86aeb1849570b64147f52efde597b23af99f5bf351ca3b2473
7
- data.tar.gz: fef06c1a4ad1aa638cda878f561a3e64b96ad4cfb8384adf2bd993ce4571ffdc4d7b62b0d8ef754470fd596c079a1710b2ba21da2d99b77c51b87a8fb37b0938
6
+ metadata.gz: dafa54e8880593dbf4e0d47a3f82e2edfb049e8dd3db4477b817f99cfb3acec9c9aeefa41b6289e793c74a39f0d87fac8faaac0750e56373b0f715c398ba5b86
7
+ data.tar.gz: 56e364ab20897628c5b48eb440b5c2ad22a420edf355d56b196556f22fbcd057869ee4ea26a9302d7f0b5b1122cca7744440226f954f62af18baee9d6615245b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.39.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240415
6
+
7
+ ### v0.38.0 (2024-03-10)
8
+
9
+ * Regenerated from discovery document revision 20240304
10
+
3
11
  ### v0.37.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -261,17 +261,16 @@ module Google
261
261
  class GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest
262
262
  include Google::Apis::Core::Hashable
263
263
 
264
- # Required. The request messages specifying the ResourcePolicys to update. A
265
- # maximum of 100 objects can be updated in a batch.
264
+ # Required. The request messages specifying the ResourcePolicy objects to update.
265
+ # A maximum of 100 objects can be updated in a batch.
266
266
  # Corresponds to the JSON property `requests`
267
267
  # @return [Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest>]
268
268
  attr_accessor :requests
269
269
 
270
- # Optional. A comma-separated list of names of fields in the
271
- # ResourceConfigurations to update. Example: `enforcement_mode`. If this field
272
- # is present, the `update_mask` field in the UpdateResourcePolicyRequest
273
- # messages must all match this field, or the entire batch fails and no updates
274
- # will be committed.
270
+ # Optional. A comma-separated list of names of fields in the ResourcePolicy
271
+ # objects to update. Example: `enforcement_mode`. If this field is present, the `
272
+ # update_mask` field in the UpdateResourcePolicyRequest messages must all match
273
+ # this field, or the entire batch fails and no updates will be committed.
275
274
  # Corresponds to the JSON property `updateMask`
276
275
  # @return [String]
277
276
  attr_accessor :update_mask
@@ -922,13 +921,13 @@ module Google
922
921
  # If the result list is too large to fit in a single response, then a token is
923
922
  # returned. If the string is empty or omitted, then this response is the last
924
923
  # page of results. This token can be used in a subsequent call to
925
- # ListResourcePolicies to find the next group of ResourcePolicys. Page tokens
926
- # are short-lived and should not be persisted.
924
+ # ListResourcePolicies to find the next group of ResourcePolicy objects. Page
925
+ # tokens are short-lived and should not be persisted.
927
926
  # Corresponds to the JSON property `nextPageToken`
928
927
  # @return [String]
929
928
  attr_accessor :next_page_token
930
929
 
931
- # The ResourcePolicys retrieved.
930
+ # The ResourcePolicy objects retrieved.
932
931
  # Corresponds to the JSON property `resourcePolicies`
933
932
  # @return [Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy>]
934
933
  attr_accessor :resource_policies
@@ -1231,16 +1230,15 @@ module Google
1231
1230
  include Google::Apis::Core::Hashable
1232
1231
 
1233
1232
  # Required. The App Check enforcement mode for this resource. This will override
1234
- # the EnforcementMode setting on the service. For new resources that you are
1235
- # creating, you should consider setting an override and enable enforcement on
1236
- # the resource immediately, if there are no outdated clients that can use it.
1233
+ # the EnforcementMode setting on the parent service.
1237
1234
  # Corresponds to the JSON property `enforcementMode`
1238
1235
  # @return [String]
1239
1236
  attr_accessor :enforcement_mode
1240
1237
 
1241
1238
  # This checksum is computed by the server based on the value of other fields,
1242
1239
  # and may be sent on update and delete requests to ensure the client has an up-
1243
- # to-date value before proceeding. This etag is strongly validated.
1240
+ # to-date value before proceeding. This etag is strongly validated as defined by
1241
+ # RFC 7232.
1244
1242
  # Corresponds to the JSON property `etag`
1245
1243
  # @return [String]
1246
1244
  attr_accessor :etag
@@ -1257,15 +1255,17 @@ module Google
1257
1255
 
1258
1256
  # Required. Service specific name of the resource object to which this policy
1259
1257
  # applies, in the format: * `//oauth2.googleapis.com/projects/`project`/
1260
- # oauthClients/`oauth_client_id`` (Google Identity for iOS) NOTE that the
1258
+ # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1261
1259
  # resource must belong to the service specified in the `name` and be from the
1262
- # same project as this policy, but it may or may not exist at the time of
1263
- # creation of the policy.
1260
+ # same project as this policy, but the resource is allowed to be missing at the
1261
+ # time of creation of this policy; in that case, we make a best-effort attempt
1262
+ # at respecting this policy, but it may not have any effect until the resource
1263
+ # is fully created.
1264
1264
  # Corresponds to the JSON property `targetResource`
1265
1265
  # @return [String]
1266
1266
  attr_accessor :target_resource
1267
1267
 
1268
- # Output only. Timestamp when this service configuration object was most
1268
+ # Output only. Timestamp when this resource policy configuration object was most
1269
1269
  # recently updated.
1270
1270
  # Corresponds to the JSON property `updateTime`
1271
1271
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappcheckV1beta
18
18
  # Version of the google-apis-firebaseappcheck_v1beta gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240122"
25
+ REVISION = "20240415"
26
26
  end
27
27
  end
28
28
  end
@@ -94,7 +94,13 @@ module Google
94
94
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
95
95
  # element can be replaced with the project ID of the Firebase project. Learn
96
96
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
97
- # dev/cloud/2510) standard.
97
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
98
+ # OAuth client protected by App Check, this field can also be in the format: ```
99
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
100
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
101
+ # are supported at this time, and they must be linked to corresponding iOS
102
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
103
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
98
104
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest] google_firebase_appcheck_v1beta_exchange_app_attest_assertion_request_object
99
105
  # @param [String] fields
100
106
  # Selector specifying which fields to include in a partial response.
@@ -136,7 +142,13 @@ module Google
136
142
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
137
143
  # element can be replaced with the project ID of the Firebase project. Learn
138
144
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
139
- # dev/cloud/2510) standard.
145
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
146
+ # OAuth client protected by App Check, this field can also be in the format: ```
147
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
148
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
149
+ # are supported at this time, and they must be linked to corresponding iOS
150
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
151
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
140
152
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest] google_firebase_appcheck_v1beta_exchange_app_attest_attestation_request_object
141
153
  # @param [String] fields
142
154
  # Selector specifying which fields to include in a partial response.
@@ -176,7 +188,13 @@ module Google
176
188
  # project_number`/apps/`app_id` ``` If necessary, the `project_number` element
177
189
  # can be replaced with the project ID of the Firebase project. Learn more about
178
190
  # using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/
179
- # 2510) standard.
191
+ # 2510) standard. Alternatively, if this method is being called for an OAuth
192
+ # client protected by App Check, this field can also be in the format: ```
193
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
194
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
195
+ # are supported at this time, and they must be linked to corresponding iOS
196
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
197
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
180
198
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest] google_firebase_appcheck_v1beta_exchange_debug_token_request_object
181
199
  # @param [String] fields
182
200
  # Selector specifying which fields to include in a partial response.
@@ -215,7 +233,13 @@ module Google
215
233
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
216
234
  # element can be replaced with the project ID of the Firebase project. Learn
217
235
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
218
- # dev/cloud/2510) standard.
236
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
237
+ # OAuth client protected by App Check, this field can also be in the format: ```
238
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
239
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
240
+ # are supported at this time, and they must be linked to corresponding iOS
241
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
242
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
219
243
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeRequest] google_firebase_appcheck_v1beta_generate_app_attest_challenge_request_object
220
244
  # @param [String] fields
221
245
  # Selector specifying which fields to include in a partial response.
@@ -311,7 +335,13 @@ module Google
311
335
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
312
336
  # element can be replaced with the project ID of the Firebase project. Learn
313
337
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
314
- # dev/cloud/2510) standard.
338
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
339
+ # OAuth client protected by App Check, this field can also be in the format: ```
340
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
341
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
342
+ # are supported at this time, and they must be linked to corresponding iOS
343
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
344
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
315
345
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest] google_firebase_appcheck_v1beta_exchange_app_attest_assertion_request_object
316
346
  # @param [String] fields
317
347
  # Selector specifying which fields to include in a partial response.
@@ -353,7 +383,13 @@ module Google
353
383
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
354
384
  # element can be replaced with the project ID of the Firebase project. Learn
355
385
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
356
- # dev/cloud/2510) standard.
386
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
387
+ # OAuth client protected by App Check, this field can also be in the format: ```
388
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
389
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
390
+ # are supported at this time, and they must be linked to corresponding iOS
391
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
392
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
357
393
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest] google_firebase_appcheck_v1beta_exchange_app_attest_attestation_request_object
358
394
  # @param [String] fields
359
395
  # Selector specifying which fields to include in a partial response.
@@ -431,7 +467,13 @@ module Google
431
467
  # project_number`/apps/`app_id` ``` If necessary, the `project_number` element
432
468
  # can be replaced with the project ID of the Firebase project. Learn more about
433
469
  # using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/
434
- # 2510) standard.
470
+ # 2510) standard. Alternatively, if this method is being called for an OAuth
471
+ # client protected by App Check, this field can also be in the format: ```
472
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
473
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
474
+ # are supported at this time, and they must be linked to corresponding iOS
475
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
476
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
435
477
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest] google_firebase_appcheck_v1beta_exchange_debug_token_request_object
436
478
  # @param [String] fields
437
479
  # Selector specifying which fields to include in a partial response.
@@ -701,7 +743,13 @@ module Google
701
743
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
702
744
  # element can be replaced with the project ID of the Firebase project. Learn
703
745
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
704
- # dev/cloud/2510) standard.
746
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
747
+ # OAuth client protected by App Check, this field can also be in the format: ```
748
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
749
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
750
+ # are supported at this time, and they must be linked to corresponding iOS
751
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
752
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
705
753
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeRequest] google_firebase_appcheck_v1beta_generate_app_attest_challenge_request_object
706
754
  # @param [String] fields
707
755
  # Selector specifying which fields to include in a partial response.
@@ -850,8 +898,8 @@ module Google
850
898
  # in the format: ``` projects/`project_number`/apps/`app_id`/appAttestConfig ```
851
899
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppAttestConfig] google_firebase_appcheck_v1beta_app_attest_config_object
852
900
  # @param [String] update_mask
853
- # Required. A comma-separated list of names of fields in the AppAttestConfig
854
- # Gets to update. Example: `token_ttl`.
901
+ # Required. A comma-separated list of names of fields in the AppAttestConfig to
902
+ # update. Example: `token_ttl`.
855
903
  # @param [String] fields
856
904
  # Selector specifying which fields to include in a partial response.
857
905
  # @param [String] quota_user
@@ -1154,7 +1202,7 @@ module Google
1154
1202
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaDeviceCheckConfig] google_firebase_appcheck_v1beta_device_check_config_object
1155
1203
  # @param [String] update_mask
1156
1204
  # Required. A comma-separated list of names of fields in the DeviceCheckConfig
1157
- # Gets to update. Example: `key_id,private_key`.
1205
+ # to update. Example: `key_id,private_key`.
1158
1206
  # @param [String] fields
1159
1207
  # Selector specifying which fields to include in a partial response.
1160
1208
  # @param [String] quota_user
@@ -1264,7 +1312,7 @@ module Google
1264
1312
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPlayIntegrityConfig] google_firebase_appcheck_v1beta_play_integrity_config_object
1265
1313
  # @param [String] update_mask
1266
1314
  # Required. A comma-separated list of names of fields in the PlayIntegrityConfig
1267
- # Gets to update. Example: `token_ttl`.
1315
+ # to update. Example: `token_ttl`.
1268
1316
  # @param [String] fields
1269
1317
  # Selector specifying which fields to include in a partial response.
1270
1318
  # @param [String] quota_user
@@ -1709,8 +1757,8 @@ module Google
1709
1757
  # the format: ``` projects/`project_number`/apps/`app_id`/safetyNetConfig ```
1710
1758
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaSafetyNetConfig] google_firebase_appcheck_v1beta_safety_net_config_object
1711
1759
  # @param [String] update_mask
1712
- # Required. A comma-separated list of names of fields in the SafetyNetConfig
1713
- # Gets to update. Example: `token_ttl`.
1760
+ # Required. A comma-separated list of names of fields in the SafetyNetConfig to
1761
+ # update. Example: `token_ttl`.
1714
1762
  # @param [String] fields
1715
1763
  # Selector specifying which fields to include in a partial response.
1716
1764
  # @param [String] quota_user
@@ -1904,10 +1952,9 @@ module Google
1904
1952
 
1905
1953
  # Atomically updates the specified ResourcePolicy configurations.
1906
1954
  # @param [String] parent
1907
- # Required. The parent project name and the service, in the format ``` projects/`
1908
- # project_number`/services/`service_id` ``` The parent collection in the `name`
1909
- # field of any resource being updated must match this field, or the entire batch
1910
- # fails.
1955
+ # Required. The parent service name, in the format ``` projects/`project_number`/
1956
+ # services/`service_id` ``` The parent collection in the `name` field of any
1957
+ # resource being updated must match this field, or the entire batch fails.
1911
1958
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest] google_firebase_appcheck_v1beta_batch_update_resource_policies_request_object
1912
1959
  # @param [String] fields
1913
1960
  # Selector specifying which fields to include in a partial response.
@@ -1979,12 +2026,15 @@ module Google
1979
2026
  # @param [String] name
1980
2027
  # Required. The relative resource name of the ResourcePolicy to delete, in the
1981
2028
  # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
1982
- # resource_name` ```
2029
+ # resource_policy_id` ```
1983
2030
  # @param [String] etag
1984
2031
  # The checksum to be validated against the current ResourcePolicy, to ensure the
1985
- # client has an up-to-date value before proceeding. The user can obtain this
1986
- # from the ResourcePolicy object that they last received. This etag is strongly
1987
- # validated.
2032
+ # client has an up-to-date value before proceeding. This checksum is computed by
2033
+ # the server based on the values of fields in the ResourcePolicy object, and can
2034
+ # be obtained from the ResourcePolicy object received from the last
2035
+ # CreateResourcePolicy, GetResourcePolicy, ListResourcePolicies,
2036
+ # UpdateResourcePolicy, or BatchUpdateResourcePolicies call. This etag is
2037
+ # strongly validated as defined by RFC 7232.
1988
2038
  # @param [String] fields
1989
2039
  # Selector specifying which fields to include in a partial response.
1990
2040
  # @param [String] quota_user
@@ -2050,9 +2100,11 @@ module Google
2050
2100
 
2051
2101
  # Lists all ResourcePolicy configurations for the specified project and service.
2052
2102
  # @param [String] parent
2053
- # Required. The relative resource name of the parent project and service for
2054
- # which to list each associated ResourcePolicy, in the format: ``` projects/`
2055
- # project_number`/services/`service_name` ```
2103
+ # Required. The relative resource name of the parent service for which to list
2104
+ # each associated ResourcePolicy, in the format: ``` projects/`project_number`/
2105
+ # services/`service_id` ``` Note that the `service_id` element must be a
2106
+ # supported service ID. Currently, the following service IDs are supported: * `
2107
+ # oauth2.googleapis.com` (Google Identity for iOS)
2056
2108
  # @param [String] filter
2057
2109
  # Optional. Filters the results by the specified rule. For the exact syntax of
2058
2110
  # this field, please consult the [AIP-160](https://google.aip.dev/160) standard.
@@ -2064,16 +2116,16 @@ module Google
2064
2116
  # ENFORCED AND target_resource = "//oauth2.googleapis.com/projects/12345/
2065
2117
  # oauthClients/"`
2066
2118
  # @param [Fixnum] page_size
2067
- # The maximum number of ResourcePolicys to return in the response. Only
2068
- # explicitly configured policies are returned. The server may return fewer than
2069
- # this at its own discretion. If no value is specified (or too large a value is
2070
- # specified), the server will impose its own limit.
2119
+ # The maximum number of ResourcePolicy objects to return in the response. The
2120
+ # server may return fewer than this at its own discretion. If no value is
2121
+ # specified (or too large a value is specified), the server will impose its own
2122
+ # limit.
2071
2123
  # @param [String] page_token
2072
2124
  # Token returned from a previous call to ListResourcePolicies indicating where
2073
- # in the set of ResourcePolicys to resume listing. Provide this to retrieve the
2074
- # subsequent page. When paginating, all other parameters provided to
2075
- # ListResourcePolicies must match the call that provided the page token; if they
2076
- # do not match, the result is undefined.
2125
+ # in the set of ResourcePolicy objects to resume listing. Provide this to
2126
+ # retrieve the subsequent page. When paginating, all other parameters provided
2127
+ # to ListResourcePolicies must match the call that provided the page token; if
2128
+ # they do not match, the result is undefined.
2077
2129
  # @param [String] fields
2078
2130
  # Selector specifying which fields to include in a partial response.
2079
2131
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-21 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-firebaseappcheck_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []