google-apis-firebaseappcheck_v1beta 0.39.0 → 0.40.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: 3adabf9d9fc7a9e028130c8c9bfc69c6ca36d8d0f49f6bb4ea955761934b853f
4
- data.tar.gz: '00839bb6f492f32c08f5a1a6d0c8a218433f5cd8b3102259e210246f477c4ffa'
3
+ metadata.gz: 1177c15eef14d1186a8d07983a38a9b9a1972d4a5ff0c86b82ceb0077c8e1f99
4
+ data.tar.gz: c05a9e4e8423f54970d7dcadcae0956574d084e0f44d773516b2950b599c852a
5
5
  SHA512:
6
- metadata.gz: dafa54e8880593dbf4e0d47a3f82e2edfb049e8dd3db4477b817f99cfb3acec9c9aeefa41b6289e793c74a39f0d87fac8faaac0750e56373b0f715c398ba5b86
7
- data.tar.gz: 56e364ab20897628c5b48eb440b5c2ad22a420edf355d56b196556f22fbcd057869ee4ea26a9302d7f0b5b1122cca7744440226f954f62af18baee9d6615245b
6
+ metadata.gz: d95a284cce8ef9bad03c8e062c9d1d12879e718f3bd8efd60bcf61a876040b0189d7c17b5ec4a5be984c814ebb2328f6833a4766aaaee661726488ec40d281ca
7
+ data.tar.gz: a62d68881d9f730be586f1a6cf321c001b0b54d7afb3b0c4974ab84691fde76961031d080484d3430eab654ad078013e8e61254dc53951a9ef175a87498bb187
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.40.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240422
6
+
3
7
  ### v0.39.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240415
@@ -1224,8 +1224,8 @@ module Google
1224
1224
  end
1225
1225
 
1226
1226
  # 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.
1227
+ # supported by App Check. Note that this policy will override the service-level
1228
+ # configuration.
1229
1229
  class GoogleFirebaseAppcheckV1betaResourcePolicy
1230
1230
  include Google::Apis::Core::Hashable
1231
1231
 
@@ -1243,18 +1243,18 @@ module Google
1243
1243
  # @return [String]
1244
1244
  attr_accessor :etag
1245
1245
 
1246
- # Required. The relative name of the resource configuration object, in the
1247
- # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
1246
+ # Required. The relative name of the resource policy object, in the format: ```
1247
+ # projects/`project_number`/services/`service_id`/resourcePolicies/`
1248
1248
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
1249
1249
  # service ID. Currently, the following service IDs are supported: * `oauth2.
1250
1250
  # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
1251
- # generated UID used as the resource ID for the policy.
1251
+ # generated UID.
1252
1252
  # Corresponds to the JSON property `name`
1253
1253
  # @return [String]
1254
1254
  attr_accessor :name
1255
1255
 
1256
1256
  # Required. Service specific name of the resource object to which this policy
1257
- # applies, in the format: * `//oauth2.googleapis.com/projects/`project`/
1257
+ # applies, in the format: * `//oauth2.googleapis.com/projects/`project_number`/
1258
1258
  # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1259
1259
  # resource must belong to the service specified in the `name` and be from the
1260
1260
  # same project as this policy, but the resource is allowed to be missing at the
@@ -1372,8 +1372,8 @@ module Google
1372
1372
  include Google::Apis::Core::Hashable
1373
1373
 
1374
1374
  # 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.
1375
+ # supported by App Check. Note that this policy will override the service-level
1376
+ # configuration.
1377
1377
  # Corresponds to the JSON property `resourcePolicy`
1378
1378
  # @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy]
1379
1379
  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.40.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 = "20240422"
26
26
  end
27
27
  end
28
28
  end
@@ -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.40.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-04-28 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.40.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: []