@googleapis/servicecontrol 6.0.0 → 6.0.1
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 +8 -0
- package/build/v1.d.ts +1 -1
- package/build/v2.d.ts +2 -2
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v2.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/servicecontrol-v6.0.0...servicecontrol-v6.0.1) (2025-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **servicecontrol:** update the API ([1bb6bcc](https://github.com/googleapis/google-api-nodejs-client/commit/1bb6bccd508806455999d7ad949796f2bf2a2a24))
|
|
9
|
+
* **servicecontrol:** update the API ([71aa0ef](https://github.com/googleapis/google-api-nodejs-client/commit/71aa0ef8c5d0956cc157af95a1f1269bd0eb1424))
|
|
10
|
+
|
|
3
11
|
## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicecontrol-v5.1.0...servicecontrol-v6.0.0) (2025-03-18)
|
|
4
12
|
|
|
5
13
|
|
package/build/v1.d.ts
CHANGED
|
@@ -419,7 +419,7 @@ export declare namespace servicecontrol_v1 {
|
|
|
419
419
|
*/
|
|
420
420
|
export interface Schema$Distribution {
|
|
421
421
|
/**
|
|
422
|
-
* The number of samples in each histogram bucket. `bucket_counts` are optional. If present, they must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N buckets. `bucket_counts[0]` is the number of samples in the underflow bucket. `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite buckets. And `bucket_counts[N] is the number of samples in the overflow bucket. See the comments of `bucket_option` below for more details. Any suffix of trailing zeros may be omitted.
|
|
422
|
+
* The number of samples in each histogram bucket. `bucket_counts` are optional. If present, they must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N buckets. `bucket_counts[0]` is the number of samples in the underflow bucket. `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite buckets. And `bucket_counts[N]` is the number of samples in the overflow bucket. See the comments of `bucket_option` below for more details. Any suffix of trailing zeros may be omitted.
|
|
423
423
|
*/
|
|
424
424
|
bucketCounts?: string[] | null;
|
|
425
425
|
/**
|
package/build/v2.d.ts
CHANGED
|
@@ -957,7 +957,7 @@ export declare namespace servicecontrol_v2 {
|
|
|
957
957
|
context: APIRequestContext;
|
|
958
958
|
constructor(context: APIRequestContext);
|
|
959
959
|
/**
|
|
960
|
-
*
|
|
960
|
+
* This method provides admission control for services that are integrated with [Service Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an operation should be allowed based on the service configuration and relevant policies. It must be called before the operation is executed. For more information, see [Admission Control](https://cloud.google.com/service-infrastructure/docs/admission-control). NOTE: The admission control has an expected policy propagation delay of 60s. The caller **must** not depend on the most recent policy changes. NOTE: The admission control has a hard limit of 1 referenced resources per call. If an operation refers to more than 1 resources, the caller must call the Check method multiple times. This method requires the `servicemanagement.services.check` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
|
961
961
|
*
|
|
962
962
|
* @param params - Parameters for request
|
|
963
963
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
|
@@ -971,7 +971,7 @@ export declare namespace servicecontrol_v2 {
|
|
|
971
971
|
check(params: Params$Resource$Services$Check, callback: BodyResponseCallback<Schema$CheckResponse>): void;
|
|
972
972
|
check(callback: BodyResponseCallback<Schema$CheckResponse>): void;
|
|
973
973
|
/**
|
|
974
|
-
*
|
|
974
|
+
* This method provides telemetry reporting for services that are integrated with [Service Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of operations that have occurred on a service. It must be called after the operations have been executed. For more information, see [Telemetry Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting). NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call. It is recommended to have no more than 100 operations per call. This method requires the `servicemanagement.services.report` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
|
975
975
|
*
|
|
976
976
|
* @param params - Parameters for request
|
|
977
977
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -456,7 +456,7 @@ export namespace servicecontrol_v1 {
|
|
|
456
456
|
*/
|
|
457
457
|
export interface Schema$Distribution {
|
|
458
458
|
/**
|
|
459
|
-
* The number of samples in each histogram bucket. `bucket_counts` are optional. If present, they must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N buckets. `bucket_counts[0]` is the number of samples in the underflow bucket. `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite buckets. And `bucket_counts[N] is the number of samples in the overflow bucket. See the comments of `bucket_option` below for more details. Any suffix of trailing zeros may be omitted.
|
|
459
|
+
* The number of samples in each histogram bucket. `bucket_counts` are optional. If present, they must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N buckets. `bucket_counts[0]` is the number of samples in the underflow bucket. `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite buckets. And `bucket_counts[N]` is the number of samples in the overflow bucket. See the comments of `bucket_option` below for more details. Any suffix of trailing zeros may be omitted.
|
|
460
460
|
*/
|
|
461
461
|
bucketCounts?: string[] | null;
|
|
462
462
|
/**
|
package/v2.ts
CHANGED
|
@@ -960,7 +960,7 @@ export namespace servicecontrol_v2 {
|
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
/**
|
|
963
|
-
*
|
|
963
|
+
* This method provides admission control for services that are integrated with [Service Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an operation should be allowed based on the service configuration and relevant policies. It must be called before the operation is executed. For more information, see [Admission Control](https://cloud.google.com/service-infrastructure/docs/admission-control). NOTE: The admission control has an expected policy propagation delay of 60s. The caller **must** not depend on the most recent policy changes. NOTE: The admission control has a hard limit of 1 referenced resources per call. If an operation refers to more than 1 resources, the caller must call the Check method multiple times. This method requires the `servicemanagement.services.check` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
|
964
964
|
*
|
|
965
965
|
* @param params - Parameters for request
|
|
966
966
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
|
@@ -1048,7 +1048,7 @@ export namespace servicecontrol_v2 {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
/**
|
|
1051
|
-
*
|
|
1051
|
+
* This method provides telemetry reporting for services that are integrated with [Service Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of operations that have occurred on a service. It must be called after the operations have been executed. For more information, see [Telemetry Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting). NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call. It is recommended to have no more than 100 operations per call. This method requires the `servicemanagement.services.report` permission on the specified service. For more information, see [Service Control API Access Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
|
1052
1052
|
*
|
|
1053
1053
|
* @param params - Parameters for request
|
|
1054
1054
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|