generated/google/apis/sqladmin_v1beta4/service.rb in google-api-client-0.23.4 vs generated/google/apis/sqladmin_v1beta4/service.rb in google-api-client-0.23.5

- old
+ new

@@ -18,14 +18,14 @@ require 'google/apis/errors' module Google module Apis module SqladminV1beta4 - # Cloud SQL Administration API + # Cloud SQL Admin API # - # Creates and configures Cloud SQL instances, which provide fully-managed MySQL - # databases. + # Cloud SQL provides the Cloud SQL Admin API, a REST API for administering your + # instances programmatically. # # @example # require 'google/apis/sqladmin_v1beta4' # # Sqladmin = Google::Apis::SqladminV1beta4 # Alias the module @@ -454,11 +454,11 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? command.query['userIp'] = user_ip unless user_ip.nil? execute_or_queue_command(command, &block) end - # List all available database flags for Google Cloud SQL instances. + # List all available database flags for Cloud SQL instances. # @param [String] database_version # Database version for flag retrieval. Flags are specific to the database # version. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -644,12 +644,12 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? command.query['userIp'] = user_ip unless user_ip.nil? execute_or_queue_command(command, &block) end - # Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a - # MySQL dump file. + # Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump + # or CSV file. # @param [String] project # Project ID of the project that contains the instance to be exported. # @param [String] instance # Cloud SQL instance ID. This does not include the project ID. # @param [Google::Apis::SqladminV1beta4::ExportInstancesRequest] export_instances_request_object @@ -759,10 +759,10 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? command.query['userIp'] = user_ip unless user_ip.nil? execute_or_queue_command(command, &block) end - # Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud + # Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud # Storage. # @param [String] project # Project ID of the project that contains the instance. # @param [String] instance # Cloud SQL instance ID. This does not include the project ID.