diff --git a/api_names_out.yaml b/api_names_out.yaml index 751ab1b21..32dd359ce 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -151130,6 +151130,7 @@ "/sqladmin:v1beta4/ApiWarning": api_warning "/sqladmin:v1beta4/ApiWarning/code": code "/sqladmin:v1beta4/ApiWarning/message": message +"/sqladmin:v1beta4/ApiWarning/region": region "/sqladmin:v1beta4/BackupConfiguration": backup_configuration "/sqladmin:v1beta4/BackupConfiguration/backupRetentionSettings": backup_retention_settings "/sqladmin:v1beta4/BackupConfiguration/binaryLogEnabled": binary_log_enabled diff --git a/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md b/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md index 22f2cb06c..066065000 100644 --- a/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md +++ b/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-sqladmin_v1beta4 +### v0.2.0 (2021-01-15) + +* Regenerated from discovery document revision 20210111 + ### v0.1.0 (2021-01-07) * Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/classes.rb b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/classes.rb index e785c5fd0..d55edf01d 100644 --- a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/classes.rb +++ b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/classes.rb @@ -74,6 +74,11 @@ module Google # @return [String] attr_accessor :message + # The region name for REGION_UNREACHABLE warning. + # Corresponds to the JSON property `region` + # @return [String] + attr_accessor :region + def initialize(**args) update!(**args) end @@ -82,6 +87,7 @@ module Google def update!(**args) @code = args[:code] if args.key?(:code) @message = args[:message] if args.key?(:message) + @region = args[:region] if args.key?(:region) end end @@ -709,12 +715,12 @@ module Google # The current serving state of the Cloud SQL instance. This can be one of the # following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is - # unknown. *RUNNABLE*: The instance has been stopped by owner. It is not - # currently running, but it's ready to be restarted. *SUSPENDED*: The instance - # is not available, for example due to problems with billing. for example due to - # problems with billing. *PENDING_DELETE*: The instance is being deleted. * - # PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is - # down for maintenance. *FAILED*: The instance creation failed. + # unknown. *RUNNABLE*: The instance is running, or has been stopped by owner. * + # SUSPENDED*: The instance is not available, for example due to problems with + # billing. for example due to problems with billing. *PENDING_DELETE*: The + # instance is being deleted. *PENDING_CREATE*: The instance is being created. * + # MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance + # creation failed. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state diff --git a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/gem_version.rb b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/gem_version.rb index f65fdfdc0..87bdd6c84 100644 --- a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/gem_version.rb +++ b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module SqladminV1beta4 # Version of the google-apis-sqladmin_v1beta4 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201205" + REVISION = "20210111" end end end diff --git a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/representations.rb b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/representations.rb index dba46e821..50ffbc615 100644 --- a/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/representations.rb +++ b/generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/representations.rb @@ -487,6 +487,7 @@ module Google class Representation < Google::Apis::Core::JsonRepresentation property :code, as: 'code' property :message, as: 'message' + property :region, as: 'region' end end diff --git a/generated/google-apis-sqladmin_v1beta4/synth.metadata b/generated/google-apis-sqladmin_v1beta4/synth.metadata index 56f7a94a2..0e6246339 100644 --- a/generated/google-apis-sqladmin_v1beta4/synth.metadata +++ b/generated/google-apis-sqladmin_v1beta4/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "068d8350927eabdecc91012223726088ade6b1ac" + "sha": "b461b72b80178fead9f09a369407ef9af7189e51" } } ]