google-apis-servicecontrol_v1 0.34.0 → 0.35.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: c8addecdf2d1c826f634227eb5568f97c0696c23f6178963054317cdae3b24a7
4
- data.tar.gz: db5f538e0f89738dbfc2bf37519098c195e1e46913a8ed82fdad70f321ac4959
3
+ metadata.gz: 400a6ce96a09234c3187fc5bf154cf77af89865dd96848e28bdd1630ff6ea9de
4
+ data.tar.gz: 417547265b2cb3930d35937a2fbf81337ac3ff80b95a675d00dcccf737c341dd
5
5
  SHA512:
6
- metadata.gz: 2d5b46fca14fa33a13febd3eef1bde9d9ffcb44c98d03785b78cc6d08a29999d34bd6b0a2be6ecaf3ccf3361034adf22f18ac8b996def570cd00dd9443369250
7
- data.tar.gz: aec761b98907a73ae9a2effbf1676a9a94baf0c4d51b61b9606936157bfe247ba0376b4c1cf0418a7e35f83a14941eb567ac9c2d0ed891fb743fa38f4072bb3f
6
+ metadata.gz: 4f177a3243372c783cf97ae0681d1503c9be7d04fa6ff71a87597dede1f0d0f0dde910ff0a965526406aa49e47e5cc6f54bbd7bbeda2356d9333e0072cdde10a
7
+ data.tar.gz: '095f441c80e125cfc73aa2db4337416b0f1bdf522b978958aee8fa639b2e0b194109711ac1ba803d925cae308c80602a9c584456c1586502bb30f1690fc942dc'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.35.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240419
6
+
3
7
  ### v0.34.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240412
@@ -355,6 +355,13 @@ 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
+
358
365
  # The authorized presenter of the credential. Reflects the optional Authorized
359
366
  # Presenter (`azp`) claim within a JWT or the OAuth client id. For example, a
360
367
  # Google Cloud Platform client id looks as follows: "123456789012.apps.
@@ -380,6 +387,7 @@ module Google
380
387
  @access_levels = args[:access_levels] if args.key?(:access_levels)
381
388
  @audiences = args[:audiences] if args.key?(:audiences)
382
389
  @claims = args[:claims] if args.key?(:claims)
390
+ @credential_id = args[:credential_id] if args.key?(:credential_id)
383
391
  @presenter = args[:presenter] if args.key?(:presenter)
384
392
  @principal = args[:principal] if args.key?(:principal)
385
393
  end
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20240419"
26
26
  end
27
27
  end
28
28
  end
@@ -440,6 +440,7 @@ module Google
440
440
  collection :access_levels, as: 'accessLevels'
441
441
  collection :audiences, as: 'audiences'
442
442
  hash :claims, as: 'claims'
443
+ property :credential_id, as: 'credentialId'
443
444
  property :presenter, as: 'presenter'
444
445
  property :principal, as: 'principal'
445
446
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
63
  post_install_message:
64
64
  rdoc_options: []