google-apis-sts_v1 0.14.0 → 0.15.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: 0b7e674cc29e6166191b41494138945eb3c3a32e6112f671c980d2996094d9b6
4
- data.tar.gz: 69f34ec43a54bb932b2eb3bece758bf65bedafff59a5e143f7d360bd24ddaf95
3
+ metadata.gz: 326402a32199ba5b9fd23191da872aef3bc5b2ea4a298b35e29c247b40ae3e9d
4
+ data.tar.gz: 99c13097b5f30072a596eb0f41eea6680f84fd61c21556475470a252ea00469e
5
5
  SHA512:
6
- metadata.gz: cbd94893967af8bd275f99a0f60b18a04d3b2090c243b1af0ad10e2f5d97a1f97b60f19b4d0769ef13f0742014b372894260a5382cc8781758933531784f2434
7
- data.tar.gz: 5c625b165c1bca585cd9b622f7b60034596d2d3af937e9b6906845cd32a75d92b3b2e77b3d0c96205f60b05ca780c5937f69bad9163b70decb489092a9e60787
6
+ metadata.gz: bb9eb75a87a7b870bb25de4172cf11a1aa9a811d8d427ac15f516abfc171c4a7e74f8bf8224cd1b2015fb25bfa7e712b9f55a6992b6e8acef89af1e8d5b7a4e2
7
+ data.tar.gz: e77098bdceedac6ace87f2cb83810459175ce2d658c93d4337b450549580a0705901bbbaca5ca38e429f922e12adb8f9b59af8081299aaa2d763da98492f7da3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.15.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.14.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1
18
18
  # Version of the google-apis-sts_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -83,11 +83,11 @@ module Google
83
83
  end
84
84
 
85
85
  # Exchanges a credential for a Google OAuth 2.0 access token. The token asserts
86
- # an external identity within a workload identity pool, or it applies a
87
- # Credential Access Boundary to a Google access token. When you call this method,
88
- # do not send the `Authorization` HTTP header in the request. This method does
89
- # not require the `Authorization` header, and using the header can cause the
90
- # request to fail.
86
+ # an external identity within an identity pool, or it applies a Credential
87
+ # Access Boundary to a Google access token. When you call this method, do not
88
+ # send the `Authorization` HTTP header in the request. This method does not
89
+ # require the `Authorization` header, and using the header can cause the request
90
+ # to fail.
91
91
  # @param [Google::Apis::StsV1::GoogleIdentityStsV1ExchangeTokenRequest] google_identity_sts_v1_exchange_token_request_object
92
92
  # @param [String] fields
93
93
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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-sts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
63
63
  post_install_message:
64
64
  rdoc_options: []