google-apis-servicecontrol_v2 0.40.0 → 0.41.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: be68d9746abe4d06a01f5970e27ab614b7533a1bdb8490c5a69d98419a22f67c
|
4
|
+
data.tar.gz: 1455bc6c008632d258bd9aed01fcca67183cab16131b95faab95cefcd83da62f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad6658c22a7740495895ac7231ceecb6e0d6c491721d6cf7987196389e50a36d539c2370381aa2a768e7b273d570317fbf033e15201439730a563ef564263f2f
|
7
|
+
data.tar.gz: efa463d8e98ca23dbb0d34b4ca5d7ba623cec9eca1211c85ef27de2ced865c406172e0dd854c83d708938a32215af85ff530d6e22f51917cb0850c7364451bf5
|
data/CHANGELOG.md
CHANGED
@@ -541,6 +541,13 @@ module Google
|
|
541
541
|
class CheckResponse
|
542
542
|
include Google::Apis::Core::Hashable
|
543
543
|
|
544
|
+
# Optional response metadata that will be emitted as dynamic metadata to be
|
545
|
+
# consumed by the caller of ServiceController. For compatibility with the
|
546
|
+
# ext_authz interface.
|
547
|
+
# Corresponds to the JSON property `dynamicMetadata`
|
548
|
+
# @return [Hash<String,Object>]
|
549
|
+
attr_accessor :dynamic_metadata
|
550
|
+
|
544
551
|
# Returns a set of request contexts generated from the `CheckRequest`.
|
545
552
|
# Corresponds to the JSON property `headers`
|
546
553
|
# @return [Hash<String,String>]
|
@@ -562,6 +569,7 @@ module Google
|
|
562
569
|
|
563
570
|
# Update properties of this object
|
564
571
|
def update!(**args)
|
572
|
+
@dynamic_metadata = args[:dynamic_metadata] if args.key?(:dynamic_metadata)
|
565
573
|
@headers = args[:headers] if args.key?(:headers)
|
566
574
|
@status = args[:status] if args.key?(:status)
|
567
575
|
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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -326,6 +326,7 @@ module Google
|
|
326
326
|
class CheckResponse
|
327
327
|
# @private
|
328
328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
329
|
+
hash :dynamic_metadata, as: 'dynamicMetadata'
|
329
330
|
hash :headers, as: 'headers'
|
330
331
|
property :status, as: 'status', class: Google::Apis::ServicecontrolV2::Status, decorator: Google::Apis::ServicecontrolV2::Status::Representation
|
331
332
|
|
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.41.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:
|
11
|
+
date: 2025-01-05 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.41.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: []
|
@@ -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.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Control API V2
|