google-apis-sts_v1beta 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: 729af7748c224b99e21b2f3a6268bb22fd1614a5450ad0ea028e9084de5bbe5a
4
- data.tar.gz: 3ad96951679567c4efa00987c178a041b6100597b485b9738ffcfc98173cb8d8
3
+ metadata.gz: 1ebdc60907814ca8f4483f638ed4c0bdd5436e7a4e45dba1e65dde75c9ee8147
4
+ data.tar.gz: 6bb66942c8d9495a0774287f47f7114f26f674112763155a87cfddba80a21d59
5
5
  SHA512:
6
- metadata.gz: 54cd21f8bb0c4a06e1f9c2bcbfc1b3e580385544d6ef0c9463249f24f9f18689b8f62beeb3adea7e95533b0158af18da781d7b7d8bbee2ca1ad46220e7261db9
7
- data.tar.gz: fc46eb34c85d8cdda03632a157976ed2965c4404c7f18f0ed3ffcaeefd4208437179014f73fce8f41dc62a5650ec1251a3f1f263cc76efeae03dd2b440b7b7c8
6
+ metadata.gz: a3729e71b78de5569666c40a9592044136b3570a0524119a96e5a08aad6445a0c7fe31db4e5527c9234f88e9d95bfa654dee89d2364379ae155aec24607be073
7
+ data.tar.gz: 70c9d44c5a2f11107286c6e1ad6c3492538f05837fdc950acbbade41e1d02b9caa2fc3abb3b066c01b247e1c372b5a3d390b69ee29dea3fbf778402223ea6443
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1beta
2
2
 
3
+ ### v0.3.0 (2021-02-12)
4
+
5
+ * Regenerated from discovery document revision 20210206
6
+
3
7
  ### v0.2.0 (2021-01-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20210116
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1beta
18
18
  # Version of the google-apis-sts_v1beta 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 = "20210116"
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::StsV1beta::GoogleIdentityStsV1betaExchangeTokenRequest] google_identity_sts_v1beta_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_v1beta
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_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1beta
57
57
  post_install_message:
58
58
  rdoc_options: []