google-iam-client 1.1.1 → 1.2.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: 8fb295ebdf0e051944c0f6d8ce8948b55adc4feacc6e5460e88ff37203dfb971
4
- data.tar.gz: 6860e82e7e1684bb005247b54b26b7c5b521021d4e02738f91ed4fa5014cf261
3
+ metadata.gz: 9681d6d98f08f7224c3f396fbf8d3164110197f3212e4896483c491710017842
4
+ data.tar.gz: 297f9c6c730c19516bb7bc05da93ec000fd29a2b0cfe822447af4f54853320f3
5
5
  SHA512:
6
- metadata.gz: f16d0ccac7009c7577da8007cb09dcb39092262d914a060b19e8814247b9bb0f451c154565e78ad2d7ad20b4465cf9d61843667feb46e4d1ae7bbdc9118fddfc
7
- data.tar.gz: 81ac0cb08e79a1df8315d38c0b6a0141e992ce2efd64ee4b5165e3346309381d0fb7a6df994d4e79aaab61a741510744c29aa86ed56dbe4c2ab294c6237795f6
6
+ metadata.gz: a9d6158d5a358be31ab26252700c95bea41fb39c2f651cfc25b2906a239de77d841e24b34da9388065850dc901bcb16d13631697c70426eb0e892bbc8537a42f
7
+ data.tar.gz: a5cf14eb0e388ba8b8ca01ac367a97a3eab60c71399171ca83732c78777011b99f918be424bd1bbc40a78fd1e55ec1eb841c7ad6ff40d17a9115f60be79aa2f5
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/iam.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/iam"
39
+
40
+ client = Google::Iam.policies
41
+ request = ::Google::Iam::V2::ListPoliciesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_policies request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -18,7 +18,7 @@
18
18
  module Google
19
19
  module Iam
20
20
  module Client
21
- VERSION = "1.1.1"
21
+ VERSION = "1.2.0"
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the IAM API
81
81
  test_files: []