@googleapis/servicenetworking 12.6.0 → 12.7.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [12.7.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v12.6.0...servicenetworking-v12.7.0) (2024-01-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * regenerate index files ([4246fd1](https://github.com/googleapis/google-api-nodejs-client/commit/4246fd1c6484dac0d636d48a2dfcbfcbb2668702))
9
+ * **servicenetworking:** update the API ([42a1422](https://github.com/googleapis/google-api-nodejs-client/commit/42a142249e172d0e0ec8ab877864a2f0fb385304))
10
+ * **servicenetworking:** update the API ([a62a335](https://github.com/googleapis/google-api-nodejs-client/commit/a62a33587c4bb51545121b6f3a06834d78fec8bf))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **servicenetworking:** update the API ([50c7dbd](https://github.com/googleapis/google-api-nodejs-client/commit/50c7dbd3231feefdabe77ff8a25f4d66b9b92a3a))
16
+
3
17
  ## [12.6.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v12.5.0...servicenetworking-v12.6.0) (2024-01-03)
4
18
 
5
19
 
package/build/v1.d.ts CHANGED
@@ -1492,7 +1492,7 @@ export declare namespace servicenetworking_v1 {
1492
1492
  */
1493
1493
  name?: string | null;
1494
1494
  /**
1495
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1495
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitored resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1496
1496
  */
1497
1497
  type?: string | null;
1498
1498
  }
package/build/v1beta.d.ts CHANGED
@@ -1289,7 +1289,7 @@ export declare namespace servicenetworking_v1beta {
1289
1289
  */
1290
1290
  name?: string | null;
1291
1291
  /**
1292
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1292
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitored resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1293
1293
  */
1294
1294
  type?: string | null;
1295
1295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/servicenetworking",
3
- "version": "12.6.0",
3
+ "version": "12.7.0",
4
4
  "description": "servicenetworking",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1528,7 +1528,7 @@ export namespace servicenetworking_v1 {
1528
1528
  */
1529
1529
  name?: string | null;
1530
1530
  /**
1531
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1531
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitored resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1532
1532
  */
1533
1533
  type?: string | null;
1534
1534
  }
package/v1beta.ts CHANGED
@@ -1327,7 +1327,7 @@ export namespace servicenetworking_v1beta {
1327
1327
  */
1328
1328
  name?: string | null;
1329
1329
  /**
1330
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1330
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitored resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1331
1331
  */
1332
1332
  type?: string | null;
1333
1333
  }