Socket
Socket
Sign inDemoInstall

@google-cloud/logging

Package Overview
Dependencies
159
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.4.1 to 10.5.0

2

build/src/utils/instrumentation.d.ts

@@ -25,3 +25,3 @@ /*!

*/
export declare const NODEJS_DEFAULT_LIBRARY_VERSION = "10.4.1";
export declare const NODEJS_DEFAULT_LIBRARY_VERSION = "10.5.0";
export declare const MAX_INSTRUMENTATION_COUNT = 3;

@@ -28,0 +28,0 @@ export type InstrumentationInfo = {

@@ -37,3 +37,3 @@ "use strict";

*/
exports.NODEJS_DEFAULT_LIBRARY_VERSION = '10.4.1'; // {x-release-please-version}
exports.NODEJS_DEFAULT_LIBRARY_VERSION = '10.5.0'; // {x-release-please-version}
exports.MAX_INSTRUMENTATION_COUNT = 3;

@@ -40,0 +40,0 @@ /**

@@ -36,2 +36,10 @@ {

},
"CreateBucketAsync": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"UpdateBucketAsync": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"CreateBucket": {

@@ -98,2 +106,18 @@ "retry_codes_name": "non_idempotent",

},
"CreateLink": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteLink": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ListLinks": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetLink": {
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ListExclusions": {

@@ -100,0 +124,0 @@ "timeout_millis": 60000,

@@ -399,2 +399,44 @@ /// <reference types="node" />

/**
* Return a fully-qualified billingAccountLocationBucketLink resource name string.
*
* @param {string} billing_account
* @param {string} location
* @param {string} bucket
* @param {string} link
* @returns {string} Resource name string.
*/
billingAccountLocationBucketLinkPath(billingAccount: string, location: string, bucket: string, link: string): string;
/**
* Parse the billing_account from BillingAccountLocationBucketLink resource.
*
* @param {string} billingAccountLocationBucketLinkName
* A fully-qualified path representing billing_account_location_bucket_link resource.
* @returns {string} A string representing the billing_account.
*/
matchBillingAccountFromBillingAccountLocationBucketLinkName(billingAccountLocationBucketLinkName: string): string | number;
/**
* Parse the location from BillingAccountLocationBucketLink resource.
*
* @param {string} billingAccountLocationBucketLinkName
* A fully-qualified path representing billing_account_location_bucket_link resource.
* @returns {string} A string representing the location.
*/
matchLocationFromBillingAccountLocationBucketLinkName(billingAccountLocationBucketLinkName: string): string | number;
/**
* Parse the bucket from BillingAccountLocationBucketLink resource.
*
* @param {string} billingAccountLocationBucketLinkName
* A fully-qualified path representing billing_account_location_bucket_link resource.
* @returns {string} A string representing the bucket.
*/
matchBucketFromBillingAccountLocationBucketLinkName(billingAccountLocationBucketLinkName: string): string | number;
/**
* Parse the link from BillingAccountLocationBucketLink resource.
*
* @param {string} billingAccountLocationBucketLinkName
* A fully-qualified path representing billing_account_location_bucket_link resource.
* @returns {string} A string representing the link.
*/
matchLinkFromBillingAccountLocationBucketLinkName(billingAccountLocationBucketLinkName: string): string | number;
/**
* Return a fully-qualified billingAccountLocationBucketView resource name string.

@@ -577,2 +619,44 @@ *

/**
* Return a fully-qualified folderLocationBucketLink resource name string.
*
* @param {string} folder
* @param {string} location
* @param {string} bucket
* @param {string} link
* @returns {string} Resource name string.
*/
folderLocationBucketLinkPath(folder: string, location: string, bucket: string, link: string): string;
/**
* Parse the folder from FolderLocationBucketLink resource.
*
* @param {string} folderLocationBucketLinkName
* A fully-qualified path representing folder_location_bucket_link resource.
* @returns {string} A string representing the folder.
*/
matchFolderFromFolderLocationBucketLinkName(folderLocationBucketLinkName: string): string | number;
/**
* Parse the location from FolderLocationBucketLink resource.
*
* @param {string} folderLocationBucketLinkName
* A fully-qualified path representing folder_location_bucket_link resource.
* @returns {string} A string representing the location.
*/
matchLocationFromFolderLocationBucketLinkName(folderLocationBucketLinkName: string): string | number;
/**
* Parse the bucket from FolderLocationBucketLink resource.
*
* @param {string} folderLocationBucketLinkName
* A fully-qualified path representing folder_location_bucket_link resource.
* @returns {string} A string representing the bucket.
*/
matchBucketFromFolderLocationBucketLinkName(folderLocationBucketLinkName: string): string | number;
/**
* Parse the link from FolderLocationBucketLink resource.
*
* @param {string} folderLocationBucketLinkName
* A fully-qualified path representing folder_location_bucket_link resource.
* @returns {string} A string representing the link.
*/
matchLinkFromFolderLocationBucketLinkName(folderLocationBucketLinkName: string): string | number;
/**
* Return a fully-qualified folderLocationBucketView resource name string.

@@ -779,2 +863,44 @@ *

/**
* Return a fully-qualified organizationLocationBucketLink resource name string.
*
* @param {string} organization
* @param {string} location
* @param {string} bucket
* @param {string} link
* @returns {string} Resource name string.
*/
organizationLocationBucketLinkPath(organization: string, location: string, bucket: string, link: string): string;
/**
* Parse the organization from OrganizationLocationBucketLink resource.
*
* @param {string} organizationLocationBucketLinkName
* A fully-qualified path representing organization_location_bucket_link resource.
* @returns {string} A string representing the organization.
*/
matchOrganizationFromOrganizationLocationBucketLinkName(organizationLocationBucketLinkName: string): string | number;
/**
* Parse the location from OrganizationLocationBucketLink resource.
*
* @param {string} organizationLocationBucketLinkName
* A fully-qualified path representing organization_location_bucket_link resource.
* @returns {string} A string representing the location.
*/
matchLocationFromOrganizationLocationBucketLinkName(organizationLocationBucketLinkName: string): string | number;
/**
* Parse the bucket from OrganizationLocationBucketLink resource.
*
* @param {string} organizationLocationBucketLinkName
* A fully-qualified path representing organization_location_bucket_link resource.
* @returns {string} A string representing the bucket.
*/
matchBucketFromOrganizationLocationBucketLinkName(organizationLocationBucketLinkName: string): string | number;
/**
* Parse the link from OrganizationLocationBucketLink resource.
*
* @param {string} organizationLocationBucketLinkName
* A fully-qualified path representing organization_location_bucket_link resource.
* @returns {string} A string representing the link.
*/
matchLinkFromOrganizationLocationBucketLinkName(organizationLocationBucketLinkName: string): string | number;
/**
* Return a fully-qualified organizationLocationBucketView resource name string.

@@ -972,2 +1098,44 @@ *

/**
* Return a fully-qualified projectLocationBucketLink resource name string.
*
* @param {string} project
* @param {string} location
* @param {string} bucket
* @param {string} link
* @returns {string} Resource name string.
*/
projectLocationBucketLinkPath(project: string, location: string, bucket: string, link: string): string;
/**
* Parse the project from ProjectLocationBucketLink resource.
*
* @param {string} projectLocationBucketLinkName
* A fully-qualified path representing project_location_bucket_link resource.
* @returns {string} A string representing the project.
*/
matchProjectFromProjectLocationBucketLinkName(projectLocationBucketLinkName: string): string | number;
/**
* Parse the location from ProjectLocationBucketLink resource.
*
* @param {string} projectLocationBucketLinkName
* A fully-qualified path representing project_location_bucket_link resource.
* @returns {string} A string representing the location.
*/
matchLocationFromProjectLocationBucketLinkName(projectLocationBucketLinkName: string): string | number;
/**
* Parse the bucket from ProjectLocationBucketLink resource.
*
* @param {string} projectLocationBucketLinkName
* A fully-qualified path representing project_location_bucket_link resource.
* @returns {string} A string representing the bucket.
*/
matchBucketFromProjectLocationBucketLinkName(projectLocationBucketLinkName: string): string | number;
/**
* Parse the link from ProjectLocationBucketLink resource.
*
* @param {string} projectLocationBucketLinkName
* A fully-qualified path representing project_location_bucket_link resource.
* @returns {string} A string representing the link.
*/
matchLinkFromProjectLocationBucketLinkName(projectLocationBucketLinkName: string): string | number;
/**
* Return a fully-qualified projectLocationBucketView resource name string.

@@ -974,0 +1142,0 @@ *

{
"name": "@google-cloud/logging",
"version": "10.4.1",
"version": "10.5.0",
"description": "Cloud Logging Client Library for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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 not supported yet

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 not supported yet

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

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc