google-cloud-access_approval 1.6.1 → 1.6.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: 2200db514bd93d0f60bbc5341418ca943ac0fc8b87458be35895ea9b0bc21608
4
- data.tar.gz: 8f1d749b63c40cfc8f86e0544ef30e0adc955a65e43067e9cf030ef5687db83c
3
+ metadata.gz: 96e1855b5fd816c1e9c880374ddf2b306ce74718593db0de07228118c2316c86
4
+ data.tar.gz: d40b66a528f914c63c6a1c8b6d152010372ce2c30a8c42e35a1bdc2deb90ebeb
5
5
  SHA512:
6
- metadata.gz: 1ba828d4ad6af581c216e863a5a97134fbc0ae0e148aa492cff1f19379f4b730fb0aed80200505a3d8e7ccde605ad4a05994dba7572e53f329d587b6f7843fb5
7
- data.tar.gz: 7db4f427496d337a1a3e24ec00d811ffbbb195af267a4c10875c16ae560862a98ac1252b5e3f9588fce5671b2e0d8a775102adf55ec61777a170731a062db7a0
6
+ metadata.gz: 586d3e2b3539363756319d0ac70aa9cbda61ae0bc75beef3fd694f06b1d9c5df874bfbe69c88174622626c0519eb2d16123e5de4eb6d0b0d3a15ff1a4ab273aa
7
+ data.tar.gz: d6b4485641d335040c0749ac81a952fae08a267d8e71968f9317b2259ebf0b01abdb6865ec148b6ebc2e0a92e909384e974d8ec2ec3f1fde10fa7776886ce13c
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/accessapproval.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/access_approval"
39
+
40
+ client = Google::Cloud::AccessApproval.access_approval
41
+ request = ::Google::Cloud::AccessApproval::V1::ListApprovalRequestsMessage.new # (request fields as keyword arguments...)
42
+ response = client.list_approval_requests 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 AccessApproval
23
- VERSION = "1.6.1"
23
+ VERSION = "1.6.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-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the Access Approval API
80
80
  test_files: []