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: cae2a5c40a4915851dbe35bfcd073bfeeda620b597f0e09f8b0aadb8d5a4cc80
4
- data.tar.gz: ffc0cb6ea09d9c771e13a08675490bce783320e44eabed80143e988a36d475f9
3
+ metadata.gz: 4ae8a5f5fd86db65275c348571181fa9d7630aca81c0d6ceead958e6c5b83f1f
4
+ data.tar.gz: d86fc323522f11035a5ef6f5849b7624cad52ab86301dd40a821573de8ebd922
5
5
  SHA512:
6
- metadata.gz: 932cefa63289f12c53530fcbcd67e6410c3cf875b54a5d8fa853a18aaba64894851a5335cfb80ec1d51dff7274bc7f68dc62fea48d2130d7c669025b3f163f2c
7
- data.tar.gz: 87de735778b3dff998fa2e88f73c3e6f6d1cb7ca960b1b26eed48d74d84cf4249c89076d07f22b97a5d9d0cba31075d72c83925d1cfe9d96ce52753eb3b2d864
6
+ metadata.gz: 03b499d5f94b73cc9fef138e1c6ab5e3903a12d3051645758400a4285a6dd20413100dbe364fb136f250a4417ee79744187265da88f3e8dfc8987d6828d0c0ed
7
+ data.tar.gz: f322212853900060bd3f55e9999f017b6eec877b3c2d3ba90fb28b35da0d308e2259d9a8bcc981a03134e4fe5ca41b338e64b09b16a48cee8524840f2c7fff91
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.57.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230505
6
+
3
7
  ### v0.56.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230414
@@ -5344,7 +5344,7 @@ module Google
5344
5344
  end
5345
5345
 
5346
5346
  # A result of Resource Search, containing information of a cloud resource. Next
5347
- # ID: 32
5347
+ # ID: 34
5348
5348
  class ResourceSearchResult
5349
5349
  include Google::Apis::Core::Hashable
5350
5350
 
@@ -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.56.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 = "20230414"
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, server will pick an
1192
- # appropriate default. Returned results may be fewer than requested. When this
1193
- # happens, there could be more results as long as `next_page_token` is returned.
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, server will pick an
1300
- # appropriate default. Returned results may be fewer than requested. When this
1301
- # happens, there could be more results as long as `next_page_token` is returned.
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.56.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-04-23 00:00:00.000000000 Z
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.56.0
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: []