google-apis-securitycenter_v1beta2 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab00d870740fa48608eda55fe33d5d9d664628a7d066f3e5a2657026c00f56a8
|
4
|
+
data.tar.gz: 5e53790cf98afb4d71a68135f7c7de66c95e620daac8d7f5ad5abed5e01637fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09b652a53b8a51391e47667568e4964911d3fc8dda2169cdef13740dfb9b3f2941b1b322cd4ed47cf8ed5b340a8ca98c6eab46ab7fc9b69a5bed94401eb145e6'
|
7
|
+
data.tar.gz: 33fedb08fa4f479e91f32569f97d5c6c403e5b97077ecc3b7faa2533a7a3cfbc7afade104eb58180337d4f44b1c77dc79ef308945226e893d08ea5c65558ab93
|
data/CHANGELOG.md
CHANGED
@@ -1455,8 +1455,8 @@ module Google
|
|
1455
1455
|
|
1456
1456
|
# Maximum duration of retention allowed from the DRD control. This comes from
|
1457
1457
|
# the DRD control where users set a max TTL for their data. For example, suppose
|
1458
|
-
# that a user
|
1459
|
-
# object in that bucket is 100 days old. In this case, a
|
1458
|
+
# that a user sets the max TTL for a Cloud Storage bucket to 90 days. However,
|
1459
|
+
# an object in that bucket is 100 days old. In this case, a
|
1460
1460
|
# DataRetentionDeletionEvent will be generated for that Cloud Storage bucket,
|
1461
1461
|
# and the max_retention_allowed is 90 days.
|
1462
1462
|
# Corresponds to the JSON property `maxRetentionAllowed`
|
@@ -1619,7 +1619,7 @@ module Google
|
|
1619
1619
|
include Google::Apis::Core::Hashable
|
1620
1620
|
|
1621
1621
|
# The name of the disk, for example, "https://www.googleapis.com/compute/v1/
|
1622
|
-
# projects
|
1622
|
+
# projects/`project-id`/zones/`zone-id`/disks/`disk-id`".
|
1623
1623
|
# Corresponds to the JSON property `name`
|
1624
1624
|
# @return [String]
|
1625
1625
|
attr_accessor :name
|
@@ -5126,8 +5126,8 @@ module Google
|
|
5126
5126
|
|
5127
5127
|
# Maximum duration of retention allowed from the DRD control. This comes from
|
5128
5128
|
# the DRD control where users set a max TTL for their data. For example, suppose
|
5129
|
-
# that a user
|
5130
|
-
# object in that bucket is 100 days old. In this case, a
|
5129
|
+
# that a user sets the max TTL for a Cloud Storage bucket to 90 days. However,
|
5130
|
+
# an object in that bucket is 100 days old. In this case, a
|
5131
5131
|
# DataRetentionDeletionEvent will be generated for that Cloud Storage bucket,
|
5132
5132
|
# and the max_retention_allowed is 90 days.
|
5133
5133
|
# Corresponds to the JSON property `maxRetentionAllowed`
|
@@ -5259,7 +5259,7 @@ module Google
|
|
5259
5259
|
include Google::Apis::Core::Hashable
|
5260
5260
|
|
5261
5261
|
# The name of the disk, for example, "https://www.googleapis.com/compute/v1/
|
5262
|
-
# projects
|
5262
|
+
# projects/`project-id`/zones/`zone-id`/disks/`disk-id`".
|
5263
5263
|
# Corresponds to the JSON property `name`
|
5264
5264
|
# @return [String]
|
5265
5265
|
attr_accessor :name
|
@@ -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.
|
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.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250228"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.76.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.76.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|