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: 90e503a1e10f6b351bb5ad787107fddd1e711dba745caf09fcdad5235b03492f
4
- data.tar.gz: 8ad7403091b734c6f9f49ba386b3ac73f4929bbf3b556cbd54bc9e69fd35fbab
3
+ metadata.gz: a46aab0a7d5590a8fc0d8c29a66c556b4d6aa38c23a970729566d82909fdab2c
4
+ data.tar.gz: 3bc9129c1a87eaaa7100e6cc84ae9f05c08aefdcbb26304ea7aaede749124572
5
5
  SHA512:
6
- metadata.gz: 1d74b2687fb46ade4ae5ced51c76bd9f68bb5f15466873662600ceb6f3d9d416f074d0ee383be3b6043f2067ec42632fcdedc786c0f493eacc0e4ce672679683
7
- data.tar.gz: bde58a57697cbdda7a9c8a9315cd2248f7540740474b28ba43bb0ac45822b09adff87c36c537f6f1e43e5f9db32594d067af35ea24e687ec3f0a194ad7c73c6b
6
+ metadata.gz: 3960064e19b8bef596d49087795751b9c87295a4cefd2626ea0f433efae1f783a260fdbdb272ab0f6b4b8a77c7cd580998a7d31c6e7ebe38610aed9261ea43b9
7
+ data.tar.gz: 7255d0347231eec471da3f30e7ce5989a9e2b2a46fe0de4f5d779a9626c02736428078ea449ff476fc2c9da9608ed88bcea03206366a262ea5d3f30225a4c23b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.26.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221014
6
+
3
7
  ### v0.25.0 (2022-10-19)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -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 public
829
- # IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP
830
- # address, this will be the VM's external IP address. For caller from a Compute
831
- # Engine VM without external IP address, if the VM is in the same organization (
832
- # or project) as the accessed resource, `caller_ip` will be the VM's internal
833
- # IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip".
834
- # See https://cloud.google.com/compute/docs/vpc/ for more information.
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. NOLINT
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.25.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 = "20220915"
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.25.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-21 00:00:00.000000000 Z
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.25.0
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: []