google-apis-oracledatabase_v1 0.19.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c75efd5e52319bb421a2b37e2445dda707cf9d1ff2d208456faaf9ae8317fbe
|
4
|
+
data.tar.gz: 91226a68bc546c0e5465e08719ffd860c60074237ddf45244a425131da382053
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50b91d1a05b87d2b8764e33cca67ec841037c85ae4d1d8ab19612bde8e2040b143532151b2431f5cb0d14c50b62a585ff59967188180061256c1b8ad33a9d376
|
7
|
+
data.tar.gz: 748a72d4ca4771f82de187105b0fd0c113d90f838304a8985f23b533579d1d097fd221777b65a84ca49b38d930a34a4d02bd5034a7d6929b0f03ee779e900c52
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OracledatabaseV1
|
18
18
|
# Version of the google-apis-oracledatabase_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251009"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1225,8 +1225,8 @@ module Google
|
|
1225
1225
|
# /dbSystems/`dbSystemId`"`
|
1226
1226
|
# @param [Fixnum] page_size
|
1227
1227
|
# Optional. The maximum number of items to return. If unspecified, a maximum of
|
1228
|
-
# 50
|
1229
|
-
#
|
1228
|
+
# 50 Databases will be returned. The maximum value is 1000; values above 1000
|
1229
|
+
# will be reset to 1000.
|
1230
1230
|
# @param [String] page_token
|
1231
1231
|
# Optional. A token identifying the requested page of results to return. All
|
1232
1232
|
# fields except the filter should remain the same as in the request that
|
@@ -1267,8 +1267,8 @@ module Google
|
|
1267
1267
|
# the format: projects/`project`/locations/`location`
|
1268
1268
|
# @param [Fixnum] page_size
|
1269
1269
|
# Optional. The maximum number of items to return. If unspecified, a maximum of
|
1270
|
-
# 50
|
1271
|
-
# 1000 will be reset to 1000.
|
1270
|
+
# 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000;
|
1271
|
+
# values above 1000 will be reset to 1000.
|
1272
1272
|
# @param [String] page_token
|
1273
1273
|
# Optional. A token identifying the requested page of results to return. All
|
1274
1274
|
# fields except the filter should remain the same as in the request that
|
@@ -1523,8 +1523,8 @@ module Google
|
|
1523
1523
|
# is provided, all DbVersions will be returned.
|
1524
1524
|
# @param [Fixnum] page_size
|
1525
1525
|
# Optional. The maximum number of items to return. If unspecified, a maximum of
|
1526
|
-
# 50
|
1527
|
-
#
|
1526
|
+
# 50 DbVersions will be returned. The maximum value is 1000; values above 1000
|
1527
|
+
# will be reset to 1000.
|
1528
1528
|
# @param [String] page_token
|
1529
1529
|
# Optional. A token identifying the requested page of results to return. All
|
1530
1530
|
# fields except the filter should remain the same as in the request that
|
@@ -1845,6 +1845,45 @@ module Google
|
|
1845
1845
|
execute_or_queue_command(command, &block)
|
1846
1846
|
end
|
1847
1847
|
|
1848
|
+
# Lists the database nodes of a VM Cluster.
|
1849
|
+
# @param [String] parent
|
1850
|
+
# Required. The parent value for database node in the following format: projects/
|
1851
|
+
# `project`/locations/`location`/cloudVmClusters/`cloudVmCluster`. .
|
1852
|
+
# @param [Fixnum] page_size
|
1853
|
+
# Optional. The maximum number of items to return. If unspecified, at most 50 db
|
1854
|
+
# nodes will be returned. The maximum value is 1000; values above 1000 will be
|
1855
|
+
# coerced to 1000.
|
1856
|
+
# @param [String] page_token
|
1857
|
+
# Optional. A token identifying a page of results the node should return.
|
1858
|
+
# @param [String] fields
|
1859
|
+
# Selector specifying which fields to include in a partial response.
|
1860
|
+
# @param [String] quota_user
|
1861
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1862
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1863
|
+
# @param [Google::Apis::RequestOptions] options
|
1864
|
+
# Request-specific options
|
1865
|
+
#
|
1866
|
+
# @yield [result, err] Result & error if block supplied
|
1867
|
+
# @yieldparam result [Google::Apis::OracledatabaseV1::ListDbNodesResponse] parsed result object
|
1868
|
+
# @yieldparam err [StandardError] error object if request failed
|
1869
|
+
#
|
1870
|
+
# @return [Google::Apis::OracledatabaseV1::ListDbNodesResponse]
|
1871
|
+
#
|
1872
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1873
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1874
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1875
|
+
def list_project_location_exadb_vm_cluster_db_nodes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1876
|
+
command = make_simple_command(:get, 'v1/{+parent}/dbNodes', options)
|
1877
|
+
command.response_representation = Google::Apis::OracledatabaseV1::ListDbNodesResponse::Representation
|
1878
|
+
command.response_class = Google::Apis::OracledatabaseV1::ListDbNodesResponse
|
1879
|
+
command.params['parent'] = parent unless parent.nil?
|
1880
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
1881
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
1882
|
+
command.query['fields'] = fields unless fields.nil?
|
1883
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1884
|
+
execute_or_queue_command(command, &block)
|
1885
|
+
end
|
1886
|
+
|
1848
1887
|
# Creates a new ExascaleDB Storage Vault resource.
|
1849
1888
|
# @param [String] parent
|
1850
1889
|
# Required. The value for parent of the ExascaleDbStorageVault in the following
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-oracledatabase_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.20.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|