google-apis-iam_v1 0.2.0 → 0.7.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: a7373a14ca062c7141e92daac08a3c9a0722c6803608ee3451a67587e8a0e8de
4
- data.tar.gz: f954024344010974df4915016d9623c9617e3eff0e777c0cba9cb08fdd7fbec3
3
+ metadata.gz: d1f4a57088162e416e98a90e7e4365c0f016358594ea173eeb363250651b8169
4
+ data.tar.gz: 5ec4aa5247b8af1e93662f01c3c78847bd7adea6dc0674c10ef7db2cee52ee6f
5
5
  SHA512:
6
- metadata.gz: 76ba484682fb5b1724383b629ddbb1ee692458838acbe10cf15a8e8a6ff04aab128c86fcd23f40b09ab7502dc10cea1cf8259bb316e48f3e419a30a3132f546d
7
- data.tar.gz: 204648fdc8d696d7963e0c78677b4b80fa1da241f2396c102801c02e4ee65a1e2fcc391f74f6ae4123fa77c73c64d61d5b656d42840666a87eef09929e67f9c0
6
+ metadata.gz: fdf1792bf71d101fcd345825a4fee619a87cff4a1781514645099d86126c669baac890357456dde3e805c85ea7a453fdd7b38fc987680b69e0be5e9960c0b27d
7
+ data.tar.gz: 61dbdc1bf7ed51a7d54f1c1de50811405eecda73440d70721a43054d67dceb4e4f5652f97aea4341bbaa49aed196756d702945198af14ecd29431e963f806192
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.7.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.6.0 (2021-05-22)
8
+
9
+ * Regenerated from discovery document revision 20210519
10
+
11
+ ### v0.5.0 (2021-03-31)
12
+
13
+ * Regenerated from discovery document revision 20210325
14
+
15
+ ### v0.4.0 (2021-03-10)
16
+
17
+ * Regenerated from discovery document revision 20210226
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.3.0 (2021-03-04)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.2.0 (2021-02-18)
4
25
 
5
26
  * Regenerated from discovery document revision 20210211
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
@@ -744,7 +744,7 @@ module Google
744
744
  # @return [Array<String>]
745
745
  attr_accessor :allowed_audiences
746
746
 
747
- # Required. The OIDC issuer URL.
747
+ # Required. The OIDC issuer URL. Must be an HTTPS endpoint.
748
748
  # Corresponds to the JSON property `issuerUri`
749
749
  # @return [String]
750
750
  attr_accessor :issuer_uri
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210211"
25
+ REVISION = "20210519"
26
26
  end
27
27
  end
28
28
  end
@@ -1627,13 +1627,12 @@ module Google
1627
1627
  execute_or_queue_command(command, &block)
1628
1628
  end
1629
1629
 
1630
- # **Note:** This method is deprecated and will stop working on July 1, 2021. Use
1631
- # the [`signBlob`](https://cloud.google.com/iam/help/rest-credentials/v1/
1632
- # projects.serviceAccounts/signBlob) method in the IAM Service Account
1633
- # Credentials API instead. If you currently use this method, see the [migration
1634
- # guide](https://cloud.google.com/iam/help/credentials/migrate-api) for
1635
- # instructions. Signs a blob using the system-managed private key for a
1636
- # ServiceAccount.
1630
+ # **Note:** This method is deprecated. Use the [`signBlob`](https://cloud.google.
1631
+ # com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in
1632
+ # the IAM Service Account Credentials API instead. If you currently use this
1633
+ # method, see the [migration guide](https://cloud.google.com/iam/help/
1634
+ # credentials/migrate-api) for instructions. Signs a blob using the system-
1635
+ # managed private key for a ServiceAccount.
1637
1636
  # @param [String] name
1638
1637
  # Required. Deprecated. [Migrate to Service Account Credentials API](https://
1639
1638
  # cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
@@ -1671,12 +1670,12 @@ module Google
1671
1670
  execute_or_queue_command(command, &block)
1672
1671
  end
1673
1672
 
1674
- # **Note:** This method is deprecated and will stop working on July 1, 2021. Use
1675
- # the [`signJwt`](https://cloud.google.com/iam/help/rest-credentials/v1/projects.
1676
- # serviceAccounts/signJwt) method in the IAM Service Account Credentials API
1677
- # instead. If you currently use this method, see the [migration guide](https://
1678
- # cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a
1679
- # JSON Web Token (JWT) using the system-managed private key for a ServiceAccount.
1673
+ # **Note:** This method is deprecated. Use the [`signJwt`](https://cloud.google.
1674
+ # com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in
1675
+ # the IAM Service Account Credentials API instead. If you currently use this
1676
+ # method, see the [migration guide](https://cloud.google.com/iam/help/
1677
+ # credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using
1678
+ # the system-managed private key for a ServiceAccount.
1680
1679
  # @param [String] name
1681
1680
  # Required. Deprecated. [Migrate to Service Account Credentials API](https://
1682
1681
  # cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-22 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Identity and Access Management (IAM)
28
34
  API V1. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -53,7 +59,7 @@ licenses:
53
59
  metadata:
54
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
55
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1/CHANGELOG.md
56
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.2.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.7.0
57
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
58
64
  post_install_message:
59
65
  rdoc_options: []
@@ -63,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
69
  requirements:
64
70
  - - ">="
65
71
  - !ruby/object:Gem::Version
66
- version: '2.4'
72
+ version: '2.5'
67
73
  required_rubygems_version: !ruby/object:Gem::Requirement
68
74
  requirements:
69
75
  - - ">="
70
76
  - !ruby/object:Gem::Version
71
77
  version: '0'
72
78
  requirements: []
73
- rubygems_version: 3.2.6
79
+ rubygems_version: 3.2.17
74
80
  signing_key:
75
81
  specification_version: 4
76
82
  summary: Simple REST client for Identity and Access Management (IAM) API V1