google-apis-servicecontrol_v2 0.41.0 → 0.42.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: be68d9746abe4d06a01f5970e27ab614b7533a1bdb8490c5a69d98419a22f67c
4
- data.tar.gz: 1455bc6c008632d258bd9aed01fcca67183cab16131b95faab95cefcd83da62f
3
+ metadata.gz: 384cc96ec2b8019cd9ff81da3d701f9d0fef5e1b4d5f2aa59fbc9a52cf9f5e30
4
+ data.tar.gz: 2fbd85f21e59e750285438088a682f78625bd7d63a9c7c04a98a3af028aa0470
5
5
  SHA512:
6
- metadata.gz: ad6658c22a7740495895ac7231ceecb6e0d6c491721d6cf7987196389e50a36d539c2370381aa2a768e7b273d570317fbf033e15201439730a563ef564263f2f
7
- data.tar.gz: efa463d8e98ca23dbb0d34b4ca5d7ba623cec9eca1211c85ef27de2ced865c406172e0dd854c83d708938a32215af85ff530d6e22f51917cb0850c7364451bf5
6
+ metadata.gz: 0edd916a640093a7abc77f463e85d9a1704580842f51afd716edb8b7a9023a5f4c7901bf44fc20cfd57b4128126b79f00f96b3b1ff56e341a5e39522cf744c9d
7
+ data.tar.gz: f82efcfffc95192e4919a2209651003aad890ec0e79ec6e9d8fe35500e9b08d244d86857778623cb8d88b077df5bde177f9e2c51468f47b8fffe43d921bbd27d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.42.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+
3
7
  ### v0.41.0 (2024-12-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20241205
@@ -326,13 +326,6 @@ module Google
326
326
  # @return [Hash<String,Object>]
327
327
  attr_accessor :claims
328
328
 
329
- # Identifies the client credential id used for authentication. credential_id is
330
- # in the format of AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:
331
- # XXXXX" where the format of the IDENTIFIER can vary for different AUTH_METHODs.
332
- # Corresponds to the JSON property `credentialId`
333
- # @return [String]
334
- attr_accessor :credential_id
335
-
336
329
  # The authorized presenter of the credential. Reflects the optional Authorized
337
330
  # Presenter (`azp`) claim within a JWT or the OAuth client id. For example, a
338
331
  # Google Cloud Platform client id looks as follows: "123456789012.apps.
@@ -358,7 +351,6 @@ module Google
358
351
  @access_levels = args[:access_levels] if args.key?(:access_levels)
359
352
  @audiences = args[:audiences] if args.key?(:audiences)
360
353
  @claims = args[:claims] if args.key?(:claims)
361
- @credential_id = args[:credential_id] if args.key?(:credential_id)
362
354
  @presenter = args[:presenter] if args.key?(:presenter)
363
355
  @principal = args[:principal] if args.key?(:principal)
364
356
  end
@@ -1403,7 +1395,7 @@ module Google
1403
1395
  attr_accessor :protocol
1404
1396
 
1405
1397
  # The referer URL of the request, as defined in [HTTP/1.1 Header Field
1406
- # Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
1398
+ # Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
1407
1399
  # Corresponds to the JSON property `referer`
1408
1400
  # @return [String]
1409
1401
  attr_accessor :referer
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20241205"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -278,7 +278,6 @@ module Google
278
278
  collection :access_levels, as: 'accessLevels'
279
279
  collection :audiences, as: 'audiences'
280
280
  hash :claims, as: 'claims'
281
- property :credential_id, as: 'credentialId'
282
281
  property :presenter, as: 'presenter'
283
282
  property :principal, as: 'principal'
284
283
  end
metadata CHANGED
@@ -1,14 +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.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.42.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
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.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Service Control API V2
82
79
  test_files: []