google-apis-securitycenter_v1 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0affa40a9bb1e7b1fa16f575acd90bf7a5a1135962eeb71937bde7c3e321f77
4
- data.tar.gz: f5177667857e0aa20e834616a14fefa79e4e74bb1eb33c36db0a09addd200f37
3
+ metadata.gz: 5036f37521fb6e883890b0bcd0926b3bfba500d5d4bfe6a24b3cde543e73d037
4
+ data.tar.gz: baa33b43004445d5e258474b47a99375dd7c0d200a9dd24a983889401071be1c
5
5
  SHA512:
6
- metadata.gz: 93ae02a536c0b967ba1547b066a1cac249f8f85e4d7f159434066f78544922e4492b268866932c9fcb2e457b4d575d587e09bc2fe7bec93cd44b0ce2c08c7b52
7
- data.tar.gz: e6ad0fde1dedd0536db3c74c75e806ec41d9c3d3876c1dc6f5100d58923cff31aca21a0830792b14ece977f8b160aa86ac70cd9494e1c7cc2709700b0c91cb88
6
+ metadata.gz: 4c7b1319a81ddd833c2cc6531dded32c117e4baa4cdde167ba196bebce297f94105d293b54ac85d399cf9e7a54605b8053cb7130d3f8088d8a7180f9cdfd9d92
7
+ data.tar.gz: ea6db33bda4b683901289457ad41f072b2540552e0ca0b7f27ee904a4501a7847b11d74789c873abc479a256d1668e0a85b2eea06806f7c370341bbcdabf9186
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.66.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231005
6
+
3
7
  ### v0.65.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231001
@@ -969,8 +969,8 @@ module Google
969
969
  # @return [String]
970
970
  attr_accessor :parent
971
971
 
972
- # A resource value config is a mapping configuration of user's tag values to
973
- # resource values. Used by the attack path simulation.
972
+ # A resource value config (RVC) is a mapping configuration of user's resources
973
+ # to resource values. Used in Attack path simulations.
974
974
  # Corresponds to the JSON property `resourceValueConfig`
975
975
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig]
976
976
  attr_accessor :resource_value_config
@@ -2514,8 +2514,8 @@ module Google
2514
2514
  end
2515
2515
  end
2516
2516
 
2517
- # A resource value config is a mapping configuration of user's tag values to
2518
- # resource values. Used by the attack path simulation.
2517
+ # A resource value config (RVC) is a mapping configuration of user's resources
2518
+ # to resource values. Used in Attack path simulations.
2519
2519
  class GoogleCloudSecuritycenterV1ResourceValueConfig
2520
2520
  include Google::Apis::Core::Hashable
2521
2521
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.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 = "20231001"
25
+ REVISION = "20231005"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.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-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-15 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-securitycenter_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []