File tree Expand file tree Collapse file tree
generated/google-apis-assuredworkloads_v1beta1
lib/google/apis/assuredworkloads_v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5589855898"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsRequest/names": names
5589955899"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsRequest/names/name": name
5590055900"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse": google_cloud_assuredworkloads_v1beta1_batch_acknowledge_violations_response
55901+ "/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse/acknowledgedViolationsCount": acknowledged_violations_count
5590155902"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata": google_cloud_assuredworkloads_v1beta1_create_workload_operation_metadata
5590255903"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata/complianceRegime": compliance_regime
5590355904"/assuredworkloads:v1beta1/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata/createTime": create_time
Original file line number Diff line number Diff line change 11# Release history for google-apis-assuredworkloads_v1beta1
22
3+ ### v0.37.0 (2026-07-05)
4+
5+ * Regenerated from discovery document revision 20260623
6+
37### v0.36.0 (2026-06-21)
48
59* Regenerated from discovery document revision 20260615
Original file line number Diff line number Diff line change @@ -307,12 +307,18 @@ def update!(**args)
307307 class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse
308308 include Google ::Apis ::Core ::Hashable
309309
310+ # Count of acknowledged violations.
311+ # Corresponds to the JSON property `acknowledgedViolationsCount`
312+ # @return [Fixnum]
313+ attr_accessor :acknowledged_violations_count
314+
310315 def initialize ( **args )
311316 update! ( **args )
312317 end
313318
314319 # Update properties of this object
315320 def update! ( **args )
321+ @acknowledged_violations_count = args [ :acknowledged_violations_count ] if args . key? ( :acknowledged_violations_count )
316322 end
317323 end
318324
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AssuredworkloadsV1beta1
1818 # Version of the google-apis-assuredworkloads_v1beta1 gem
19- GEM_VERSION = "0.36 .0"
19+ GEM_VERSION = "0.37 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260615 "
25+ REVISION = "20260623 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
429429 class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsResponse
430430 # @private
431431 class Representation < Google ::Apis ::Core ::JsonRepresentation
432+ property :acknowledged_violations_count , as : 'acknowledgedViolationsCount'
432433 end
433434 end
434435
You can’t perform that action at this time.
0 commit comments