google-cloud-gdc_hardware_management 0.2.1 → 0.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: 0ecdb8064e502fdf858a7d43ff471108d614cbeed0c8b8e225ebf5c73355e437
4
- data.tar.gz: d012b09e0c2834562fbd2e23585c2f1fcff82f694919834117fc2a2626c2f742
3
+ metadata.gz: 47c58da996aedb2eff560ea3ca788ae45fd362290e51e997e91e088409f57030
4
+ data.tar.gz: b226cd0be47ee6489dd5566633c3dc6ac82efe66b8b690d432ec138b7892b4f1
5
5
  SHA512:
6
- metadata.gz: c5fe3a60cc5c4eb744b9fb8c69c9ac7064e01e698da1ffb0d993878d404db9abe5ffe8ebc5fee6e1ec6d73c27a3833f63c20f03605e968ce0ab7f418ea557a07
7
- data.tar.gz: '0493a06d47842ede560494d09f69ce2c7577945538e0a0602ecfc1592a699beb441c69732ba6debd319a5137f544edc1175e1f9e16bb4a26504b66689115b293'
6
+ metadata.gz: a044472b79e20edcc2e393b0e1ff49ff25ae9b999cb2dc6a0e7070ace92877a9e47ee03617295a6bf3e171a92a447bfe01a078d90465b197d0be34df34292de4
7
+ data.tar.gz: d29fafd784f08de040c24c9e99e2a4dc90384a52969b44890233bc3d260b1c347f2e3bb9af3bd737a77985c1cc3649bd77bf70d1a9ff15ce456591db13f94a6e
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/gdchardwaremanagement.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/gdc_hardware_management"
39
+
40
+ client = Google::Cloud::GDCHardwareManagement.gdc_hardware_management
41
+ request = ::Google::Cloud::GDCHardwareManagement::V1alpha::ListOrdersRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_orders 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 GDCHardwareManagement
23
- VERSION = "0.2.1"
23
+ VERSION = "0.2.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-gdc_hardware_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.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 GDC Hardware Management API
81
81
  test_files: []