google-apis-servicecontrol_v2 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a18983c090cca11ed0c738dbc7b6556b319e554ee84e9eefdbb95d85cb8b953
4
- data.tar.gz: 06aa20dd62958c68b3670e621e387cd4a696a4f9808c8cd16290211a4a7cb210
3
+ metadata.gz: 7afb35b2b8e95a72ecda90d1df97862119681f6aab9d89a82d363237d59af2fb
4
+ data.tar.gz: 34ef709364a72d814166357861d929b71a5f074951a96be28775698f311f1bbe
5
5
  SHA512:
6
- metadata.gz: e9e8dacc820c84c1fcbbf5bcd98057b22488e539785d2d7de4960c9d3cbba9e3a6324771e58bbd776e2469fb6ee7add2b7c4fc88685f67f25cf932fc54401a07
7
- data.tar.gz: 7b730de1069715e4f2f1b410972efda1a923141c3a3cbe565ef6f687159795baf20bac0c5cbe0b8899ca4d384759ae8ac82154f53eb09d280d0e25839f523a42
6
+ metadata.gz: 94caa918add8a5b2db43c0dd920082bacc5d9a266ad12004c3f89c86e0c15a3c2cbe18408fbe37ece477af0062c509f4cdbffa9440e2107ee245dd5849640e2e
7
+ data.tar.gz: 5c0f360a9ec44948b711dbeb422cfcb0a111434a21291ea05afd924413d9846367f0523cc456d9e4b648fae9e44815094ba82b1b49d0a8e8a793a7dcbeb27ed7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.24.0 (2022-09-26)
4
+
5
+ * Regenerated from discovery document revision 20220915
6
+
3
7
  ### v0.23.0 (2022-09-20)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -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 idenity associated with a
638
- # load balancer that forwared the request.
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.23.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 = "20220325"
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.23.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-09-26 00:00:00.000000000 Z
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.23.0
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: []