google-cloud-service_management-v1 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/README.md +3 -3
- data/lib/google/cloud/service_management/v1/version.rb +1 -1
- data/lib/google/cloud/service_management/v1.rb +2 -0
- data/proto_docs/README.md +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e15de8bb922a878763e3e48a8c6e372c6cf4366d4ec48140138190211c5de8da
|
4
|
+
data.tar.gz: b0d281118caaf0e82bc092b5dea4e9727b86b181d6358de384083d27c7aa4990
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7e4ae9f84079c55ac31a2cec5651bb1349c8812fcb08aeac916890dd3138fbb25bd122bbf81edd199ec74608712bf7c9e9056c7ad612b01cf60a2b6af76b5d1
|
7
|
+
data.tar.gz: aa31bfffc8c6c8a5400e4d4d782ac351a4c7d6f885b461d270eb33876b8575234a7f2bf56bae5560ade4bc60b7af5c06d7aa00cb8aca63c92ed25ab0b4b06634
|
data/.yardopts
CHANGED
data/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# Ruby Client for the Service Management
|
1
|
+
# Ruby Client for the Service Management V1 API
|
2
2
|
|
3
|
-
API Client library for the Service Management
|
3
|
+
API Client library for the Service Management V1 API
|
4
4
|
|
5
5
|
Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers.
|
6
6
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
8
8
|
|
9
9
|
This gem is a _versioned_ client. It provides basic client classes for a
|
10
|
-
specific version of the Service Management
|
10
|
+
specific version of the Service Management V1 API. Most users should consider using
|
11
11
|
the main client gem,
|
12
12
|
[google-cloud-service_management](https://rubygems.org/gems/google-cloud-service_management).
|
13
13
|
See the section below titled *Which client should I use?* for more information.
|
@@ -25,6 +25,8 @@ module Google
|
|
25
25
|
##
|
26
26
|
# To load this package, including all its services, and instantiate a client:
|
27
27
|
#
|
28
|
+
# @example
|
29
|
+
#
|
28
30
|
# require "google/cloud/service_management/v1"
|
29
31
|
# client = ::Google::Cloud::ServiceManagement::V1::ServiceManager::Client.new
|
30
32
|
#
|
data/proto_docs/README.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -238,5 +238,5 @@ requirements: []
|
|
238
238
|
rubygems_version: 3.3.5
|
239
239
|
signing_key:
|
240
240
|
specification_version: 4
|
241
|
-
summary: API Client library for the Service Management
|
241
|
+
summary: API Client library for the Service Management V1 API
|
242
242
|
test_files: []
|