google-cloud-config_service 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: 90126b87ee45a68edc82f25d0a9e953d24bf25f66ae2df1f482c11fe92fbad84
4
- data.tar.gz: 77a848be3341cd7e9b03c6bc126c84c08e49266b3b309e09fa23344e7e3cf3ba
3
+ metadata.gz: 9e8b4b350ee8668d73ad796b331e6b5f6245b441153d644ed1357ca3d52aee4f
4
+ data.tar.gz: 8b881f7324378dc39a6cf544c2c204fb4729fe02a4f2882e799db65227ddddf2
5
5
  SHA512:
6
- metadata.gz: bc10c7a0822e4dcf93709683a7ed68b0eedc5a2e6ac649322a1db1f3cde4dec548d2b4595d22afd37497d9378406751ca4ca33226055c5267d571f5427e19e7d
7
- data.tar.gz: 6daa1c5e6e1e0fded36c62a91119972aae79f1e7bdb6c6a7c1527194f55e6cbb0afc0d170a2d592cc6835a7776b3a7ea07de6ce33cab0452a034733c0fad75f4
6
+ metadata.gz: 9a0cd553ac7461fce59ffaa9245a64159b7bb7961cf16c222dc48973ab5bfb1f1fc11d374c3c302847e64b1f1bf93c33663d73e7590f364a31be62a9cd925dcd
7
+ data.tar.gz: d0f1a98551feaf4d06de0cfa9498d3abc6a8b8a99c83254b5887508627ce682689eb65e6c98f29cc9c231238cd4bf2728277d066526a8d78309beeb844000d48
data/README.md CHANGED
@@ -6,7 +6,7 @@ Creates and manages Google Cloud Platform resources and infrastructure.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-config_service-v*`.
8
8
  The gem `google-cloud-config_service` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/config.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/config_service"
38
+
39
+ client = Google::Cloud::ConfigService.config
40
+ request = ::Google::Cloud::ConfigService::V1::ListDeploymentsRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_deployments request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 ConfigService
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-config_service
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-config_service-v1
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.3
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: Creates and manages Google Cloud Platform resources and infrastructure.
74
74
  test_files: []