google-cloud-cloud_quotas 2.0.1 → 2.0.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: 8741dffeebb33ac1e1a2d4318fb11bec00bd55b74c7e1c5c1d7192b0d844327e
4
- data.tar.gz: 369ff65861b8b3f54381c426e6526c6278bf625d6f9d76aa6f522591c774346f
3
+ metadata.gz: 81a6ce10f32392f1fa3ae8ebf6c96694db3fccded4a70f6d4fb45ccba395d36d
4
+ data.tar.gz: 905ee6b45bccf49982e2debb325d94067215340e0a92a95494b404a47dd9060c
5
5
  SHA512:
6
- metadata.gz: 2b08fc53aab457a6434d62aefd8e3d16bb991aea32103c7f7325213fa8f0b881ef4f2957fa50bb74b28490e09f62c9bc1c73366ebfefdf9a6ced8b9ba9354663
7
- data.tar.gz: 7eb1e5ea234207629cee7d7e6d39375d88a57a512e7d68ceb382ad3e1298910600a60d16e45b48d2adc89ca7593331d7688c5a7231b038effa7440848ce5813a
6
+ metadata.gz: a16c65368aa2a4dd716d7d05d2874b870a892ae8d61f8c283a51fc43f469a64c3748c0888ebdfef972f2761ab75b327e5664c49184fd68b894aba92eacbcc4a8
7
+ data.tar.gz: 22f5d36414f4b92f90b4d9c564122a411f2a1d716e110186a6c3b0a06804c2cc4dc9f60f730a054d9084ce897cdd4417d6a06bd7cd54556c5f5daf389f2e45b0
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/cloudquotas.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/cloud_quotas"
39
+
40
+ client = Google::Cloud::CloudQuotas.cloud_quotas
41
+ request = ::Google::Cloud::CloudQuotas::V1::ListQuotaInfosRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_quota_infos 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 CloudQuotas
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.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-cloud_quotas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: Cloud Quotas API provides Google Cloud service consumers with management
76
76
  and observability for resource usage, quotas, and restrictions of the services they