google-cloud-service_usage 0.1.0 → 0.1.1
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 +1 -1
- data/lib/google/cloud/service_usage/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa492c609de35f57f854f59b0480e037d92c3968446c812b88446edd1c0520b0
|
|
4
|
+
data.tar.gz: ecd972c18572092d2b2881dee7c110acabbd65597f97a26083918dd15dcd14e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 791819e1f30789c1b19bfa08f435e55e5a39f15791bce26303bd2239210f7778ff9922172193c44fa6868adfeac67b9c84b8e7449e9747b641add7b35a59f963
|
|
7
|
+
data.tar.gz: 01f1210c2f6ede4e4b101f59ba0f6103873560c998b3687a8c2cc9a794c91a4cab36c466d3e8f909873c965e110ed458930d4e38bd4764c2f196b30b15934220
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Service Usage API
|
|
4
4
|
|
|
5
|
-
Service Usage is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects. You can list and manage Google Cloud services and their APIs, as well as services created using Cloud Endpoints.
|
|
5
|
+
Service Usage is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects. You can list and manage Google Cloud services and their APIs, as well as services created using Cloud Endpoints.
|
|
6
6
|
|
|
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-service_usage-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_usage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -153,9 +153,7 @@ dependencies:
|
|
|
153
153
|
description: Service Usage is an infrastructure service of Google Cloud that lets
|
|
154
154
|
you list and manage other APIs and services in your Cloud projects. You can list
|
|
155
155
|
and manage Google Cloud services and their APIs, as well as services created using
|
|
156
|
-
Cloud Endpoints.
|
|
157
|
-
library. For most uses, we recommend installing the main client library google-cloud-service_usage
|
|
158
|
-
instead. See the readme for more details.
|
|
156
|
+
Cloud Endpoints.
|
|
159
157
|
email: googleapis-packages@google.com
|
|
160
158
|
executables: []
|
|
161
159
|
extensions: []
|