google-iam-client 1.1.1 → 1.1.2

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: a9a639e8a01978e11f0987b983e3c28d31e58b515265f6f15b0a6a8134d4c904
4
+ data.tar.gz: 3c52bb294891f5597dac3f298914cb6a86334bb7e5cff0425e98e130a4107bc5
5
5
  SHA512:
6
- metadata.gz: f16d0ccac7009c7577da8007cb09dcb39092262d914a060b19e8814247b9bb0f451c154565e78ad2d7ad20b4465cf9d61843667feb46e4d1ae7bbdc9118fddfc
7
- data.tar.gz: 81ac0cb08e79a1df8315d38c0b6a0141e992ce2efd64ee4b5165e3346309381d0fb7a6df994d4e79aaab61a741510744c29aa86ed56dbe4c2ab294c6237795f6
6
+ metadata.gz: e9d362311735c8dc72fbbcdf5401874aaa068c8b280f5a4c6857ed8da6304a61e5032af0165dbb30e1c445035ca724186097232b8d501a08dfcb856a5f24f711
7
+ data.tar.gz: 372520de3caac40b443daa901b86a54c60445435c6f1b19b355f1743ff37d62c3fdc67db7cf34f918c4521a7e3ab47215216eacb925aa6d78cde0084795c321f
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.1.2"
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.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []