google-apis-assuredworkloads_v1beta1 0.36.0 → 0.37.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: c44d97a9514077d84ff011a3cbf8d2614f2f54641cffb19e7e86c47894c1ab6b
|
|
4
|
+
data.tar.gz: '079d3cf265f8b653c76553194ade313aa4db97b2bed652db74e013697324002c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6976adaa46df4f74000c52ef45cadad3e9121cdda0b23041c27dbcadbfa9a59c230aadca3310b89eab6b1e597130a9efae9bb304652d1a7b04c01359c8497152
|
|
7
|
+
data.tar.gz: 7212d48ed5a773c021886865e3abd33621d1c4dd83a9670d18e9e39b71ae71bf917a454ff99eb6c9656210b3dc8f6590cb2a2218cccbdcc3197b6ace2d8d9420
|
data/CHANGELOG.md
CHANGED
|
@@ -307,12 +307,18 @@ module Google
|
|
|
307
307
|
class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse
|
|
308
308
|
include Google::Apis::Core::Hashable
|
|
309
309
|
|
|
310
|
+
# Count of acknowledged violations.
|
|
311
|
+
# Corresponds to the JSON property `acknowledgedViolationsCount`
|
|
312
|
+
# @return [Fixnum]
|
|
313
|
+
attr_accessor :acknowledged_violations_count
|
|
314
|
+
|
|
310
315
|
def initialize(**args)
|
|
311
316
|
update!(**args)
|
|
312
317
|
end
|
|
313
318
|
|
|
314
319
|
# Update properties of this object
|
|
315
320
|
def update!(**args)
|
|
321
|
+
@acknowledged_violations_count = args[:acknowledged_violations_count] if args.key?(:acknowledged_violations_count)
|
|
316
322
|
end
|
|
317
323
|
end
|
|
318
324
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AssuredworkloadsV1beta1
|
|
18
18
|
# Version of the google-apis-assuredworkloads_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260623"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -429,6 +429,7 @@ module Google
|
|
|
429
429
|
class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse
|
|
430
430
|
# @private
|
|
431
431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
432
|
+
property :acknowledged_violations_count, as: 'acknowledgedViolationsCount'
|
|
432
433
|
end
|
|
433
434
|
end
|
|
434
435
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-assuredworkloads_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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-assuredworkloads_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.37.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|