google-apis-firebaseappcheck_v1beta 0.24.0 → 0.25.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: 2b2c6223816902b4429d1c9fb7a7c22f5ac6b43964f8723b1c52bff498a53253
|
4
|
+
data.tar.gz: 63fc739d1e21c9ac4560c09adc53f37017cdad19383d5ee97ec95ec77ff37041
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42eeb82c14cfe8e31008fee0a5c55e616b212c3f214001c1979518c05426d39e3f72132e073e0e0051b2eaafc82030985d67167ed8e723e9d2636bda05a0e575
|
7
|
+
data.tar.gz: 131e7bda6b3bc02704a41a3801771ddf3bd2d5268ff49812a43aa682413add8c0623c03ec83b97aeea7580e074c99ff9c102971615427da05b869aa91b223a2a
|
data/CHANGELOG.md
CHANGED
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230327"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1602,8 +1602,8 @@ module Google
|
|
1602
1602
|
# @param [Fixnum] page_size
|
1603
1603
|
# The maximum number of Services to return in the response. Only explicitly
|
1604
1604
|
# configured services are returned. The server may return fewer than this at its
|
1605
|
-
# own discretion. If no value is specified (or too large a value
|
1606
|
-
# the server will impose its own limit.
|
1605
|
+
# own discretion. If no value is specified or set to zero (or too large a value
|
1606
|
+
# is specified), the server will impose its own limit.
|
1607
1607
|
# @param [String] page_token
|
1608
1608
|
# Token returned from a previous call to ListServices indicating where in the
|
1609
1609
|
# set of Services to resume listing. Provide this to retrieve the subsequent
|
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.25.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: 2023-02
|
11
|
+
date: 2023-04-02 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.25.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: []
|