google-cloud-oracle_database 0.2.1 → 0.2.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: ca2b4b0c8f233c04ab5a893d5a0666438ea65a92e253b6ab47314d1dade33a3d
4
- data.tar.gz: b3ce7dbb6b7ae8bb4848613d4debd787be62d909b8f3304ed4321b1df09cb6e7
3
+ metadata.gz: 10bf5e64de9a2d1b21a3c806134224d652f00e3dc70927483420541986cab43c
4
+ data.tar.gz: 61013893c49b677355ede2195e957c659b022870f8285d60e1ca99967354bd52
5
5
  SHA512:
6
- metadata.gz: 3391d8eaac2c44363cf26501cd3e160b4de46b6f4ccf0ac201eed9a7510b98457172ea996278be820d452cda6941cbf1381d2dcafa66e35721251433ac782b63
7
- data.tar.gz: c24f9f737d9091370d50ea739424ee4e46bc25a5ae462145c983a7ddfc43394c4a7fa30bd0f5810701d8e085e2a7a36ab24be667deaa685993a0271142384f88
6
+ metadata.gz: 9537c46008160db2357c9588450668289c8db7aa8a66fa30747f87dcce6fd415ff9cbac33586259d88ce50e543bcd1c5383c80459f278ffa5c14a86ce8a6618d
7
+ data.tar.gz: 3cd709fa03ec628d58c303fb50f620eb8faf2320f1ab164d65c9f232ba0de457ae1fd735d6edfc5513dcb7e59aa0d823ad3bbad65c7699374b5a1f80856c0446
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/oracledatabase.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/oracle_database"
39
+
40
+ client = Google::Cloud::OracleDatabase.oracle_database
41
+ request = ::Google::Cloud::OracleDatabase::V1::ListCloudExadataInfrastructuresRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_cloud_exadata_infrastructures 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 OracleDatabase
23
- VERSION = "0.2.1"
23
+ VERSION = "0.2.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-oracle_database
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle
81
81
  database services, such as Exadata and Autonomous Databases.