google-cloud-commerce-consumer-procurement 1.2.1 → 1.2.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: a0f3b9c1f967f24a9b80c34e15ff8f0ca644b80f60bea372b5587bedc53734be
4
- data.tar.gz: 868469d9977e11d35009e12ce387a97a6918446f53b93614539feb42405c32a7
3
+ metadata.gz: aa9869a49c496722d85b04d9a3f1550396fc0420584e762e980e67426b340ebe
4
+ data.tar.gz: 31b5500605b3cf6a51b3ae660b31d52a85fd600415dcb0f17ef5dcf37c91b080
5
5
  SHA512:
6
- metadata.gz: c7859440d81ded6b5e82f7afee81290bfbdca268bcfdc7275edc0507119535ac16532f6be4affc44d6a65f1f06da34f3e8f80ad0b298ad8cb626bc83d8a79652
7
- data.tar.gz: 287e2b0c2ad38ed079495d1be16b7eecf5d5943268cb8a672c0c7aae4e697b38a0224b1ea5447819f8d4d7b07de5c2800b911ba8609ffe6dd94632635cca9516
6
+ metadata.gz: e5bb84092c20ec87287ab4745f2600c0042a1f67472a41f228c3e0b863070bc925294b8aa5e1014f3085763b0d585a13051e6571119577e8a8f5668b50983dc3
7
+ data.tar.gz: ec24262d0740aa2dd5166e53adbae5636304e2a93650c335f8784be468910636607294da6a350348a05325d6078c0d82c4e17d0e2a83f25a9d6788c6fcf3fdc8
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudcommerceconsumerprocurement.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/commerce/consumer/procurement"
38
+
39
+ client = Google::Cloud::Commerce::Consumer::Procurement.license_management_service
40
+ request = ::Google::Cloud::Commerce::Consumer::Procurement::V1::GetLicensePoolRequest.new # (request fields as keyword arguments...)
41
+ response = client.get_license_pool request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -22,7 +22,7 @@ module Google
22
22
  module Commerce
23
23
  module Consumer
24
24
  module Procurement
25
- VERSION = "1.2.1"
25
+ VERSION = "1.2.2"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-commerce-consumer-procurement
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: Enables consumers to procure products served by Cloud Marketplace platform.
74
74
  test_files: []