google-cloud-telco_automation 2.0.1 → 2.1.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: a471f6862e7ab1480669430097bfdd798310a4810f88601620c3e909a91d8c10
4
- data.tar.gz: e0c1c269081925aad5d45d85e30c7b6061e5465985f6e0afc0c601ca99221700
3
+ metadata.gz: 9273425f45c9bf719ba3cd74222e89868a77a35f9b18c2971d4cbbd22747e64e
4
+ data.tar.gz: e0ee27705150895475eebf01dcdc3afc1c4e993cffa5640157c636aae308fbea
5
5
  SHA512:
6
- metadata.gz: 9973da26b58dfef3a3547152cc644a649522aed5c3cd82fad874a92f773748dde48c8c1f462671a8da3e2bb0103db34364402e63015540725814f5da90b9ad84
7
- data.tar.gz: b56611da6825e51be1fece8bbe6309ab915b80b0c5f5211dbc1822355f25d0194a78a342d32d6d36ef7ce79c95cf749d1bdf1098c218b66dac76e5ba38ae20cb
6
+ metadata.gz: 7ae8120f0523b79c80d3defc8c4b9a3ee8f02987403927e360bb1fef8da7639363fea31f18362607ad8a3b9428a3a0b3d31b60558b14dddf02dea714f49e49b4
7
+ data.tar.gz: d48a8295420bab97ee405e9e8a48a3924e3befa077ee01c6b4454978a55f3f6a09b0fbe9d1bf5e61e30382bdd44f9ad87d0ade8f710e3de047f784ed528d8e3c
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.1.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-telco_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
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: []