generated/google/apis/sqladmin_v1beta4/service.rb in google-api-client-0.9.2 vs generated/google/apis/sqladmin_v1beta4/service.rb in google-api-client-0.9.3
- old
+ new
@@ -179,12 +179,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
- # Deletes a resource containing information about a database inside a Cloud SQL
- # instance.
+ # Deletes a database from a Cloud SQL instance.
# @param [String] project
# Project ID of the project that contains the instance.
# @param [String] instance
# Database instance ID. This does not include the project ID.
# @param [String] database
@@ -465,10 +464,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
- # Creates a Cloud SQL instance as a clone of the source instance.
+ # Creates a Cloud SQL instance as a clone of the source instance. The API is not
+ # ready for Second Generation instances yet.
# @param [String] project
# Project ID of the source as well as the clone Cloud SQL instance.
# @param [String] instance
# The ID of the Cloud SQL instance to be cloned (source). This does not include
# the project ID.