google-apis-servicecontrol_v1 0.40.0 → 0.41.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: 90669855acca874c261ead752c1986b1625ac632a649fab77b593028a3a82cea
4
- data.tar.gz: a0501cd03363f6fa4d395d916def6cb5449a22db28bc0a2b312e4a6be1dc0aaf
3
+ metadata.gz: 98053a188152642736871943371d2cc7b940a7c3743435bb2be133cab28aa79d
4
+ data.tar.gz: 969dc8ad588dfd497f5106221afe11de7c66d4eb68007f3fef0692d29f76d485
5
5
  SHA512:
6
- metadata.gz: 9d01512acf3cb04f07ac930f1df20a05ffc6e9ff206d27e7b172496febcbbdb7e04650635e71b32e3691d0de19c451bfb8de3198900da1090ad109a1a97ba0ee
7
- data.tar.gz: 98533a31db46822478ed1d967069d99cf9393134de6de0ff396b870dfe5f79c369e4422a6bbd473cdb9270858e24ca4eadde7a103ff0e541b1e63e8347a133e3
6
+ metadata.gz: 2c89275757e6562fd85d3d9beec01b3ff6c932c54762a29df49e9a51110e33ac7be8a6ad030343e9c073f2c931e7b93b6b24536f5ed339062fec0dd1ec9201c8
7
+ data.tar.gz: 9f334a8620ea88579ee3bfe4c259b81917ce7ec720cacbd9a0b24500b1857dc54d48f21ab5165eb76965b10bb5666c3d33d2310674dd3be492b0d12b497846a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.41.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250124
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.40.0 (2025-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20250103
@@ -1961,6 +1961,13 @@ module Google
1961
1961
  # @return [String]
1962
1962
  attr_accessor :method_prop
1963
1963
 
1964
+ # The values from Origin header from the HTTP request, such as "https://console.
1965
+ # cloud.google.com". Modern browsers can only have one origin. Special browsers
1966
+ # and/or HTTP clients may require multiple origins.
1967
+ # Corresponds to the JSON property `origin`
1968
+ # @return [String]
1969
+ attr_accessor :origin
1970
+
1964
1971
  # The HTTP URL path, excluding the query parameters.
1965
1972
  # Corresponds to the JSON property `path`
1966
1973
  # @return [String]
@@ -2013,6 +2020,7 @@ module Google
2013
2020
  @host = args[:host] if args.key?(:host)
2014
2021
  @id = args[:id] if args.key?(:id)
2015
2022
  @method_prop = args[:method_prop] if args.key?(:method_prop)
2023
+ @origin = args[:origin] if args.key?(:origin)
2016
2024
  @path = args[:path] if args.key?(:path)
2017
2025
  @protocol = args[:protocol] if args.key?(:protocol)
2018
2026
  @query = args[:query] if args.key?(:query)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV1
18
18
  # Version of the google-apis-servicecontrol_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250103"
25
+ REVISION = "20250124"
26
26
  end
27
27
  end
28
28
  end
@@ -824,6 +824,7 @@ module Google
824
824
  property :host, as: 'host'
825
825
  property :id, as: 'id'
826
826
  property :method_prop, as: 'method'
827
+ property :origin, as: 'origin'
827
828
  property :path, as: 'path'
828
829
  property :protocol, as: 'protocol'
829
830
  property :query, as: 'query'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.41.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Service Control API V1
79
79
  test_files: []