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

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

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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/firebasedynamiclinks/v1.dart ('k') | generated/googleapis/lib/fitness/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/firebaserules/v1.dart
diff --git a/generated/googleapis/lib/firebaserules/v1.dart b/generated/googleapis/lib/firebaserules/v1.dart
index f21af469c4d32ab7114d6caafa2ae5f272d933ad..7453e9588a4fe1cbea54193de160f1057cfdb78f 100644
--- a/generated/googleapis/lib/firebaserules/v1.dart
+++ b/generated/googleapis/lib/firebaserules/v1.dart
@@ -78,7 +78,7 @@ class ProjectsResourceApi {
* [name] - Name of the project.
*
* Format: `projects/{project_id}`
- * Value must have pattern "^projects/.*$".
+ * Value must have pattern "^projects/.+$".
*
* Completes with a [TestRulesetResponse].
*
@@ -156,7 +156,7 @@ class ProjectsReleasesResourceApi {
* [name] - Resource name for the project which owns this `Release`.
*
* Format: `projects/{project_id}`
- * Value must have pattern "^projects/[^/]*$".
+ * Value must have pattern "^projects/[^/]+$".
*
* Completes with a [Release].
*
@@ -201,7 +201,7 @@ class ProjectsReleasesResourceApi {
* [name] - Resource name for the `Release` to delete.
*
* Format: `projects/{project_id}/releases/{release_id}`
- * Value must have pattern "^projects/[^/] * / releases/.*$".
+ * Value must have pattern "^projects/[^/]+/releases/.+$".
*
* Completes with a [Empty].
*
@@ -244,7 +244,7 @@ class ProjectsReleasesResourceApi {
*
*
* Format: `projects/{project_id}/releases/{release_id}`
- * Value must have pattern "^projects/[^/] * / releases/.*$".
+ * Value must have pattern "^projects/[^/]+/releases/.+$".
*
* Completes with a [Release].
*
@@ -287,7 +287,7 @@ class ProjectsReleasesResourceApi {
* [name] - Resource name for the project.
*
* Format: `projects/{project_id}`
- * Value must have pattern "^projects/[^/]*$".
+ * Value must have pattern "^projects/[^/]+$".
*
* [pageSize] - Page size to load. Maximum of 100. Defaults to 10.
* Note: `page_size` is just a hint and the service may choose to load less
@@ -399,7 +399,7 @@ class ProjectsReleasesResourceApi {
* relationship between `Release` instances.
*
* Format: `projects/{project_id}/releases/{release_id}`
- * Value must have pattern "^projects/[^/] * / releases/.*$".
+ * Value must have pattern "^projects/[^/]+/releases/.+$".
*
* Completes with a [Release].
*
@@ -460,7 +460,7 @@ class ProjectsRulesetsResourceApi {
* [name] - Resource name for Project which owns this `Ruleset`.
*
* Format: `projects/{project_id}`
- * Value must have pattern "^projects/[^/]*$".
+ * Value must have pattern "^projects/[^/]+$".
*
* Completes with a [Ruleset].
*
@@ -507,7 +507,7 @@ class ProjectsRulesetsResourceApi {
* [name] - Resource name for the ruleset to delete.
*
* Format: `projects/{project_id}/rulesets/{ruleset_id}`
- * Value must have pattern "^projects/[^/] * / rulesets/[^/]*$".
+ * Value must have pattern "^projects/[^/]+/rulesets/[^/]+$".
*
* Completes with a [Empty].
*
@@ -549,7 +549,7 @@ class ProjectsRulesetsResourceApi {
* [name] - Resource name for the ruleset to get.
*
* Format: `projects/{project_id}/rulesets/{ruleset_id}`
- * Value must have pattern "^projects/[^/] * / rulesets/[^/]*$".
+ * Value must have pattern "^projects/[^/]+/rulesets/[^/]+$".
*
* Completes with a [Ruleset].
*
@@ -595,7 +595,7 @@ class ProjectsRulesetsResourceApi {
* [name] - Resource name for the project.
*
* Format: `projects/{project_id}`
- * Value must have pattern "^projects/[^/]*$".
+ * Value must have pattern "^projects/[^/]+$".
*
* [pageSize] - Page size to load. Maximum of 100. Defaults to 10.
* Note: `page_size` is just a hint and the service may choose to load less
« no previous file with comments | « generated/googleapis/lib/firebasedynamiclinks/v1.dart ('k') | generated/googleapis/lib/fitness/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698