google-cloud-telco_automation 2.0.0 → 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: 5992a8857dbafb004910191404105b490a4f8b61c169424d6456ef4d50ed769d
4
- data.tar.gz: 9e64b6452fbfc40af26314135a4eca62fcd3a30824fb2ee80ddcb5acae811228
3
+ metadata.gz: 30604f2ae115f033d2e8e882956358b46cb7db1be3190ad76ad9c067a744227a
4
+ data.tar.gz: 2cebbf83ee809ce4bc231d41fd9571ff1d60783a924531546d00031eac18fa87
5
5
  SHA512:
6
- metadata.gz: d254cb14f2e0e59b50143bd339f8db68ab3d6ffec64c66208afd80d4de320ffe50aceaa5192b3f19b360c6df95f563b9cff9e0fbc271012781da7c26833ae608
7
- data.tar.gz: d9b311b795486695355f80d6d17d0a56229e39dbc996e013f249d967c874c5b54db8b2ab659b7394429a503d20a880170d4d710665c00e008df3aba94a5cbd60
6
+ metadata.gz: 9e74031c60c2c31cb1068d6c6ce5af6c30a3eaee32b883f2f40a6b168362dc11dcaa686f067746ee84b4ddcbb10666bfa932495d0236952c07d88471d1931cac
7
+ data.tar.gz: 9b6fd4e5021e99c6c9acf062b5af43cb1df459e05c3d92daa83b63d7cec8d6e8e874b645ad203415db3614d842fc4533488c1f8a2c1662bfee59823c95e69933
data/README.md CHANGED
@@ -6,7 +6,7 @@ APIs to automate management of cloud infrastructure for network functions.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-telco_automation-v*`.
8
8
  The gem `google-cloud-telco_automation` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -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.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-telco_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.3
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: []