google-apis-securityposture_v1 0.1.0 → 0.3.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: b06f763e7e1054e7b7b5c4984e6aae2a982c18a5e31e8b8854213f170505e455
4
- data.tar.gz: a69b25c73f22e9e1f748f64312a27b24cd298df74b151111d2d12a085c483bdf
3
+ metadata.gz: 34cd040a8509e9bc17dccfe7a24515ce18001085925a851f423754ebfe86b72f
4
+ data.tar.gz: 94f35f73838f8fc44d07552fbb15b2a402f3b4ca3df588130b7ffb427eb1a1f2
5
5
  SHA512:
6
- metadata.gz: 0cc9ba2bf99856c06a3835f0694162f97a33117458a181e6cd3e27185856daf76ca9d93052d3ed2f3f452e8b9f335e0e01914746c1d902bf2a9ac93c5aacbc2b
7
- data.tar.gz: 249d2707db694b1ec47987704fcb658c3ecbefebe47ae1361ab90310071d727fc357962fe2b628ec614f7ef6480ec718ee199d94a1103b7f3b5cbb186b839bc4
6
+ metadata.gz: f60d82ef694cb255dbbc2a7c16e479e71e4f569e960e88ce286c719f0d707d3ebbb89d2d3a74ff88b3119be1c9ab48e933d14a2a70bca430ff18f64fbfa3875e
7
+ data.tar.gz: f68e9c084b4f0f348b1e67b7560d1af00cb8a31718f11f61f8b4536a23ae1a6899c9920330d8529a013c5f09a3f0b92deaef2619e7bc70f05c2f24e0a0a6a6b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securityposture_v1
2
2
 
3
+ ### v0.3.0 (2025-05-11)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.2.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250226
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.1.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241212
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/security-command-center) ma
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -456,7 +456,7 @@ module Google
456
456
  attr_accessor :enforce
457
457
  alias_method :enforce?, :enforce
458
458
 
459
- # Optional. Required for GMCs if parameters defined in constraints. Pass
459
+ # Optional. Required for managed constraints if parameters are defined. Passes
460
460
  # parameter values when policy enforcement is enabled. Ensure that parameter
461
461
  # value types match those defined in the constraint definition. For example: ` "
462
462
  # allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
@@ -464,12 +464,12 @@ module Google
464
464
  # @return [Hash<String,Object>]
465
465
  attr_accessor :parameters
466
466
 
467
- # Set multiple resource types for one policy, eg: resourceTypes: included: -
468
- # compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint
469
- # definition contains an empty resource type in order to support multiple
470
- # resource types in the policy. Only support Google managed constriaint and
471
- # method type is GOVERN_TAGS Refer go/multi-resource-support-force-tags-gmc to
472
- # get more details.
467
+ # Set multiple resource types for one policy, for example: resourceTypes:
468
+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
469
+ # Constraint definition contains an empty resource type in order to support
470
+ # multiple resource types in the policy. Only supports managed constraints.
471
+ # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
472
+ # to get more details.
473
473
  # Corresponds to the JSON property `resourceTypes`
474
474
  # @return [Google::Apis::SecuritypostureV1::ResourceTypes]
475
475
  attr_accessor :resource_types
@@ -1540,16 +1540,16 @@ module Google
1540
1540
  end
1541
1541
  end
1542
1542
 
1543
- # Set multiple resource types for one policy, eg: resourceTypes: included: -
1544
- # compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint
1545
- # definition contains an empty resource type in order to support multiple
1546
- # resource types in the policy. Only support Google managed constriaint and
1547
- # method type is GOVERN_TAGS Refer go/multi-resource-support-force-tags-gmc to
1548
- # get more details.
1543
+ # Set multiple resource types for one policy, for example: resourceTypes:
1544
+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
1545
+ # Constraint definition contains an empty resource type in order to support
1546
+ # multiple resource types in the policy. Only supports managed constraints.
1547
+ # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
1548
+ # to get more details.
1549
1549
  class ResourceTypes
1550
1550
  include Google::Apis::Core::Hashable
1551
1551
 
1552
- # Optional. The resource type we currently support. cloud/orgpolicy/
1552
+ # Optional. The resource types we currently support. cloud/orgpolicy/
1553
1553
  # customconstraintconfig/prod/resource_types.prototext
1554
1554
  # Corresponds to the JSON property `included`
1555
1555
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritypostureV1
18
18
  # Version of the google-apis-securityposture_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241212"
25
+ REVISION = "20250226"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securityposture_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.3.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Security Posture API V1
82
79
  test_files: []