google-cloud-api_gateway 2.0.1 → 2.1.0

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: 130ebb9d55263e5763f85494a64cbb1cb2bb881cf82074b2b27c78739f13e047
4
- data.tar.gz: f8c428de98aa5c8c1ca348996093c8732b6af03dd5d71bc58df416aeceec7b3b
3
+ metadata.gz: 6b92e466f8593433faeb4c2b5ec69b3db8e53e350db0fc94ea6558451224ae07
4
+ data.tar.gz: a126c900b30d2f676cf91400ad87c539d28099759f38193894931701aafdecd6
5
5
  SHA512:
6
- metadata.gz: c4fda1f6b1e9a7df6abe93337f74f15159cb9cb5a8c4f85e64b0b6aaea626fdb8ef58231551f9404da74a3754e222b55c749cf718a881d1025c17313c06ab8d7
7
- data.tar.gz: ff59566fb2442941e019045a4ec6510d1d58fc09c57e585be75deefb9a4082d8db26141904240abbe2ed4aa6a26e5d6852cb30e11b1d71c8dcdc88c14ddf0972
6
+ metadata.gz: 0ba8246421c16d67f0d09ca03bb6b5c59784a7d196f5c7a0b7f003fabe460f0a8bcbe6c0186b96ae70f125114f750aef264f1bf5e83e445bdbbb9e6d295ecec8
7
+ data.tar.gz: e1526dbdae6f4b5f92f34e48efc838cbb378b7b42a86940999b4f79d079acd2937c16d5c939d2f687603a8e2858859ef5d025074efbbd73f9cbed42684bccbf2
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/apigateway.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/api_gateway"
39
+
40
+ client = Google::Cloud::ApiGateway.api_gateway_service
41
+ request = ::Google::Cloud::ApiGateway::V1::ListGatewaysRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_gateways request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  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 ApiGateway
23
- VERSION = "2.0.1"
23
+ VERSION = "2.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-api_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -65,14 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '3.0'
68
+ version: '3.2'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.6.8
75
+ rubygems_version: 3.6.9
76
76
  specification_version: 4
77
77
  summary: API Client library for the API Gateway API
78
78
  test_files: []