| Index: generated/googleapis/test/cloudtrace/v1_test.dart
|
| diff --git a/generated/googleapis/test/cloudtrace/v1_test.dart b/generated/googleapis/test/cloudtrace/v1_test.dart
|
| index b9694e86df334d40ace7835c516e68d0f822c133..1edefa34689670ebaacbee0e45e2ac39dd11433f 100644
|
| --- a/generated/googleapis/test/cloudtrace/v1_test.dart
|
| +++ b/generated/googleapis/test/cloudtrace/v1_test.dart
|
| @@ -68,14 +68,14 @@ checkEmpty(api.Empty o) {
|
| buildCounterEmpty--;
|
| }
|
|
|
| -buildUnnamed129() {
|
| +buildUnnamed132() {
|
| var o = new core.List<api.Trace>();
|
| o.add(buildTrace());
|
| o.add(buildTrace());
|
| return o;
|
| }
|
|
|
| -checkUnnamed129(core.List<api.Trace> o) {
|
| +checkUnnamed132(core.List<api.Trace> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrace(o[0]);
|
| checkTrace(o[1]);
|
| @@ -87,7 +87,7 @@ buildListTracesResponse() {
|
| buildCounterListTracesResponse++;
|
| if (buildCounterListTracesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.traces = buildUnnamed129();
|
| + o.traces = buildUnnamed132();
|
| }
|
| buildCounterListTracesResponse--;
|
| return o;
|
| @@ -97,19 +97,19 @@ checkListTracesResponse(api.ListTracesResponse o) {
|
| buildCounterListTracesResponse++;
|
| if (buildCounterListTracesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed129(o.traces);
|
| + checkUnnamed132(o.traces);
|
| }
|
| buildCounterListTracesResponse--;
|
| }
|
|
|
| -buildUnnamed130() {
|
| +buildUnnamed133() {
|
| var o = new core.List<api.TraceSpan>();
|
| o.add(buildTraceSpan());
|
| o.add(buildTraceSpan());
|
| return o;
|
| }
|
|
|
| -checkUnnamed130(core.List<api.TraceSpan> o) {
|
| +checkUnnamed133(core.List<api.TraceSpan> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTraceSpan(o[0]);
|
| checkTraceSpan(o[1]);
|
| @@ -121,7 +121,7 @@ buildTrace() {
|
| buildCounterTrace++;
|
| if (buildCounterTrace < 3) {
|
| o.projectId = "foo";
|
| - o.spans = buildUnnamed130();
|
| + o.spans = buildUnnamed133();
|
| o.traceId = "foo";
|
| }
|
| buildCounterTrace--;
|
| @@ -132,20 +132,20 @@ checkTrace(api.Trace o) {
|
| buildCounterTrace++;
|
| if (buildCounterTrace < 3) {
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| - checkUnnamed130(o.spans);
|
| + checkUnnamed133(o.spans);
|
| unittest.expect(o.traceId, unittest.equals('foo'));
|
| }
|
| buildCounterTrace--;
|
| }
|
|
|
| -buildUnnamed131() {
|
| +buildUnnamed134() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed131(core.Map<core.String, core.String> o) {
|
| +checkUnnamed134(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -158,7 +158,7 @@ buildTraceSpan() {
|
| if (buildCounterTraceSpan < 3) {
|
| o.endTime = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed131();
|
| + o.labels = buildUnnamed134();
|
| o.name = "foo";
|
| o.parentSpanId = "foo";
|
| o.spanId = "foo";
|
| @@ -173,7 +173,7 @@ checkTraceSpan(api.TraceSpan o) {
|
| if (buildCounterTraceSpan < 3) {
|
| unittest.expect(o.endTime, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed131(o.labels);
|
| + checkUnnamed134(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentSpanId, unittest.equals('foo'));
|
| unittest.expect(o.spanId, unittest.equals('foo'));
|
| @@ -182,14 +182,14 @@ checkTraceSpan(api.TraceSpan o) {
|
| buildCounterTraceSpan--;
|
| }
|
|
|
| -buildUnnamed132() {
|
| +buildUnnamed135() {
|
| var o = new core.List<api.Trace>();
|
| o.add(buildTrace());
|
| o.add(buildTrace());
|
| return o;
|
| }
|
|
|
| -checkUnnamed132(core.List<api.Trace> o) {
|
| +checkUnnamed135(core.List<api.Trace> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrace(o[0]);
|
| checkTrace(o[1]);
|
| @@ -200,7 +200,7 @@ buildTraces() {
|
| var o = new api.Traces();
|
| buildCounterTraces++;
|
| if (buildCounterTraces < 3) {
|
| - o.traces = buildUnnamed132();
|
| + o.traces = buildUnnamed135();
|
| }
|
| buildCounterTraces--;
|
| return o;
|
| @@ -209,7 +209,7 @@ buildTraces() {
|
| checkTraces(api.Traces o) {
|
| buildCounterTraces++;
|
| if (buildCounterTraces < 3) {
|
| - checkUnnamed132(o.traces);
|
| + checkUnnamed135(o.traces);
|
| }
|
| buildCounterTraces--;
|
| }
|
|
|