google-apis-securitycenter_v1beta1 0.75.0 → 0.76.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: b271916b3b2bc15a0c5ef24f834f943247060f3d4b8359e2f42fbe77440b216e
4
- data.tar.gz: fd8f43930b0aaf89782ec13811d86657d8a9cdae735eb3e8eea4a30384874e48
3
+ metadata.gz: ab34e805490a97d4e9b4cf25b517466b1d06133a217f71944fa85003075f1ae5
4
+ data.tar.gz: 463efca3e21160ed11bcceff4acf7263e79bac622d87a0093b62fede56ba5a20
5
5
  SHA512:
6
- metadata.gz: 51fe825742be0188fcfbdd632183a3da356a0325bad9b47f73c6d4b6bac2c6eea175008443cfa03a61e89e8c71d416293b3debfee265d09cc9e89263e9696f8c
7
- data.tar.gz: 024341a000ccab6b7f67a08adfdbd4eca9bf9d54c1f841d6f928499d236a052a6c852a8a8dcee2567e69cb16bb694f1702e35f81cc0a4a16394427a3a257f76e
6
+ metadata.gz: 31c00f71939c9f474c6f28904d378e0a35c049f89cfe845f73ab4729347aeae138235c3f4272a5d925480f00efa15ac2ba0bc17b334f575f34e0982e0241e29e
7
+ data.tar.gz: 6995347692f5d0def68c40e8441e97d0cb83707845c8cc8ba54010bcc1c443ad8421aac9e53127a7b972f2379381cf502479d86e32d827aa2f0c57f6040b05aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.76.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240422
6
+
3
7
  ### v0.75.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240415
@@ -328,7 +328,7 @@ module Google
328
328
  class Attack
329
329
  include Google::Apis::Core::Hashable
330
330
 
331
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
331
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
332
332
  # Corresponds to the JSON property `classification`
333
333
  # @return [String]
334
334
  attr_accessor :classification
@@ -848,7 +848,7 @@ module Google
848
848
  attr_accessor :security_policy
849
849
 
850
850
  # Distinguish between volumetric & protocol DDoS attack and application layer
851
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
851
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
852
852
  # for Layer 7 DDoS attacks.
853
853
  # Corresponds to the JSON property `threatVector`
854
854
  # @return [String]
@@ -2777,13 +2777,13 @@ module Google
2777
2777
  # @return [Google::Apis::SecuritycenterV1beta1::ResourcePath]
2778
2778
  attr_accessor :resource_path
2779
2779
 
2780
- # A string representation of the resource path. For GCP, it has the format of:
2781
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
2782
- # projects/`project_id` where there can be any number of folders. For AWS, it
2783
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
2784
- # organizational_unit_id`/account/`account_id` where there can be any number of
2785
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
2786
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
2780
+ # A string representation of the resource path. For Google Cloud, it has the
2781
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
2782
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
2783
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
2784
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
2785
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
2786
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
2787
2787
  # resource_group_name` where there can be any number of management groups.
2788
2788
  # Corresponds to the JSON property `resourcePathString`
2789
2789
  # @return [String]
@@ -3740,7 +3740,7 @@ module Google
3740
3740
  class GoogleCloudSecuritycenterV2Attack
3741
3741
  include Google::Apis::Core::Hashable
3742
3742
 
3743
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
3743
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
3744
3744
  # Corresponds to the JSON property `classification`
3745
3745
  # @return [String]
3746
3746
  attr_accessor :classification
@@ -4210,7 +4210,7 @@ module Google
4210
4210
  attr_accessor :security_policy
4211
4211
 
4212
4212
  # Distinguish between volumetric & protocol DDoS attack and application layer
4213
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
4213
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
4214
4214
  # for Layer 7 DDoS attacks.
4215
4215
  # Corresponds to the JSON property `threatVector`
4216
4216
  # @return [String]
@@ -6378,13 +6378,13 @@ module Google
6378
6378
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourcePath]
6379
6379
  attr_accessor :resource_path
6380
6380
 
6381
- # A string representation of the resource path. For GCP, it has the format of:
6382
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
6383
- # projects/`project_id` where there can be any number of folders. For AWS, it
6384
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
6385
- # organizational_unit_id`/account/`account_id` where there can be any number of
6386
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
6387
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
6381
+ # A string representation of the resource path. For Google Cloud, it has the
6382
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
6383
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
6384
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
6385
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
6386
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
6387
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
6388
6388
  # resource_group_name` where there can be any number of management groups.
6389
6389
  # Corresponds to the JSON property `resourcePathString`
6390
6390
  # @return [String]
@@ -6699,9 +6699,9 @@ module Google
6699
6699
  attr_accessor :preview
6700
6700
  alias_method :preview?, :preview
6701
6701
 
6702
- # The type of Google Cloud Armor security policy for example, backend security
6703
- # policy’, edge security policy’, network edge security policy’, or always-on
6704
- # DDoS protection’.
6702
+ # The type of Google Cloud Armor security policy for example, 'backend security
6703
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
6704
+ # DDoS protection'.
6705
6705
  # Corresponds to the JSON property `type`
6706
6706
  # @return [String]
6707
6707
  attr_accessor :type
@@ -8615,9 +8615,9 @@ module Google
8615
8615
  attr_accessor :preview
8616
8616
  alias_method :preview?, :preview
8617
8617
 
8618
- # The type of Google Cloud Armor security policy for example, backend security
8619
- # policy’, edge security policy’, network edge security policy’, or always-on
8620
- # DDoS protection’.
8618
+ # The type of Google Cloud Armor security policy for example, 'backend security
8619
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
8620
+ # DDoS protection'.
8621
8621
  # Corresponds to the JSON property `type`
8622
8622
  # @return [String]
8623
8623
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.76.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []