@googleapis/serviceusage 9.2.0 → 10.0.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [10.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.3.0...serviceusage-v10.0.0) (2024-03-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3434](https://github.com/googleapis/google-api-nodejs-client/issues/3434)) ([f0db524](https://github.com/googleapis/google-api-nodejs-client/commit/f0db524bb26f05cea3dec4c0ed66b496399e3857))
13
+
14
+ ## [9.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.2.0...serviceusage-v9.3.0) (2024-01-03)
15
+
16
+
17
+ ### Features
18
+
19
+ * **serviceusage:** update the API ([c2ad070](https://github.com/googleapis/google-api-nodejs-client/commit/c2ad070ce4e92524177fde0d50038b5bcf4ad562))
20
+
3
21
  ## [9.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.1.0...serviceusage-v9.2.0) (2023-11-30)
4
22
 
5
23
 
package/build/v1.d.ts CHANGED
@@ -1115,14 +1115,6 @@ export declare namespace serviceusage_v1 {
1115
1115
  * The consumer policy rule that defines enabled services, groups, and categories.
1116
1116
  */
1117
1117
  export interface Schema$GoogleApiServiceusageV2alphaEnableRule {
1118
- /**
1119
- * The names of the categories that are enabled. Example: `categories/googleServices`.
1120
- */
1121
- categories?: string[] | null;
1122
- /**
1123
- * The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.
1124
- */
1125
- groups?: string[] | null;
1126
1118
  /**
1127
1119
  * The names of the services that are enabled. Example: `services/storage.googleapis.com`.
1128
1120
  */
@@ -1443,6 +1435,10 @@ export declare namespace serviceusage_v1 {
1443
1435
  * Describes the generator configuration for a method.
1444
1436
  */
1445
1437
  export interface Schema$MethodSettings {
1438
+ /**
1439
+ * List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id
1440
+ */
1441
+ autoPopulatedFields?: string[] | null;
1446
1442
  /**
1447
1443
  * Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
1448
1444
  */
@@ -1571,7 +1567,7 @@ export declare namespace serviceusage_v1 {
1571
1567
  */
1572
1568
  name?: string | null;
1573
1569
  /**
1574
- * 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).
1570
+ * 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).
1575
1571
  */
1576
1572
  type?: string | null;
1577
1573
  }
@@ -1742,6 +1738,10 @@ export declare namespace serviceusage_v1 {
1742
1738
  * Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc
1743
1739
  */
1744
1740
  protoReferenceDocumentationUri?: string | null;
1741
+ /**
1742
+ * Optional link to REST reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rest
1743
+ */
1744
+ restReferenceDocumentationUri?: string | null;
1745
1745
  }
1746
1746
  /**
1747
1747
  * Settings for Python client libraries.
@@ -1155,14 +1155,6 @@ export declare namespace serviceusage_v1beta1 {
1155
1155
  * The consumer policy rule that defines enabled services, groups, and categories.
1156
1156
  */
1157
1157
  export interface Schema$GoogleApiServiceusageV2alphaEnableRule {
1158
- /**
1159
- * The names of the categories that are enabled. Example: `categories/googleServices`.
1160
- */
1161
- categories?: string[] | null;
1162
- /**
1163
- * The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.
1164
- */
1165
- groups?: string[] | null;
1166
1158
  /**
1167
1159
  * The names of the services that are enabled. Example: `services/storage.googleapis.com`.
1168
1160
  */
@@ -1556,6 +1548,10 @@ export declare namespace serviceusage_v1beta1 {
1556
1548
  * Describes the generator configuration for a method.
1557
1549
  */
1558
1550
  export interface Schema$MethodSettings {
1551
+ /**
1552
+ * List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id
1553
+ */
1554
+ autoPopulatedFields?: string[] | null;
1559
1555
  /**
1560
1556
  * Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
1561
1557
  */
@@ -1684,7 +1680,7 @@ export declare namespace serviceusage_v1beta1 {
1684
1680
  */
1685
1681
  name?: string | null;
1686
1682
  /**
1687
- * 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).
1683
+ * 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).
1688
1684
  */
1689
1685
  type?: string | null;
1690
1686
  }
@@ -1895,6 +1891,10 @@ export declare namespace serviceusage_v1beta1 {
1895
1891
  * Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc
1896
1892
  */
1897
1893
  protoReferenceDocumentationUri?: string | null;
1894
+ /**
1895
+ * Optional link to REST reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rest
1896
+ */
1897
+ restReferenceDocumentationUri?: string | null;
1898
1898
  }
1899
1899
  /**
1900
1900
  * Settings for Python client libraries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/serviceusage",
3
- "version": "9.2.0",
3
+ "version": "10.0.0",
4
4
  "description": "serviceusage",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1150,14 +1150,6 @@ export namespace serviceusage_v1 {
1150
1150
  * The consumer policy rule that defines enabled services, groups, and categories.
1151
1151
  */
1152
1152
  export interface Schema$GoogleApiServiceusageV2alphaEnableRule {
1153
- /**
1154
- * The names of the categories that are enabled. Example: `categories/googleServices`.
1155
- */
1156
- categories?: string[] | null;
1157
- /**
1158
- * The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.
1159
- */
1160
- groups?: string[] | null;
1161
1153
  /**
1162
1154
  * The names of the services that are enabled. Example: `services/storage.googleapis.com`.
1163
1155
  */
@@ -1472,6 +1464,10 @@ export namespace serviceusage_v1 {
1472
1464
  * Describes the generator configuration for a method.
1473
1465
  */
1474
1466
  export interface Schema$MethodSettings {
1467
+ /**
1468
+ * List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id
1469
+ */
1470
+ autoPopulatedFields?: string[] | null;
1475
1471
  /**
1476
1472
  * Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
1477
1473
  */
@@ -1598,7 +1594,7 @@ export namespace serviceusage_v1 {
1598
1594
  */
1599
1595
  name?: string | null;
1600
1596
  /**
1601
- * 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).
1597
+ * 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).
1602
1598
  */
1603
1599
  type?: string | null;
1604
1600
  }
@@ -1763,6 +1759,10 @@ export namespace serviceusage_v1 {
1763
1759
  * Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc
1764
1760
  */
1765
1761
  protoReferenceDocumentationUri?: string | null;
1762
+ /**
1763
+ * Optional link to REST reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rest
1764
+ */
1765
+ restReferenceDocumentationUri?: string | null;
1766
1766
  }
1767
1767
  /**
1768
1768
  * Settings for Python client libraries.
package/v1beta1.ts CHANGED
@@ -1190,14 +1190,6 @@ export namespace serviceusage_v1beta1 {
1190
1190
  * The consumer policy rule that defines enabled services, groups, and categories.
1191
1191
  */
1192
1192
  export interface Schema$GoogleApiServiceusageV2alphaEnableRule {
1193
- /**
1194
- * The names of the categories that are enabled. Example: `categories/googleServices`.
1195
- */
1196
- categories?: string[] | null;
1197
- /**
1198
- * The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.
1199
- */
1200
- groups?: string[] | null;
1201
1193
  /**
1202
1194
  * The names of the services that are enabled. Example: `services/storage.googleapis.com`.
1203
1195
  */
@@ -1585,6 +1577,10 @@ export namespace serviceusage_v1beta1 {
1585
1577
  * Describes the generator configuration for a method.
1586
1578
  */
1587
1579
  export interface Schema$MethodSettings {
1580
+ /**
1581
+ * List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id
1582
+ */
1583
+ autoPopulatedFields?: string[] | null;
1588
1584
  /**
1589
1585
  * Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
1590
1586
  */
@@ -1711,7 +1707,7 @@ export namespace serviceusage_v1beta1 {
1711
1707
  */
1712
1708
  name?: string | null;
1713
1709
  /**
1714
- * 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).
1710
+ * 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).
1715
1711
  */
1716
1712
  type?: string | null;
1717
1713
  }
@@ -1914,6 +1910,10 @@ export namespace serviceusage_v1beta1 {
1914
1910
  * Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc
1915
1911
  */
1916
1912
  protoReferenceDocumentationUri?: string | null;
1913
+ /**
1914
+ * Optional link to REST reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rest
1915
+ */
1916
+ restReferenceDocumentationUri?: string | null;
1917
1917
  }
1918
1918
  /**
1919
1919
  * Settings for Python client libraries.