diff --git a/api_names_out.yaml b/api_names_out.yaml index d0d86d324..62011c5d7 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -148241,6 +148241,7 @@ "/sqladmin:v1beta4/sql.projects.instances.startExternalSync": start_project_instance_external_sync "/sqladmin:v1beta4/sql.projects.instances.startExternalSync/instance": instance "/sqladmin:v1beta4/sql.projects.instances.startExternalSync/project": project +"/sqladmin:v1beta4/sql.projects.instances.startExternalSync/skipVerification": skip_verification "/sqladmin:v1beta4/sql.projects.instances.startExternalSync/syncMode": sync_mode "/sqladmin:v1beta4/sql.projects.instances.verifyExternalSyncSettings": verify_project_instance_external_sync_settings "/sqladmin:v1beta4/sql.projects.instances.verifyExternalSyncSettings/instance": instance diff --git a/generated/google/apis/sqladmin_v1beta4.rb b/generated/google/apis/sqladmin_v1beta4.rb index d510c8a4c..2c0f4a4f3 100644 --- a/generated/google/apis/sqladmin_v1beta4.rb +++ b/generated/google/apis/sqladmin_v1beta4.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/cloud-sql/ module SqladminV1beta4 VERSION = 'V1beta4' - REVISION = '20201112' + REVISION = '20201205' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/sqladmin_v1beta4/classes.rb b/generated/google/apis/sqladmin_v1beta4/classes.rb index 7427fe67d..8983762c4 100644 --- a/generated/google/apis/sqladmin_v1beta4/classes.rb +++ b/generated/google/apis/sqladmin_v1beta4/classes.rb @@ -1074,9 +1074,9 @@ module Google attr_accessor :sql_export_options # The path to the file in Google Cloud Storage where the export will be stored. - # The URI is in the form *gs: //bucketName/fileName*. If the file already exists, - # the requests // succeeds, but the operation fails. If *fileType* is // *SQL* - # and the filename ends with .gz, the contents are // compressed. + # The URI is in the form *gs://bucketName/fileName*. If the file already exists, + # the request succeeds, but the operation fails. If *fileType* is *SQL* and the + # filename ends with .gz, the contents are compressed. # Corresponds to the JSON property `uri` # @return [String] attr_accessor :uri @@ -1343,10 +1343,10 @@ module Google # @return [String] attr_accessor :kind - # Path to the import file in Cloud Storage, in the form *gs: //bucketName/ - # fileName*. Compressed gzip files (.gz) are supported // when *fileType* is * - # SQL*. The instance must have // write permissions to the bucket and read - # access to the file. + # Path to the import file in Cloud Storage, in the form *gs://bucketName/ + # fileName*. Compressed gzip files (.gz) are supported when *fileType* is *SQL*. + # The instance must have write permissions to the bucket and read access to the + # file. # Corresponds to the JSON property `uri` # @return [String] attr_accessor :uri diff --git a/generated/google/apis/sqladmin_v1beta4/service.rb b/generated/google/apis/sqladmin_v1beta4/service.rb index dc33946d2..5d40421cb 100644 --- a/generated/google/apis/sqladmin_v1beta4/service.rb +++ b/generated/google/apis/sqladmin_v1beta4/service.rb @@ -1323,6 +1323,8 @@ module Google # ID of the project that contains the instance. # @param [String] instance # Cloud SQL instance ID. This does not include the project ID. + # @param [Boolean] skip_verification + # Whether to skip the verification step (VESS). # @param [String] sync_mode # External sync mode. # @param [String] fields @@ -1342,12 +1344,13 @@ module Google # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def start_project_instance_external_sync(project, instance, sync_mode: nil, fields: nil, quota_user: nil, options: nil, &block) + def start_project_instance_external_sync(project, instance, skip_verification: nil, sync_mode: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'sql/v1beta4/projects/{project}/instances/{instance}/startExternalSync', options) command.response_representation = Google::Apis::SqladminV1beta4::Operation::Representation command.response_class = Google::Apis::SqladminV1beta4::Operation command.params['project'] = project unless project.nil? command.params['instance'] = instance unless instance.nil? + command.query['skipVerification'] = skip_verification unless skip_verification.nil? command.query['syncMode'] = sync_mode unless sync_mode.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? diff --git a/generated/google/apis/sqladmin_v1beta4/synth.metadata b/generated/google/apis/sqladmin_v1beta4/synth.metadata index bda86a8c0..56f7a94a2 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": "44f28cbd419fc167993a2b735b072dc0844c2918" + "sha": "068d8350927eabdecc91012223726088ade6b1ac" } } ]