google-apis-securitycenter_v1beta2 0.67.0 → 0.68.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: 0c02638e85bba41c2b9ab5f5804c322357137410a054f5c0ac7c61315d8e8034
4
- data.tar.gz: b4c7ecd137816da383576100d249be75bed8e3b48e1d8b844e98e331a4453443
3
+ metadata.gz: e5d97f0889f61c04f18c3c2326a32fcf73a7ac413d7019b9bedf36dd11bcb358
4
+ data.tar.gz: 43ca69cc1023b514a1e465f132a526e6d6ccd15912629713813c46c6ffed1c7b
5
5
  SHA512:
6
- metadata.gz: 4368ac606e3f0b1016a6a181d86131115657ee60e9eda016eb0b642884f5297aa4ab20302e306709ec7fa386d98a6251c668326f94fe0dadc31d5771a27c5da8
7
- data.tar.gz: d850274e20de75b5d1e07f550a5084ef99ce5938ff486c5bb5845494578a9ed4cc02f0721a230542b9e1756d6db70d5b9a7b0ec612d66766d4dd76e7e3fb737d
6
+ metadata.gz: cc1d38e3a4b2742379c7482aff2c140133bccc26dc6727021b9f9403842fef7478500aebb83d47655e9427f975eefa561888f9cf14770b5cb1c2276e3e9894c7
7
+ data.tar.gz: 7b26c108208de7f7980070ecd526695b6b69043c9de9143b5708433d69c571a5f8c3240b968b464bae714a1ec1878a4ac1503555f7e8d2ead8b1aa78d5b77d76
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.68.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240422
6
+
3
7
  ### v0.67.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240415
@@ -242,7 +242,7 @@ module Google
242
242
  class Attack
243
243
  include Google::Apis::Core::Hashable
244
244
 
245
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
245
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
246
246
  # Corresponds to the JSON property `classification`
247
247
  # @return [String]
248
248
  attr_accessor :classification
@@ -577,7 +577,7 @@ module Google
577
577
  attr_accessor :security_policy
578
578
 
579
579
  # Distinguish between volumetric & protocol DDoS attack and application layer
580
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
580
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
581
581
  # for Layer 7 DDoS attacks.
582
582
  # Corresponds to the JSON property `threatVector`
583
583
  # @return [String]
@@ -2594,13 +2594,13 @@ module Google
2594
2594
  # @return [Google::Apis::SecuritycenterV1beta2::ResourcePath]
2595
2595
  attr_accessor :resource_path
2596
2596
 
2597
- # A string representation of the resource path. For GCP, it has the format of:
2598
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
2599
- # projects/`project_id` where there can be any number of folders. For AWS, it
2600
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
2601
- # organizational_unit_id`/account/`account_id` where there can be any number of
2602
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
2603
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
2597
+ # A string representation of the resource path. For Google Cloud, it has the
2598
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
2599
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
2600
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
2601
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
2602
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
2603
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
2604
2604
  # resource_group_name` where there can be any number of management groups.
2605
2605
  # Corresponds to the JSON property `resourcePathString`
2606
2606
  # @return [String]
@@ -3424,7 +3424,7 @@ module Google
3424
3424
  class GoogleCloudSecuritycenterV2Attack
3425
3425
  include Google::Apis::Core::Hashable
3426
3426
 
3427
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
3427
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
3428
3428
  # Corresponds to the JSON property `classification`
3429
3429
  # @return [String]
3430
3430
  attr_accessor :classification
@@ -3894,7 +3894,7 @@ module Google
3894
3894
  attr_accessor :security_policy
3895
3895
 
3896
3896
  # Distinguish between volumetric & protocol DDoS attack and application layer
3897
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
3897
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
3898
3898
  # for Layer 7 DDoS attacks.
3899
3899
  # Corresponds to the JSON property `threatVector`
3900
3900
  # @return [String]
@@ -6062,13 +6062,13 @@ module Google
6062
6062
  # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ResourcePath]
6063
6063
  attr_accessor :resource_path
6064
6064
 
6065
- # A string representation of the resource path. For GCP, it has the format of:
6066
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
6067
- # projects/`project_id` where there can be any number of folders. For AWS, it
6068
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
6069
- # organizational_unit_id`/account/`account_id` where there can be any number of
6070
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
6071
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
6065
+ # A string representation of the resource path. For Google Cloud, it has the
6066
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
6067
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
6068
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
6069
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
6070
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
6071
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
6072
6072
  # resource_group_name` where there can be any number of management groups.
6073
6073
  # Corresponds to the JSON property `resourcePathString`
6074
6074
  # @return [String]
@@ -6383,9 +6383,9 @@ module Google
6383
6383
  attr_accessor :preview
6384
6384
  alias_method :preview?, :preview
6385
6385
 
6386
- # The type of Google Cloud Armor security policy for example, backend security
6387
- # policy’, edge security policy’, network edge security policy’, or always-on
6388
- # DDoS protection’.
6386
+ # The type of Google Cloud Armor security policy for example, 'backend security
6387
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
6388
+ # DDoS protection'.
6389
6389
  # Corresponds to the JSON property `type`
6390
6390
  # @return [String]
6391
6391
  attr_accessor :type
@@ -7784,9 +7784,9 @@ module Google
7784
7784
  attr_accessor :preview
7785
7785
  alias_method :preview?, :preview
7786
7786
 
7787
- # The type of Google Cloud Armor security policy for example, backend security
7788
- # policy’, edge security policy’, network edge security policy’, or always-on
7789
- # DDoS protection’.
7787
+ # The type of Google Cloud Armor security policy for example, 'backend security
7788
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
7789
+ # DDoS protection'.
7790
7790
  # Corresponds to the JSON property `type`
7791
7791
  # @return [String]
7792
7792
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.68.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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.68.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []