| Index: generated/googleapis/lib/servicecontrol/v1.dart
|
| diff --git a/generated/googleapis/lib/servicecontrol/v1.dart b/generated/googleapis/lib/servicecontrol/v1.dart
|
| index 064dd12d0d83a1ef312f05c9f613975a1bd9d4c4..b4e8b878b9edd38ec5433c81459ca02c4154efda 100644
|
| --- a/generated/googleapis/lib/servicecontrol/v1.dart
|
| +++ b/generated/googleapis/lib/servicecontrol/v1.dart
|
| @@ -47,9 +47,11 @@ class ServicesResourceApi {
|
| * operation is executed.
|
| *
|
| * If feasible, the client should cache the check results and reuse them for
|
| - * up to 60s. In case of server errors, the client may rely on the cached
|
| + * 60 seconds. In case of server errors, the client can rely on the cached
|
| * results for longer time.
|
| *
|
| + * NOTE: the `CheckRequest` has the size limit of 1MB.
|
| + *
|
| * This method requires the `servicemanagement.services.check` permission
|
| * on the specified service. For more information, see
|
| * [Google Cloud IAM](https://cloud.google.com/iam).
|
| @@ -100,14 +102,16 @@ class ServicesResourceApi {
|
| }
|
|
|
| /**
|
| - * Reports operations to Google Service Control. It should be called
|
| - * after the operation is completed.
|
| + * Reports operation results to Google Service Control, such as logs and
|
| + * metrics. It should be called after an operation is completed.
|
| + *
|
| + * If feasible, the client should aggregate reporting data for up to 5
|
| + * seconds to reduce API traffic. Limiting aggregation to 5 seconds is to
|
| + * reduce data loss during client crashes. Clients should carefully choose
|
| + * the aggregation time window to avoid data loss risk more than 0.01%
|
| + * for business and compliance reasons.
|
| *
|
| - * If feasible, the client should aggregate reporting data for up to 5s to
|
| - * reduce API traffic. Limiting aggregation to 5s is to reduce data loss
|
| - * during client crashes. Clients should carefully choose the aggregation
|
| - * window to avoid data loss risk more than 0.01% for business and
|
| - * compliance reasons.
|
| + * NOTE: the `ReportRequest` has the size limit of 1MB.
|
| *
|
| * This method requires the `servicemanagement.services.report` permission
|
| * on the specified service. For more information, see
|
|
|