Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
4
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.22 to 1.0.23

apis/gamesConfiguration/v1configuration.js

2

apis/genomics/v1beta2.js

@@ -627,3 +627,3 @@ /**

*
* @desc Exports read group sets to a BAM file in Google Cloud Storage. Note that currently there may be some differences between exported BAM files and the original BAM file at the time of import. In particular, comments in the input file header will not be preserved, and some custom tags will be converted to strings.
* @desc Exports read group sets to a BAM file in Google Cloud Storage. Note that currently there may be some differences between exported BAM files and the original BAM file at the time of import. In particular, comments in the input file header will not be preserved, some custom tags will be converted to strings, and original reference sequence order is not necessarily preserved.
*

@@ -630,0 +630,0 @@ * @alias genomics.readgroupsets.export

@@ -92,2 +92,3 @@ /**

'games': requireAPI('games'),
'gamesConfiguration': requireAPI('gamesConfiguration'),
'gamesManagement': requireAPI('gamesManagement'),

@@ -94,0 +95,0 @@ 'gan': requireAPI('gan'),

@@ -51,3 +51,3 @@ /**

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -83,3 +83,3 @@ * @param {callback} callback - The callback that handles the response.

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -180,3 +180,3 @@ * @param {callback} callback - The callback that handles the response.

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -212,3 +212,3 @@ * @param {callback} callback - The callback that handles the response.

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -234,2 +234,33 @@ * @param {callback} callback - The callback that handles the response.

/**
* replicapoolupdater.updates.resume
*
* @desc Called on the particular Update endpoint. Resumes the update in state PAUSED. No-op if invoked in state ROLLING_FORWARD or ROLLING_BACK.
*
* @alias replicapoolupdater.updates.resume
* @memberOf! replicapoolupdater(v1beta1)
*
* @param {object} params - Parameters for request
* @param {string} params.instanceGroupManager - The name of the instance group manager.
* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
resume: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/replicapoolupdater/v1beta1/projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{update}/resume',
method: 'POST'
},
params: params,
requiredParams: ['project', 'zone', 'instanceGroupManager', 'update'],
pathParams: ['instanceGroupManager', 'project', 'update', 'zone'],
context: self
};
return createAPIRequest(parameters, callback);
},
/**
* replicapoolupdater.updates.rollback

@@ -245,3 +276,3 @@ *

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -269,3 +300,3 @@ * @param {callback} callback - The callback that handles the response.

*
* @desc Called on the particular Update endpoint. Rolls forward the update in state ROLLING_BACK or PAUSED. No-op if invoked in state ROLLED_OUT or ROLLING_FORWARD.
* @desc Called on the particular Update endpoint. Rolls forward the update in state PAUSED before ordering it to roll back. No-op if invoked in state ROLLED_OUT or ROLLING_FORWARD.
*

@@ -278,3 +309,3 @@ * @alias replicapoolupdater.updates.rollforward

* @param {string} params.project - The Google Developers Console project name.
* @param {string} params.update - Unique (in the context of a group) handle of an update.
* @param {string} params.update - The id of the update.
* @param {string} params.zone - The name of the zone in which the update's target resides.

@@ -281,0 +312,0 @@ * @param {callback} callback - The callback that handles the response.

@@ -48,3 +48,3 @@ /**

var payload = this.getPayload();
if (payload[USER_ATTR]) {
if (payload && payload[USER_ATTR]) {
return payload[USER_ATTR];

@@ -51,0 +51,0 @@ }

{
"name": "googleapis",
"version": "1.0.22",
"version": "1.0.23",
"author": "Google Inc.",

@@ -38,3 +38,3 @@ "description": "Google APIs Client Library for Node.js",

"gapitoken": "~0.1.2",
"request": "~2.48.0",
"request": "~2.51.0",
"string-template": "~0.2.0"

@@ -41,0 +41,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc