google-apis-cloudasset_v1 0.56.0 → 0.58.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: 1fdefe7e18c6654d569638cae54a34ec8d4c5105b3ffd0b4512ea9826c08c053
4
+ data.tar.gz: 260e95c05fc33702058600c9f58dd81e873e33f797b5e565042d7e3cb13edc5e
5
5
  SHA512:
6
- metadata.gz: 932cefa63289f12c53530fcbcd67e6410c3cf875b54a5d8fa853a18aaba64894851a5335cfb80ec1d51dff7274bc7f68dc62fea48d2130d7c669025b3f163f2c
7
- data.tar.gz: 87de735778b3dff998fa2e88f73c3e6f6d1cb7ca960b1b26eed48d74d84cf4249c89076d07f22b97a5d9d0cba31075d72c83925d1cfe9d96ce52753eb3b2d864
6
+ metadata.gz: dfff1bb558cbdaad1b60bbdc5c3c35b6266a71a759442bf05a429f4f565bab3845663ccd7bc82a2386e21966e83db2f57de94d6694bd42ef55726b1496503208
7
+ data.tar.gz: ed7ef1f085dfd1d559cce257e3e9702901e1d1dc92f33f3af8b23a486aaa35d00bc25ef87a5caf75ba9b927c042846275c749356271b08e54c091267649ab20a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.58.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230513
6
+
7
+ ### v0.57.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230505
10
+
3
11
  ### v0.56.0 (2023-04-23)
4
12
 
5
13
  * 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
 
@@ -5553,8 +5553,7 @@ module Google
5553
5553
  attr_accessor :tag_keys
5554
5554
 
5555
5555
  # TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`. To search against the
5556
- # `tagValueIds`: * Use a field query. Example: - `tagValueIds:"456"` - `
5557
- # tagValueIds="tagValues/456"` * Use a free text query. Example: - `456`
5556
+ # `tagValueIds`: * Use a field query. Example: - `tagValueIds="tagValues/456"`
5558
5557
  # Corresponds to the JSON property `tagValueIds`
5559
5558
  # @return [Array<String>]
5560
5559
  attr_accessor :tag_value_ids
@@ -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.58.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 = "20230513"
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.58.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-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-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.58.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: []