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 +4 -4
- data/README.md +8 -0
- data/lib/google/cloud/cloud_quotas/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81a6ce10f32392f1fa3ae8ebf6c96694db3fccded4a70f6d4fb45ccba395d36d
|
4
|
+
data.tar.gz: 905ee6b45bccf49982e2debb325d94067215340e0a92a95494b404a47dd9060c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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.
|
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
|