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/lib/storagetransfer/v1.dart

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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/plusdomains/v1.dart ('k') | generated/googleapis/lib/webmasters/v3.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/storagetransfer/v1.dart
diff --git a/generated/googleapis/lib/storagetransfer/v1.dart b/generated/googleapis/lib/storagetransfer/v1.dart
index eb1f261014be3e55e209e431ae663425d59a8eb5..e1d6d86f5d63bcdfe53ce19c86193360d3ad491d 100644
--- a/generated/googleapis/lib/storagetransfer/v1.dart
+++ b/generated/googleapis/lib/storagetransfer/v1.dart
@@ -1028,7 +1028,7 @@ class ListTransferJobsResponse {
/** Conditions that determine which objects will be transferred. */
class ObjectConditions {
/**
- * `excludePrefixes` must follow the constraints described for
+ * `excludePrefixes` must follow the requirements described for
* `includePrefixes`. The max size of `excludePrefixes` is 20.
*/
core.List<core.String> excludePrefixes;
@@ -1042,14 +1042,14 @@ class ObjectConditions {
* sequence of Unicode characters, of max length 1024 bytes when UTF8-encoded,
* and must not contain Carriage Return or Line Feed characters. Wildcard
* matching and regular expression matching are not supported. * None of the
- * include-prefix or the exclude-prefix can be empty, if specified. * Each
- * include-prefix must include a distinct portion of the object namespace,
- * i.e. no include-prefix may be a prefix of another include-prefix. * Each
- * exclude-prefix must exclude a distinct portion of the bucket, i.e., no
- * exclude-prefix may be a prefix of another exclude-prefix`. * If
- * `includePrefixes` is specified, then each exclude-prefix must exclude paths
- * that were explicitly included by `includePrefixes`. * The max size of
- * `includePrefixes` is 20.
+ * include-prefix or the exclude-prefix values can be empty, if specified. *
+ * Each include-prefix must include a distinct portion of the object
+ * namespace, i.e., no include-prefix may be a prefix of another
+ * include-prefix. * Each exclude-prefix must exclude a distinct portion of
+ * the object namespace, i.e., no exclude-prefix may be a prefix of another
+ * exclude-prefix. * If `includePrefixes` is specified, then each
+ * exclude-prefix must start with the value of a path explicitly included by
+ * `includePrefixes`. The max size of `includePrefixes` is 20.
*/
core.List<core.String> includePrefixes;
/**
« no previous file with comments | « generated/googleapis/lib/plusdomains/v1.dart ('k') | generated/googleapis/lib/webmasters/v3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698