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.20 to 1.0.21

apis/container/v1beta1.js

35

apis/autoscaler/v1beta2.js

@@ -321,2 +321,37 @@ /**

};
this.zones = {
/**
* autoscaler.zones.list
*
*
*
* @alias autoscaler.zones.list
* @memberOf! autoscaler(v1beta2)
*
* @param {object} params - Parameters for request
* @param {string=} params.filter -
* @param {integer=} params.maxResults -
* @param {string=} params.pageToken -
* @param {string} params.project -
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
list: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/autoscaler/v1beta2/{project}/zones',
method: 'GET'
},
params: params,
requiredParams: ['project'],
pathParams: ['project'],
context: self
};
return createAPIRequest(parameters, callback);
}
};
}

@@ -323,0 +358,0 @@

55

apis/genomics/v1beta.js

@@ -38,37 +38,2 @@ /**

this.beacons = {
/**
* genomics.beacons.get
*
* @desc This is an experimental API that provides a Global Alliance for Genomics and Health Beacon. It may change at any time.
*
* @alias genomics.beacons.get
* @memberOf! genomics(v1beta)
*
* @param {object} params - Parameters for request
* @param {string=} params.allele - Required. The allele to look for ('A', 'C', 'G' or 'T').
* @param {string=} params.position - Required. The 0-based position to query.
* @param {string=} params.referenceName - Required. The reference to query over.
* @param {string} params.variantSetId - The ID of the variant set to query over. It must be public. Private variant sets will return an unauthorized exception.
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
get: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/genomics/v1beta/beacons/{variantSetId}',
method: 'GET'
},
params: params,
requiredParams: ['variantSetId'],
pathParams: ['variantSetId'],
context: self
};
return createAPIRequest(parameters, callback);
}
};
this.callsets = {

@@ -113,3 +78,3 @@

* @param {object} params - Parameters for request
* @param {string} params.callSetId - The ID of the callset to be deleted.
* @param {string} params.callSetId - The ID of the call set to be deleted.
* @param {callback} callback - The callback that handles the response.

@@ -142,3 +107,3 @@ * @return {object} Request object

* @param {object} params - Parameters for request
* @param {string} params.callSetId - The ID of the callset.
* @param {string} params.callSetId - The ID of the call set.
* @param {callback} callback - The callback that handles the response.

@@ -171,3 +136,3 @@ * @return {object} Request object

* @param {object} params - Parameters for request
* @param {string} params.callSetId - The ID of the callset to be updated.
* @param {string} params.callSetId - The ID of the call set to be updated.
* @param {object} params.resource - Request body data

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

*
* @desc Gets a list of call sets matching the criteria.
* @desc Gets a list of call sets matching the criteria. Implements GlobalAllianceApi.searchCallSets.
*

@@ -230,3 +195,3 @@ * @alias genomics.callsets.search

* @param {object} params - Parameters for request
* @param {string} params.callSetId - The ID of the callset to be updated.
* @param {string} params.callSetId - The ID of the call set to be updated.
* @param {object} params.resource - Request body data

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

*
* @desc Creates variant data by asynchronously importing the provided information. The variants for import will be merged with any existing data and each other according to the behavior of mergeVariants. In particular, this means for merged VCF variants that have conflicting INFO fields, some data will be arbitrarily discarded. As a special case, for single-sample VCF files, QUAL and FILTER fields will be moved to the call level; these are sometimes interpreted in a call-specific context. Imported VCF headers are appended to the metadata already in a VariantSet.
* @desc Creates variant data by asynchronously importing the provided information. The variants for import will be merged with any existing data and each other according to the behavior of mergeVariants. In particular, this means for merged VCF variants that have conflicting INFO fields, some data will be arbitrarily discarded. As a special case, for single-sample VCF files, QUAL and FILTER fields will be moved to the call level; these are sometimes interpreted in a call-specific context. Imported VCF headers are appended to the metadata already in a variant set.
*

@@ -995,3 +960,3 @@ * @alias genomics.variants.import

*
* @desc Gets a list of variants matching the criteria.
* @desc Gets a list of variants matching the criteria. Implements GlobalAllianceApi.searchVariants.
*

@@ -1142,3 +1107,3 @@ * @alias genomics.variants.search

*
* @desc Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set. This method supports patch semantics.
* @desc Updates a variant set's metadata. All other modifications are silently ignored. This method supports patch semantics.
*

@@ -1172,3 +1137,3 @@ * @alias genomics.variantsets.patch

*
* @desc Returns a list of all variant sets matching search criteria.
* @desc Returns a list of all variant sets matching search criteria. Implements GlobalAllianceApi.searchVariantSets.
*

@@ -1201,3 +1166,3 @@ * @alias genomics.variantsets.search

*
* @desc Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set.
* @desc Updates a variant set's metadata. All other modifications are silently ignored.
*

@@ -1204,0 +1169,0 @@ * @alias genomics.variantsets.update

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

'compute': requireAPI('compute'),
'container': requireAPI('container'),
'content': requireAPI('content'),

@@ -86,2 +87,3 @@ 'coordinate': requireAPI('coordinate'),

'drive': requireAPI('drive'),
'fitness': requireAPI('fitness'),
'freebase': requireAPI('freebase'),

@@ -109,2 +111,3 @@ 'fusiontables': requireAPI('fusiontables'),

'replicapool': requireAPI('replicapool'),
'replicapoolupdater': requireAPI('replicapoolupdater'),
'reseller': requireAPI('reseller'),

@@ -111,0 +114,0 @@ 'resourceviews': requireAPI('resourceviews'),

@@ -71,3 +71,3 @@ /**

*
* @desc Creates a subscription on a given topic for a given subscriber. If the subscription already exists, returns ALREADY_EXISTS. If the corresponding topic doesn't exist, returns NOT_FOUND.
* @desc Creates a subscription on a given topic for a given subscriber. If the subscription already exists, returns ALREADY_EXISTS. If the corresponding topic doesn't exist, returns NOT_FOUND. If the name is not provided in the request, the server will assign a random name for this subscription on the same project as the topic.
*

@@ -265,2 +265,30 @@ * @alias pubsub.subscriptions.create

return createAPIRequest(parameters, callback);
},
/**
* pubsub.subscriptions.pullBatch
*
* @desc Pulls messages from the server. Returns an empty list if there are no messages available in the backlog. The system is free to return UNAVAILABLE if there too many pull requests outstanding for a given subscription.
*
* @alias pubsub.subscriptions.pullBatch
* @memberOf! pubsub(v1beta1)
*
* @param {object} params - Parameters for request
* @param {object} params.resource - Request body data
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
pullBatch: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/pubsub/v1beta1/subscriptions/pullBatch',
method: 'POST'
},
params: params,
requiredParams: [],
pathParams: [],
context: self
};
return createAPIRequest(parameters, callback);
}

@@ -412,2 +440,30 @@

return createAPIRequest(parameters, callback);
},
/**
* pubsub.topics.publishBatch
*
* @desc Adds one or more messages to the topic. Returns NOT_FOUND if the topic does not exist.
*
* @alias pubsub.topics.publishBatch
* @memberOf! pubsub(v1beta1)
*
* @param {object} params - Parameters for request
* @param {object} params.resource - Request body data
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
publishBatch: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/pubsub/v1beta1/topics/publishBatch',
method: 'POST'
},
params: params,
requiredParams: [],
pathParams: [],
context: self
};
return createAPIRequest(parameters, callback);
}

@@ -414,0 +470,0 @@

@@ -50,3 +50,3 @@ /**

* @param {string} params.backupConfiguration - Identifier for the backup configuration. This gets generated automatically when a backup configuration is created.
* @param {string} params.dueTime - The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.dueTime - The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.instance - Cloud SQL instance ID. This does not include the project ID.

@@ -354,3 +354,3 @@ * @param {string} params.project - Project ID of the project that contains the instance.

* @param {string} params.backupConfiguration - The identifier of the backup configuration. This gets generated automatically when a backup configuration is created.
* @param {string} params.dueTime - The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.dueTime - The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.instance - Cloud SQL instance ID. This does not include the project ID.

@@ -357,0 +357,0 @@ * @param {string} params.project - Project ID of the project that contains the instance.

@@ -50,3 +50,3 @@ /**

* @param {string} params.backupConfiguration - Identifier for the backup configuration. This gets generated automatically when a backup configuration is created.
* @param {string} params.dueTime - The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.dueTime - The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.instance - Cloud SQL instance ID. This does not include the project ID.

@@ -472,3 +472,3 @@ * @param {string} params.project - Project ID of the project that contains the instance.

* @param {string} params.backupConfiguration - The identifier of the backup configuration. This gets generated automatically when a backup configuration is created.
* @param {string} params.dueTime - The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.dueTime - The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param {string} params.instance - Cloud SQL instance ID. This does not include the project ID.

@@ -475,0 +475,0 @@ * @param {string} params.project - Project ID of the project that contains the instance.

{
"name": "googleapis",
"version": "1.0.20",
"version": "1.0.21",
"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

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