| Index: generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
 | 
| diff --git a/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart b/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
 | 
| index f1de7e355e281cd9e129c4094605b9d25017e927..a3ca1a5e9ae586ea27ffaf9eeb3455a619398e81 100644
 | 
| --- a/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
 | 
| +++ b/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
 | 
| @@ -72,30 +72,30 @@ checkLabel(api.Label o) {
 | 
|    buildCounterLabel--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3124() {
 | 
| +buildUnnamed3223() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3124(core.List<core.int> o) {
 | 
| +checkUnnamed3223(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3125() {
 | 
| +buildUnnamed3224() {
 | 
|    var o = new core.Map<core.String, core.List<core.int>>();
 | 
| -  o["x"] = buildUnnamed3124();
 | 
| -  o["y"] = buildUnnamed3124();
 | 
| +  o["x"] = buildUnnamed3223();
 | 
| +  o["y"] = buildUnnamed3223();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3125(core.Map<core.String, core.List<core.int>> o) {
 | 
| +checkUnnamed3224(core.Map<core.String, core.List<core.int>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed3124(o["x"]);
 | 
| -  checkUnnamed3124(o["y"]);
 | 
| +  checkUnnamed3223(o["x"]);
 | 
| +  checkUnnamed3223(o["y"]);
 | 
|  }
 | 
|  
 | 
|  core.int buildCounterListResourceResponseItem = 0;
 | 
| @@ -103,7 +103,7 @@ buildListResourceResponseItem() {
 | 
|    var o = new api.ListResourceResponseItem();
 | 
|    buildCounterListResourceResponseItem++;
 | 
|    if (buildCounterListResourceResponseItem < 3) {
 | 
| -    o.endpoints = buildUnnamed3125();
 | 
| +    o.endpoints = buildUnnamed3224();
 | 
|      o.resource = "foo";
 | 
|    }
 | 
|    buildCounterListResourceResponseItem--;
 | 
| @@ -113,7 +113,7 @@ buildListResourceResponseItem() {
 | 
|  checkListResourceResponseItem(api.ListResourceResponseItem o) {
 | 
|    buildCounterListResourceResponseItem++;
 | 
|    if (buildCounterListResourceResponseItem < 3) {
 | 
| -    checkUnnamed3125(o.endpoints);
 | 
| +    checkUnnamed3224(o.endpoints);
 | 
|      unittest.expect(o.resource, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterListResourceResponseItem--;
 | 
| @@ -142,14 +142,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
 | 
|    buildCounterOperationErrorErrors--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3126() {
 | 
| +buildUnnamed3225() {
 | 
|    var o = new core.List<api.OperationErrorErrors>();
 | 
|    o.add(buildOperationErrorErrors());
 | 
|    o.add(buildOperationErrorErrors());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3126(core.List<api.OperationErrorErrors> o) {
 | 
| +checkUnnamed3225(core.List<api.OperationErrorErrors> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperationErrorErrors(o[0]);
 | 
|    checkOperationErrorErrors(o[1]);
 | 
| @@ -160,7 +160,7 @@ buildOperationError() {
 | 
|    var o = new api.OperationError();
 | 
|    buildCounterOperationError++;
 | 
|    if (buildCounterOperationError < 3) {
 | 
| -    o.errors = buildUnnamed3126();
 | 
| +    o.errors = buildUnnamed3225();
 | 
|    }
 | 
|    buildCounterOperationError--;
 | 
|    return o;
 | 
| @@ -169,7 +169,7 @@ buildOperationError() {
 | 
|  checkOperationError(api.OperationError o) {
 | 
|    buildCounterOperationError++;
 | 
|    if (buildCounterOperationError < 3) {
 | 
| -    checkUnnamed3126(o.errors);
 | 
| +    checkUnnamed3225(o.errors);
 | 
|    }
 | 
|    buildCounterOperationError--;
 | 
|  }
 | 
| @@ -195,14 +195,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
 | 
|    buildCounterOperationWarningsData--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3127() {
 | 
| +buildUnnamed3226() {
 | 
|    var o = new core.List<api.OperationWarningsData>();
 | 
|    o.add(buildOperationWarningsData());
 | 
|    o.add(buildOperationWarningsData());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3127(core.List<api.OperationWarningsData> o) {
 | 
| +checkUnnamed3226(core.List<api.OperationWarningsData> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperationWarningsData(o[0]);
 | 
|    checkOperationWarningsData(o[1]);
 | 
| @@ -214,7 +214,7 @@ buildOperationWarnings() {
 | 
|    buildCounterOperationWarnings++;
 | 
|    if (buildCounterOperationWarnings < 3) {
 | 
|      o.code = "foo";
 | 
| -    o.data = buildUnnamed3127();
 | 
| +    o.data = buildUnnamed3226();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterOperationWarnings--;
 | 
| @@ -225,20 +225,20 @@ checkOperationWarnings(api.OperationWarnings o) {
 | 
|    buildCounterOperationWarnings++;
 | 
|    if (buildCounterOperationWarnings < 3) {
 | 
|      unittest.expect(o.code, unittest.equals('foo'));
 | 
| -    checkUnnamed3127(o.data);
 | 
| +    checkUnnamed3226(o.data);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOperationWarnings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3128() {
 | 
| +buildUnnamed3227() {
 | 
|    var o = new core.List<api.OperationWarnings>();
 | 
|    o.add(buildOperationWarnings());
 | 
|    o.add(buildOperationWarnings());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3128(core.List<api.OperationWarnings> o) {
 | 
| +checkUnnamed3227(core.List<api.OperationWarnings> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperationWarnings(o[0]);
 | 
|    checkOperationWarnings(o[1]);
 | 
| @@ -269,7 +269,7 @@ buildOperation() {
 | 
|      o.targetId = "foo";
 | 
|      o.targetLink = "foo";
 | 
|      o.user = "foo";
 | 
| -    o.warnings = buildUnnamed3128();
 | 
| +    o.warnings = buildUnnamed3227();
 | 
|      o.zone = "foo";
 | 
|    }
 | 
|    buildCounterOperation--;
 | 
| @@ -299,20 +299,20 @@ checkOperation(api.Operation o) {
 | 
|      unittest.expect(o.targetId, unittest.equals('foo'));
 | 
|      unittest.expect(o.targetLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.user, unittest.equals('foo'));
 | 
| -    checkUnnamed3128(o.warnings);
 | 
| +    checkUnnamed3227(o.warnings);
 | 
|      unittest.expect(o.zone, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOperation--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3129() {
 | 
| +buildUnnamed3228() {
 | 
|    var o = new core.List<api.Operation>();
 | 
|    o.add(buildOperation());
 | 
|    o.add(buildOperation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3129(core.List<api.Operation> o) {
 | 
| +checkUnnamed3228(core.List<api.Operation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperation(o[0]);
 | 
|    checkOperation(o[1]);
 | 
| @@ -324,7 +324,7 @@ buildOperationList() {
 | 
|    buildCounterOperationList++;
 | 
|    if (buildCounterOperationList < 3) {
 | 
|      o.id = "foo";
 | 
| -    o.items = buildUnnamed3129();
 | 
| +    o.items = buildUnnamed3228();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.selfLink = "foo";
 | 
| @@ -337,7 +337,7 @@ checkOperationList(api.OperationList o) {
 | 
|    buildCounterOperationList++;
 | 
|    if (buildCounterOperationList < 3) {
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed3129(o.items);
 | 
| +    checkUnnamed3228(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
| @@ -345,40 +345,40 @@ checkOperationList(api.OperationList o) {
 | 
|    buildCounterOperationList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3130() {
 | 
| +buildUnnamed3229() {
 | 
|    var o = new core.List<api.ServiceEndpoint>();
 | 
|    o.add(buildServiceEndpoint());
 | 
|    o.add(buildServiceEndpoint());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3130(core.List<api.ServiceEndpoint> o) {
 | 
| +checkUnnamed3229(core.List<api.ServiceEndpoint> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceEndpoint(o[0]);
 | 
|    checkServiceEndpoint(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3131() {
 | 
| +buildUnnamed3230() {
 | 
|    var o = new core.List<api.Label>();
 | 
|    o.add(buildLabel());
 | 
|    o.add(buildLabel());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3131(core.List<api.Label> o) {
 | 
| +checkUnnamed3230(core.List<api.Label> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLabel(o[0]);
 | 
|    checkLabel(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3132() {
 | 
| +buildUnnamed3231() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3132(core.List<core.String> o) {
 | 
| +checkUnnamed3231(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'));
 | 
| @@ -391,14 +391,14 @@ buildResourceView() {
 | 
|    if (buildCounterResourceView < 3) {
 | 
|      o.creationTimestamp = "foo";
 | 
|      o.description = "foo";
 | 
| -    o.endpoints = buildUnnamed3130();
 | 
| +    o.endpoints = buildUnnamed3229();
 | 
|      o.fingerprint = "foo";
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.labels = buildUnnamed3131();
 | 
| +    o.labels = buildUnnamed3230();
 | 
|      o.name = "foo";
 | 
|      o.network = "foo";
 | 
| -    o.resources = buildUnnamed3132();
 | 
| +    o.resources = buildUnnamed3231();
 | 
|      o.selfLink = "foo";
 | 
|      o.size = 42;
 | 
|    }
 | 
| @@ -411,14 +411,14 @@ checkResourceView(api.ResourceView o) {
 | 
|    if (buildCounterResourceView < 3) {
 | 
|      unittest.expect(o.creationTimestamp, unittest.equals('foo'));
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed3130(o.endpoints);
 | 
| +    checkUnnamed3229(o.endpoints);
 | 
|      unittest.expect(o.fingerprint, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed3131(o.labels);
 | 
| +    checkUnnamed3230(o.labels);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.network, unittest.equals('foo'));
 | 
| -    checkUnnamed3132(o.resources);
 | 
| +    checkUnnamed3231(o.resources);
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|      unittest.expect(o.size, unittest.equals(42));
 | 
|    }
 | 
| @@ -446,14 +446,14 @@ checkServiceEndpoint(api.ServiceEndpoint o) {
 | 
|    buildCounterServiceEndpoint--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3133() {
 | 
| +buildUnnamed3232() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3133(core.List<core.String> o) {
 | 
| +checkUnnamed3232(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'));
 | 
| @@ -464,7 +464,7 @@ buildZoneViewsAddResourcesRequest() {
 | 
|    var o = new api.ZoneViewsAddResourcesRequest();
 | 
|    buildCounterZoneViewsAddResourcesRequest++;
 | 
|    if (buildCounterZoneViewsAddResourcesRequest < 3) {
 | 
| -    o.resources = buildUnnamed3133();
 | 
| +    o.resources = buildUnnamed3232();
 | 
|    }
 | 
|    buildCounterZoneViewsAddResourcesRequest--;
 | 
|    return o;
 | 
| @@ -473,19 +473,19 @@ buildZoneViewsAddResourcesRequest() {
 | 
|  checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
 | 
|    buildCounterZoneViewsAddResourcesRequest++;
 | 
|    if (buildCounterZoneViewsAddResourcesRequest < 3) {
 | 
| -    checkUnnamed3133(o.resources);
 | 
| +    checkUnnamed3232(o.resources);
 | 
|    }
 | 
|    buildCounterZoneViewsAddResourcesRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3134() {
 | 
| +buildUnnamed3233() {
 | 
|    var o = new core.List<api.ServiceEndpoint>();
 | 
|    o.add(buildServiceEndpoint());
 | 
|    o.add(buildServiceEndpoint());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3134(core.List<api.ServiceEndpoint> o) {
 | 
| +checkUnnamed3233(core.List<api.ServiceEndpoint> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceEndpoint(o[0]);
 | 
|    checkServiceEndpoint(o[1]);
 | 
| @@ -496,7 +496,7 @@ buildZoneViewsGetServiceResponse() {
 | 
|    var o = new api.ZoneViewsGetServiceResponse();
 | 
|    buildCounterZoneViewsGetServiceResponse++;
 | 
|    if (buildCounterZoneViewsGetServiceResponse < 3) {
 | 
| -    o.endpoints = buildUnnamed3134();
 | 
| +    o.endpoints = buildUnnamed3233();
 | 
|      o.fingerprint = "foo";
 | 
|    }
 | 
|    buildCounterZoneViewsGetServiceResponse--;
 | 
| @@ -506,20 +506,20 @@ buildZoneViewsGetServiceResponse() {
 | 
|  checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
 | 
|    buildCounterZoneViewsGetServiceResponse++;
 | 
|    if (buildCounterZoneViewsGetServiceResponse < 3) {
 | 
| -    checkUnnamed3134(o.endpoints);
 | 
| +    checkUnnamed3233(o.endpoints);
 | 
|      unittest.expect(o.fingerprint, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterZoneViewsGetServiceResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3135() {
 | 
| +buildUnnamed3234() {
 | 
|    var o = new core.List<api.ResourceView>();
 | 
|    o.add(buildResourceView());
 | 
|    o.add(buildResourceView());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3135(core.List<api.ResourceView> o) {
 | 
| +checkUnnamed3234(core.List<api.ResourceView> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkResourceView(o[0]);
 | 
|    checkResourceView(o[1]);
 | 
| @@ -530,7 +530,7 @@ buildZoneViewsList() {
 | 
|    var o = new api.ZoneViewsList();
 | 
|    buildCounterZoneViewsList++;
 | 
|    if (buildCounterZoneViewsList < 3) {
 | 
| -    o.items = buildUnnamed3135();
 | 
| +    o.items = buildUnnamed3234();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.selfLink = "foo";
 | 
| @@ -542,7 +542,7 @@ buildZoneViewsList() {
 | 
|  checkZoneViewsList(api.ZoneViewsList o) {
 | 
|    buildCounterZoneViewsList++;
 | 
|    if (buildCounterZoneViewsList < 3) {
 | 
| -    checkUnnamed3135(o.items);
 | 
| +    checkUnnamed3234(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
| @@ -550,14 +550,14 @@ checkZoneViewsList(api.ZoneViewsList o) {
 | 
|    buildCounterZoneViewsList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3136() {
 | 
| +buildUnnamed3235() {
 | 
|    var o = new core.List<api.ListResourceResponseItem>();
 | 
|    o.add(buildListResourceResponseItem());
 | 
|    o.add(buildListResourceResponseItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3136(core.List<api.ListResourceResponseItem> o) {
 | 
| +checkUnnamed3235(core.List<api.ListResourceResponseItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkListResourceResponseItem(o[0]);
 | 
|    checkListResourceResponseItem(o[1]);
 | 
| @@ -568,7 +568,7 @@ buildZoneViewsListResourcesResponse() {
 | 
|    var o = new api.ZoneViewsListResourcesResponse();
 | 
|    buildCounterZoneViewsListResourcesResponse++;
 | 
|    if (buildCounterZoneViewsListResourcesResponse < 3) {
 | 
| -    o.items = buildUnnamed3136();
 | 
| +    o.items = buildUnnamed3235();
 | 
|      o.network = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -579,21 +579,21 @@ buildZoneViewsListResourcesResponse() {
 | 
|  checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
 | 
|    buildCounterZoneViewsListResourcesResponse++;
 | 
|    if (buildCounterZoneViewsListResourcesResponse < 3) {
 | 
| -    checkUnnamed3136(o.items);
 | 
| +    checkUnnamed3235(o.items);
 | 
|      unittest.expect(o.network, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterZoneViewsListResourcesResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3137() {
 | 
| +buildUnnamed3236() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3137(core.List<core.String> o) {
 | 
| +checkUnnamed3236(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'));
 | 
| @@ -604,7 +604,7 @@ buildZoneViewsRemoveResourcesRequest() {
 | 
|    var o = new api.ZoneViewsRemoveResourcesRequest();
 | 
|    buildCounterZoneViewsRemoveResourcesRequest++;
 | 
|    if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
 | 
| -    o.resources = buildUnnamed3137();
 | 
| +    o.resources = buildUnnamed3236();
 | 
|    }
 | 
|    buildCounterZoneViewsRemoveResourcesRequest--;
 | 
|    return o;
 | 
| @@ -613,19 +613,19 @@ buildZoneViewsRemoveResourcesRequest() {
 | 
|  checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
 | 
|    buildCounterZoneViewsRemoveResourcesRequest++;
 | 
|    if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
 | 
| -    checkUnnamed3137(o.resources);
 | 
| +    checkUnnamed3236(o.resources);
 | 
|    }
 | 
|    buildCounterZoneViewsRemoveResourcesRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3138() {
 | 
| +buildUnnamed3237() {
 | 
|    var o = new core.List<api.ServiceEndpoint>();
 | 
|    o.add(buildServiceEndpoint());
 | 
|    o.add(buildServiceEndpoint());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3138(core.List<api.ServiceEndpoint> o) {
 | 
| +checkUnnamed3237(core.List<api.ServiceEndpoint> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceEndpoint(o[0]);
 | 
|    checkServiceEndpoint(o[1]);
 | 
| @@ -636,7 +636,7 @@ buildZoneViewsSetServiceRequest() {
 | 
|    var o = new api.ZoneViewsSetServiceRequest();
 | 
|    buildCounterZoneViewsSetServiceRequest++;
 | 
|    if (buildCounterZoneViewsSetServiceRequest < 3) {
 | 
| -    o.endpoints = buildUnnamed3138();
 | 
| +    o.endpoints = buildUnnamed3237();
 | 
|      o.fingerprint = "foo";
 | 
|      o.resourceName = "foo";
 | 
|    }
 | 
| @@ -647,7 +647,7 @@ buildZoneViewsSetServiceRequest() {
 | 
|  checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
 | 
|    buildCounterZoneViewsSetServiceRequest++;
 | 
|    if (buildCounterZoneViewsSetServiceRequest < 3) {
 | 
| -    checkUnnamed3138(o.endpoints);
 | 
| +    checkUnnamed3237(o.endpoints);
 | 
|      unittest.expect(o.fingerprint, unittest.equals('foo'));
 | 
|      unittest.expect(o.resourceName, unittest.equals('foo'));
 | 
|    }
 | 
| 
 |