google-apis-servicecontrol_v1 0.44.0 → 0.45.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: 635de941f5355021c79bc03e8b22d1920fd00d830f0dc0af7f12625b29eceba3
4
- data.tar.gz: bf7fbf0efc06478fb3f50a132ad5685895c5dc323bede3c9d03b59b4e5a697bd
3
+ metadata.gz: 521bc3bedb98595e76473706579276b36a28b3a4f1e67fa6e532ae73a3a104e6
4
+ data.tar.gz: 100d8f7f452ecd8fce68ae3ad0e964f4b0095ee0016c10de5ec7177416c6ec8c
5
5
  SHA512:
6
- metadata.gz: dc7f7addb009969d6e1e9f7deadd03a205f42c8af9636e8caa4dce81525524739d280d0336c40813718d71030b767aced1187895972351328600bf5027f5d77e
7
- data.tar.gz: 1e64e781c049c186bbec8a05937c6bcca7bc5adbf075d9d93f5fb21bbe52723a9c1c390357a6c01a001a57fc66e1b4b1c19686522e3abac2e28f113a253d79c9
6
+ metadata.gz: b5400a4119f954f63709728c601bcfc9c1a7596e190ae7225f7caeab9b56f04d67eb18682e2ea97952b5661c18484b8b32cb01a0798cfdc7abd81a772d05a1d7
7
+ data.tar.gz: 4289b9b410648d873fdda10bfe1dee92c3dd5e2dd71429fc6859a5479007e00fd96c3c05009b6161f388134ab90525ec0d48aaf56dfc7251030118c27c64e24a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.45.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251125
6
+
3
7
  ### v0.44.0 (2025-09-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20250820
@@ -3070,6 +3070,13 @@ module Google
3070
3070
  # @return [String]
3071
3071
  attr_accessor :constraint
3072
3072
 
3073
+ # Optional. Provides extra information for the specific violated constraint. See
3074
+ # the constraint's documentation to determine if this field is populated and
3075
+ # what the structure of the message should be.
3076
+ # Corresponds to the JSON property `constraintViolationInfo`
3077
+ # @return [Hash<String,Object>]
3078
+ attr_accessor :constraint_violation_info
3079
+
3073
3080
  # Optional. Error message that policy is indicating.
3074
3081
  # Corresponds to the JSON property `errorMessage`
3075
3082
  # @return [String]
@@ -3088,6 +3095,7 @@ module Google
3088
3095
  def update!(**args)
3089
3096
  @checked_value = args[:checked_value] if args.key?(:checked_value)
3090
3097
  @constraint = args[:constraint] if args.key?(:constraint)
3098
+ @constraint_violation_info = args[:constraint_violation_info] if args.key?(:constraint_violation_info)
3091
3099
  @error_message = args[:error_message] if args.key?(:error_message)
3092
3100
  @policy_type = args[:policy_type] if args.key?(:policy_type)
3093
3101
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV1
18
18
  # Version of the google-apis-servicecontrol_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250820"
25
+ REVISION = "20251125"
26
26
  end
27
27
  end
28
28
  end
@@ -1078,6 +1078,7 @@ module Google
1078
1078
  class Representation < Google::Apis::Core::JsonRepresentation
1079
1079
  property :checked_value, as: 'checkedValue'
1080
1080
  property :constraint, as: 'constraint'
1081
+ hash :constraint_violation_info, as: 'constraintViolationInfo'
1081
1082
  property :error_message, as: 'errorMessage'
1082
1083
  property :policy_type, as: 'policyType'
1083
1084
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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-servicecontrol_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
62
62
  rdoc_options: []
63
63
  require_paths: