google-cloud-license_manager 0.1.0 → 0.2.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: ce589366e5d35e932e6e8ef219515c85366633f6e77e4508fdf9d6d8f6519322
4
- data.tar.gz: 553b12ce9e311a7cb3d635acbe11b759fba51762e9012f73868a089a97d4a6d7
3
+ metadata.gz: b6940360454a5a893568395f2cc1ed7cd0f1560f54e4dc05a08cc2cfccf8f01f
4
+ data.tar.gz: 1b2057473b6d21a8518f45e7faaa0dde1fdfa5f290d923044c420edb6cef4e23
5
5
  SHA512:
6
- metadata.gz: 0d2e9cc41485dc7f09f7e713c62d9f0b9018b4fb6cbea720147bd54effe8323285ae8ad3c388982f0f0e86f9eae9208b47bdf96a99a94b72cdd98fc97e57244a
7
- data.tar.gz: 0a44dcb6c12c40ce32304f757e00a3044685d4a5d34fc7b4afecdd9cff65dd08f7723e439da1ed669b36f7887ef84bdebba35464683a81f9c7cd2d342f0d64a3
6
+ metadata.gz: fcd1488d0af7be6c3cb9ce20f4d6df8ad432e6f836f09c86315462bc8f12dba94b4c25beca54d72c379c00c57a6fad8bb126aa35c4a0110731f51f437c1673a9
7
+ data.tar.gz: 00177ebabbc27459fb0cea33d173bf465530a99064e43a25b0460a99c454593a935b5d08d7862e68c190ffb96abf648e2da43e656d001e74876c31602d5d4a96
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/licensemanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/license_manager"
39
+
40
+ client = Google::Cloud::LicenseManager.license_manager
41
+ request = ::Google::Cloud::LicenseManager::V1::ListConfigurationsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_configurations 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 LicenseManager
23
- VERSION = "0.1.0"
23
+ VERSION = "0.2.0"
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-license_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="