google-apis-servicecontrol_v2 0.25.0 → 0.26.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: a46aab0a7d5590a8fc0d8c29a66c556b4d6aa38c23a970729566d82909fdab2c
|
4
|
+
data.tar.gz: 3bc9129c1a87eaaa7100e6cc84ae9f05c08aefdcbb26304ea7aaede749124572
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3960064e19b8bef596d49087795751b9c87295a4cefd2626ea0f433efae1f783a260fdbdb272ab0f6b4b8a77c7cd580998a7d31c6e7ebe38610aed9261ea43b9
|
7
|
+
data.tar.gz: 7255d0347231eec471da3f30e7ce5989a9e2b2a46fe0de4f5d779a9626c02736428078ea449ff476fc2c9da9608ed88bcea03206366a262ea5d3f30225a4c23b
|
data/CHANGELOG.md
CHANGED
@@ -825,13 +825,16 @@ module Google
|
|
825
825
|
class RequestMetadata
|
826
826
|
include Google::Apis::Core::Hashable
|
827
827
|
|
828
|
-
# The IP address of the caller. For caller from internet, this will be
|
829
|
-
# IPv4 or IPv6 address. For
|
830
|
-
#
|
831
|
-
#
|
832
|
-
#
|
833
|
-
#
|
834
|
-
#
|
828
|
+
# The IP address of the caller. For a caller from the internet, this will be the
|
829
|
+
# public IPv4 or IPv6 address. For calls made from inside Google's internal
|
830
|
+
# production network from one GCP service to another, `caller_ip` will be
|
831
|
+
# redacted to "private". For a caller from a Compute Engine VM with a external
|
832
|
+
# IP address, `caller_ip` will be the VM's external IP address. For a caller
|
833
|
+
# from a Compute Engine VM without a external IP address, if the VM is in the
|
834
|
+
# same organization (or project) as the accessed resource, `caller_ip` will be
|
835
|
+
# the VM's internal IPv4 address, otherwise `caller_ip` will be redacted to "gce-
|
836
|
+
# internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more
|
837
|
+
# information.
|
835
838
|
# Corresponds to the JSON property `callerIp`
|
836
839
|
# @return [String]
|
837
840
|
attr_accessor :caller_ip
|
@@ -851,7 +854,7 @@ module Google
|
|
851
854
|
# Line Tool apitools-client/1.0 gcloud/0.9.62`: The request was made by the
|
852
855
|
# Google Cloud SDK CLI (gcloud). + `AppEngine-Google; (+http://code.google.com/
|
853
856
|
# appengine; appid: s~my-project`: The request was made from the `my-project`
|
854
|
-
# App Engine app.
|
857
|
+
# App Engine app.
|
855
858
|
# Corresponds to the JSON property `callerSuppliedUserAgent`
|
856
859
|
# @return [String]
|
857
860
|
attr_accessor :caller_supplied_user_agent
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221014"
|
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.26.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-10-
|
11
|
+
date: 2022-10-31 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.26.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: []
|