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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 521bc3bedb98595e76473706579276b36a28b3a4f1e67fa6e532ae73a3a104e6
|
|
4
|
+
data.tar.gz: 100d8f7f452ecd8fce68ae3ad0e964f4b0095ee0016c10de5ec7177416c6ec8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5400a4119f954f63709728c601bcfc9c1a7596e190ae7225f7caeab9b56f04d67eb18682e2ea97952b5661c18484b8b32cb01a0798cfdc7abd81a772d05a1d7
|
|
7
|
+
data.tar.gz: 4289b9b410648d873fdda10bfe1dee92c3dd5e2dd71429fc6859a5479007e00fd96c3c05009b6161f388134ab90525ec0d48aaf56dfc7251030118c27c64e24a
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|