@maxim_mazurok/gapi.client.monitoring-v3 0.2.20260618 → 0.3.20260705

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +8 -25
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://monitoring.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20260618
12
+ // Revision: 20260705
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -92,10 +92,7 @@ declare namespace gapi.client {
92
92
  alertStrategy?: AlertStrategy;
93
93
  /** How to combine the results of multiple conditions to determine if an incident should be opened. If condition_time_series_query_language is present, this must be COMBINE_UNSPECIFIED. */
94
94
  combiner?:
95
- | 'COMBINE_UNSPECIFIED'
96
- | 'AND'
97
- | 'OR'
98
- | 'AND_WITH_MATCHING_RESOURCE';
95
+ 'COMBINE_UNSPECIFIED' | 'AND' | 'OR' | 'AND_WITH_MATCHING_RESOURCE';
99
96
  /** A list of conditions for the policy. The conditions are combined by AND or OR according to the combiner field. If the combined conditions evaluate to true, then an incident is created. A policy can have from one to six conditions. If condition_time_series_query_language is present, it must be the only condition. If condition_monitoring_query_language is present, it must be the only condition. */
100
97
  conditions?: Condition[];
101
98
  /** A read-only record of the creation of the alerting policy. If provided in a call to create or update, this field will be ignored. */
@@ -126,9 +123,7 @@ declare namespace gapi.client {
126
123
  notificationChannelStrategy?: NotificationChannelStrategy[];
127
124
  /** For log-based alert policies, the notification prompts is always OPENED. For non log-based alert policies, the notification prompts can be OPENED or OPENED, CLOSED. */
128
125
  notificationPrompts?:
129
- | 'NOTIFICATION_PROMPT_UNSPECIFIED'
130
- | 'OPENED'
131
- | 'CLOSED'[];
126
+ 'NOTIFICATION_PROMPT_UNSPECIFIED' | 'OPENED' | 'CLOSED'[];
132
127
  /** Required for log-based alerting policies, i.e. policies with a LogMatch condition.This limit is not implemented for alerting policies that do not have a LogMatch condition. */
133
128
  notificationRateLimit?: NotificationRateLimit;
134
129
  }
@@ -553,9 +548,7 @@ declare namespace gapi.client {
553
548
  interface JsonPathMatcher {
554
549
  /** The type of JSONPath match that will be applied to the JSON output (ContentMatcher.content) */
555
550
  jsonMatcher?:
556
- | 'JSON_PATH_MATCHER_OPTION_UNSPECIFIED'
557
- | 'EXACT_MATCH'
558
- | 'REGEX_MATCH';
551
+ 'JSON_PATH_MATCHER_OPTION_UNSPECIFIED' | 'EXACT_MATCH' | 'REGEX_MATCH';
559
552
  /** JSONPath within the response output pointing to the expected ContentMatcher::content to match against. */
560
553
  jsonPath?: string;
561
554
  }
@@ -906,9 +899,7 @@ declare namespace gapi.client {
906
899
  userLabels?: {[P in string]: string};
907
900
  /** Indicates whether this channel has been verified or not. On a ListNotificationChannels or GetNotificationChannel operation, this field is expected to be populated.If the value is UNVERIFIED, then it indicates that the channel is non-functioning (it both requires verification and lacks verification); otherwise, it is assumed that the channel works.If the channel is neither VERIFIED nor UNVERIFIED, it implies that the channel is of a type that does not require verification or that this specific channel has been exempted from verification because it was created prior to verification being required for channels of this type.This field cannot be modified using a standard UpdateNotificationChannel operation. To change the value of this field, you must call VerifyNotificationChannel. */
908
901
  verificationStatus?:
909
- | 'VERIFICATION_STATUS_UNSPECIFIED'
910
- | 'UNVERIFIED'
911
- | 'VERIFIED';
902
+ 'VERIFICATION_STATUS_UNSPECIFIED' | 'UNVERIFIED' | 'VERIFIED';
912
903
  }
913
904
  interface NotificationChannelDescriptor {
914
905
  /** A human-readable description of the notification channel type. The description may include a description of the properties of the channel and pointers to external documentation. */
@@ -952,11 +943,7 @@ declare namespace gapi.client {
952
943
  createTime?: string;
953
944
  /** Current state of the batch operation. */
954
945
  state?:
955
- | 'STATE_UNSPECIFIED'
956
- | 'CREATED'
957
- | 'RUNNING'
958
- | 'DONE'
959
- | 'CANCELLED';
946
+ 'STATE_UNSPECIFIED' | 'CREATED' | 'RUNNING' | 'DONE' | 'CANCELLED';
960
947
  /** The time when the operation result was last updated. */
961
948
  updateTime?: string;
962
949
  }
@@ -1051,9 +1038,7 @@ declare namespace gapi.client {
1051
1038
  groupId?: string;
1052
1039
  /** The resource type of the group members. */
1053
1040
  resourceType?:
1054
- | 'RESOURCE_TYPE_UNSPECIFIED'
1055
- | 'INSTANCE'
1056
- | 'AWS_ELB_LOAD_BALANCER';
1041
+ 'RESOURCE_TYPE_UNSPECIFIED' | 'INSTANCE' | 'AWS_ELB_LOAD_BALANCER';
1057
1042
  }
1058
1043
  interface ResponseStatusCode {
1059
1044
  /** A class of status codes to accept. */
@@ -1302,9 +1287,7 @@ declare namespace gapi.client {
1302
1287
  interface UptimeCheckConfig {
1303
1288
  /** The type of checkers to use to execute the Uptime check. */
1304
1289
  checkerType?:
1305
- | 'CHECKER_TYPE_UNSPECIFIED'
1306
- | 'STATIC_IP_CHECKERS'
1307
- | 'VPC_CHECKERS';
1290
+ 'CHECKER_TYPE_UNSPECIFIED' | 'STATIC_IP_CHECKERS' | 'VPC_CHECKERS';
1308
1291
  /** The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check. */
1309
1292
  contentMatchers?: ContentMatcher[];
1310
1293
  /** Whether the check is disabled or not. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.monitoring-v3",
3
- "version": "0.2.20260618",
3
+ "version": "0.3.20260705",
4
4
  "description": "TypeScript typings for Cloud Monitoring API v3",
5
5
  "repository": {
6
6
  "type": "git",