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 082f9d1e6ad6d66c1303ee253804e71855ee2a12..131cd668c54673e2897d70de1ff67aadca2c9529 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--; |
} |
-buildUnnamed756() { |
+buildUnnamed776() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed756(core.List<api.Variable> o) { |
+checkUnnamed776(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
} |
-buildUnnamed757() { |
+buildUnnamed777() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed757(core.List<core.String> o) { |
+checkUnnamed777(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')); |
} |
-buildUnnamed758() { |
+buildUnnamed778() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed758(core.Map<core.String, core.String> o) { |
+checkUnnamed778(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')); |
} |
-buildUnnamed759() { |
+buildUnnamed779() { |
var o = new core.List<api.StackFrame>(); |
o.add(buildStackFrame()); |
o.add(buildStackFrame()); |
return o; |
} |
-checkUnnamed759(core.List<api.StackFrame> o) { |
+checkUnnamed779(core.List<api.StackFrame> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkStackFrame(o[0]); |
checkStackFrame(o[1]); |
} |
-buildUnnamed760() { |
+buildUnnamed780() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed760(core.List<api.Variable> o) { |
+checkUnnamed780(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 = buildUnnamed756(); |
- o.expressions = buildUnnamed757(); |
+ o.evaluatedExpressions = buildUnnamed776(); |
+ o.expressions = buildUnnamed777(); |
o.finalTime = "foo"; |
o.id = "foo"; |
o.isFinalState = true; |
- o.labels = buildUnnamed758(); |
+ o.labels = buildUnnamed778(); |
o.location = buildSourceLocation(); |
o.logLevel = "foo"; |
o.logMessageFormat = "foo"; |
- o.stackFrames = buildUnnamed759(); |
+ o.stackFrames = buildUnnamed779(); |
o.status = buildStatusMessage(); |
o.userEmail = "foo"; |
- o.variableTable = buildUnnamed760(); |
+ o.variableTable = buildUnnamed780(); |
} |
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')); |
- checkUnnamed756(o.evaluatedExpressions); |
- checkUnnamed757(o.expressions); |
+ checkUnnamed776(o.evaluatedExpressions); |
+ checkUnnamed777(o.expressions); |
unittest.expect(o.finalTime, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.isFinalState, unittest.isTrue); |
- checkUnnamed758(o.labels); |
+ checkUnnamed778(o.labels); |
checkSourceLocation(o.location); |
unittest.expect(o.logLevel, unittest.equals('foo')); |
unittest.expect(o.logMessageFormat, unittest.equals('foo')); |
- checkUnnamed759(o.stackFrames); |
+ checkUnnamed779(o.stackFrames); |
checkStatusMessage(o.status); |
unittest.expect(o.userEmail, unittest.equals('foo')); |
- checkUnnamed760(o.variableTable); |
+ checkUnnamed780(o.variableTable); |
} |
buildCounterBreakpoint--; |
} |
@@ -253,40 +253,40 @@ checkCloudWorkspaceSourceContext(api.CloudWorkspaceSourceContext o) { |
buildCounterCloudWorkspaceSourceContext--; |
} |
-buildUnnamed761() { |
+buildUnnamed781() { |
var o = new core.List<api.ExtendedSourceContext>(); |
o.add(buildExtendedSourceContext()); |
o.add(buildExtendedSourceContext()); |
return o; |
} |
-checkUnnamed761(core.List<api.ExtendedSourceContext> o) { |
+checkUnnamed781(core.List<api.ExtendedSourceContext> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExtendedSourceContext(o[0]); |
checkExtendedSourceContext(o[1]); |
} |
-buildUnnamed762() { |
+buildUnnamed782() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed762(core.Map<core.String, core.String> o) { |
+checkUnnamed782(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')); |
} |
-buildUnnamed763() { |
+buildUnnamed783() { |
var o = new core.List<api.SourceContext>(); |
o.add(buildSourceContext()); |
o.add(buildSourceContext()); |
return o; |
} |
-checkUnnamed763(core.List<api.SourceContext> o) { |
+checkUnnamed783(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 = buildUnnamed761(); |
+ o.extSourceContexts = buildUnnamed781(); |
o.id = "foo"; |
o.isDisabled = true; |
o.isInactive = true; |
- o.labels = buildUnnamed762(); |
+ o.labels = buildUnnamed782(); |
o.project = "foo"; |
- o.sourceContexts = buildUnnamed763(); |
+ o.sourceContexts = buildUnnamed783(); |
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')); |
- checkUnnamed761(o.extSourceContexts); |
+ checkUnnamed781(o.extSourceContexts); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.isDisabled, unittest.isTrue); |
unittest.expect(o.isInactive, unittest.isTrue); |
- checkUnnamed762(o.labels); |
+ checkUnnamed782(o.labels); |
unittest.expect(o.project, unittest.equals('foo')); |
- checkUnnamed763(o.sourceContexts); |
+ checkUnnamed783(o.sourceContexts); |
checkStatusMessage(o.status); |
unittest.expect(o.uniquifier, unittest.equals('foo')); |
} |
@@ -348,14 +348,14 @@ checkEmpty(api.Empty o) { |
buildCounterEmpty--; |
} |
-buildUnnamed764() { |
+buildUnnamed784() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed764(core.Map<core.String, core.String> o) { |
+checkUnnamed784(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 = buildUnnamed764(); |
+ o.labels = buildUnnamed784(); |
} |
buildCounterExtendedSourceContext--; |
return o; |
@@ -377,19 +377,19 @@ checkExtendedSourceContext(api.ExtendedSourceContext o) { |
buildCounterExtendedSourceContext++; |
if (buildCounterExtendedSourceContext < 3) { |
checkSourceContext(o.context); |
- checkUnnamed764(o.labels); |
+ checkUnnamed784(o.labels); |
} |
buildCounterExtendedSourceContext--; |
} |
-buildUnnamed765() { |
+buildUnnamed785() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed765(core.List<core.String> o) { |
+checkUnnamed785(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 = buildUnnamed765(); |
+ o.parameters = buildUnnamed785(); |
} |
buildCounterFormatMessage--; |
return o; |
@@ -411,7 +411,7 @@ checkFormatMessage(api.FormatMessage o) { |
buildCounterFormatMessage++; |
if (buildCounterFormatMessage < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
- checkUnnamed765(o.parameters); |
+ checkUnnamed785(o.parameters); |
} |
buildCounterFormatMessage--; |
} |
@@ -483,14 +483,14 @@ checkGitSourceContext(api.GitSourceContext o) { |
buildCounterGitSourceContext--; |
} |
-buildUnnamed766() { |
+buildUnnamed786() { |
var o = new core.List<api.Breakpoint>(); |
o.add(buildBreakpoint()); |
o.add(buildBreakpoint()); |
return o; |
} |
-checkUnnamed766(core.List<api.Breakpoint> o) { |
+checkUnnamed786(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 = buildUnnamed766(); |
+ o.breakpoints = buildUnnamed786(); |
o.nextWaitToken = "foo"; |
o.waitExpired = true; |
} |
@@ -512,21 +512,21 @@ buildListActiveBreakpointsResponse() { |
checkListActiveBreakpointsResponse(api.ListActiveBreakpointsResponse o) { |
buildCounterListActiveBreakpointsResponse++; |
if (buildCounterListActiveBreakpointsResponse < 3) { |
- checkUnnamed766(o.breakpoints); |
+ checkUnnamed786(o.breakpoints); |
unittest.expect(o.nextWaitToken, unittest.equals('foo')); |
unittest.expect(o.waitExpired, unittest.isTrue); |
} |
buildCounterListActiveBreakpointsResponse--; |
} |
-buildUnnamed767() { |
+buildUnnamed787() { |
var o = new core.List<api.Breakpoint>(); |
o.add(buildBreakpoint()); |
o.add(buildBreakpoint()); |
return o; |
} |
-checkUnnamed767(core.List<api.Breakpoint> o) { |
+checkUnnamed787(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 = buildUnnamed767(); |
+ o.breakpoints = buildUnnamed787(); |
o.nextWaitToken = "foo"; |
} |
buildCounterListBreakpointsResponse--; |
@@ -547,20 +547,20 @@ buildListBreakpointsResponse() { |
checkListBreakpointsResponse(api.ListBreakpointsResponse o) { |
buildCounterListBreakpointsResponse++; |
if (buildCounterListBreakpointsResponse < 3) { |
- checkUnnamed767(o.breakpoints); |
+ checkUnnamed787(o.breakpoints); |
unittest.expect(o.nextWaitToken, unittest.equals('foo')); |
} |
buildCounterListBreakpointsResponse--; |
} |
-buildUnnamed768() { |
+buildUnnamed788() { |
var o = new core.List<api.Debuggee>(); |
o.add(buildDebuggee()); |
o.add(buildDebuggee()); |
return o; |
} |
-checkUnnamed768(core.List<api.Debuggee> o) { |
+checkUnnamed788(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 = buildUnnamed768(); |
+ o.debuggees = buildUnnamed788(); |
} |
buildCounterListDebuggeesResponse--; |
return o; |
@@ -580,7 +580,7 @@ buildListDebuggeesResponse() { |
checkListDebuggeesResponse(api.ListDebuggeesResponse o) { |
buildCounterListDebuggeesResponse++; |
if (buildCounterListDebuggeesResponse < 3) { |
- checkUnnamed768(o.debuggees); |
+ checkUnnamed788(o.debuggees); |
} |
buildCounterListDebuggeesResponse--; |
} |
@@ -730,27 +730,27 @@ checkSourceLocation(api.SourceLocation o) { |
buildCounterSourceLocation--; |
} |
-buildUnnamed769() { |
+buildUnnamed789() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed769(core.List<api.Variable> o) { |
+checkUnnamed789(core.List<api.Variable> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariable(o[0]); |
checkVariable(o[1]); |
} |
-buildUnnamed770() { |
+buildUnnamed790() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed770(core.List<api.Variable> o) { |
+checkUnnamed790(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 = buildUnnamed769(); |
+ o.arguments = buildUnnamed789(); |
o.function = "foo"; |
- o.locals = buildUnnamed770(); |
+ o.locals = buildUnnamed790(); |
o.location = buildSourceLocation(); |
} |
buildCounterStackFrame--; |
@@ -773,9 +773,9 @@ buildStackFrame() { |
checkStackFrame(api.StackFrame o) { |
buildCounterStackFrame++; |
if (buildCounterStackFrame < 3) { |
- checkUnnamed769(o.arguments); |
+ checkUnnamed789(o.arguments); |
unittest.expect(o.function, unittest.equals('foo')); |
- checkUnnamed770(o.locals); |
+ checkUnnamed790(o.locals); |
checkSourceLocation(o.location); |
} |
buildCounterStackFrame--; |
@@ -840,14 +840,14 @@ checkUpdateActiveBreakpointResponse(api.UpdateActiveBreakpointResponse o) { |
buildCounterUpdateActiveBreakpointResponse--; |
} |
-buildUnnamed771() { |
+buildUnnamed791() { |
var o = new core.List<api.Variable>(); |
o.add(buildVariable()); |
o.add(buildVariable()); |
return o; |
} |
-checkUnnamed771(core.List<api.Variable> o) { |
+checkUnnamed791(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 = buildUnnamed771(); |
+ o.members = buildUnnamed791(); |
o.name = "foo"; |
o.status = buildStatusMessage(); |
o.type = "foo"; |
@@ -872,7 +872,7 @@ buildVariable() { |
checkVariable(api.Variable o) { |
buildCounterVariable++; |
if (buildCounterVariable < 3) { |
- checkUnnamed771(o.members); |
+ checkUnnamed791(o.members); |
unittest.expect(o.name, unittest.equals('foo')); |
checkStatusMessage(o.status); |
unittest.expect(o.type, unittest.equals('foo')); |