Skip to content

Commit 04415ae

Browse files
feat: Automated regeneration of oracledatabase v1 client (googleapis#24686)
Auto-created at 2025-10-19 10:28:26 +0000 using the toys pull request generator.
1 parent a35006a commit 04415ae

File tree

4 files changed

+55
-8
lines changed

4 files changed

+55
-8
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312063,6 +312063,10 @@
312063312063
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.create/exadbVmClusterId": exadb_vm_cluster_id
312064312064
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.create/parent": parent
312065312065
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.create/requestId": request_id
312066+
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.dbNodes.list": list_project_location_exadb_vm_cluster_db_nodes
312067+
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.dbNodes.list/pageSize": page_size
312068+
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.dbNodes.list/pageToken": page_token
312069+
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.dbNodes.list/parent": parent
312066312070
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.delete": delete_project_location_exadb_vm_cluster
312067312071
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.delete/name": name
312068312072
"/oracledatabase:v1/oracledatabase.projects.locations.exadbVmClusters.delete/requestId": request_id

generated/google-apis-oracledatabase_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-oracledatabase_v1
22

3+
### v0.20.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251009
6+
37
### v0.19.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250925

generated/google-apis-oracledatabase_v1/lib/google/apis/oracledatabase_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OracledatabaseV1
1818
# Version of the google-apis-oracledatabase_v1 gem
19-
GEM_VERSION = "0.19.0"
19+
GEM_VERSION = "0.20.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250925"
25+
REVISION = "20251009"
2626
end
2727
end
2828
end

generated/google-apis-oracledatabase_v1/lib/google/apis/oracledatabase_v1/service.rb

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,8 +1225,8 @@ def get_project_location_database(name, fields: nil, quota_user: nil, options: n
12251225
# /dbSystems/`dbSystemId`"`
12261226
# @param [Fixnum] page_size
12271227
# Optional. The maximum number of items to return. If unspecified, a maximum of
1228-
# 50 System Versions will be returned. The maximum value is 1000; values above
1229-
# 1000 will be reset to 1000.
1228+
# 50 Databases will be returned. The maximum value is 1000; values above 1000
1229+
# will be reset to 1000.
12301230
# @param [String] page_token
12311231
# Optional. A token identifying the requested page of results to return. All
12321232
# fields except the filter should remain the same as in the request that
@@ -1267,8 +1267,8 @@ def list_project_location_databases(parent, filter: nil, page_size: nil, page_to
12671267
# the format: projects/`project`/locations/`location`
12681268
# @param [Fixnum] page_size
12691269
# Optional. The maximum number of items to return. If unspecified, a maximum of
1270-
# 50 System Versions will be returned. The maximum value is 1000; values above
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.
12721272
# @param [String] page_token
12731273
# Optional. A token identifying the requested page of results to return. All
12741274
# fields except the filter should remain the same as in the request that
@@ -1523,8 +1523,8 @@ def list_project_location_db_systems(parent, filter: nil, order_by: nil, page_si
15231523
# is provided, all DbVersions will be returned.
15241524
# @param [Fixnum] page_size
15251525
# Optional. The maximum number of items to return. If unspecified, a maximum of
1526-
# 50 System Versions will be returned. The maximum value is 1000; values above
1527-
# 1000 will be reset to 1000.
1526+
# 50 DbVersions will be returned. The maximum value is 1000; values above 1000
1527+
# will be reset to 1000.
15281528
# @param [String] page_token
15291529
# Optional. A token identifying the requested page of results to return. All
15301530
# fields except the filter should remain the same as in the request that
@@ -1845,6 +1845,45 @@ def remove_virtual_machine_exadb_vm_cluster(name, remove_virtual_machine_exadb_v
18451845
execute_or_queue_command(command, &block)
18461846
end
18471847

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+
18481887
# Creates a new ExascaleDB Storage Vault resource.
18491888
# @param [String] parent
18501889
# Required. The value for parent of the ExascaleDbStorageVault in the following

0 commit comments

Comments
 (0)