Index: generated/googleapis/test/clouddebugger/v2_test.dart |
diff --git a/generated/googleapis/test/clouddebugger/v2_test.dart b/generated/googleapis/test/clouddebugger/v2_test.dart |
index b03d7c070b2a5b012d349aa4df9a8bfba7344afb..b095f60f2bedfdda0dde31be9299096aca4e0827 100644 |
--- a/generated/googleapis/test/clouddebugger/v2_test.dart |
+++ b/generated/googleapis/test/clouddebugger/v2_test.dart |
@@ -72,66 +72,66 @@ checkAliasContext(api.AliasContext o) { |
buildCounterAliasContext--; |
} |
-buildUnnamed641() { |
+buildUnnamed937() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed641(core.List<api.Variable> o) { |
+checkUnnamed937(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
} |
-buildUnnamed642() { |
+buildUnnamed938() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed642(core.List<core.String> o) { |
+checkUnnamed938(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed643() { |
+buildUnnamed939() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed643(core.Map<core.String, core.String> o) { |
+checkUnnamed939(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')); |
} |
-buildUnnamed644() { |
+buildUnnamed940() { |
var o = new core.List<api.StackFrame>(); |
o.add(buildStackFrame()); |
o.add(buildStackFrame()); |
return o; |
} |
-checkUnnamed644(core.List<api.StackFrame> o) { |
+checkUnnamed940(core.List<api.StackFrame> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkStackFrame(o[0]); |
checkStackFrame(o[1]); |
} |
-buildUnnamed645() { |
+buildUnnamed941() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed645(core.List<api.Variable> o) { |
+checkUnnamed941(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
@@ -145,19 +145,19 @@ buildBreakpoint() { |
o.action = "foo"; |
o.condition = "foo"; |
o.createTime = "foo"; |
- o.evaluatedExpressions = buildUnnamed641(); |
- o.expressions = buildUnnamed642(); |
+ o.evaluatedExpressions = buildUnnamed937(); |
+ o.expressions = buildUnnamed938(); |
o.finalTime = "foo"; |
o.id = "foo"; |
o.isFinalState = true; |
- o.labels = buildUnnamed643(); |
+ o.labels = buildUnnamed939(); |
o.location = buildSourceLocation(); |
o.logLevel = "foo"; |
o.logMessageFormat = "foo"; |
- o.stackFrames = buildUnnamed644(); |
+ o.stackFrames = buildUnnamed940(); |
o.status = buildStatusMessage(); |
o.userEmail = "foo"; |
- o.variableTable = buildUnnamed645(); |
+ o.variableTable = buildUnnamed941(); |
} |
buildCounterBreakpoint--; |
return o; |
@@ -169,19 +169,19 @@ checkBreakpoint(api.Breakpoint o) { |
unittest.expect(o.action, unittest.equals('foo')); |
unittest.expect(o.condition, unittest.equals('foo')); |
unittest.expect(o.createTime, unittest.equals('foo')); |
- checkUnnamed641(o.evaluatedExpressions); |
- checkUnnamed642(o.expressions); |
+ checkUnnamed937(o.evaluatedExpressions); |
+ checkUnnamed938(o.expressions); |
unittest.expect(o.finalTime, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.isFinalState, unittest.isTrue); |
- checkUnnamed643(o.labels); |
+ checkUnnamed939(o.labels); |
checkSourceLocation(o.location); |
unittest.expect(o.logLevel, unittest.equals('foo')); |
unittest.expect(o.logMessageFormat, unittest.equals('foo')); |
- checkUnnamed644(o.stackFrames); |
+ checkUnnamed940(o.stackFrames); |
checkStatusMessage(o.status); |
unittest.expect(o.userEmail, unittest.equals('foo')); |
- checkUnnamed645(o.variableTable); |
+ checkUnnamed941(o.variableTable); |
} |
buildCounterBreakpoint--; |
} |
@@ -253,40 +253,40 @@ checkCloudWorkspaceSourceContext(api.CloudWorkspaceSourceContext o) { |
buildCounterCloudWorkspaceSourceContext--; |
} |
-buildUnnamed646() { |
+buildUnnamed942() { |
var o = new core.List<api.ExtendedSourceContext>(); |
o.add(buildExtendedSourceContext()); |
o.add(buildExtendedSourceContext()); |
return o; |
} |
-checkUnnamed646(core.List<api.ExtendedSourceContext> o) { |
+checkUnnamed942(core.List<api.ExtendedSourceContext> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExtendedSourceContext(o[0]); |
checkExtendedSourceContext(o[1]); |
} |
-buildUnnamed647() { |
+buildUnnamed943() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed647(core.Map<core.String, core.String> o) { |
+checkUnnamed943(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')); |
} |
-buildUnnamed648() { |
+buildUnnamed944() { |
var o = new core.List<api.SourceContext>(); |
o.add(buildSourceContext()); |
o.add(buildSourceContext()); |
return o; |
} |
-checkUnnamed648(core.List<api.SourceContext> o) { |
+checkUnnamed944(core.List<api.SourceContext> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSourceContext(o[0]); |
checkSourceContext(o[1]); |
@@ -299,13 +299,13 @@ buildDebuggee() { |
if (buildCounterDebuggee < 3) { |
o.agentVersion = "foo"; |
o.description = "foo"; |
- o.extSourceContexts = buildUnnamed646(); |
+ o.extSourceContexts = buildUnnamed942(); |
o.id = "foo"; |
o.isDisabled = true; |
o.isInactive = true; |
- o.labels = buildUnnamed647(); |
+ o.labels = buildUnnamed943(); |
o.project = "foo"; |
- o.sourceContexts = buildUnnamed648(); |
+ o.sourceContexts = buildUnnamed944(); |
o.status = buildStatusMessage(); |
o.uniquifier = "foo"; |
} |
@@ -318,13 +318,13 @@ checkDebuggee(api.Debuggee o) { |
if (buildCounterDebuggee < 3) { |
unittest.expect(o.agentVersion, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed646(o.extSourceContexts); |
+ checkUnnamed942(o.extSourceContexts); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.isDisabled, unittest.isTrue); |
unittest.expect(o.isInactive, unittest.isTrue); |
- checkUnnamed647(o.labels); |
+ checkUnnamed943(o.labels); |
unittest.expect(o.project, unittest.equals('foo')); |
- checkUnnamed648(o.sourceContexts); |
+ checkUnnamed944(o.sourceContexts); |
checkStatusMessage(o.status); |
unittest.expect(o.uniquifier, unittest.equals('foo')); |
} |
@@ -348,14 +348,14 @@ checkEmpty(api.Empty o) { |
buildCounterEmpty--; |
} |
-buildUnnamed649() { |
+buildUnnamed945() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed649(core.Map<core.String, core.String> o) { |
+checkUnnamed945(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')); |
@@ -367,7 +367,7 @@ buildExtendedSourceContext() { |
buildCounterExtendedSourceContext++; |
if (buildCounterExtendedSourceContext < 3) { |
o.context = buildSourceContext(); |
- o.labels = buildUnnamed649(); |
+ o.labels = buildUnnamed945(); |
} |
buildCounterExtendedSourceContext--; |
return o; |
@@ -377,19 +377,19 @@ checkExtendedSourceContext(api.ExtendedSourceContext o) { |
buildCounterExtendedSourceContext++; |
if (buildCounterExtendedSourceContext < 3) { |
checkSourceContext(o.context); |
- checkUnnamed649(o.labels); |
+ checkUnnamed945(o.labels); |
} |
buildCounterExtendedSourceContext--; |
} |
-buildUnnamed650() { |
+buildUnnamed946() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed650(core.List<core.String> o) { |
+checkUnnamed946(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -401,7 +401,7 @@ buildFormatMessage() { |
buildCounterFormatMessage++; |
if (buildCounterFormatMessage < 3) { |
o.format = "foo"; |
- o.parameters = buildUnnamed650(); |
+ o.parameters = buildUnnamed946(); |
} |
buildCounterFormatMessage--; |
return o; |
@@ -411,7 +411,7 @@ checkFormatMessage(api.FormatMessage o) { |
buildCounterFormatMessage++; |
if (buildCounterFormatMessage < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
- checkUnnamed650(o.parameters); |
+ checkUnnamed946(o.parameters); |
} |
buildCounterFormatMessage--; |
} |
@@ -483,14 +483,14 @@ checkGitSourceContext(api.GitSourceContext o) { |
buildCounterGitSourceContext--; |
} |
-buildUnnamed651() { |
+buildUnnamed947() { |
var o = new core.List<api.Breakpoint>(); |
o.add(buildBreakpoint()); |
o.add(buildBreakpoint()); |
return o; |
} |
-checkUnnamed651(core.List<api.Breakpoint> o) { |
+checkUnnamed947(core.List<api.Breakpoint> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBreakpoint(o[0]); |
checkBreakpoint(o[1]); |
@@ -501,7 +501,7 @@ buildListActiveBreakpointsResponse() { |
var o = new api.ListActiveBreakpointsResponse(); |
buildCounterListActiveBreakpointsResponse++; |
if (buildCounterListActiveBreakpointsResponse < 3) { |
- o.breakpoints = buildUnnamed651(); |
+ o.breakpoints = buildUnnamed947(); |
o.nextWaitToken = "foo"; |
o.waitExpired = true; |
} |
@@ -512,21 +512,21 @@ buildListActiveBreakpointsResponse() { |
checkListActiveBreakpointsResponse(api.ListActiveBreakpointsResponse o) { |
buildCounterListActiveBreakpointsResponse++; |
if (buildCounterListActiveBreakpointsResponse < 3) { |
- checkUnnamed651(o.breakpoints); |
+ checkUnnamed947(o.breakpoints); |
unittest.expect(o.nextWaitToken, unittest.equals('foo')); |
unittest.expect(o.waitExpired, unittest.isTrue); |
} |
buildCounterListActiveBreakpointsResponse--; |
} |
-buildUnnamed652() { |
+buildUnnamed948() { |
var o = new core.List<api.Breakpoint>(); |
o.add(buildBreakpoint()); |
o.add(buildBreakpoint()); |
return o; |
} |
-checkUnnamed652(core.List<api.Breakpoint> o) { |
+checkUnnamed948(core.List<api.Breakpoint> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBreakpoint(o[0]); |
checkBreakpoint(o[1]); |
@@ -537,7 +537,7 @@ buildListBreakpointsResponse() { |
var o = new api.ListBreakpointsResponse(); |
buildCounterListBreakpointsResponse++; |
if (buildCounterListBreakpointsResponse < 3) { |
- o.breakpoints = buildUnnamed652(); |
+ o.breakpoints = buildUnnamed948(); |
o.nextWaitToken = "foo"; |
} |
buildCounterListBreakpointsResponse--; |
@@ -547,20 +547,20 @@ buildListBreakpointsResponse() { |
checkListBreakpointsResponse(api.ListBreakpointsResponse o) { |
buildCounterListBreakpointsResponse++; |
if (buildCounterListBreakpointsResponse < 3) { |
- checkUnnamed652(o.breakpoints); |
+ checkUnnamed948(o.breakpoints); |
unittest.expect(o.nextWaitToken, unittest.equals('foo')); |
} |
buildCounterListBreakpointsResponse--; |
} |
-buildUnnamed653() { |
+buildUnnamed949() { |
var o = new core.List<api.Debuggee>(); |
o.add(buildDebuggee()); |
o.add(buildDebuggee()); |
return o; |
} |
-checkUnnamed653(core.List<api.Debuggee> o) { |
+checkUnnamed949(core.List<api.Debuggee> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDebuggee(o[0]); |
checkDebuggee(o[1]); |
@@ -571,7 +571,7 @@ buildListDebuggeesResponse() { |
var o = new api.ListDebuggeesResponse(); |
buildCounterListDebuggeesResponse++; |
if (buildCounterListDebuggeesResponse < 3) { |
- o.debuggees = buildUnnamed653(); |
+ o.debuggees = buildUnnamed949(); |
} |
buildCounterListDebuggeesResponse--; |
return o; |
@@ -580,7 +580,7 @@ buildListDebuggeesResponse() { |
checkListDebuggeesResponse(api.ListDebuggeesResponse o) { |
buildCounterListDebuggeesResponse++; |
if (buildCounterListDebuggeesResponse < 3) { |
- checkUnnamed653(o.debuggees); |
+ checkUnnamed949(o.debuggees); |
} |
buildCounterListDebuggeesResponse--; |
} |
@@ -730,27 +730,27 @@ checkSourceLocation(api.SourceLocation o) { |
buildCounterSourceLocation--; |
} |
-buildUnnamed654() { |
+buildUnnamed950() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed654(core.List<api.Variable> o) { |
+checkUnnamed950(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
} |
-buildUnnamed655() { |
+buildUnnamed951() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed655(core.List<api.Variable> o) { |
+checkUnnamed951(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
@@ -761,9 +761,9 @@ buildStackFrame() { |
var o = new api.StackFrame(); |
buildCounterStackFrame++; |
if (buildCounterStackFrame < 3) { |
- o.arguments = buildUnnamed654(); |
+ o.arguments = buildUnnamed950(); |
o.function = "foo"; |
- o.locals = buildUnnamed655(); |
+ o.locals = buildUnnamed951(); |
o.location = buildSourceLocation(); |
} |
buildCounterStackFrame--; |
@@ -773,9 +773,9 @@ buildStackFrame() { |
checkStackFrame(api.StackFrame o) { |
buildCounterStackFrame++; |
if (buildCounterStackFrame < 3) { |
- checkUnnamed654(o.arguments); |
+ checkUnnamed950(o.arguments); |
unittest.expect(o.function, unittest.equals('foo')); |
- checkUnnamed655(o.locals); |
+ checkUnnamed951(o.locals); |
checkSourceLocation(o.location); |
} |
buildCounterStackFrame--; |
@@ -840,14 +840,14 @@ checkUpdateActiveBreakpointResponse(api.UpdateActiveBreakpointResponse o) { |
buildCounterUpdateActiveBreakpointResponse--; |
} |
-buildUnnamed656() { |
+buildUnnamed952() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed656(core.List<api.Variable> o) { |
+checkUnnamed952(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
@@ -858,7 +858,7 @@ buildVariable() { |
var o = new api.Variable(); |
buildCounterVariable++; |
if (buildCounterVariable < 3) { |
- o.members = buildUnnamed656(); |
+ o.members = buildUnnamed952(); |
o.name = "foo"; |
o.status = buildStatusMessage(); |
o.type = "foo"; |
@@ -872,7 +872,7 @@ buildVariable() { |
checkVariable(api.Variable o) { |
buildCounterVariable++; |
if (buildCounterVariable < 3) { |
- checkUnnamed656(o.members); |
+ checkUnnamed952(o.members); |
unittest.expect(o.name, unittest.equals('foo')); |
checkStatusMessage(o.status); |
unittest.expect(o.type, unittest.equals('foo')); |