google-cloud-cloud_quotas 2.0.0 → 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: 58cc6275e9b5984f6d11e873d1484517c4d63e35426d011785c9602a543501b6
4
- data.tar.gz: fcff668dd71180e07001411ee754bc548bcddb7b68adaae912c9096878355318
3
+ metadata.gz: 81a6ce10f32392f1fa3ae8ebf6c96694db3fccded4a70f6d4fb45ccba395d36d
4
+ data.tar.gz: 905ee6b45bccf49982e2debb325d94067215340e0a92a95494b404a47dd9060c
5
5
  SHA512:
6
- metadata.gz: 198cdd3696adfb90a8335e6b8e781e19ff678aa866f8fc863b8e7cacc0eb91b024a46dbb87a987925bbe3aadde100270182d89c7963b7debc6617ee7eb531170
7
- data.tar.gz: 37809044f536c5da7e2353ae988fe4cd01cffb48046ec29fef6fe844e09bb8d5293a07215b9934e3b1aa6ed420b79c9c33e2c8db9368003932d87c194c4bc391
6
+ metadata.gz: a16c65368aa2a4dd716d7d05d2874b870a892ae8d61f8c283a51fc43f469a64c3748c0888ebdfef972f2761ab75b327e5664c49184fd68b894aba92eacbcc4a8
7
+ data.tar.gz: 22f5d36414f4b92f90b4d9c564122a411f2a1d716e110186a6c3b0a06804c2cc4dc9f60f730a054d9084ce897cdd4417d6a06bd7cd54556c5f5daf389f2e45b0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud Quotas API provides Google Cloud service consumers with management and obs
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-cloud_quotas-v*`.
9
9
  The gem `google-cloud-cloud_quotas` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_quotas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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-cloud_quotas-v1
@@ -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.3
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