google-apis-firebaseappcheck_v1beta 0.38.0 → 0.39.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: d53f26f35020a6151b11ef6a330fda49805cd4ca88233be1579f9dbc3054e136
4
- data.tar.gz: f7f065741795600e7644104aeaf94df654e1163ec7bd16da2595c52f78dd4d5d
3
+ metadata.gz: 3adabf9d9fc7a9e028130c8c9bfc69c6ca36d8d0f49f6bb4ea955761934b853f
4
+ data.tar.gz: '00839bb6f492f32c08f5a1a6d0c8a218433f5cd8b3102259e210246f477c4ffa'
5
5
  SHA512:
6
- metadata.gz: e6e2cc069e04a0aaa09242304c4a06a176195e22895f20d8d994f12a3f22a424a45720d4238917c7df82c981ae94ad8e3260d3921f3a22fda96d4e78dbb22d29
7
- data.tar.gz: 1ab38e787646790715084d74ba5d97d1435e5e48482a65c858a7467ccb6c6e90203ce328c776ba0ba91533faac08d205e76817a27397253f4c8b32c736c08785
6
+ metadata.gz: dafa54e8880593dbf4e0d47a3f82e2edfb049e8dd3db4477b817f99cfb3acec9c9aeefa41b6289e793c74a39f0d87fac8faaac0750e56373b0f715c398ba5b86
7
+ data.tar.gz: 56e364ab20897628c5b48eb440b5c2ad22a420edf355d56b196556f22fbcd057869ee4ea26a9302d7f0b5b1122cca7744440226f954f62af18baee9d6615245b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.38.0 (2024-03-10)
4
8
 
5
9
  * 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
@@ -1230,16 +1230,15 @@ module Google
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
@@ -1256,15 +1255,17 @@ module Google
1256
1255
 
1257
1256
  # Required. Service specific name of the resource object to which this policy
1258
1257
  # applies, in the format: * `//oauth2.googleapis.com/projects/`project`/
1259
- # oauthClients/`oauth_client_id`` (Google Identity for iOS) NOTE that the
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]
@@ -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.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 = "20240304"
25
+ REVISION = "20240415"
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.
@@ -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
@@ -2098,9 +2100,11 @@ module Google
2098
2100
 
2099
2101
  # Lists all ResourcePolicy configurations for the specified project and service.
2100
2102
  # @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` ```
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)
2104
2108
  # @param [String] filter
2105
2109
  # Optional. Filters the results by the specified rule. For the exact syntax of
2106
2110
  # this field, please consult the [AIP-160](https://google.aip.dev/160) standard.
@@ -2112,16 +2116,16 @@ module Google
2112
2116
  # ENFORCED AND target_resource = "//oauth2.googleapis.com/projects/12345/
2113
2117
  # oauthClients/"`
2114
2118
  # @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.
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.
2119
2123
  # @param [String] page_token
2120
2124
  # 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.
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.
2125
2129
  # @param [String] fields
2126
2130
  # Selector specifying which fields to include in a partial response.
2127
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.38.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-03-10 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.38.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: []