google-cloud-iap 1.5.1 → 1.5.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: d5eb13a10102cd692aab2bb840bd576f785420b94ce204c8357c78fdcdc06807
4
- data.tar.gz: 6e01c621a6b84a00aea36ee4a0ed9b34e26d0fbc8f14ac6d7a33c4d9c538101a
3
+ metadata.gz: 721e64ab7eb51e089ce3bc893ee4ba11eb849af1082630ccec6a3214fc379dc8
4
+ data.tar.gz: f06f3031ea3952086ebb4164613d0bc74c0ead47b66d13a583ba13f192c86d1a
5
5
  SHA512:
6
- metadata.gz: 49d7e0c17de058bf145d9d8ec93036e52d942c9c934cd6996f4a65d00597ecb2fb348e95daff252ceedde1b7a7911ee3f951d3f8452ad73f8739b7d5579d3ee5
7
- data.tar.gz: 63e860f8cc5d75190630d675c4459430ffc9d1c6c4e2f9e4b1b98821340cfe04a22564dd48fc5f92d11e2d1a2aae863955da2f8faeacbd0bf77bfb0e3c8014d8
6
+ metadata.gz: 76da5c5351fc10799838f68e4dd3c84199ccef2dcdb5276c7996c3caf787b0daa493f9bf0c3044f33a5af908e8f548b535bf04da42f57be22c75be9ecb6f422a
7
+ data.tar.gz: 95c1fed1505aecb738a488789bcb8d36192fca744101193aba468bd05325932935fdd3c8b2416f391101d51947a8a1b64559391a9a04f2d939e8a455348801f0
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/iap.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/iap"
39
+
40
+ client = Google::Cloud::Iap.identity_aware_proxy_admin_service
41
+ request = ::Google::Iam::V1::SetIamPolicyRequest.new # (request fields as keyword arguments...)
42
+ response = client.set_iam_policy request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Iap
23
- VERSION = "1.5.1"
23
+ VERSION = "1.5.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-iap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Identity-Aware Proxy API
82
82
  test_files: []