google-apis-servicecontrol_v1 0.39.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: 29977d437a0d95c4fcc6a9a9ee07c1b0af707945c1ee2c176b1d8b2a39fb043c
4
- data.tar.gz: d72f838d3b34a873d289ad140102e8e5309888d2081140e1f8ef86d2c2df567b
3
+ metadata.gz: 98053a188152642736871943371d2cc7b940a7c3743435bb2be133cab28aa79d
4
+ data.tar.gz: 969dc8ad588dfd497f5106221afe11de7c66d4eb68007f3fef0692d29f76d485
5
5
  SHA512:
6
- metadata.gz: ef2cd92755392dc330108460faf429727a769646b618bdb068d96d82e214e5a00abc6f7c5ac6ef5e1e7101cd6d66cf03ccb0cc0d0c4e8c90f29eda88022b7c18
7
- data.tar.gz: 3495fc7f73dba353138c01d71ac79bffd9861f2036cedacd510c82be3b6a399c5916698884ca62e1333e266b849c41af7ae46a3d68e9380d1fa7e501a3eede25
6
+ metadata.gz: 2c89275757e6562fd85d3d9beec01b3ff6c932c54762a29df49e9a51110e33ac7be8a6ad030343e9c073f2c931e7b93b6b24536f5ed339062fec0dd1ec9201c8
7
+ data.tar.gz: 9f334a8620ea88579ee3bfe4c259b81917ce7ec720cacbd9a0b24500b1857dc54d48f21ab5165eb76965b10bb5666c3d33d2310674dd3be492b0d12b497846a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.40.0 (2025-01-07)
9
+
10
+ * Regenerated from discovery document revision 20250103
11
+
3
12
  ### v0.39.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20240802
@@ -160,7 +160,7 @@ module Google
160
160
  # The set of attributes. Each attribute's key can be up to 128 bytes long. The
161
161
  # value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean
162
162
  # values `true` and `false`. For example: "/instance_id": "my-instance" "/http/
163
- # user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": true
163
+ # user_agent": "" "/http/request_bytes": 300 "example.com/myattribute": true
164
164
  # Corresponds to the JSON property `attributeMap`
165
165
  # @return [Hash<String,Google::Apis::ServicecontrolV1::AttributeValue>]
166
166
  attr_accessor :attribute_map
@@ -355,13 +355,6 @@ module Google
355
355
  # @return [Hash<String,Object>]
356
356
  attr_accessor :claims
357
357
 
358
- # Identifies the client credential id used for authentication. credential_id is
359
- # in the format of AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:
360
- # XXXXX" where the format of the IDENTIFIER can vary for different AUTH_METHODs.
361
- # Corresponds to the JSON property `credentialId`
362
- # @return [String]
363
- attr_accessor :credential_id
364
-
365
358
  # The authorized presenter of the credential. Reflects the optional Authorized
366
359
  # Presenter (`azp`) claim within a JWT or the OAuth client id. For example, a
367
360
  # Google Cloud Platform client id looks as follows: "123456789012.apps.
@@ -387,7 +380,6 @@ module Google
387
380
  @access_levels = args[:access_levels] if args.key?(:access_levels)
388
381
  @audiences = args[:audiences] if args.key?(:audiences)
389
382
  @claims = args[:claims] if args.key?(:claims)
390
- @credential_id = args[:credential_id] if args.key?(:credential_id)
391
383
  @presenter = args[:presenter] if args.key?(:presenter)
392
384
  @principal = args[:principal] if args.key?(:principal)
393
385
  end
@@ -987,7 +979,7 @@ module Google
987
979
  attr_accessor :protocol
988
980
 
989
981
  # The referer URL of the request, as defined in [HTTP/1.1 Header Field
990
- # Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
982
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
991
983
  # Corresponds to the JSON property `referer`
992
984
  # @return [String]
993
985
  attr_accessor :referer
@@ -1969,6 +1961,13 @@ module Google
1969
1961
  # @return [String]
1970
1962
  attr_accessor :method_prop
1971
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
+
1972
1971
  # The HTTP URL path, excluding the query parameters.
1973
1972
  # Corresponds to the JSON property `path`
1974
1973
  # @return [String]
@@ -2021,6 +2020,7 @@ module Google
2021
2020
  @host = args[:host] if args.key?(:host)
2022
2021
  @id = args[:id] if args.key?(:id)
2023
2022
  @method_prop = args[:method_prop] if args.key?(:method_prop)
2023
+ @origin = args[:origin] if args.key?(:origin)
2024
2024
  @path = args[:path] if args.key?(:path)
2025
2025
  @protocol = args[:protocol] if args.key?(:protocol)
2026
2026
  @query = args[:query] if args.key?(:query)
@@ -2651,7 +2651,7 @@ module Google
2651
2651
  attr_accessor :protocol
2652
2652
 
2653
2653
  # The referer URL of the request, as defined in [HTTP/1.1 Header Field
2654
- # Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
2654
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
2655
2655
  # Corresponds to the JSON property `referer`
2656
2656
  # @return [String]
2657
2657
  attr_accessor :referer
@@ -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.39.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 = "20240802"
25
+ REVISION = "20250124"
26
26
  end
27
27
  end
28
28
  end
@@ -446,7 +446,6 @@ module Google
446
446
  collection :access_levels, as: 'accessLevels'
447
447
  collection :audiences, as: 'audiences'
448
448
  hash :claims, as: 'claims'
449
- property :credential_id, as: 'credentialId'
450
449
  property :presenter, as: 'presenter'
451
450
  property :principal, as: 'principal'
452
451
  end
@@ -825,6 +824,7 @@ module Google
825
824
  property :host, as: 'host'
826
825
  property :id, as: 'id'
827
826
  property :method_prop, as: 'method'
827
+ property :origin, as: 'origin'
828
828
  property :path, as: 'path'
829
829
  property :protocol, as: 'protocol'
830
830
  property :query, as: 'query'
metadata CHANGED
@@ -1,14 +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.39.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.39.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.41.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Service Control API V1
82
79
  test_files: []