google-apis-servicecontrol_v1 0.37.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: 29977d437a0d95c4fcc6a9a9ee07c1b0af707945c1ee2c176b1d8b2a39fb043c
|
4
|
+
data.tar.gz: d72f838d3b34a873d289ad140102e8e5309888d2081140e1f8ef86d2c2df567b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef2cd92755392dc330108460faf429727a769646b618bdb068d96d82e214e5a00abc6f7c5ac6ef5e1e7101cd6d66cf03ccb0cc0d0c4e8c90f29eda88022b7c18
|
7
|
+
data.tar.gz: 3495fc7f73dba353138c01d71ac79bffd9861f2036cedacd510c82be3b6a399c5916698884ca62e1333e266b849c41af7ae46a3d68e9380d1fa7e501a3eede25
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-servicecontrol_v1
|
2
2
|
|
3
|
+
### v0.39.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240802
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.38.0 (2024-06-16)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240531
|
11
|
+
|
3
12
|
### v0.37.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -1545,18 +1545,15 @@ module Google
|
|
1545
1545
|
class OrgPolicyViolationInfo
|
1546
1546
|
include Google::Apis::Core::Hashable
|
1547
1547
|
|
1548
|
-
# Optional. Resource payload that is currently in scope and is
|
1549
|
-
# orgpolicy conditions. This payload may be the subset of the
|
1550
|
-
# that may come in the request.
|
1548
|
+
# Optional. Deprecated. Resource payload that is currently in scope and is
|
1549
|
+
# subjected to orgpolicy conditions. This payload may be the subset of the
|
1550
|
+
# actual Resource that may come in the request.
|
1551
1551
|
# Corresponds to the JSON property `payload`
|
1552
1552
|
# @return [Hash<String,Object>]
|
1553
1553
|
attr_accessor :payload
|
1554
1554
|
|
1555
|
-
# Optional. Tags referenced on the resource at the time of
|
1556
|
-
#
|
1557
|
-
# CheckCustomConstraints Requests. Optional field as of now. These tags are the
|
1558
|
-
# Cloud tags that are available on the resource during the policy evaluation and
|
1559
|
-
# will be available as part of the OrgPolicy check response for logging purposes.
|
1555
|
+
# Optional. Deprecated. Tags referenced on the resource at the time of
|
1556
|
+
# evaluation.
|
1560
1557
|
# Corresponds to the JSON property `resourceTags`
|
1561
1558
|
# @return [Hash<String,String>]
|
1562
1559
|
attr_accessor :resource_tags
|
@@ -2923,6 +2920,13 @@ module Google
|
|
2923
2920
|
class V1ResourceEvent
|
2924
2921
|
include Google::Apis::Core::Hashable
|
2925
2922
|
|
2923
|
+
# The ESF unique context id of the api request, from which this resource event
|
2924
|
+
# originated. This field is only needed for CAIS integration via api annotation.
|
2925
|
+
# See go/cais-lro-delete for more details.
|
2926
|
+
# Corresponds to the JSON property `contextId`
|
2927
|
+
# @return [Fixnum]
|
2928
|
+
attr_accessor :context_id
|
2929
|
+
|
2926
2930
|
# The destinations field determines which backend services should handle the
|
2927
2931
|
# event. This should be specified as a comma-delimited string.
|
2928
2932
|
# Corresponds to the JSON property `destinations`
|
@@ -2969,6 +2973,7 @@ module Google
|
|
2969
2973
|
|
2970
2974
|
# Update properties of this object
|
2971
2975
|
def update!(**args)
|
2976
|
+
@context_id = args[:context_id] if args.key?(:context_id)
|
2972
2977
|
@destinations = args[:destinations] if args.key?(:destinations)
|
2973
2978
|
@parent = args[:parent] if args.key?(:parent)
|
2974
2979
|
@path = args[:path] if args.key?(:path)
|
@@ -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.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240802"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1029,6 +1029,7 @@ module Google
|
|
1029
1029
|
class V1ResourceEvent
|
1030
1030
|
# @private
|
1031
1031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
property :context_id, :numeric_string => true, as: 'contextId'
|
1032
1033
|
property :destinations, as: 'destinations'
|
1033
1034
|
property :parent, as: 'parent', class: Google::Apis::ServicecontrolV1::Resource, decorator: Google::Apis::ServicecontrolV1::Resource::Representation
|
1034
1035
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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-12-04 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.39.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Control API V1
|