Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
Maintainers
2
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

test.js

65

apis/sqladmin/v1beta3.js

@@ -42,3 +42,3 @@ /**

*
* @desc Retrieves a resource containing information about a backup run.
* @desc Retrieves information about a specified backup run for a Cloud SQL instance.
*

@@ -74,3 +74,3 @@ * @alias sql.backupRuns.get

*
* @desc Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the enqueued time.
* @desc Lists all backup runs associated with a Cloud SQL instance.
*

@@ -111,3 +111,3 @@ * @alias sql.backupRuns.list

*
* @desc List all available database flags for Google Cloud SQL instances.
* @desc Lists all database flags that can be set for Google Cloud SQL instances.
*

@@ -141,3 +141,3 @@ * @alias sql.flags.list

*
* @desc Creates a Cloud SQL instance as a clone of the source instance.
* @desc Creates a Cloud SQL instance as a clone of a source instance.
*

@@ -230,3 +230,3 @@ * @alias sql.instances.clone

*
* @desc Retrieves a resource containing information about a Cloud SQL instance.
* @desc Retrieves information about a Cloud SQL instance.
*

@@ -260,3 +260,3 @@ * @alias sql.instances.get

*
* @desc Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud Storage.
* @desc Imports data into a Cloud SQL instance from a MySQL dump file stored in a Google Cloud Storage bucket.
*

@@ -320,3 +320,3 @@ * @alias sql.instances.import

*
* @desc Lists instances under a given project in the alphabetical order of the instance name.
* @desc Lists instances for a given project, in alphabetical order by instance name.
*

@@ -351,3 +351,3 @@ * @alias sql.instances.list

*
* @desc Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch.. This method supports patch semantics.
* @desc Updates the settings of a Cloud SQL instance. This method supports patch semantics.
*

@@ -380,5 +380,34 @@ * @alias sql.instances.patch

/**
* sql.instances.promoteReplica
*
* @desc Promotes the read replica instance to be a stand-alone Cloud SQL instance.
*
* @alias sql.instances.promoteReplica
* @memberOf! sqladmin(v1beta3)
*
* @param {object} params - Parameters for request
* @param {string} params.instance - Cloud SQL read replica instance name.
* @param {string} params.project - ID of the project that contains the read replica.
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
promoteReplica: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/sql/v1beta3/projects/' + params.project + '/instances/' + params.instance + '/promoteReplica',
method: 'POST'
},
params: params,
requiredParams: ['project', 'instance'],
pathParams: ['instance', 'project'],
context: self
};
return createAPIRequest(parameters, callback);
},
/**
* sql.instances.resetSslConfig
*
* @desc Deletes all client certificates and generates a new server SSL certificate for the instance. The changes will not take effect until the instance is restarted. Existing instances without a server certificate will need to call this once to set a server certificate.
* @desc Deletes all client certificates and generates a new server SSL certificate for a Cloud SQL instance.
*

@@ -472,3 +501,3 @@ * @alias sql.instances.resetSslConfig

*
* @desc Sets the password for the root user.
* @desc Sets the password for the root user of the specified Cloud SQL instance.
*

@@ -503,3 +532,3 @@ * @alias sql.instances.setRootPassword

*
* @desc Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch.
* @desc Updates the settings of a Cloud SQL instance.
*

@@ -538,3 +567,3 @@ * @alias sql.instances.update

*
* @desc Retrieves an instance operation that has been performed on an instance.
* @desc Retrieves information about a specific operation that was performed on a Cloud SQL instance.
*

@@ -569,3 +598,3 @@ * @alias sql.operations.get

*
* @desc Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
* @desc Lists all operations that have been performed on a Cloud SQL instance.
*

@@ -605,3 +634,3 @@ * @alias sql.operations.list

*
* @desc Deletes the SSL certificate. The change will not take effect until the instance is restarted.
* @desc Deletes an SSL certificate from a Cloud SQL instance.
*

@@ -636,3 +665,3 @@ * @alias sql.sslCerts.delete

*
* @desc Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.
* @desc Retrieves an SSL certificate as specified by its SHA-1 fingerprint.
*

@@ -667,3 +696,3 @@ * @alias sql.sslCerts.get

*
* @desc Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted.
* @desc Creates an SSL certificate and returns the certificate, the associated private key, and the server certificate authority.
*

@@ -698,3 +727,3 @@ * @alias sql.sslCerts.insert

*
* @desc Lists all of the current SSL certificates for the instance.
* @desc Lists all of the current SSL certificates defined for a Cloud SQL instance.
*

@@ -732,3 +761,3 @@ * @alias sql.sslCerts.list

*
* @desc Lists all available service tiers for Google Cloud SQL, for example D1, D2. For related information, see Pricing.
* @desc Lists service tiers that can be used to create Google Cloud SQL instances.
*

@@ -735,0 +764,0 @@ * @alias sql.tiers.list

{
"name": "googleapis",
"version": "1.0.10",
"version": "1.0.11",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "description": "Google APIs Client Library for Node.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc