google-apis-firebaseappcheck_v1beta 0.38.0 → 0.40.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: d53f26f35020a6151b11ef6a330fda49805cd4ca88233be1579f9dbc3054e136
4
- data.tar.gz: f7f065741795600e7644104aeaf94df654e1163ec7bd16da2595c52f78dd4d5d
3
+ metadata.gz: 1177c15eef14d1186a8d07983a38a9b9a1972d4a5ff0c86b82ceb0077c8e1f99
4
+ data.tar.gz: c05a9e4e8423f54970d7dcadcae0956574d084e0f44d773516b2950b599c852a
5
5
  SHA512:
6
- metadata.gz: e6e2cc069e04a0aaa09242304c4a06a176195e22895f20d8d994f12a3f22a424a45720d4238917c7df82c981ae94ad8e3260d3921f3a22fda96d4e78dbb22d29
7
- data.tar.gz: 1ab38e787646790715084d74ba5d97d1435e5e48482a65c858a7467ccb6c6e90203ce328c776ba0ba91533faac08d205e76817a27397253f4c8b32c736c08785
6
+ metadata.gz: d95a284cce8ef9bad03c8e062c9d1d12879e718f3bd8efd60bcf61a876040b0189d7c17b5ec4a5be984c814ebb2328f6833a4766aaaee661726488ec40d281ca
7
+ data.tar.gz: a62d68881d9f730be586f1a6cf321c001b0b54d7afb3b0c4974ab84691fde76961031d080484d3430eab654ad078013e8e61254dc53951a9ef175a87498bb187
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.39.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240415
10
+
3
11
  ### v0.38.0 (2024-03-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20240304
@@ -261,8 +261,8 @@ 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
@@ -927,7 +927,7 @@ module Google
927
927
  # @return [String]
928
928
  attr_accessor :next_page_token
929
929
 
930
- # The ResourcePolicys retrieved.
930
+ # The ResourcePolicy objects retrieved.
931
931
  # Corresponds to the JSON property `resourcePolicies`
932
932
  # @return [Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy>]
933
933
  attr_accessor :resource_policies
@@ -1224,47 +1224,48 @@ 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
 
1232
1232
  # Required. The App Check enforcement mode for this resource. This will override
1233
- # the EnforcementMode setting on the service. For new resources that you are
1234
- # creating, you should consider setting an override and enable enforcement on
1235
- # the resource immediately, if there are no outdated clients that can use it.
1233
+ # the EnforcementMode setting on the parent service.
1236
1234
  # Corresponds to the JSON property `enforcementMode`
1237
1235
  # @return [String]
1238
1236
  attr_accessor :enforcement_mode
1239
1237
 
1240
1238
  # This checksum is computed by the server based on the value of other fields,
1241
1239
  # and may be sent on update and delete requests to ensure the client has an up-
1242
- # 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.
1243
1242
  # Corresponds to the JSON property `etag`
1244
1243
  # @return [String]
1245
1244
  attr_accessor :etag
1246
1245
 
1247
- # Required. The relative name of the resource configuration object, in the
1248
- # 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/`
1249
1248
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
1250
1249
  # service ID. Currently, the following service IDs are supported: * `oauth2.
1251
1250
  # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
1252
- # generated UID used as the resource ID for the policy.
1251
+ # generated UID.
1253
1252
  # Corresponds to the JSON property `name`
1254
1253
  # @return [String]
1255
1254
  attr_accessor :name
1256
1255
 
1257
1256
  # Required. Service specific name of the resource object to which this policy
1258
- # applies, in the format: * `//oauth2.googleapis.com/projects/`project`/
1259
- # oauthClients/`oauth_client_id`` (Google Identity for iOS) NOTE that the
1257
+ # applies, in the format: * `//oauth2.googleapis.com/projects/`project_number`/
1258
+ # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1260
1259
  # resource must belong to the service specified in the `name` and be from the
1261
- # same project as this policy, but it may or may not exist at the time of
1262
- # 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.
1263
1264
  # Corresponds to the JSON property `targetResource`
1264
1265
  # @return [String]
1265
1266
  attr_accessor :target_resource
1266
1267
 
1267
- # Output only. Timestamp when this service configuration object was most
1268
+ # Output only. Timestamp when this resource policy configuration object was most
1268
1269
  # recently updated.
1269
1270
  # Corresponds to the JSON property `updateTime`
1270
1271
  # @return [String]
@@ -1371,8 +1372,8 @@ module Google
1371
1372
  include Google::Apis::Core::Hashable
1372
1373
 
1373
1374
  # App Check enforcement policy for a specific resource of a Firebase service
1374
- # supported by App Check. Note that this policy will override the Service level
1375
- # enforcement mode configuration.
1375
+ # supported by App Check. Note that this policy will override the service-level
1376
+ # configuration.
1376
1377
  # Corresponds to the JSON property `resourcePolicy`
1377
1378
  # @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy]
1378
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.38.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 = "20240304"
25
+ REVISION = "20240422"
26
26
  end
27
27
  end
28
28
  end
@@ -898,8 +898,8 @@ module Google
898
898
  # in the format: ``` projects/`project_number`/apps/`app_id`/appAttestConfig ```
899
899
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppAttestConfig] google_firebase_appcheck_v1beta_app_attest_config_object
900
900
  # @param [String] update_mask
901
- # Required. A comma-separated list of names of fields in the AppAttestConfig
902
- # 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`.
903
903
  # @param [String] fields
904
904
  # Selector specifying which fields to include in a partial response.
905
905
  # @param [String] quota_user
@@ -1202,7 +1202,7 @@ module Google
1202
1202
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaDeviceCheckConfig] google_firebase_appcheck_v1beta_device_check_config_object
1203
1203
  # @param [String] update_mask
1204
1204
  # Required. A comma-separated list of names of fields in the DeviceCheckConfig
1205
- # Gets to update. Example: `key_id,private_key`.
1205
+ # to update. Example: `key_id,private_key`.
1206
1206
  # @param [String] fields
1207
1207
  # Selector specifying which fields to include in a partial response.
1208
1208
  # @param [String] quota_user
@@ -1312,7 +1312,7 @@ module Google
1312
1312
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPlayIntegrityConfig] google_firebase_appcheck_v1beta_play_integrity_config_object
1313
1313
  # @param [String] update_mask
1314
1314
  # Required. A comma-separated list of names of fields in the PlayIntegrityConfig
1315
- # Gets to update. Example: `token_ttl`.
1315
+ # to update. Example: `token_ttl`.
1316
1316
  # @param [String] fields
1317
1317
  # Selector specifying which fields to include in a partial response.
1318
1318
  # @param [String] quota_user
@@ -1757,8 +1757,8 @@ module Google
1757
1757
  # the format: ``` projects/`project_number`/apps/`app_id`/safetyNetConfig ```
1758
1758
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaSafetyNetConfig] google_firebase_appcheck_v1beta_safety_net_config_object
1759
1759
  # @param [String] update_mask
1760
- # Required. A comma-separated list of names of fields in the SafetyNetConfig
1761
- # 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`.
1762
1762
  # @param [String] fields
1763
1763
  # Selector specifying which fields to include in a partial response.
1764
1764
  # @param [String] quota_user
@@ -1952,10 +1952,9 @@ module Google
1952
1952
 
1953
1953
  # Atomically updates the specified ResourcePolicy configurations.
1954
1954
  # @param [String] parent
1955
- # Required. The parent project name and the service, in the format ``` projects/`
1956
- # project_number`/services/`service_id` ``` The parent collection in the `name`
1957
- # field of any resource being updated must match this field, or the entire batch
1958
- # 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.
1959
1958
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest] google_firebase_appcheck_v1beta_batch_update_resource_policies_request_object
1960
1959
  # @param [String] fields
1961
1960
  # Selector specifying which fields to include in a partial response.
@@ -1988,7 +1987,7 @@ module Google
1988
1987
 
1989
1988
  # Creates the specified ResourcePolicy configuration.
1990
1989
  # @param [String] parent
1991
- # 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
1992
1991
  # specified ResourcePolicy will be created, in the format: ``` projects/`
1993
1992
  # project_number`/services/`service_id` ``` Note that the `service_id` element
1994
1993
  # must be a supported service ID. Currently, the following service IDs are
@@ -2027,12 +2026,15 @@ module Google
2027
2026
  # @param [String] name
2028
2027
  # Required. The relative resource name of the ResourcePolicy to delete, in the
2029
2028
  # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
2030
- # resource_name` ```
2029
+ # resource_policy_id` ```
2031
2030
  # @param [String] etag
2032
2031
  # The checksum to be validated against the current ResourcePolicy, to ensure the
2033
- # client has an up-to-date value before proceeding. The user can obtain this
2034
- # from the ResourcePolicy object that they last received. This etag is strongly
2035
- # 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.
2036
2038
  # @param [String] fields
2037
2039
  # Selector specifying which fields to include in a partial response.
2038
2040
  # @param [String] quota_user
@@ -2067,8 +2069,7 @@ module Google
2067
2069
  # format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
2068
2070
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
2069
2071
  # service ID. Currently, the following service IDs are supported: * `oauth2.
2070
- # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
2071
- # generated UID used as the resource ID for the policy.
2072
+ # googleapis.com` (Google Identity for iOS)
2072
2073
  # @param [String] fields
2073
2074
  # Selector specifying which fields to include in a partial response.
2074
2075
  # @param [String] quota_user
@@ -2098,9 +2099,11 @@ module Google
2098
2099
 
2099
2100
  # Lists all ResourcePolicy configurations for the specified project and service.
2100
2101
  # @param [String] parent
2101
- # Required. The relative resource name of the parent project and service for
2102
- # which to list each associated ResourcePolicy, in the format: ``` projects/`
2103
- # project_number`/services/`service_name` ```
2102
+ # Required. The relative resource name of the parent Service for which to list
2103
+ # each associated ResourcePolicy, in the format: ``` projects/`project_number`/
2104
+ # services/`service_id` ``` Note that the `service_id` element must be a
2105
+ # supported service ID. Currently, the following service IDs are supported: * `
2106
+ # oauth2.googleapis.com` (Google Identity for iOS)
2104
2107
  # @param [String] filter
2105
2108
  # Optional. Filters the results by the specified rule. For the exact syntax of
2106
2109
  # this field, please consult the [AIP-160](https://google.aip.dev/160) standard.
@@ -2112,16 +2115,16 @@ module Google
2112
2115
  # ENFORCED AND target_resource = "//oauth2.googleapis.com/projects/12345/
2113
2116
  # oauthClients/"`
2114
2117
  # @param [Fixnum] page_size
2115
- # The maximum number of ResourcePolicys to return in the response. Only
2116
- # explicitly configured policies are returned. The server may return fewer than
2117
- # this at its own discretion. If no value is specified (or too large a value is
2118
- # specified), the server will impose its own limit.
2118
+ # The maximum number of ResourcePolicy objects to return in the response. The
2119
+ # server may return fewer than this at its own discretion. If no value is
2120
+ # specified (or too large a value is specified), the server will impose its own
2121
+ # limit.
2119
2122
  # @param [String] page_token
2120
2123
  # Token returned from a previous call to ListResourcePolicies indicating where
2121
- # in the set of ResourcePolicys to resume listing. Provide this to retrieve the
2122
- # subsequent page. When paginating, all other parameters provided to
2123
- # ListResourcePolicies must match the call that provided the page token; if they
2124
- # do not match, the result is undefined.
2124
+ # in the set of ResourcePolicy objects to resume listing. Provide this to
2125
+ # retrieve the subsequent page. When paginating, all other parameters provided
2126
+ # to ListResourcePolicies must match the call that provided the page token; if
2127
+ # they do not match, the result is undefined.
2125
2128
  # @param [String] fields
2126
2129
  # Selector specifying which fields to include in a partial response.
2127
2130
  # @param [String] quota_user
@@ -2154,12 +2157,12 @@ module Google
2154
2157
 
2155
2158
  # Updates the specified ResourcePolicy configuration.
2156
2159
  # @param [String] name
2157
- # Required. The relative name of the resource configuration object, in the
2158
- # 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/`
2159
2162
  # resource_policy_id` ``` Note that the `service_id` element must be a supported
2160
2163
  # service ID. Currently, the following service IDs are supported: * `oauth2.
2161
2164
  # googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
2162
- # generated UID used as the resource ID for the policy.
2165
+ # generated UID.
2163
2166
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaResourcePolicy] google_firebase_appcheck_v1beta_resource_policy_object
2164
2167
  # @param [String] update_mask
2165
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.38.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-03-10 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.38.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: []