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

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

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 months 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/servicecontrol/v1.dart ('k') | generated/googleapis/lib/serviceuser/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/servicemanagement/v1.dart
diff --git a/generated/googleapis/lib/servicemanagement/v1.dart b/generated/googleapis/lib/servicemanagement/v1.dart
index 38d727004e0732b8cf230d0a8f691069e638d7aa..60f09177cc36ca0031fe4660c24be3a8a9518663 100644
--- a/generated/googleapis/lib/servicemanagement/v1.dart
+++ b/generated/googleapis/lib/servicemanagement/v1.dart
@@ -5591,11 +5591,11 @@ class Step {
* The status code.
* Possible string values are:
* - "STATUS_UNSPECIFIED" : Unspecifed code.
- * - "DONE" : The step has completed without errors.
- * - "NOT_STARTED" : The step has not started yet.
- * - "IN_PROGRESS" : The step is in progress.
- * - "FAILED" : The step has completed with errors.
- * - "CANCELLED" : The step has completed with cancellation.
+ * - "DONE" : The operation or step has completed without errors.
+ * - "NOT_STARTED" : The operation or step has not started yet.
+ * - "IN_PROGRESS" : The operation or step is in progress.
+ * - "FAILED" : The operation or step has completed with errors.
+ * - "CANCELLED" : The operation or step has completed with cancellation.
*/
core.String status;
« no previous file with comments | « generated/googleapis/lib/servicecontrol/v1.dart ('k') | generated/googleapis/lib/serviceuser/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698