google-apis-servicecontrol_v2 0.42.0 → 0.43.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: 384cc96ec2b8019cd9ff81da3d701f9d0fef5e1b4d5f2aa59fbc9a52cf9f5e30
4
- data.tar.gz: 2fbd85f21e59e750285438088a682f78625bd7d63a9c7c04a98a3af028aa0470
3
+ metadata.gz: '068557cdc67d3730c691377740e49e1912f23f32f2f02607e758d365f75a0f45'
4
+ data.tar.gz: 6ededb539a9d31c5b43b22e865a23b394030c56076351b1c24ecb088da4c1bf2
5
5
  SHA512:
6
- metadata.gz: 0edd916a640093a7abc77f463e85d9a1704580842f51afd716edb8b7a9023a5f4c7901bf44fc20cfd57b4128126b79f00f96b3b1ff56e341a5e39522cf744c9d
7
- data.tar.gz: f82efcfffc95192e4919a2209651003aad890ec0e79ec6e9d8fe35500e9b08d244d86857778623cb8d88b077df5bde177f9e2c51468f47b8fffe43d921bbd27d
6
+ metadata.gz: 0f44c712e67642626dd7aedcd33e3e0253ed618811c672b2d39d79472f29dadfb19a66c3ce773745a17575b79db7ee19059c481755b35ae15dc39d15ca49aac5
7
+ data.tar.gz: 36cdf0c76d06058accd6359de189371edd8460495b3ca11c2a1aa1ea344ea9ec25da9b2c76ca3c30af7d8217d04452d94d4e1dbd47417270ce9100249e52c8c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.43.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250124
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.42.0 (2025-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20250103
@@ -787,6 +787,13 @@ module Google
787
787
  # @return [String]
788
788
  attr_accessor :method_prop
789
789
 
790
+ # The values from Origin header from the HTTP request, such as "https://console.
791
+ # cloud.google.com". Modern browsers can only have one origin. Special browsers
792
+ # and/or HTTP clients may require multiple origins.
793
+ # Corresponds to the JSON property `origin`
794
+ # @return [String]
795
+ attr_accessor :origin
796
+
790
797
  # The HTTP URL path, excluding the query parameters.
791
798
  # Corresponds to the JSON property `path`
792
799
  # @return [String]
@@ -839,6 +846,7 @@ module Google
839
846
  @host = args[:host] if args.key?(:host)
840
847
  @id = args[:id] if args.key?(:id)
841
848
  @method_prop = args[:method_prop] if args.key?(:method_prop)
849
+ @origin = args[:origin] if args.key?(:origin)
842
850
  @path = args[:path] if args.key?(:path)
843
851
  @protocol = args[:protocol] if args.key?(:protocol)
844
852
  @query = args[:query] if args.key?(:query)
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.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
@@ -395,6 +395,7 @@ module Google
395
395
  property :host, as: 'host'
396
396
  property :id, as: 'id'
397
397
  property :method_prop, as: 'method'
398
+ property :origin, as: 'origin'
398
399
  property :path, as: 'path'
399
400
  property :protocol, as: 'protocol'
400
401
  property :query, as: 'query'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.43.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
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 V2
79
79
  test_files: []