google-cloud-edge_network 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: 159f10336e29e8c6d89fa083b9a69cf35f05af27b6c3883e86832f42836af8c6
4
- data.tar.gz: 236a22cfe8545a203ff29fbe8504f197eba798b254e4c012e97827f4787b15b2
3
+ metadata.gz: b01995551f1401761d1c2277453679fec86557dba6bc5fab6b5a68362f992046
4
+ data.tar.gz: 91cfa8c544f404f45e76521bff55350507a75acc6ea3a99cdc04c992acb23583
5
5
  SHA512:
6
- metadata.gz: 385aaa6f910400370a955cfd90b63f6543a447b3ed1bbace7b853fde9304f349218b1ebd94c32513336af84a0d56596a62b22c902456b26f35b360b6c8633ca0
7
- data.tar.gz: 0f3107808406117deca897fd0859cc2d380ec672c35f82fa62b2953f421d94802df986bf97ccc3e1d3f97e135aa714b65f38d64e825231410cf86373b00599cb
6
+ metadata.gz: 4c55c35b828f0205bdcca48b37b5bfe5447ba140b1f7557d09ae85b68f8f979c658152af43be9dbb7dec8146874e72938d5f1ac087f183f3709b3384b4dd1d8b
7
+ data.tar.gz: e170e420623efabd8f3fbff861a9f78aa3d410206b65655b6ac145656d914033ca551d20315e4971ccf264dd5ceb6067773d9ce78486610f57797061493620ea
data/README.md CHANGED
@@ -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/edgenetwork.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/edge_network"
38
+
39
+ client = Google::Cloud::EdgeNetwork.edge_network
40
+ request = ::Google::Cloud::EdgeNetwork::V1::InitializeZoneRequest.new # (request fields as keyword arguments...)
41
+ response = client.initialize_zone 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 EdgeNetwork
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-edge_network
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
@@ -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.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: Network management API for Distributed Cloud Edge.
74
74
  test_files: []