google-cloud-network_management 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: e0efbb4283b44ac4839887281288575415aa0838bf107a595050ddc0538f5ef1
4
- data.tar.gz: 570761302881d29a7bb6e51936a44362a427aec5e812591b6f3a138d7afdd2ab
3
+ metadata.gz: 3ca183dbea7e4e5067f6f498cbba443859c8da5b2b5afb43037ff9497515ba87
4
+ data.tar.gz: 61c5fffac7122d9bc6864e9ab82c625b372ac4666ee4f958110dd7a084602b20
5
5
  SHA512:
6
- metadata.gz: 54394f6924bb883941b4c9a74610444c310c92f685f0e694dddedd633599297f0c311b43d29acd3a485d8a55b2db9573e20b6e4f5728f6f5a585b869ddde87a7
7
- data.tar.gz: d1fc210cc056a0e25f7c7ce915d9d34686d5302ec3995e75d44e529590c3f49111578ca868f36fa6447dae7dc3f3075c015bac7233692d67ee01072700941e55
6
+ metadata.gz: 1d0a7085e82da7b1170c820e9996a25b45b516873f0a37010c5bb7b250aaf8d6ba73e6ad97740ea2af7e7b9eb5c0f0ade27480053d51af5b38133926d2a0deb1
7
+ data.tar.gz: a8c9bc233309f90c8ad8279314cc66ec919b507529d21409157d1037208aaa250e91d75758d42e073ee06b37b1f113d3d5f9bf96c887f8f0f28385d6275d5d51
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/networkmanagement.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/network_management"
39
+
40
+ client = Google::Cloud::NetworkManagement.reachability_service
41
+ request = ::Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_connectivity_tests 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 NetworkManagement
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_management
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 Management API
75
75
  test_files: []