google-apis-servicecontrol_v2 0.39.0 → 0.40.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: 01536a28d0d9fbbb92a9e6111f7e99e0da44d97fba3d26a0d50d6816601b6a1e
|
|
4
|
+
data.tar.gz: d0644a0e3954bd1339cdf3452ff51210d16d3d5190d719410db66c3772682711
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f525fce6f2da7b30b2c5298c841329351022717aecf0295047391606fc7e1ab03ede7234056ab4fcdb9c4b3cd9b62dde9761180e61445b6b99206ff11755b641
|
|
7
|
+
data.tar.gz: 1c7cb9d4a140232141893dfbd8f281f2e31eacb913060de9554085e5e8f3526852278a4e7712d79675bfe3c7380e3e8a18a70f534f581d7631c3c7634f99a6d8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-servicecontrol_v2
|
|
2
2
|
|
|
3
|
+
### v0.40.0 (2024-08-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240802
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.39.0 (2024-06-09)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240531
|
|
@@ -1664,6 +1664,13 @@ module Google
|
|
|
1664
1664
|
class V2ResourceEvent
|
|
1665
1665
|
include Google::Apis::Core::Hashable
|
|
1666
1666
|
|
|
1667
|
+
# The ESF unique context id of the api request, from which this resource event
|
|
1668
|
+
# originated. This field is only needed for CAIS integration via api annotation.
|
|
1669
|
+
# See go/cais-lro-delete for more details.
|
|
1670
|
+
# Corresponds to the JSON property `contextId`
|
|
1671
|
+
# @return [Fixnum]
|
|
1672
|
+
attr_accessor :context_id
|
|
1673
|
+
|
|
1667
1674
|
# The destinations field determines which backend services should handle the
|
|
1668
1675
|
# event. This should be specified as a comma-delimited string.
|
|
1669
1676
|
# Corresponds to the JSON property `destinations`
|
|
@@ -1710,6 +1717,7 @@ module Google
|
|
|
1710
1717
|
|
|
1711
1718
|
# Update properties of this object
|
|
1712
1719
|
def update!(**args)
|
|
1720
|
+
@context_id = args[:context_id] if args.key?(:context_id)
|
|
1713
1721
|
@destinations = args[:destinations] if args.key?(:destinations)
|
|
1714
1722
|
@parent = args[:parent] if args.key?(:parent)
|
|
1715
1723
|
@path = args[:path] if args.key?(:path)
|
|
@@ -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.40.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
|
|
@@ -583,6 +583,7 @@ module Google
|
|
|
583
583
|
class V2ResourceEvent
|
|
584
584
|
# @private
|
|
585
585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
586
|
+
property :context_id, :numeric_string => true, as: 'contextId'
|
|
586
587
|
property :destinations, as: 'destinations'
|
|
587
588
|
property :parent, as: 'parent', class: Google::Apis::ServicecontrolV2::Resource, decorator: Google::Apis::ServicecontrolV2::Resource::Representation
|
|
588
589
|
|
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.40.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-08-11 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.40.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: []
|