google-apis-sts_v1 0.2.0 → 0.3.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: 3a920e124439536ee81b5a68784019e5fc96fc7e2ff24d0cfee8eaddadb3e7be
4
- data.tar.gz: 3ede3bb61ad59cefbc89716cf100a6b3a21afb9a540023df6b77a8e6b4a78b97
3
+ metadata.gz: 56ac51449e0acb3dbff11f11a22053cb7278ef40ffbc053625b3c89c3565b433
4
+ data.tar.gz: a6148ba0c033f2b47237fc1c377bcca7bc796b7ba3b84e34b6b2285c8412c936
5
5
  SHA512:
6
- metadata.gz: cfc64901e5ce05654fda2135cd6090314793306caace1cd4e5fd6905a8ac8fdb9cf27e345e48eece45a05a500c685d1c87647f50ac491a2a69e80895ac8a4a4e
7
- data.tar.gz: 31fe1167205d212999e8c5f16bbb8e7438d62c1431aee8c9f1b4c988e99b4a72e562a06e8dfbcbaeaeb0916dd13cb5e4399d55ffaacbeb53b8bf684758e964b4
6
+ metadata.gz: ced8373b31291feac41c16c49a5dce5800187ffc1b9ddf5aac618706d1e2bfaaecc136d6d0698d9fedf1a6a6907fdccc8b80e0d9a99375a62b24e939c5191b8c
7
+ data.tar.gz: a174d58e54c9110c0f9b7bddbd18be2513d7f2f0217708203e4f9ac49566a89d6a0f3c699f85861d24125f1acb1a62df863a6a90c098e59f6a13dcaa410ec936
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.3.0 (2021-02-12)
4
+
5
+ * Regenerated from discovery document revision 20210206
6
+
3
7
  ### v0.2.0 (2021-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210130
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210130"
25
+ REVISION = "20210206"
26
26
  end
27
27
  end
28
28
  end
@@ -52,7 +52,10 @@ module Google
52
52
 
53
53
  # Exchanges a credential for a Google OAuth 2.0 access token. The token asserts
54
54
  # an external identity within a workload identity pool, or it applies a
55
- # Credential Access Boundary to a Google access token.
55
+ # Credential Access Boundary to a Google access token. When you call this method,
56
+ # do not send the `Authorization` HTTP header in the request. This method does
57
+ # not require the `Authorization` header, and using the header can cause the
58
+ # request to fail.
56
59
  # @param [Google::Apis::StsV1::GoogleIdentityStsV1ExchangeTokenRequest] google_identity_sts_v1_exchange_token_request_object
57
60
  # @param [String] fields
58
61
  # 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.2.0
4
+ version: 0.3.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1
57
57
  post_install_message:
58
58
  rdoc_options: []