google-cloud-commerce-consumer-procurement 1.2.1 → 1.3.0

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: 723a0a290744d42f8c1f08c325594ad35063f1821eedae0e321b1e4e83ae4d5f
4
+ data.tar.gz: 0d8e2c7affa4eb79ff21acf06d83aa9ddb94600fad03d6334258e653fa79f5b9
5
5
  SHA512:
6
- metadata.gz: c7859440d81ded6b5e82f7afee81290bfbdca268bcfdc7275edc0507119535ac16532f6be4affc44d6a65f1f06da34f3e8f80ad0b298ad8cb626bc83d8a79652
7
- data.tar.gz: 287e2b0c2ad38ed079495d1be16b7eecf5d5943268cb8a672c0c7aae4e697b38a0224b1ea5447819f8d4d7b07de5c2800b911ba8609ffe6dd94632635cca9516
6
+ metadata.gz: 5747f202d527e94056d9fcce2eef19feda6734f5d92d31b55a2635e9266463e5de5b79f9ceb68c4da93efdb05e7dbb599a96df51cb869ffddba3bdbf2f08ded8
7
+ data.tar.gz: 5b0f7209712fc427b3a15814d0d7fb0dad74022b22b8c2ca0253747a98e7d68d89a9a9d64634c57164a5ffa6d5cc4e4c81e4b0e2f0ed7e9fb695d3548747daa3
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.3.0"
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.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
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: []