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

Unified Diff: generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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
Index: generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart
diff --git a/generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart b/generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart
index ce433ef0d18174822c7fc25f11e604f7e56ee012..e9e4de061bd92b4108f492338eabe5fdce4bc08a 100644
--- a/generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart
+++ b/generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart
@@ -220,7 +220,7 @@ class DeploymentsResourceApi {
* the literal value is interpreted as a regular expression using RE2 syntax.
* The literal value must match the entire field.
*
- * For example, to filter for instances whose name is not equal to
+ * For example, to filter for instances that do not have a name of
* example-instance, you would use filter=name ne example-instance.
*
* Compute Engine Beta API Only: If you use filtering in the Beta API, you can
@@ -232,7 +232,7 @@ class DeploymentsResourceApi {
* The Beta API also supports filtering on multiple expressions by providing
* each separate expression within parentheses. For example,
* (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple
- * expressions are treated as AND expressions meaning that resources must
+ * expressions are treated as AND expressions, meaning that resources must
* match all expressions to pass the filters.
*
* [maxResults] - The maximum number of results per page that should be
@@ -526,7 +526,7 @@ class ManifestsResourceApi {
* the literal value is interpreted as a regular expression using RE2 syntax.
* The literal value must match the entire field.
*
- * For example, to filter for instances whose name is not equal to
+ * For example, to filter for instances that do not have a name of
* example-instance, you would use filter=name ne example-instance.
*
* Compute Engine Beta API Only: If you use filtering in the Beta API, you can
@@ -538,7 +538,7 @@ class ManifestsResourceApi {
* The Beta API also supports filtering on multiple expressions by providing
* each separate expression within parentheses. For example,
* (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple
- * expressions are treated as AND expressions meaning that resources must
+ * expressions are treated as AND expressions, meaning that resources must
* match all expressions to pass the filters.
*
* [maxResults] - The maximum number of results per page that should be
@@ -671,7 +671,7 @@ class OperationsResourceApi {
* the literal value is interpreted as a regular expression using RE2 syntax.
* The literal value must match the entire field.
*
- * For example, to filter for instances whose name is not equal to
+ * For example, to filter for instances that do not have a name of
* example-instance, you would use filter=name ne example-instance.
*
* Compute Engine Beta API Only: If you use filtering in the Beta API, you can
@@ -683,7 +683,7 @@ class OperationsResourceApi {
* The Beta API also supports filtering on multiple expressions by providing
* each separate expression within parentheses. For example,
* (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple
- * expressions are treated as AND expressions meaning that resources must
+ * expressions are treated as AND expressions, meaning that resources must
* match all expressions to pass the filters.
*
* [maxResults] - The maximum number of results per page that should be
@@ -822,7 +822,7 @@ class ResourcesResourceApi {
* the literal value is interpreted as a regular expression using RE2 syntax.
* The literal value must match the entire field.
*
- * For example, to filter for instances whose name is not equal to
+ * For example, to filter for instances that do not have a name of
* example-instance, you would use filter=name ne example-instance.
*
* Compute Engine Beta API Only: If you use filtering in the Beta API, you can
@@ -834,7 +834,7 @@ class ResourcesResourceApi {
* The Beta API also supports filtering on multiple expressions by providing
* each separate expression within parentheses. For example,
* (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple
- * expressions are treated as AND expressions meaning that resources must
+ * expressions are treated as AND expressions, meaning that resources must
* match all expressions to pass the filters.
*
* [maxResults] - The maximum number of results per page that should be
@@ -921,7 +921,7 @@ class TypesResourceApi {
* the literal value is interpreted as a regular expression using RE2 syntax.
* The literal value must match the entire field.
*
- * For example, to filter for instances whose name is not equal to
+ * For example, to filter for instances that do not have a name of
* example-instance, you would use filter=name ne example-instance.
*
* Compute Engine Beta API Only: If you use filtering in the Beta API, you can
@@ -933,7 +933,7 @@ class TypesResourceApi {
* The Beta API also supports filtering on multiple expressions by providing
* each separate expression within parentheses. For example,
* (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple
- * expressions are treated as AND expressions meaning that resources must
+ * expressions are treated as AND expressions, meaning that resources must
* match all expressions to pass the filters.
*
* [maxResults] - The maximum number of results per page that should be
@@ -1376,7 +1376,7 @@ class OperationErrorErrors {
/** [Output Only] The error type identifier for this error. */
core.String code;
/**
- * [Output Only] Indicates the field in the request which caused the error.
+ * [Output Only] Indicates the field in the request that caused the error.
* This property is optional.
*/
core.String location;
@@ -1446,9 +1446,9 @@ class OperationWarningsData {
* returned. For example, for warnings where there are no results in a list
* request for a particular zone, this key might be scope and the key value
* might be the zone name. Other examples might be a key indicating a
- * deprecated resource, and a suggested replacement, or a warning about
- * invalid network settings (for example, if an instance attempts to perform
- * IP forwarding but is not enabled for IP forwarding).
+ * deprecated resource and a suggested replacement, or a warning about invalid
+ * network settings (for example, if an instance attempts to perform IP
+ * forwarding but is not enabled for IP forwarding).
*/
core.String key;
/** [Output Only] A warning data value corresponding to the key. */
@@ -1564,7 +1564,7 @@ class Operation {
*/
core.String insertTime;
/**
- * [Output Only] Type of the resource. Always compute#operation for Operation
+ * [Output Only] Type of the resource. Always compute#operation for operation
* resources.
*/
core.String kind;
« no previous file with comments | « generated/googleapis_beta/lib/dataproc/v1beta1.dart ('k') | generated/googleapis_beta/lib/genomics/v1beta2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698