google-apis-servicecontrol_v2 0.23.0 → 0.24.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: 7afb35b2b8e95a72ecda90d1df97862119681f6aab9d89a82d363237d59af2fb
|
4
|
+
data.tar.gz: 34ef709364a72d814166357861d929b71a5f074951a96be28775698f311f1bbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94caa918add8a5b2db43c0dd920082bacc5d9a266ad12004c3f89c86e0c15a3c2cbe18408fbe37ece477af0062c509f4cdbffa9440e2107ee245dd5849640e2e
|
7
|
+
data.tar.gz: 5c0f360a9ec44948b711dbeb422cfcb0a111434a21291ea05afd924413d9846367f0523cc456d9e4b648fae9e44815094ba82b1b49d0a8e8a793a7dcbeb27ed7
|
data/CHANGELOG.md
CHANGED
@@ -634,8 +634,8 @@ module Google
|
|
634
634
|
attr_accessor :port
|
635
635
|
|
636
636
|
# The identity of this peer. Similar to `Request.auth.principal`, but relative
|
637
|
-
# to the peer instead of the request. For example, the
|
638
|
-
# load balancer that
|
637
|
+
# to the peer instead of the request. For example, the identity associated with
|
638
|
+
# a load balancer that forwarded the request.
|
639
639
|
# Corresponds to the JSON property `principal`
|
640
640
|
# @return [String]
|
641
641
|
attr_accessor :principal
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220915"
|
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.24.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: 2022-
|
11
|
+
date: 2022-10-03 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.24.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: []
|