Index: generated/googleapis/lib/cloudtrace/v1.dart |
diff --git a/generated/googleapis/lib/cloudtrace/v1.dart b/generated/googleapis/lib/cloudtrace/v1.dart |
index 92c16c1d5d9670b04a208ad29fd02de4da1e2cf0..efddb36a7616681ca9b7e6640b594987518f79be 100644 |
--- a/generated/googleapis/lib/cloudtrace/v1.dart |
+++ b/generated/googleapis/lib/cloudtrace/v1.dart |
@@ -176,14 +176,14 @@ class ProjectsTracesResourceApi { |
* data was |
* collected from the application. |
* |
- * [startTime] - End of the time interval (inclusive) during which the trace |
- * data was |
- * collected from the application. |
- * |
* [pageToken] - Token identifying the page of results to return. If provided, |
* use the |
* value of the `next_page_token` field from a previous request. Optional. |
* |
+ * [startTime] - End of the time interval (inclusive) during which the trace |
+ * data was |
+ * collected from the application. |
+ * |
* [pageSize] - Maximum number of traces to return. If not specified or <= 0, |
* the |
* implementation selects a reasonable value. The implementation may |
@@ -205,7 +205,7 @@ class ProjectsTracesResourceApi { |
* If the used [http.Client] completes with an error when making a REST call, |
* this method will complete with the same error. |
*/ |
- async.Future<ListTracesResponse> list(core.String projectId, {core.String orderBy, core.String filter, core.String endTime, core.String startTime, core.String pageToken, core.int pageSize, core.String view}) { |
+ async.Future<ListTracesResponse> list(core.String projectId, {core.String orderBy, core.String filter, core.String endTime, core.String pageToken, core.String startTime, core.int pageSize, core.String view}) { |
var _url = null; |
var _queryParams = new core.Map(); |
var _uploadMedia = null; |
@@ -225,12 +225,12 @@ class ProjectsTracesResourceApi { |
if (endTime != null) { |
_queryParams["endTime"] = [endTime]; |
} |
- if (startTime != null) { |
- _queryParams["startTime"] = [startTime]; |
- } |
if (pageToken != null) { |
_queryParams["pageToken"] = [pageToken]; |
} |
+ if (startTime != null) { |
+ _queryParams["startTime"] = [startTime]; |
+ } |
if (pageSize != null) { |
_queryParams["pageSize"] = ["${pageSize}"]; |
} |