google-apis-servicecontrol_v2 0.24.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: 7afb35b2b8e95a72ecda90d1df97862119681f6aab9d89a82d363237d59af2fb
4
- data.tar.gz: 34ef709364a72d814166357861d929b71a5f074951a96be28775698f311f1bbe
3
+ metadata.gz: a46aab0a7d5590a8fc0d8c29a66c556b4d6aa38c23a970729566d82909fdab2c
4
+ data.tar.gz: 3bc9129c1a87eaaa7100e6cc84ae9f05c08aefdcbb26304ea7aaede749124572
5
5
  SHA512:
6
- metadata.gz: 94caa918add8a5b2db43c0dd920082bacc5d9a266ad12004c3f89c86e0c15a3c2cbe18408fbe37ece477af0062c509f4cdbffa9440e2107ee245dd5849640e2e
7
- data.tar.gz: 5c0f360a9ec44948b711dbeb422cfcb0a111434a21291ea05afd924413d9846367f0523cc456d9e4b648fae9e44815094ba82b1b49d0a8e8a793a7dcbeb27ed7
6
+ metadata.gz: 3960064e19b8bef596d49087795751b9c87295a4cefd2626ea0f433efae1f783a260fdbdb272ab0f6b4b8a77c7cd580998a7d31c6e7ebe38610aed9261ea43b9
7
+ data.tar.gz: 7255d0347231eec471da3f30e7ce5989a9e2b2a46fe0de4f5d779a9626c02736428078ea449ff476fc2c9da9608ed88bcea03206366a262ea5d3f30225a4c23b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.25.0 (2022-10-19)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.24.0 (2022-09-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20220915
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
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.24.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-03 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.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: []