google-apis-firebaseappcheck_v1beta 0.39.0 → 0.41.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: 3adabf9d9fc7a9e028130c8c9bfc69c6ca36d8d0f49f6bb4ea955761934b853f
4
- data.tar.gz: '00839bb6f492f32c08f5a1a6d0c8a218433f5cd8b3102259e210246f477c4ffa'
3
+ metadata.gz: cb916ff28778105372109bf05b5ea854a7b6137ea6db7800f3064fe1bd7cf76a
4
+ data.tar.gz: a0e1bec434cc68b07214961ece887d9b492a4fd0e8ca08b8e5148d43af55b494
5
5
  SHA512:
6
- metadata.gz: dafa54e8880593dbf4e0d47a3f82e2edfb049e8dd3db4477b817f99cfb3acec9c9aeefa41b6289e793c74a39f0d87fac8faaac0750e56373b0f715c398ba5b86
7
- data.tar.gz: 56e364ab20897628c5b48eb440b5c2ad22a420edf355d56b196556f22fbcd057869ee4ea26a9302d7f0b5b1122cca7744440226f954f62af18baee9d6615245b
6
+ metadata.gz: f62f4af2e58e9d00c67fbfefe73a808cb429b69763f54ccdb15ad13f32c0472ea530988db1f8c5c6c28fdb14f800223ebf9352b744378f1a143b43c90502ba7b
7
+ data.tar.gz: 6ea376f94ed8a908464a156e538a8450de0437771e05797121c07e229c7ab3a3116c670ccd93a05eb3aca51fe5094bea0db441e2f421cda7b2ece4138de1000b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.41.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240429
6
+
7
+ ### v0.40.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240422
10
+
3
11
  ### v0.39.0 (2024-04-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20240415
@@ -380,6 +380,11 @@ module Google
380
380
  # @return [String]
381
381
  attr_accessor :token
382
382
 
383
+ # Output only. Timestamp when this debug token was most recently updated.
384
+ # Corresponds to the JSON property `updateTime`
385
+ # @return [String]
386
+ attr_accessor :update_time
387
+
383
388
  def initialize(**args)
384
389
  update!(**args)
385
390
  end
@@ -389,6 +394,7 @@ module Google
389
394
  @display_name = args[:display_name] if args.key?(:display_name)
390
395
  @name = args[:name] if args.key?(:name)
391
396
  @token = args[:token] if args.key?(:token)
397
+ @update_time = args[:update_time] if args.key?(:update_time)
392
398
  end
393
399
  end
394
400
 
@@ -1224,8 +1230,8 @@ module Google
1224
1230
  end
1225
1231
 
1226
1232
  # App Check enforcement policy for a specific resource of a Firebase service
1227
- # supported by App Check. Note that this policy will override the Service level
1228
- # enforcement mode configuration.
1233
+ # supported by App Check. Note that this policy will override the service-level
1234
+ # configuration.
1229
1235
  class GoogleFirebaseAppcheckV1betaResourcePolicy
1230
1236
  include Google::Apis::Core::Hashable
1231
1237
 
@@ -1243,18 +1249,18 @@ module Google
1243
1249
  # @return [String]
1244
1250
  attr_accessor :etag
1245
1251
 
1246
- # Required. The relative name of the resource configuration object, in the
1247
- # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
1252
+ # Required. The relative name of the resource policy object, in the format: ```
1253
+ # projects/`project_number`/services/`service_id`/resourcePolicies/`
1248
1254
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
1249
1255
  # service ID. Currently, the following service IDs are supported: * `oauth2.
1250
1256
  # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
1251
- # generated UID used as the resource ID for the policy.
1257
+ # generated UID.
1252
1258
  # Corresponds to the JSON property `name`
1253
1259
  # @return [String]
1254
1260
  attr_accessor :name
1255
1261
 
1256
1262
  # Required. Service specific name of the resource object to which this policy
1257
- # applies, in the format: * `//oauth2.googleapis.com/projects/`project`/
1263
+ # applies, in the format: * `//oauth2.googleapis.com/projects/`project_number`/
1258
1264
  # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1259
1265
  # resource must belong to the service specified in the `name` and be from the
1260
1266
  # same project as this policy, but the resource is allowed to be missing at the
@@ -1372,8 +1378,8 @@ module Google
1372
1378
  include Google::Apis::Core::Hashable
1373
1379
 
1374
1380
  # App Check enforcement policy for a specific resource of a Firebase service
1375
- # supported by App Check. Note that this policy will override the Service level
1376
- # enforcement mode configuration.
1381
+ # supported by App Check. Note that this policy will override the service-level
1382
+ # configuration.
1377
1383
  # Corresponds to the JSON property `resourcePolicy`
1378
1384
  # @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy]
1379
1385
  attr_accessor :resource_policy
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.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 = "20240415"
25
+ REVISION = "20240429"
26
26
  end
27
27
  end
28
28
  end
@@ -431,6 +431,7 @@ module Google
431
431
  property :display_name, as: 'displayName'
432
432
  property :name, as: 'name'
433
433
  property :token, as: 'token'
434
+ property :update_time, as: 'updateTime'
434
435
  end
435
436
  end
436
437
 
@@ -1987,7 +1987,7 @@ module Google
1987
1987
 
1988
1988
  # Creates the specified ResourcePolicy configuration.
1989
1989
  # @param [String] parent
1990
- # Required. The relative resource name of the parent service in which the
1990
+ # Required. The relative resource name of the parent Service in which the
1991
1991
  # specified ResourcePolicy will be created, in the format: ``` projects/`
1992
1992
  # project_number`/services/`service_id` ``` Note that the `service_id` element
1993
1993
  # must be a supported service ID. Currently, the following service IDs are
@@ -2069,8 +2069,7 @@ module Google
2069
2069
  # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
2070
2070
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
2071
2071
  # service ID. Currently, the following service IDs are supported: * `oauth2.
2072
- # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
2073
- # generated UID used as the resource ID for the policy.
2072
+ # googleapis.com` (Google Identity for iOS)
2074
2073
  # @param [String] fields
2075
2074
  # Selector specifying which fields to include in a partial response.
2076
2075
  # @param [String] quota_user
@@ -2100,7 +2099,7 @@ module Google
2100
2099
 
2101
2100
  # Lists all ResourcePolicy configurations for the specified project and service.
2102
2101
  # @param [String] parent
2103
- # Required. The relative resource name of the parent service for which to list
2102
+ # Required. The relative resource name of the parent Service for which to list
2104
2103
  # each associated ResourcePolicy, in the format: ``` projects/`project_number`/
2105
2104
  # services/`service_id` ``` Note that the `service_id` element must be a
2106
2105
  # supported service ID. Currently, the following service IDs are supported: * `
@@ -2158,12 +2157,12 @@ module Google
2158
2157
 
2159
2158
  # Updates the specified ResourcePolicy configuration.
2160
2159
  # @param [String] name
2161
- # Required. The relative name of the resource configuration object, in the
2162
- # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
2160
+ # Required. The relative name of the resource policy object, in the format: ```
2161
+ # projects/`project_number`/services/`service_id`/resourcePolicies/`
2163
2162
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
2164
2163
  # service ID. Currently, the following service IDs are supported: * `oauth2.
2165
2164
  # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
2166
- # generated UID used as the resource ID for the policy.
2165
+ # generated UID.
2167
2166
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy] google_firebase_appcheck_v1beta_resource_policy_object
2168
2167
  # @param [String] update_mask
2169
2168
  # Required. A comma-separated list of names of fields in the ResourcePolicy to
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.39.0
4
+ version: 0.41.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-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-firebaseappcheck_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.41.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: []