google-apis-securitycenter_v1 0.79.0 → 0.80.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: 03fd6fbf3512c02446962eb29b9439bab7b877138020e545276411565f34cf63
4
- data.tar.gz: 848ef229ac778319b4dfbdb3333618ec7da97d8ca857b3fa404bf38e8dd0ef1b
3
+ metadata.gz: 49992907bd5b4927360e3f6e6e116b84a7c2d6a0f9e9d7696502fc0c88881cc8
4
+ data.tar.gz: 87588b14ffed8d66ae7113b9be6ade9f84bdad2d6f1d3e395f1fd56129687e49
5
5
  SHA512:
6
- metadata.gz: a58f1c0f5ec4456b65b7455722a7d1eee3cb6a34e606f25e3cbdf9b1a8ffde9c03af1809899b25c56cf8732535cf4b826e7cf9009e7f63a69e5460c8f699b9a6
7
- data.tar.gz: 91592db3a32d48b73e01fd7c0d83fac7534c4adf137c9079fcb711d0866f93d78991cf264c8038bc66c7942aeda105e43e755d162469a6529aa0f0d749af76f6
6
+ metadata.gz: 5d1928b513f9d98e43ad9f5147aa1a86a130943dc72ce86d29bd33df18b2fbe8afccb8ff4d453fa19e2d6eb90676983cb3c8a81722c32ec9151a08658b82333d
7
+ data.tar.gz: 55c99c739b1fef8347fee85fa122145f525aeb53842d5800e4887407fa2afd3abecec08394c3a706cf44fda69bf176f54b2d1123e2033868256f416918b89566
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.80.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240422
6
+
3
7
  ### v0.79.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240415
@@ -351,7 +351,7 @@ module Google
351
351
  class Attack
352
352
  include Google::Apis::Core::Hashable
353
353
 
354
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
354
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
355
355
  # Corresponds to the JSON property `classification`
356
356
  # @return [String]
357
357
  attr_accessor :classification
@@ -1085,7 +1085,7 @@ module Google
1085
1085
  attr_accessor :security_policy
1086
1086
 
1087
1087
  # Distinguish between volumetric & protocol DDoS attack and application layer
1088
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
1088
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
1089
1089
  # for Layer 7 DDoS attacks.
1090
1090
  # Corresponds to the JSON property `threatVector`
1091
1091
  # @return [String]
@@ -3240,13 +3240,13 @@ module Google
3240
3240
  # @return [Google::Apis::SecuritycenterV1::ResourcePath]
3241
3241
  attr_accessor :resource_path
3242
3242
 
3243
- # A string representation of the resource path. For GCP, it has the format of:
3244
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
3245
- # projects/`project_id` where there can be any number of folders. For AWS, it
3246
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
3247
- # organizational_unit_id`/account/`account_id` where there can be any number of
3248
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
3249
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
3243
+ # A string representation of the resource path. For Google Cloud, it has the
3244
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
3245
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
3246
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
3247
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
3248
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
3249
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
3250
3250
  # resource_group_name` where there can be any number of management groups.
3251
3251
  # Corresponds to the JSON property `resourcePathString`
3252
3252
  # @return [String]
@@ -4070,7 +4070,7 @@ module Google
4070
4070
  class GoogleCloudSecuritycenterV2Attack
4071
4071
  include Google::Apis::Core::Hashable
4072
4072
 
4073
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
4073
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
4074
4074
  # Corresponds to the JSON property `classification`
4075
4075
  # @return [String]
4076
4076
  attr_accessor :classification
@@ -4540,7 +4540,7 @@ module Google
4540
4540
  attr_accessor :security_policy
4541
4541
 
4542
4542
  # Distinguish between volumetric & protocol DDoS attack and application layer
4543
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
4543
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
4544
4544
  # for Layer 7 DDoS attacks.
4545
4545
  # Corresponds to the JSON property `threatVector`
4546
4546
  # @return [String]
@@ -6708,13 +6708,13 @@ module Google
6708
6708
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ResourcePath]
6709
6709
  attr_accessor :resource_path
6710
6710
 
6711
- # A string representation of the resource path. For GCP, it has the format of:
6712
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
6713
- # projects/`project_id` where there can be any number of folders. For AWS, it
6714
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
6715
- # organizational_unit_id`/account/`account_id` where there can be any number of
6716
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
6717
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
6711
+ # A string representation of the resource path. For Google Cloud, it has the
6712
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
6713
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
6714
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
6715
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
6716
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
6717
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
6718
6718
  # resource_group_name` where there can be any number of management groups.
6719
6719
  # Corresponds to the JSON property `resourcePathString`
6720
6720
  # @return [String]
@@ -7029,9 +7029,9 @@ module Google
7029
7029
  attr_accessor :preview
7030
7030
  alias_method :preview?, :preview
7031
7031
 
7032
- # The type of Google Cloud Armor security policy for example, backend security
7033
- # policy’, edge security policy’, network edge security policy’, or always-on
7034
- # DDoS protection’.
7032
+ # The type of Google Cloud Armor security policy for example, 'backend security
7033
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
7034
+ # DDoS protection'.
7035
7035
  # Corresponds to the JSON property `type`
7036
7036
  # @return [String]
7037
7037
  attr_accessor :type
@@ -9337,13 +9337,13 @@ module Google
9337
9337
  # @return [Google::Apis::SecuritycenterV1::ResourcePath]
9338
9338
  attr_accessor :resource_path
9339
9339
 
9340
- # A string representation of the resource path. For GCP, it has the format of:
9341
- # org/`organization_id`/folder/`folder_id`/folder/`folder_id`/project/`
9340
+ # A string representation of the resource path. For Google Cloud, it has the
9341
+ # format of org/`organization_id`/folder/`folder_id`/folder/`folder_id`/project/`
9342
9342
  # project_id` where there can be any number of folders. For AWS, it has the
9343
- # format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
9343
+ # format of org/`organization_id`/ou/`organizational_unit_id`/ou/`
9344
9344
  # organizational_unit_id`/account/`account_id` where there can be any number of
9345
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
9346
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
9345
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
9346
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
9347
9347
  # resource_group_name` where there can be any number of management groups.
9348
9348
  # Corresponds to the JSON property `resourcePathString`
9349
9349
  # @return [String]
@@ -9671,9 +9671,9 @@ module Google
9671
9671
  attr_accessor :preview
9672
9672
  alias_method :preview?, :preview
9673
9673
 
9674
- # The type of Google Cloud Armor security policy for example, backend security
9675
- # policy’, edge security policy’, network edge security policy’, or always-on
9676
- # DDoS protection’.
9674
+ # The type of Google Cloud Armor security policy for example, 'backend security
9675
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
9676
+ # DDoS protection'.
9677
9677
  # Corresponds to the JSON property `type`
9678
9678
  # @return [String]
9679
9679
  attr_accessor :type
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240415"
25
+ REVISION = "20240422"
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.79.0
4
+ version: 0.80.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.80.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: []