google-apis-servicecontrol_v1 0.39.0 → 0.40.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: 29977d437a0d95c4fcc6a9a9ee07c1b0af707945c1ee2c176b1d8b2a39fb043c
4
- data.tar.gz: d72f838d3b34a873d289ad140102e8e5309888d2081140e1f8ef86d2c2df567b
3
+ metadata.gz: 90669855acca874c261ead752c1986b1625ac632a649fab77b593028a3a82cea
4
+ data.tar.gz: a0501cd03363f6fa4d395d916def6cb5449a22db28bc0a2b312e4a6be1dc0aaf
5
5
  SHA512:
6
- metadata.gz: ef2cd92755392dc330108460faf429727a769646b618bdb068d96d82e214e5a00abc6f7c5ac6ef5e1e7101cd6d66cf03ccb0cc0d0c4e8c90f29eda88022b7c18
7
- data.tar.gz: 3495fc7f73dba353138c01d71ac79bffd9861f2036cedacd510c82be3b6a399c5916698884ca62e1333e266b849c41af7ae46a3d68e9380d1fa7e501a3eede25
6
+ metadata.gz: 9d01512acf3cb04f07ac930f1df20a05ffc6e9ff206d27e7b172496febcbbdb7e04650635e71b32e3691d0de19c451bfb8de3198900da1090ad109a1a97ba0ee
7
+ data.tar.gz: 98533a31db46822478ed1d967069d99cf9393134de6de0ff396b870dfe5f79c369e4422a6bbd473cdb9270858e24ca4eadde7a103ff0e541b1e63e8347a133e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.40.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+
3
7
  ### v0.39.0 (2024-12-02)
4
8
 
5
9
  * 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
@@ -2651,7 +2643,7 @@ module Google
2651
2643
  attr_accessor :protocol
2652
2644
 
2653
2645
  # 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).
2646
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
2655
2647
  # Corresponds to the JSON property `referer`
2656
2648
  # @return [String]
2657
2649
  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.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240802"
25
+ REVISION = "20250103"
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
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.40.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-01-12 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.40.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.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Service Control API V1
82
79
  test_files: []