google-cloud-telco_automation 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: a471f6862e7ab1480669430097bfdd798310a4810f88601620c3e909a91d8c10
4
- data.tar.gz: e0c1c269081925aad5d45d85e30c7b6061e5465985f6e0afc0c601ca99221700
3
+ metadata.gz: 30604f2ae115f033d2e8e882956358b46cb7db1be3190ad76ad9c067a744227a
4
+ data.tar.gz: 2cebbf83ee809ce4bc231d41fd9571ff1d60783a924531546d00031eac18fa87
5
5
  SHA512:
6
- metadata.gz: 9973da26b58dfef3a3547152cc644a649522aed5c3cd82fad874a92f773748dde48c8c1f462671a8da3e2bb0103db34364402e63015540725814f5da90b9ad84
7
- data.tar.gz: b56611da6825e51be1fece8bbe6309ab915b80b0c5f5211dbc1822355f25d0194a78a342d32d6d36ef7ce79c95cf749d1bdf1098c218b66dac76e5ba38ae20cb
6
+ metadata.gz: 9e74031c60c2c31cb1068d6c6ce5af6c30a3eaee32b883f2f40a6b168362dc11dcaa686f067746ee84b4ddcbb10666bfa932495d0236952c07d88471d1931cac
7
+ data.tar.gz: 9b6fd4e5021e99c6c9acf062b5af43cb1df459e05c3d92daa83b63d7cec8d6e8e874b645ad203415db3614d842fc4533488c1f8a2c1662bfee59823c95e69933
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/telcoautomation.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/telco_automation"
38
+
39
+ client = Google::Cloud::TelcoAutomation.telco_automation
40
+ request = ::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_orchestration_clusters 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 TelcoAutomation
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-telco_automation
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: APIs to automate management of cloud infrastructure for network functions.
74
74
  test_files: []