google-cloud-network_connectivity 2.3.0 → 2.4.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: 2252fe32be8e24fae0a643a9e71c949681671561ab7eec1f9ddd974aa2ccd5d2
4
- data.tar.gz: 12350f8883e04ca96a1a81fd2be6a1199b01a911c7f838cddf09f162f8ba3188
3
+ metadata.gz: 0cab85e551dfe8335db6e538a34f9de9b0d6d97fb1146cd3b126e634d093bc7b
4
+ data.tar.gz: 63de80287b2dbce338b4a0d9b9c3effd00e690d287247cd40a0eacb7a8a9e917
5
5
  SHA512:
6
- metadata.gz: 99dbb64099b821b531faf94321eda5891cca3a4f45a5ac994d3a10c9eb56882142ec549f190fae227ba3a0c2034312e760740f799b1fdfed7547101dd435de9d
7
- data.tar.gz: ae6c4dcd230ad76f1bccb400a0d8d510e73ac8f0516c7eee4496ecd1eed949255e4a27555e935d0932289b11982619af8be5259b608451995a0c2361a736e5c5
6
+ metadata.gz: bea47b7a34b87562cd505889ec7e2ca2f5d08019f34353311813937125e60abbc387697e2060d4ddc1bfe6edf29c70850eb45da213be007b987d110702bec118
7
+ data.tar.gz: 140f1729017e3c8d9b79454655d2d6c7f65ec73cd1a87fecd43bd2937a74d8bbf1ebd601a237eceefdeb6dcb09154044f87455d4625cb49907efd85edbb54833
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/networkconnectivity.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/network_connectivity"
39
+
40
+ client = Google::Cloud::NetworkConnectivity.cross_network_automation_service
41
+ request = ::Google::Cloud::NetworkConnectivity::V1::ListServiceConnectionMapsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_service_connection_maps 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 NetworkConnectivity
23
- VERSION = "2.3.0"
23
+ VERSION = "2.4.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-network_connectivity
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="