| Index: generated/googleapis/test/cloudbuild/v1_test.dart
|
| diff --git a/generated/googleapis/test/cloudbuild/v1_test.dart b/generated/googleapis/test/cloudbuild/v1_test.dart
|
| index 18f9df0413594e6fb3a28d04588f1ae196ca6c2c..effc5bb8bc3159d7fbd6b2e0e5ea4b50c633088b 100644
|
| --- a/generated/googleapis/test/cloudbuild/v1_test.dart
|
| +++ b/generated/googleapis/test/cloudbuild/v1_test.dart
|
| @@ -227,6 +227,7 @@ buildBuildStep() {
|
| if (buildCounterBuildStep < 3) {
|
| o.args = buildUnnamed1178();
|
| o.dir = "foo";
|
| + o.entrypoint = "foo";
|
| o.env = buildUnnamed1179();
|
| o.id = "foo";
|
| o.name = "foo";
|
| @@ -241,6 +242,7 @@ checkBuildStep(api.BuildStep o) {
|
| if (buildCounterBuildStep < 3) {
|
| checkUnnamed1178(o.args);
|
| unittest.expect(o.dir, unittest.equals('foo'));
|
| + unittest.expect(o.entrypoint, unittest.equals('foo'));
|
| checkUnnamed1179(o.env);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
|
|