Skip to content

Commit fe05369

Browse files
feat: Automated regeneration of oracledatabase v1 client (googleapis#25970)
Auto-created at 2026-03-15 11:09:12 +0000 using the toys pull request generator.
1 parent 4940619 commit fe05369

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329915,6 +329915,8 @@
329915329915
"/oracledatabase:v1/Database/ncharacterSet": ncharacter_set
329916329916
"/oracledatabase:v1/Database/ociUrl": oci_url
329917329917
"/oracledatabase:v1/Database/opsInsightsStatus": ops_insights_status
329918+
"/oracledatabase:v1/Database/pluggableDatabaseId": pluggable_database_id
329919+
"/oracledatabase:v1/Database/pluggableDatabaseName": pluggable_database_name
329918329920
"/oracledatabase:v1/Database/properties": properties
329919329921
"/oracledatabase:v1/Database/tdeWalletPassword": tde_wallet_password
329920329922
"/oracledatabase:v1/DatabaseCharacterSet": database_character_set

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.25.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260225
6+
37
### v0.24.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260127

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,19 @@ class Database
19321932
# @return [String]
19331933
attr_accessor :ops_insights_status
19341934

1935+
# Optional. The ID of the pluggable database associated with the Database. The
1936+
# ID must be unique within the project and location.
1937+
# Corresponds to the JSON property `pluggableDatabaseId`
1938+
# @return [String]
1939+
attr_accessor :pluggable_database_id
1940+
1941+
# Optional. The pluggable database associated with the Database. The name must
1942+
# begin with an alphabetic character and can contain a maximum of thirty
1943+
# alphanumeric characters.
1944+
# Corresponds to the JSON property `pluggableDatabaseName`
1945+
# @return [String]
1946+
attr_accessor :pluggable_database_name
1947+
19351948
# The properties of a Database.
19361949
# Corresponds to the JSON property `properties`
19371950
# @return [Google::Apis::OracledatabaseV1::DatabaseProperties]
@@ -1960,6 +1973,8 @@ def update!(**args)
19601973
@ncharacter_set = args[:ncharacter_set] if args.key?(:ncharacter_set)
19611974
@oci_url = args[:oci_url] if args.key?(:oci_url)
19621975
@ops_insights_status = args[:ops_insights_status] if args.key?(:ops_insights_status)
1976+
@pluggable_database_id = args[:pluggable_database_id] if args.key?(:pluggable_database_id)
1977+
@pluggable_database_name = args[:pluggable_database_name] if args.key?(:pluggable_database_name)
19631978
@properties = args[:properties] if args.key?(:properties)
19641979
@tde_wallet_password = args[:tde_wallet_password] if args.key?(:tde_wallet_password)
19651980
end

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.24.0"
19+
GEM_VERSION = "0.25.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 = "20260127"
25+
REVISION = "20260225"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
10511051
property :ncharacter_set, as: 'ncharacterSet'
10521052
property :oci_url, as: 'ociUrl'
10531053
property :ops_insights_status, as: 'opsInsightsStatus'
1054+
property :pluggable_database_id, as: 'pluggableDatabaseId'
1055+
property :pluggable_database_name, as: 'pluggableDatabaseName'
10541056
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DatabaseProperties, decorator: Google::Apis::OracledatabaseV1::DatabaseProperties::Representation
10551057

10561058
property :tde_wallet_password, as: 'tdeWalletPassword'

0 commit comments

Comments
 (0)