Socket
Socket
Sign inDemoInstall

@google-cloud/monitoring

Package Overview
Dependencies
141
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.5 to 3.0.0

30

build/src/v3/alert_policy_service_client.d.ts

@@ -110,15 +110,35 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
getAlertPolicy(request: protos.google.monitoring.v3.IGetAlertPolicyRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IGetAlertPolicyRequest | undefined, {} | undefined]>;
getAlertPolicy(request: protos.google.monitoring.v3.IGetAlertPolicyRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IAlertPolicy,
protos.google.monitoring.v3.IGetAlertPolicyRequest | undefined,
{} | undefined
]>;
getAlertPolicy(request: protos.google.monitoring.v3.IGetAlertPolicyRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IGetAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
getAlertPolicy(request: protos.google.monitoring.v3.IGetAlertPolicyRequest, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IGetAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
createAlertPolicy(request: protos.google.monitoring.v3.ICreateAlertPolicyRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.ICreateAlertPolicyRequest | undefined, {} | undefined]>;
createAlertPolicy(request: protos.google.monitoring.v3.ICreateAlertPolicyRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IAlertPolicy,
protos.google.monitoring.v3.ICreateAlertPolicyRequest | undefined,
{} | undefined
]>;
createAlertPolicy(request: protos.google.monitoring.v3.ICreateAlertPolicyRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.ICreateAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
createAlertPolicy(request: protos.google.monitoring.v3.ICreateAlertPolicyRequest, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.ICreateAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
deleteAlertPolicy(request: protos.google.monitoring.v3.IDeleteAlertPolicyRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteAlertPolicyRequest | undefined, {} | undefined]>;
deleteAlertPolicy(request: protos.google.monitoring.v3.IDeleteAlertPolicyRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
protos.google.monitoring.v3.IDeleteAlertPolicyRequest | undefined,
{} | undefined
]>;
deleteAlertPolicy(request: protos.google.monitoring.v3.IDeleteAlertPolicyRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
deleteAlertPolicy(request: protos.google.monitoring.v3.IDeleteAlertPolicyRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
updateAlertPolicy(request: protos.google.monitoring.v3.IUpdateAlertPolicyRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IUpdateAlertPolicyRequest | undefined, {} | undefined]>;
updateAlertPolicy(request: protos.google.monitoring.v3.IUpdateAlertPolicyRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IAlertPolicy,
protos.google.monitoring.v3.IUpdateAlertPolicyRequest | undefined,
{} | undefined
]>;
updateAlertPolicy(request: protos.google.monitoring.v3.IUpdateAlertPolicyRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IUpdateAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
updateAlertPolicy(request: protos.google.monitoring.v3.IUpdateAlertPolicyRequest, callback: Callback<protos.google.monitoring.v3.IAlertPolicy, protos.google.monitoring.v3.IUpdateAlertPolicyRequest | null | undefined, {} | null | undefined>): void;
listAlertPolicies(request: protos.google.monitoring.v3.IListAlertPoliciesRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IAlertPolicy[], protos.google.monitoring.v3.IListAlertPoliciesRequest | null, protos.google.monitoring.v3.IListAlertPoliciesResponse]>;
listAlertPolicies(request: protos.google.monitoring.v3.IListAlertPoliciesRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IAlertPolicy[],
protos.google.monitoring.v3.IListAlertPoliciesRequest | null,
protos.google.monitoring.v3.IListAlertPoliciesResponse
]>;
listAlertPolicies(request: protos.google.monitoring.v3.IListAlertPoliciesRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListAlertPoliciesRequest, protos.google.monitoring.v3.IListAlertPoliciesResponse | null | undefined, protos.google.monitoring.v3.IAlertPolicy>): void;

@@ -125,0 +145,0 @@ listAlertPolicies(request: protos.google.monitoring.v3.IListAlertPoliciesRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListAlertPoliciesRequest, protos.google.monitoring.v3.IListAlertPoliciesResponse | null | undefined, protos.google.monitoring.v3.IAlertPolicy>): void;

@@ -113,15 +113,35 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
getGroup(request: protos.google.monitoring.v3.IGetGroupRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IGetGroupRequest | undefined, {} | undefined]>;
getGroup(request: protos.google.monitoring.v3.IGetGroupRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IGroup,
protos.google.monitoring.v3.IGetGroupRequest | undefined,
{} | undefined
]>;
getGroup(request: protos.google.monitoring.v3.IGetGroupRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IGetGroupRequest | null | undefined, {} | null | undefined>): void;
getGroup(request: protos.google.monitoring.v3.IGetGroupRequest, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IGetGroupRequest | null | undefined, {} | null | undefined>): void;
createGroup(request: protos.google.monitoring.v3.ICreateGroupRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.ICreateGroupRequest | undefined, {} | undefined]>;
createGroup(request: protos.google.monitoring.v3.ICreateGroupRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IGroup,
protos.google.monitoring.v3.ICreateGroupRequest | undefined,
{} | undefined
]>;
createGroup(request: protos.google.monitoring.v3.ICreateGroupRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.ICreateGroupRequest | null | undefined, {} | null | undefined>): void;
createGroup(request: protos.google.monitoring.v3.ICreateGroupRequest, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.ICreateGroupRequest | null | undefined, {} | null | undefined>): void;
updateGroup(request: protos.google.monitoring.v3.IUpdateGroupRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IUpdateGroupRequest | undefined, {} | undefined]>;
updateGroup(request: protos.google.monitoring.v3.IUpdateGroupRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IGroup,
protos.google.monitoring.v3.IUpdateGroupRequest | undefined,
{} | undefined
]>;
updateGroup(request: protos.google.monitoring.v3.IUpdateGroupRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IUpdateGroupRequest | null | undefined, {} | null | undefined>): void;
updateGroup(request: protos.google.monitoring.v3.IUpdateGroupRequest, callback: Callback<protos.google.monitoring.v3.IGroup, protos.google.monitoring.v3.IUpdateGroupRequest | null | undefined, {} | null | undefined>): void;
deleteGroup(request: protos.google.monitoring.v3.IDeleteGroupRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteGroupRequest | undefined, {} | undefined]>;
deleteGroup(request: protos.google.monitoring.v3.IDeleteGroupRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
protos.google.monitoring.v3.IDeleteGroupRequest | undefined,
{} | undefined
]>;
deleteGroup(request: protos.google.monitoring.v3.IDeleteGroupRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteGroupRequest | null | undefined, {} | null | undefined>): void;
deleteGroup(request: protos.google.monitoring.v3.IDeleteGroupRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteGroupRequest | null | undefined, {} | null | undefined>): void;
listGroups(request: protos.google.monitoring.v3.IListGroupsRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IGroup[], protos.google.monitoring.v3.IListGroupsRequest | null, protos.google.monitoring.v3.IListGroupsResponse]>;
listGroups(request: protos.google.monitoring.v3.IListGroupsRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IGroup[],
protos.google.monitoring.v3.IListGroupsRequest | null,
protos.google.monitoring.v3.IListGroupsResponse
]>;
listGroups(request: protos.google.monitoring.v3.IListGroupsRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListGroupsRequest, protos.google.monitoring.v3.IListGroupsResponse | null | undefined, protos.google.monitoring.v3.IGroup>): void;

@@ -237,3 +257,7 @@ listGroups(request: protos.google.monitoring.v3.IListGroupsRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListGroupsRequest, protos.google.monitoring.v3.IListGroupsResponse | null | undefined, protos.google.monitoring.v3.IGroup>): void;

listGroupsAsync(request?: protos.google.monitoring.v3.IListGroupsRequest, options?: CallOptions): AsyncIterable<protos.google.monitoring.v3.IGroup>;
listGroupMembers(request: protos.google.monitoring.v3.IListGroupMembersRequest, options?: CallOptions): Promise<[protos.google.api.IMonitoredResource[], protos.google.monitoring.v3.IListGroupMembersRequest | null, protos.google.monitoring.v3.IListGroupMembersResponse]>;
listGroupMembers(request: protos.google.monitoring.v3.IListGroupMembersRequest, options?: CallOptions): Promise<[
protos.google.api.IMonitoredResource[],
protos.google.monitoring.v3.IListGroupMembersRequest | null,
protos.google.monitoring.v3.IListGroupMembersResponse
]>;
listGroupMembers(request: protos.google.monitoring.v3.IListGroupMembersRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListGroupMembersRequest, protos.google.monitoring.v3.IListGroupMembersResponse | null | undefined, protos.google.api.IMonitoredResource>): void;

@@ -240,0 +264,0 @@ listGroupMembers(request: protos.google.monitoring.v3.IListGroupMembersRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListGroupMembersRequest, protos.google.monitoring.v3.IListGroupMembersResponse | null | undefined, protos.google.api.IMonitoredResource>): void;

@@ -20,2 +20,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.UptimeCheckServiceClient = exports.ServiceMonitoringServiceClient = exports.QueryServiceClient = exports.NotificationChannelServiceClient = exports.MetricServiceClient = exports.GroupServiceClient = exports.AlertPolicyServiceClient = void 0;
var alert_policy_service_client_1 = require("./alert_policy_service_client");

@@ -22,0 +23,0 @@ Object.defineProperty(exports, "AlertPolicyServiceClient", { enumerable: true, get: function () { return alert_policy_service_client_1.AlertPolicyServiceClient; } });

@@ -103,27 +103,63 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
getNotificationChannelDescriptor(request: protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannelDescriptor, (protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest | undefined), {} | undefined]>;
getNotificationChannelDescriptor(request: protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannelDescriptor,
(protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest | undefined),
{} | undefined
]>;
getNotificationChannelDescriptor(request: protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.INotificationChannelDescriptor, protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest | null | undefined, {} | null | undefined>): void;
getNotificationChannelDescriptor(request: protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest, callback: Callback<protos.google.monitoring.v3.INotificationChannelDescriptor, protos.google.monitoring.v3.IGetNotificationChannelDescriptorRequest | null | undefined, {} | null | undefined>): void;
getNotificationChannel(request: protos.google.monitoring.v3.IGetNotificationChannelRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IGetNotificationChannelRequest | undefined, {} | undefined]>;
getNotificationChannel(request: protos.google.monitoring.v3.IGetNotificationChannelRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannel,
protos.google.monitoring.v3.IGetNotificationChannelRequest | undefined,
{} | undefined
]>;
getNotificationChannel(request: protos.google.monitoring.v3.IGetNotificationChannelRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IGetNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
getNotificationChannel(request: protos.google.monitoring.v3.IGetNotificationChannelRequest, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IGetNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
createNotificationChannel(request: protos.google.monitoring.v3.ICreateNotificationChannelRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.ICreateNotificationChannelRequest | undefined, {} | undefined]>;
createNotificationChannel(request: protos.google.monitoring.v3.ICreateNotificationChannelRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannel,
protos.google.monitoring.v3.ICreateNotificationChannelRequest | undefined,
{} | undefined
]>;
createNotificationChannel(request: protos.google.monitoring.v3.ICreateNotificationChannelRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.ICreateNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
createNotificationChannel(request: protos.google.monitoring.v3.ICreateNotificationChannelRequest, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.ICreateNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
updateNotificationChannel(request: protos.google.monitoring.v3.IUpdateNotificationChannelRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IUpdateNotificationChannelRequest | undefined, {} | undefined]>;
updateNotificationChannel(request: protos.google.monitoring.v3.IUpdateNotificationChannelRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannel,
protos.google.monitoring.v3.IUpdateNotificationChannelRequest | undefined,
{} | undefined
]>;
updateNotificationChannel(request: protos.google.monitoring.v3.IUpdateNotificationChannelRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IUpdateNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
updateNotificationChannel(request: protos.google.monitoring.v3.IUpdateNotificationChannelRequest, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IUpdateNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
deleteNotificationChannel(request: protos.google.monitoring.v3.IDeleteNotificationChannelRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteNotificationChannelRequest | undefined, {} | undefined]>;
deleteNotificationChannel(request: protos.google.monitoring.v3.IDeleteNotificationChannelRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
protos.google.monitoring.v3.IDeleteNotificationChannelRequest | undefined,
{} | undefined
]>;
deleteNotificationChannel(request: protos.google.monitoring.v3.IDeleteNotificationChannelRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
deleteNotificationChannel(request: protos.google.monitoring.v3.IDeleteNotificationChannelRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
sendNotificationChannelVerificationCode(request: protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, (protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest | undefined), {} | undefined]>;
sendNotificationChannelVerificationCode(request: protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
(protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest | undefined),
{} | undefined
]>;
sendNotificationChannelVerificationCode(request: protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest | null | undefined, {} | null | undefined>): void;
sendNotificationChannelVerificationCode(request: protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.ISendNotificationChannelVerificationCodeRequest | null | undefined, {} | null | undefined>): void;
getNotificationChannelVerificationCode(request: protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeResponse, (protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest | undefined), {} | undefined]>;
getNotificationChannelVerificationCode(request: protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeResponse,
(protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest | undefined),
{} | undefined
]>;
getNotificationChannelVerificationCode(request: protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeResponse, protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest | null | undefined, {} | null | undefined>): void;
getNotificationChannelVerificationCode(request: protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest, callback: Callback<protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeResponse, protos.google.monitoring.v3.IGetNotificationChannelVerificationCodeRequest | null | undefined, {} | null | undefined>): void;
verifyNotificationChannel(request: protos.google.monitoring.v3.IVerifyNotificationChannelRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IVerifyNotificationChannelRequest | undefined, {} | undefined]>;
verifyNotificationChannel(request: protos.google.monitoring.v3.IVerifyNotificationChannelRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannel,
protos.google.monitoring.v3.IVerifyNotificationChannelRequest | undefined,
{} | undefined
]>;
verifyNotificationChannel(request: protos.google.monitoring.v3.IVerifyNotificationChannelRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IVerifyNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
verifyNotificationChannel(request: protos.google.monitoring.v3.IVerifyNotificationChannelRequest, callback: Callback<protos.google.monitoring.v3.INotificationChannel, protos.google.monitoring.v3.IVerifyNotificationChannelRequest | null | undefined, {} | null | undefined>): void;
listNotificationChannelDescriptors(request: protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannelDescriptor[], protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest | null, protos.google.monitoring.v3.IListNotificationChannelDescriptorsResponse]>;
listNotificationChannelDescriptors(request: protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannelDescriptor[],
protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest | null,
protos.google.monitoring.v3.IListNotificationChannelDescriptorsResponse
]>;
listNotificationChannelDescriptors(request: protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, protos.google.monitoring.v3.IListNotificationChannelDescriptorsResponse | null | undefined, protos.google.monitoring.v3.INotificationChannelDescriptor>): void;

@@ -207,3 +243,7 @@ listNotificationChannelDescriptors(request: protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, protos.google.monitoring.v3.IListNotificationChannelDescriptorsResponse | null | undefined, protos.google.monitoring.v3.INotificationChannelDescriptor>): void;

listNotificationChannelDescriptorsAsync(request?: protos.google.monitoring.v3.IListNotificationChannelDescriptorsRequest, options?: CallOptions): AsyncIterable<protos.google.monitoring.v3.INotificationChannelDescriptor>;
listNotificationChannels(request: protos.google.monitoring.v3.IListNotificationChannelsRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.INotificationChannel[], protos.google.monitoring.v3.IListNotificationChannelsRequest | null, protos.google.monitoring.v3.IListNotificationChannelsResponse]>;
listNotificationChannels(request: protos.google.monitoring.v3.IListNotificationChannelsRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.INotificationChannel[],
protos.google.monitoring.v3.IListNotificationChannelsRequest | null,
protos.google.monitoring.v3.IListNotificationChannelsResponse
]>;
listNotificationChannels(request: protos.google.monitoring.v3.IListNotificationChannelsRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListNotificationChannelsRequest, protos.google.monitoring.v3.IListNotificationChannelsResponse | null | undefined, protos.google.monitoring.v3.INotificationChannel>): void;

@@ -210,0 +250,0 @@ listNotificationChannels(request: protos.google.monitoring.v3.IListNotificationChannelsRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListNotificationChannelsRequest, protos.google.monitoring.v3.IListNotificationChannelsResponse | null | undefined, protos.google.monitoring.v3.INotificationChannel>): void;

@@ -104,3 +104,7 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
queryTimeSeries(request: protos.google.monitoring.v3.IQueryTimeSeriesRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.ITimeSeriesData[], protos.google.monitoring.v3.IQueryTimeSeriesRequest | null, protos.google.monitoring.v3.IQueryTimeSeriesResponse]>;
queryTimeSeries(request: protos.google.monitoring.v3.IQueryTimeSeriesRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.ITimeSeriesData[],
protos.google.monitoring.v3.IQueryTimeSeriesRequest | null,
protos.google.monitoring.v3.IQueryTimeSeriesResponse
]>;
queryTimeSeries(request: protos.google.monitoring.v3.IQueryTimeSeriesRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IQueryTimeSeriesRequest, protos.google.monitoring.v3.IQueryTimeSeriesResponse | null | undefined, protos.google.monitoring.v3.ITimeSeriesData>): void;

@@ -107,0 +111,0 @@ queryTimeSeries(request: protos.google.monitoring.v3.IQueryTimeSeriesRequest, callback: PaginationCallback<protos.google.monitoring.v3.IQueryTimeSeriesRequest, protos.google.monitoring.v3.IQueryTimeSeriesResponse | null | undefined, protos.google.monitoring.v3.ITimeSeriesData>): void;

@@ -105,27 +105,63 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
createService(request: protos.google.monitoring.v3.ICreateServiceRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IService, protos.google.monitoring.v3.ICreateServiceRequest | undefined, {} | undefined]>;
createService(request: protos.google.monitoring.v3.ICreateServiceRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IService,
protos.google.monitoring.v3.ICreateServiceRequest | undefined,
{} | undefined
]>;
createService(request: protos.google.monitoring.v3.ICreateServiceRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.ICreateServiceRequest | null | undefined, {} | null | undefined>): void;
createService(request: protos.google.monitoring.v3.ICreateServiceRequest, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.ICreateServiceRequest | null | undefined, {} | null | undefined>): void;
getService(request: protos.google.monitoring.v3.IGetServiceRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IGetServiceRequest | undefined, {} | undefined]>;
getService(request: protos.google.monitoring.v3.IGetServiceRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IService,
protos.google.monitoring.v3.IGetServiceRequest | undefined,
{} | undefined
]>;
getService(request: protos.google.monitoring.v3.IGetServiceRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IGetServiceRequest | null | undefined, {} | null | undefined>): void;
getService(request: protos.google.monitoring.v3.IGetServiceRequest, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IGetServiceRequest | null | undefined, {} | null | undefined>): void;
updateService(request: protos.google.monitoring.v3.IUpdateServiceRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IUpdateServiceRequest | undefined, {} | undefined]>;
updateService(request: protos.google.monitoring.v3.IUpdateServiceRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IService,
protos.google.monitoring.v3.IUpdateServiceRequest | undefined,
{} | undefined
]>;
updateService(request: protos.google.monitoring.v3.IUpdateServiceRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IUpdateServiceRequest | null | undefined, {} | null | undefined>): void;
updateService(request: protos.google.monitoring.v3.IUpdateServiceRequest, callback: Callback<protos.google.monitoring.v3.IService, protos.google.monitoring.v3.IUpdateServiceRequest | null | undefined, {} | null | undefined>): void;
deleteService(request: protos.google.monitoring.v3.IDeleteServiceRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteServiceRequest | undefined, {} | undefined]>;
deleteService(request: protos.google.monitoring.v3.IDeleteServiceRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
protos.google.monitoring.v3.IDeleteServiceRequest | undefined,
{} | undefined
]>;
deleteService(request: protos.google.monitoring.v3.IDeleteServiceRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteServiceRequest | null | undefined, {} | null | undefined>): void;
deleteService(request: protos.google.monitoring.v3.IDeleteServiceRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteServiceRequest | null | undefined, {} | null | undefined>): void;
createServiceLevelObjective(request: protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IServiceLevelObjective, (protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest | undefined), {} | undefined]>;
createServiceLevelObjective(request: protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IServiceLevelObjective,
(protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest | undefined),
{} | undefined
]>;
createServiceLevelObjective(request: protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
createServiceLevelObjective(request: protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.ICreateServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
getServiceLevelObjective(request: protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest | undefined, {} | undefined]>;
getServiceLevelObjective(request: protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IServiceLevelObjective,
protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest | undefined,
{} | undefined
]>;
getServiceLevelObjective(request: protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
getServiceLevelObjective(request: protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.IGetServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
updateServiceLevelObjective(request: protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IServiceLevelObjective, (protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest | undefined), {} | undefined]>;
updateServiceLevelObjective(request: protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IServiceLevelObjective,
(protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest | undefined),
{} | undefined
]>;
updateServiceLevelObjective(request: protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
updateServiceLevelObjective(request: protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest, callback: Callback<protos.google.monitoring.v3.IServiceLevelObjective, protos.google.monitoring.v3.IUpdateServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
deleteServiceLevelObjective(request: protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, (protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest | undefined), {} | undefined]>;
deleteServiceLevelObjective(request: protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
(protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest | undefined),
{} | undefined
]>;
deleteServiceLevelObjective(request: protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
deleteServiceLevelObjective(request: protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteServiceLevelObjectiveRequest | null | undefined, {} | null | undefined>): void;
listServices(request: protos.google.monitoring.v3.IListServicesRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IService[], protos.google.monitoring.v3.IListServicesRequest | null, protos.google.monitoring.v3.IListServicesResponse]>;
listServices(request: protos.google.monitoring.v3.IListServicesRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IService[],
protos.google.monitoring.v3.IListServicesRequest | null,
protos.google.monitoring.v3.IListServicesResponse
]>;
listServices(request: protos.google.monitoring.v3.IListServicesRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListServicesRequest, protos.google.monitoring.v3.IListServicesResponse | null | undefined, protos.google.monitoring.v3.IService>): void;

@@ -239,3 +275,7 @@ listServices(request: protos.google.monitoring.v3.IListServicesRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListServicesRequest, protos.google.monitoring.v3.IListServicesResponse | null | undefined, protos.google.monitoring.v3.IService>): void;

listServicesAsync(request?: protos.google.monitoring.v3.IListServicesRequest, options?: CallOptions): AsyncIterable<protos.google.monitoring.v3.IService>;
listServiceLevelObjectives(request: protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IServiceLevelObjective[], protos.google.monitoring.v3.IListServiceLevelObjectivesRequest | null, protos.google.monitoring.v3.IListServiceLevelObjectivesResponse]>;
listServiceLevelObjectives(request: protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IServiceLevelObjective[],
protos.google.monitoring.v3.IListServiceLevelObjectivesRequest | null,
protos.google.monitoring.v3.IListServiceLevelObjectivesResponse
]>;
listServiceLevelObjectives(request: protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, protos.google.monitoring.v3.IListServiceLevelObjectivesResponse | null | undefined, protos.google.monitoring.v3.IServiceLevelObjective>): void;

@@ -242,0 +282,0 @@ listServiceLevelObjectives(request: protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListServiceLevelObjectivesRequest, protos.google.monitoring.v3.IListServiceLevelObjectivesResponse | null | undefined, protos.google.monitoring.v3.IServiceLevelObjective>): void;

@@ -109,15 +109,35 @@ /// <reference types="node" />

getProjectId(callback: Callback<string, undefined, undefined>): void;
getUptimeCheckConfig(request: protos.google.monitoring.v3.IGetUptimeCheckConfigRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IGetUptimeCheckConfigRequest | undefined, {} | undefined]>;
getUptimeCheckConfig(request: protos.google.monitoring.v3.IGetUptimeCheckConfigRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IUptimeCheckConfig,
protos.google.monitoring.v3.IGetUptimeCheckConfigRequest | undefined,
{} | undefined
]>;
getUptimeCheckConfig(request: protos.google.monitoring.v3.IGetUptimeCheckConfigRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IGetUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
getUptimeCheckConfig(request: protos.google.monitoring.v3.IGetUptimeCheckConfigRequest, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IGetUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
createUptimeCheckConfig(request: protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest | undefined, {} | undefined]>;
createUptimeCheckConfig(request: protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IUptimeCheckConfig,
protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest | undefined,
{} | undefined
]>;
createUptimeCheckConfig(request: protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
createUptimeCheckConfig(request: protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.ICreateUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
updateUptimeCheckConfig(request: protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest | undefined, {} | undefined]>;
updateUptimeCheckConfig(request: protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IUptimeCheckConfig,
protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest | undefined,
{} | undefined
]>;
updateUptimeCheckConfig(request: protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest, options: CallOptions, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
updateUptimeCheckConfig(request: protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest, callback: Callback<protos.google.monitoring.v3.IUptimeCheckConfig, protos.google.monitoring.v3.IUpdateUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
deleteUptimeCheckConfig(request: protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest | undefined, {} | undefined]>;
deleteUptimeCheckConfig(request: protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest, options?: CallOptions): Promise<[
protos.google.protobuf.IEmpty,
protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest | undefined,
{} | undefined
]>;
deleteUptimeCheckConfig(request: protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
deleteUptimeCheckConfig(request: protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.monitoring.v3.IDeleteUptimeCheckConfigRequest | null | undefined, {} | null | undefined>): void;
listUptimeCheckConfigs(request: protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IUptimeCheckConfig[], protos.google.monitoring.v3.IListUptimeCheckConfigsRequest | null, protos.google.monitoring.v3.IListUptimeCheckConfigsResponse]>;
listUptimeCheckConfigs(request: protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IUptimeCheckConfig[],
protos.google.monitoring.v3.IListUptimeCheckConfigsRequest | null,
protos.google.monitoring.v3.IListUptimeCheckConfigsResponse
]>;
listUptimeCheckConfigs(request: protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, protos.google.monitoring.v3.IListUptimeCheckConfigsResponse | null | undefined, protos.google.monitoring.v3.IUptimeCheckConfig>): void;

@@ -191,3 +211,7 @@ listUptimeCheckConfigs(request: protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, protos.google.monitoring.v3.IListUptimeCheckConfigsResponse | null | undefined, protos.google.monitoring.v3.IUptimeCheckConfig>): void;

listUptimeCheckConfigsAsync(request?: protos.google.monitoring.v3.IListUptimeCheckConfigsRequest, options?: CallOptions): AsyncIterable<protos.google.monitoring.v3.IUptimeCheckConfig>;
listUptimeCheckIps(request: protos.google.monitoring.v3.IListUptimeCheckIpsRequest, options?: CallOptions): Promise<[protos.google.monitoring.v3.IUptimeCheckIp[], protos.google.monitoring.v3.IListUptimeCheckIpsRequest | null, protos.google.monitoring.v3.IListUptimeCheckIpsResponse]>;
listUptimeCheckIps(request: protos.google.monitoring.v3.IListUptimeCheckIpsRequest, options?: CallOptions): Promise<[
protos.google.monitoring.v3.IUptimeCheckIp[],
protos.google.monitoring.v3.IListUptimeCheckIpsRequest | null,
protos.google.monitoring.v3.IListUptimeCheckIpsResponse
]>;
listUptimeCheckIps(request: protos.google.monitoring.v3.IListUptimeCheckIpsRequest, options: CallOptions, callback: PaginationCallback<protos.google.monitoring.v3.IListUptimeCheckIpsRequest, protos.google.monitoring.v3.IListUptimeCheckIpsResponse | null | undefined, protos.google.monitoring.v3.IUptimeCheckIp>): void;

@@ -194,0 +218,0 @@ listUptimeCheckIps(request: protos.google.monitoring.v3.IListUptimeCheckIpsRequest, callback: PaginationCallback<protos.google.monitoring.v3.IListUptimeCheckIpsRequest, protos.google.monitoring.v3.IListUptimeCheckIpsResponse | null | undefined, protos.google.monitoring.v3.IUptimeCheckIp>): void;

@@ -7,2 +7,13 @@ # Changelog

## [3.0.0](https://github.com/googleapis/nodejs-monitoring/compare/v2.3.5...v3.0.0) (2022-05-20)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#617)
### Build System
* update library to use Node 12 ([#617](https://github.com/googleapis/nodejs-monitoring/issues/617)) ([965e533](https://github.com/googleapis/nodejs-monitoring/commit/965e5333b6a0561e9147ab940ff1a582207e91ff))
### [2.3.5](https://www.github.com/googleapis/nodejs-monitoring/compare/v2.3.4...v2.3.5) (2021-09-08)

@@ -9,0 +20,0 @@

18

package.json
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "2.3.5",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},

@@ -46,11 +46,11 @@ "repository": "googleapis/nodejs-monitoring",

"dependencies": {
"google-gax": "^2.24.1"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.1.0",
"codecov": "^3.6.5",
"gts": "^2.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.5.5",

@@ -60,8 +60,8 @@ "jsdoc-fresh": "^1.0.1",

"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^11.0.0",
"sinon": "^14.0.0",
"ts-loader": "^9.0.0",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"webpack": "^5.0.0",

@@ -68,0 +68,0 @@ "webpack-cli": "^4.0.0"

@@ -7,5 +7,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/monitoring.svg)](https://www.npmjs.org/package/@google-cloud/monitoring)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-monitoring/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-monitoring)

@@ -156,18 +155,18 @@

Node.js.
If you are using an end-of-life version of Node.js, we recommend that you update
as soon as possible to an actively supported LTS version.
Google's client libraries support legacy versions of Node.js runtimes on a
best-efforts basis with the following warnings:
* Legacy versions are not tested in continuous integration.
* Some security patches and features cannot be backported.
* Dependencies cannot be kept up-to-date.
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
The dist-tags follow the naming convention `legacy-(version)`.
For example, `npm install @google-cloud/monitoring@legacy-8` installs client libraries
for versions compatible with Node.js 8.
_Legacy Node.js versions are supported as a best effort:_
* Legacy versions will not be tested in continuous integration.
* Some security patches may not be able to be backported.
* Dependencies will not be kept up-to-date, and features will not be backported.
#### Legacy tags available
* `legacy-8`: install client libraries from this dist-tag for versions
compatible with Node.js 8.
## Versioning

@@ -178,6 +177,6 @@

This library is considered to be **General Availability (GA)**. This means it
is stable; the code surface will not change in backwards-incompatible ways
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **GA** libraries
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.

@@ -189,2 +188,3 @@

More Information: [Google Cloud Platform Launch Stages][launch_stages]

@@ -191,0 +191,0 @@

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

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