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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4a92f6582f903346c7e3547155696edf19537c79a35f94c76e98cea7dd4bf1e
4
- data.tar.gz: f06b7281924b03ed8fed80168dd4ca321852c843b0ae1b99f2cfc9f4c530782f
3
+ metadata.gz: e15de8bb922a878763e3e48a8c6e372c6cf4366d4ec48140138190211c5de8da
4
+ data.tar.gz: b0d281118caaf0e82bc092b5dea4e9727b86b181d6358de384083d27c7aa4990
5
5
  SHA512:
6
- metadata.gz: 0c79d8cdc0a6feb0fd0470d699e1eb78ef11ff253b85107149505a8e251564b7413aab83af937f7c3331c5b078a544c8e3bbd684dbb09ae25bbff1b78468dd7b
7
- data.tar.gz: c786b52cda3a07f09c3d0a205d0dc2ed8fd570925c1107e4d7eeed534d1a606d3431255372dca8514ca26a0ae8bc70946747206cafedb09291375fff3866134c
6
+ metadata.gz: f7e4ae9f84079c55ac31a2cec5651bb1349c8812fcb08aeac916890dd3138fbb25bd122bbf81edd199ec74608712bf7c9e9056c7ad612b01cf60a2b6af76b5d1
7
+ data.tar.gz: aa31bfffc8c6c8a5400e4d4d782ac351a4c7d6f885b461d270eb33876b8575234a7f2bf56bae5560ade4bc60b7af5c06d7aa00cb8aca63c92ed25ab0b4b06634
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title="Service Management API V1 API"
2
+ --title="Service Management V1 API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # Ruby Client for the Service Management API V1 API
1
+ # Ruby Client for the Service Management V1 API
2
2
 
3
- API Client library for the Service Management API V1 API
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 API V1 API. Most users should consider using
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
23
23
  module V1
24
- VERSION = "0.3.7"
24
+ VERSION = "0.3.8"
25
25
  end
26
26
  end
27
27
  end
@@ -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
@@ -1,4 +1,4 @@
1
- # Service Management API V1 Protocol Buffer Documentation
1
+ # Service Management V1 Protocol Buffer Documentation
2
2
 
3
3
  These files are for the YARD documentation of the generated protobuf files.
4
4
  They are not intended to be required or loaded at runtime.
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.7
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-02-17 00:00:00.000000000 Z
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 API V1 API
241
+ summary: API Client library for the Service Management V1 API
242
242
  test_files: []