google-cloud-commerce-consumer-procurement 1.2.0 → 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: 42fb610e1811260641429df7c7ac9ce2a190ea5ca64d59e497e44b2452c515e8
4
- data.tar.gz: 9f576798dea0c7f51169294fb1554944e2166ab6721ad8388518bf94370a0bec
3
+ metadata.gz: aa9869a49c496722d85b04d9a3f1550396fc0420584e762e980e67426b340ebe
4
+ data.tar.gz: 31b5500605b3cf6a51b3ae660b31d52a85fd600415dcb0f17ef5dcf37c91b080
5
5
  SHA512:
6
- metadata.gz: cdc763182804b53cc3f02032a700ef37da23da566a9480c0e1532d6eb77dcf5810438cdf097d2bdc368a3fd53189e2e42c4fc4e9d8dd74e64b611184f4cdb85b
7
- data.tar.gz: 1fff4674060a61b49a6fe8be7e7524373ad35e954ef94f06bc839e1fbbb61316fbadadf694940d057a17058e33ed14b47ae98076b131084ef0092e926d0ae488
6
+ metadata.gz: e5bb84092c20ec87287ab4745f2600c0042a1f67472a41f228c3e0b863070bc925294b8aa5e1014f3085763b0d585a13051e6571119577e8a8f5668b50983dc3
7
+ data.tar.gz: ec24262d0740aa2dd5166e53adbae5636304e2a93650c335f8784be468910636607294da6a350348a05325d6078c0d82c4e17d0e2a83f25a9d6788c6fcf3fdc8
data/README.md CHANGED
@@ -6,7 +6,7 @@ Enables consumers to procure products served by Cloud Marketplace platform.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-commerce-consumer-procurement-v*`.
8
8
  The gem `google-cloud-commerce-consumer-procurement` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -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.0"
25
+ VERSION = "1.2.2"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
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.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-commerce-consumer-procurement-v1
@@ -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.2
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: []