google-cloud-gsuite_add_ons 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: 1c2f8705c356ffe1c9b4a3611635ee30933502b6aa8d350e0de623efbed37478
4
- data.tar.gz: c25b032fe84f49ce77cdb9d367e3e7ae1ac37c42279ff46202dc9f5c420885c2
3
+ metadata.gz: 1cbe25c6ae204308e1e4b2a08a6649b5eaf821b8aee12a59c562421d03858c1d
4
+ data.tar.gz: 17994f751b9a8f2abed9933b6d642d2e86e47fd8d613ebe559eee6b69cf43461
5
5
  SHA512:
6
- metadata.gz: 3c0a618b8058e290ada616bedd91f9c593697c66b3bc86a525e6d4ea0823f58bf1fe63c019d9badd7e62a1a1ac31247939883c7e0ac85574cab0277467547c55
7
- data.tar.gz: 920c40f52b1449c484cd7eea180aceab1a0ba1ce2d28a4ead5b4c14b153b68c98c9a3960525769a34e7c23d104278785a1019bb465a354aae731c7c063ba7411
6
+ metadata.gz: 00c3b2f811731a703923d6e953a1a71eb58dacb1bc3d243b43fc49f15dc2246ecb3fa37cd56c63d9ee82386ed3434b84a67f0d9206e6b7d50cfedc359984bad2
7
+ data.tar.gz: 58c6b1c5c43be5dbcdba58e98f2f33545b7a4cdca4d5d9a700da65265a7f63716437ad923e99f811344284acc3a1ab012bc0d82bb371804be46d4272ec7f2d88
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/gsuiteaddons.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/gsuite_add_ons"
39
+
40
+ client = Google::Cloud::GSuiteAddOns.gsuite_add_ons
41
+ request = ::Google::Cloud::GSuiteAddOns::V1::GetAuthorizationRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_authorization 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 GSuiteAddOns
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-gsuite_add_ons
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 Google Workspace Add-ons API
81
81
  test_files: []