google-cloud-network_services 2.0.1 → 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: cf57a771f7e8029866e2fac03f34a6a50067d727cbf0e4d56e1c944ae994e682
4
- data.tar.gz: dcd2ddc2000a0dbe1ab04ae18872d6e514fed90d7dfcd2378c9a7531fe64cd22
3
+ metadata.gz: 9680ab715eaede57b0ec5c6dcd62eaeddbf3bfa2977d79a8cb93e3d7e6190641
4
+ data.tar.gz: f6ef0c510c51596f56a02e4361efee3cd272675dcc41067e40543f74526b71dc
5
5
  SHA512:
6
- metadata.gz: 727448c14489c921dedc767fcbf961a8bdafa64c6cbff53a28c7c28211bbb43c8e17730e576970ef1b0a6a8d4b67513bf9932b50ad6db6c561e8a5383869e29b
7
- data.tar.gz: 992b53834ed6d056f5ed287623018a459fa03d7422d35624ee4dc3c9e9eec1a96f1b0b1834764efffe4000c99ca90784f554f8b790598f0ab997ec5d573fde6b
6
+ metadata.gz: 2817584dbe0e858875bdb18c504f22c46944af676c41f2277f68368a8515bc7f011ac9a343c6b57d60c867e442da488229653e422eb23ee40134bf547757066a
7
+ data.tar.gz: d9620b3a211968351c37db25bc6c1211f7b7f79f1eda2b84877246fbebf06aa0e2feb938b90a4418a3e9fd1d149aa9e5c1e2b5a28a50e4a220cb9ceac2efe0a3
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/networkservices.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/network_services"
39
+
40
+ client = Google::Cloud::NetworkServices.dep_service
41
+ request = ::Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_lb_traffic_extensions 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 NetworkServices
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
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-network_services
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Network Services API
75
75
  test_files: []