google-apis-servicecontrol_v2 0.38.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afec4b87a47b6f5ba2701565bc5b5716faa6fe0396add6eb7b15a0e4da7d7522
|
4
|
+
data.tar.gz: 44f6231a2159ce6c71f0b2efb7dd3bbe4e0efc12608c029cd039f0455d70ad80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a939602a2d7fe178112aedfad3c8af0b8d28a6875e96934b257a043e4e4beb8b4cf8523b67f81240c77c71acca84c1469a06e51f88187a94680a5ee822ba4bb
|
7
|
+
data.tar.gz: 0dbd4536765d71416a3a0a31f031fbc5c6fba8370226e896ea08ff572a95903265872b86ed8bc36f366ddb3388d0abcc5c402712c1ed073226fe5332674d8c14
|
data/CHANGELOG.md
CHANGED
@@ -596,18 +596,15 @@ module Google
|
|
596
596
|
class OrgPolicyViolationInfo
|
597
597
|
include Google::Apis::Core::Hashable
|
598
598
|
|
599
|
-
# Optional. Resource payload that is currently in scope and is
|
600
|
-
# orgpolicy conditions. This payload may be the subset of the
|
601
|
-
# that may come in the request.
|
599
|
+
# Optional. Deprecated. Resource payload that is currently in scope and is
|
600
|
+
# subjected to orgpolicy conditions. This payload may be the subset of the
|
601
|
+
# actual Resource that may come in the request.
|
602
602
|
# Corresponds to the JSON property `payload`
|
603
603
|
# @return [Hash<String,Object>]
|
604
604
|
attr_accessor :payload
|
605
605
|
|
606
|
-
# Optional. Tags referenced on the resource at the time of
|
607
|
-
#
|
608
|
-
# CheckCustomConstraints Requests. Optional field as of now. These tags are the
|
609
|
-
# Cloud tags that are available on the resource during the policy evaluation and
|
610
|
-
# will be available as part of the OrgPolicy check response for logging purposes.
|
606
|
+
# Optional. Deprecated. Tags referenced on the resource at the time of
|
607
|
+
# evaluation.
|
611
608
|
# Corresponds to the JSON property `resourceTags`
|
612
609
|
# @return [Hash<String,String>]
|
613
610
|
attr_accessor :resource_tags
|
@@ -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.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240531"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.39.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|