google-apis-servicecontrol_v2 0.45.0 → 0.46.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: 2c893aebc2fc8f0fc85c518ef6a2d06de17453839a79f8aa9685ea55ebfc3deb
|
|
4
|
+
data.tar.gz: 8b5079592afd0fbff336bc01bcac78c8f0d22899a22e079e4750e4fc29476f98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 246f575fe68a21cd9cc7f3cb2b82cd3e0432abcec8e974bce36d7700ae1038d49d08e1334198871c50285b1166a010ab13c9f7227ff777571a1fb2aa52a641f0
|
|
7
|
+
data.tar.gz: 387f076fb68e4b430cddea855fd462ab6ba786eefc6bdd134080e969524399d1fcc891c8476e25ab76ad64e58861ebb52c6a9504e6af42d9bd2476acc3fa0102
|
data/CHANGELOG.md
CHANGED
|
@@ -1814,6 +1814,13 @@ module Google
|
|
|
1814
1814
|
# @return [String]
|
|
1815
1815
|
attr_accessor :constraint
|
|
1816
1816
|
|
|
1817
|
+
# Optional. Provides extra information for the specific violated constraint. See
|
|
1818
|
+
# the constraint's documentation to determine if this field is populated and
|
|
1819
|
+
# what the structure of the message should be.
|
|
1820
|
+
# Corresponds to the JSON property `constraintViolationInfo`
|
|
1821
|
+
# @return [Hash<String,Object>]
|
|
1822
|
+
attr_accessor :constraint_violation_info
|
|
1823
|
+
|
|
1817
1824
|
# Optional. Error message that policy is indicating.
|
|
1818
1825
|
# Corresponds to the JSON property `errorMessage`
|
|
1819
1826
|
# @return [String]
|
|
@@ -1832,6 +1839,7 @@ module Google
|
|
|
1832
1839
|
def update!(**args)
|
|
1833
1840
|
@checked_value = args[:checked_value] if args.key?(:checked_value)
|
|
1834
1841
|
@constraint = args[:constraint] if args.key?(:constraint)
|
|
1842
|
+
@constraint_violation_info = args[:constraint_violation_info] if args.key?(:constraint_violation_info)
|
|
1835
1843
|
@error_message = args[:error_message] if args.key?(:error_message)
|
|
1836
1844
|
@policy_type = args[:policy_type] if args.key?(:policy_type)
|
|
1837
1845
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicecontrolV2
|
|
18
18
|
# Version of the google-apis-servicecontrol_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.46.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 = "
|
|
25
|
+
REVISION = "20251125"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -632,6 +632,7 @@ module Google
|
|
|
632
632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
633
633
|
property :checked_value, as: 'checkedValue'
|
|
634
634
|
property :constraint, as: 'constraint'
|
|
635
|
+
hash :constraint_violation_info, as: 'constraintViolationInfo'
|
|
635
636
|
property :error_message, as: 'errorMessage'
|
|
636
637
|
property :policy_type, as: 'policyType'
|
|
637
638
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-servicecontrol_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.46.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.46.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|