Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of oracledatabase v1 client #20285

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-oracledatabase_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-oracledatabase_v1

### v0.2.0 (2024-09-29)

* Regenerated from discovery document revision 20240918

### v0.1.0 (2024-09-22)

* Regenerated from discovery document revision 20240913
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module Google
module Apis
# Oracle Database@Google Cloud API
#
# The Oracle Database@Google Cloud API provides set of APIs to manage Oracle
# databases such as Exadata and Autonomous Databases.
# The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle
# database services, such as Exadata and Autonomous Databases.
#
# @see https://cloud.google.com/oracle/database/docs
module OracledatabaseV1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ class AutonomousDatabase
# @return [String]
attr_accessor :name

# Required. The name of the VPC network used by the Autonomous Database. Format:
# projects/`project`/global/networks/`network`
# Required. The name of the VPC network used by the Autonomous Database in the
# following format: projects/`project`/global/networks/`network`
# Corresponds to the JSON property `network`
# @return [String]
attr_accessor :network
Expand Down Expand Up @@ -1071,7 +1071,7 @@ class CloudExadataInfrastructure
# @return [String]
attr_accessor :entitlement_id

# Optional. GCP location where Oracle Exadata is hosted.
# Optional. Google Cloud Platform location where Oracle Exadata is hosted.
# Corresponds to the JSON property `gcpOracleZone`
# @return [String]
attr_accessor :gcp_oracle_zone
Expand Down Expand Up @@ -1328,8 +1328,8 @@ class CloudVmCluster
# @return [String]
attr_accessor :exadata_infrastructure

# Output only. GCP location where Oracle Exadata is hosted. It is same as GCP
# Oracle zone of Exadata infrastructure.
# Output only. Google Cloud Platform location where Oracle Exadata is hosted. It
# is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
# Corresponds to the JSON property `gcpOracleZone`
# @return [String]
attr_accessor :gcp_oracle_zone
Expand Down Expand Up @@ -2510,7 +2510,7 @@ def update!(**args)
class LocationMetadata
include Google::Apis::Core::Hashable

# Output only. GCP Oracle zones in a location.
# Output only. Google Cloud Platform Oracle zones in a location.
# Corresponds to the JSON property `gcpOracleZones`
# @return [Array<String>]
attr_accessor :gcp_oracle_zones
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module OracledatabaseV1
# Version of the google-apis-oracledatabase_v1 gem
GEM_VERSION = "0.1.0"
GEM_VERSION = "0.2.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240913"
REVISION = "20240918"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module Apis
module OracledatabaseV1
# Oracle Database@Google Cloud API
#
# The Oracle Database@Google Cloud API provides set of APIs to manage Oracle
# databases such as Exadata and Autonomous Databases.
# The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle
# database services, such as Exadata and Autonomous Databases.
#
# @example
# require 'google/apis/oracledatabase_v1'
Expand Down Expand Up @@ -125,7 +125,7 @@ def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, f
execute_or_queue_command(command, &block)
end

# Lists the long term and automatic backups of an Autonomous Database.
# Lists the long-term and automatic backups of an Autonomous Database.
# @param [String] parent
# Required. The parent value for ListAutonomousDatabaseBackups in the following
# format: projects/`project`/locations/`location`.
Expand Down Expand Up @@ -304,7 +304,7 @@ def delete_project_location_autonomous_database(name, request_id: nil, fields: n
execute_or_queue_command(command, &block)
end

# Generates a wallet for a single Autonomous Database.
# Generates a wallet for an Autonomous Database.
# @param [String] name
# Required. The name of the Autonomous Database in the following format:
# projects/`project`/locations/`location`/autonomousDatabases/`
Expand Down Expand Up @@ -938,8 +938,8 @@ def list_project_location_db_system_shapes(parent, page_size: nil, page_token: n

# Lists the entitlements in a given project.
# @param [String] parent
# Required. The parent value for Entitlement in the following format: projects/`
# project`/locations/`location`.
# Required. The parent value for the entitlement in the following format:
# projects/`project`/locations/`location`.
# @param [Fixnum] page_size
# Optional. The maximum number of items to return. If unspecified, a maximum of
# 50 entitlements will be returned. The maximum value is 1000.
Expand Down
Loading