Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1265)

Unified Diff: generated/googleapis/lib/servicecontrol/v1.dart

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/monitoring/v3.dart ('k') | generated/googleapis/lib/servicemanagement/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « generated/googleapis/lib/monitoring/v3.dart ('k') | generated/googleapis/lib/servicemanagement/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698