google-apis-cloudasset_v1 0.56.0 → 0.57.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: 4ae8a5f5fd86db65275c348571181fa9d7630aca81c0d6ceead958e6c5b83f1f
|
4
|
+
data.tar.gz: d86fc323522f11035a5ef6f5849b7624cad52ab86301dd40a821573de8ebd922
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03b499d5f94b73cc9fef138e1c6ab5e3903a12d3051645758400a4285a6dd20413100dbe364fb136f250a4417ee79744187265da88f3e8dfc8987d6828d0c0ed
|
7
|
+
data.tar.gz: f322212853900060bd3f55e9999f017b6eec877b3c2d3ba90fb28b35da0d308e2259d9a8bcc981a03134e4fe5ca41b338e64b09b16a48cee8524840f2c7fff91
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1
|
18
18
|
# Version of the google-apis-cloudasset_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.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 = "20230505"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1188,9 +1188,10 @@ module Google
|
|
1188
1188
|
# are not supported.
|
1189
1189
|
# @param [Fixnum] page_size
|
1190
1190
|
# Optional. The page size for search result pagination. Page size is capped at
|
1191
|
-
# 500 even if a larger value is given. If set to zero
|
1192
|
-
# appropriate default. Returned results may be fewer than
|
1193
|
-
# happens, there could be more results as long as `
|
1191
|
+
# 500 even if a larger value is given. If set to zero or a negative value,
|
1192
|
+
# server will pick an appropriate default. Returned results may be fewer than
|
1193
|
+
# requested. When this happens, there could be more results as long as `
|
1194
|
+
# next_page_token` is returned.
|
1194
1195
|
# @param [String] page_token
|
1195
1196
|
# Optional. If present, retrieve the next batch of results from the preceding
|
1196
1197
|
# call to this method. `page_token` must be the value of `next_page_token` from
|
@@ -1296,9 +1297,10 @@ module Google
|
|
1296
1297
|
# are not supported.
|
1297
1298
|
# @param [Fixnum] page_size
|
1298
1299
|
# Optional. The page size for search result pagination. Page size is capped at
|
1299
|
-
# 500 even if a larger value is given. If set to zero
|
1300
|
-
# appropriate default. Returned results may be fewer than
|
1301
|
-
# happens, there could be more results as long as `
|
1300
|
+
# 500 even if a larger value is given. If set to zero or a negative value,
|
1301
|
+
# server will pick an appropriate default. Returned results may be fewer than
|
1302
|
+
# requested. When this happens, there could be more results as long as `
|
1303
|
+
# next_page_token` is returned.
|
1302
1304
|
# @param [String] page_token
|
1303
1305
|
# Optional. If present, then retrieve the next batch of results from the
|
1304
1306
|
# preceding call to this method. `page_token` must be the value of `
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.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-
|
11
|
+
date: 2023-05-14 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-cloudasset_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|