google-apis-firebaseappcheck_v1beta 0.41.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a8c7d404a1dd4eed62703238b45539ac6db6c2f5342cf8a5f203abe6c29b482
|
4
|
+
data.tar.gz: 18fb1865f50510055f2418d5be9c68a15ecebe9de6725dd5551468ba14545c22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a598d16b398ea2f341f16f7f44f678373baa645b9576e28d44170edca72615fef67f5b5e420c15cce80023b9fb366af23072366bb47bb80b6fa3c6af8252cf11
|
7
|
+
data.tar.gz: d67e6bf906a7eca39b38ac9ac0bb2c38e02457162788a4e8f38fc0fc1a5eb40d5d73bd3f63112bd4c0c7d5ff2b43d889167e84515752b07407394b4a2a01312b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebaseappcheck_v1beta
|
2
2
|
|
3
|
+
### v0.43.0 (2024-06-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240528
|
6
|
+
|
7
|
+
### v0.42.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.15.0
|
10
|
+
|
3
11
|
### v0.41.0 (2024-05-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240429
|
@@ -316,9 +316,9 @@ module Google
|
|
316
316
|
attr_accessor :requests
|
317
317
|
|
318
318
|
# Optional. A comma-separated list of names of fields in the Services to update.
|
319
|
-
# Example: `display_name`. If
|
320
|
-
# the UpdateServiceRequest messages must
|
321
|
-
# batch fails and no updates will be committed.
|
319
|
+
# Example: `display_name`. If the `update_mask` field is set in both this
|
320
|
+
# request and any of the UpdateServiceRequest messages, they must match or the
|
321
|
+
# entire batch fails and no updates will be committed.
|
322
322
|
# Corresponds to the JSON property `updateMask`
|
323
323
|
# @return [String]
|
324
324
|
attr_accessor :update_mask
|
@@ -1249,8 +1249,8 @@ module Google
|
|
1249
1249
|
# @return [String]
|
1250
1250
|
attr_accessor :etag
|
1251
1251
|
|
1252
|
-
# Required. The relative name of the resource policy object, in the
|
1253
|
-
# projects/`project_number`/services/`service_id`/resourcePolicies/`
|
1252
|
+
# Required. Identifier. The relative name of the resource policy object, in the
|
1253
|
+
# format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
|
1254
1254
|
# resource_policy_id` ``` Note that the `service_id` element must be a supported
|
1255
1255
|
# service ID. Currently, the following service IDs are supported: * `oauth2.
|
1256
1256
|
# googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240528"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1833,7 +1833,8 @@ module Google
|
|
1833
1833
|
# service IDs are supported: * `firebasestorage.googleapis.com` (Cloud Storage
|
1834
1834
|
# for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime Database)
|
1835
1835
|
# * `firestore.googleapis.com` (Cloud Firestore) * `identitytoolkit.googleapis.
|
1836
|
-
# com` (Firebase Authentication with Identity Platform)
|
1836
|
+
# com` (Firebase Authentication with Identity Platform) * `oauth2.googleapis.com`
|
1837
|
+
# (Google Identity for iOS)
|
1837
1838
|
# @param [String] fields
|
1838
1839
|
# Selector specifying which fields to include in a partial response.
|
1839
1840
|
# @param [String] quota_user
|
@@ -1870,8 +1871,8 @@ module Google
|
|
1870
1871
|
# @param [Fixnum] page_size
|
1871
1872
|
# The maximum number of Services to return in the response. Only explicitly
|
1872
1873
|
# configured services are returned. The server may return fewer than this at its
|
1873
|
-
# own discretion. If no value is specified
|
1874
|
-
#
|
1874
|
+
# own discretion. If no value is specified (or too large a value is specified),
|
1875
|
+
# the server will impose its own limit.
|
1875
1876
|
# @param [String] page_token
|
1876
1877
|
# Token returned from a previous call to ListServices indicating where in the
|
1877
1878
|
# set of Services to resume listing. Provide this to retrieve the subsequent
|
@@ -2157,8 +2158,8 @@ module Google
|
|
2157
2158
|
|
2158
2159
|
# Updates the specified ResourcePolicy configuration.
|
2159
2160
|
# @param [String] name
|
2160
|
-
# Required. The relative name of the resource policy object, in the
|
2161
|
-
# projects/`project_number`/services/`service_id`/resourcePolicies/`
|
2161
|
+
# Required. Identifier. The relative name of the resource policy object, in the
|
2162
|
+
# format: ``` projects/`project_number`/services/`service_id`/resourcePolicies/`
|
2162
2163
|
# resource_policy_id` ``` Note that the `service_id` element must be a supported
|
2163
2164
|
# service ID. Currently, the following service IDs are supported: * `oauth2.
|
2164
2165
|
# googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-
|
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.
|
4
|
+
version: 0.43.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-
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.43.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: []
|