@@ -147,7 +147,7 @@ public void listInstancesExceptionTest() throws Exception {
147147 public void getInstanceTest () throws Exception {
148148 Instance expectedResponse =
149149 Instance .newBuilder ()
150- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
150+ .setName ("name3373707" )
151151 .setPostStartupScript ("postStartupScript870779112" )
152152 .setProxyUri ("proxyUri-985185250" )
153153 .addAllInstanceOwners (new ArrayList <String >())
@@ -205,7 +205,7 @@ public void getInstanceExceptionTest() throws Exception {
205205 public void createInstanceTest () throws Exception {
206206 Instance expectedResponse =
207207 Instance .newBuilder ()
208- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
208+ .setName ("name3373707" )
209209 .setPostStartupScript ("postStartupScript870779112" )
210210 .setProxyUri ("proxyUri-985185250" )
211211 .addAllInstanceOwners (new ArrayList <String >())
@@ -283,7 +283,7 @@ public void createInstanceExceptionTest() throws Exception {
283283 public void registerInstanceTest () throws Exception {
284284 Instance expectedResponse =
285285 Instance .newBuilder ()
286- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
286+ .setName ("name3373707" )
287287 .setPostStartupScript ("postStartupScript870779112" )
288288 .setProxyUri ("proxyUri-985185250" )
289289 .addAllInstanceOwners (new ArrayList <String >())
@@ -358,7 +358,7 @@ public void registerInstanceExceptionTest() throws Exception {
358358 public void setInstanceAcceleratorTest () throws Exception {
359359 Instance expectedResponse =
360360 Instance .newBuilder ()
361- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
361+ .setName ("name3373707" )
362362 .setPostStartupScript ("postStartupScript870779112" )
363363 .setProxyUri ("proxyUri-985185250" )
364364 .addAllInstanceOwners (new ArrayList <String >())
@@ -435,7 +435,7 @@ public void setInstanceAcceleratorExceptionTest() throws Exception {
435435 public void setInstanceMachineTypeTest () throws Exception {
436436 Instance expectedResponse =
437437 Instance .newBuilder ()
438- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
438+ .setName ("name3373707" )
439439 .setPostStartupScript ("postStartupScript870779112" )
440440 .setProxyUri ("proxyUri-985185250" )
441441 .addAllInstanceOwners (new ArrayList <String >())
@@ -511,7 +511,7 @@ public void setInstanceMachineTypeExceptionTest() throws Exception {
511511 public void setInstanceLabelsTest () throws Exception {
512512 Instance expectedResponse =
513513 Instance .newBuilder ()
514- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
514+ .setName ("name3373707" )
515515 .setPostStartupScript ("postStartupScript870779112" )
516516 .setProxyUri ("proxyUri-985185250" )
517517 .addAllInstanceOwners (new ArrayList <String >())
@@ -630,7 +630,7 @@ public void deleteInstanceExceptionTest() throws Exception {
630630 public void startInstanceTest () throws Exception {
631631 Instance expectedResponse =
632632 Instance .newBuilder ()
633- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
633+ .setName ("name3373707" )
634634 .setPostStartupScript ("postStartupScript870779112" )
635635 .setProxyUri ("proxyUri-985185250" )
636636 .addAllInstanceOwners (new ArrayList <String >())
@@ -697,7 +697,7 @@ public void startInstanceExceptionTest() throws Exception {
697697 public void stopInstanceTest () throws Exception {
698698 Instance expectedResponse =
699699 Instance .newBuilder ()
700- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
700+ .setName ("name3373707" )
701701 .setPostStartupScript ("postStartupScript870779112" )
702702 .setProxyUri ("proxyUri-985185250" )
703703 .addAllInstanceOwners (new ArrayList <String >())
@@ -763,7 +763,7 @@ public void stopInstanceExceptionTest() throws Exception {
763763 public void resetInstanceTest () throws Exception {
764764 Instance expectedResponse =
765765 Instance .newBuilder ()
766- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
766+ .setName ("name3373707" )
767767 .setPostStartupScript ("postStartupScript870779112" )
768768 .setProxyUri ("proxyUri-985185250" )
769769 .addAllInstanceOwners (new ArrayList <String >())
@@ -830,7 +830,7 @@ public void resetInstanceExceptionTest() throws Exception {
830830 public void reportInstanceInfoTest () throws Exception {
831831 Instance expectedResponse =
832832 Instance .newBuilder ()
833- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
833+ .setName ("name3373707" )
834834 .setPostStartupScript ("postStartupScript870779112" )
835835 .setProxyUri ("proxyUri-985185250" )
836836 .addAllInstanceOwners (new ArrayList <String >())
@@ -955,7 +955,7 @@ public void isInstanceUpgradeableExceptionTest() throws Exception {
955955 public void upgradeInstanceTest () throws Exception {
956956 Instance expectedResponse =
957957 Instance .newBuilder ()
958- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
958+ .setName ("name3373707" )
959959 .setPostStartupScript ("postStartupScript870779112" )
960960 .setProxyUri ("proxyUri-985185250" )
961961 .addAllInstanceOwners (new ArrayList <String >())
@@ -1023,7 +1023,7 @@ public void upgradeInstanceExceptionTest() throws Exception {
10231023 public void upgradeInstanceInternalTest () throws Exception {
10241024 Instance expectedResponse =
10251025 Instance .newBuilder ()
1026- .setName (InstanceName . of ( "[PROJECT]" , "[INSTANCE]" ). toString () )
1026+ .setName ("name3373707" )
10271027 .setPostStartupScript ("postStartupScript870779112" )
10281028 .setProxyUri ("proxyUri-985185250" )
10291029 .addAllInstanceOwners (new ArrayList <String >())
@@ -1155,7 +1155,7 @@ public void listEnvironmentsExceptionTest() throws Exception {
11551155 public void getEnvironmentTest () throws Exception {
11561156 Environment expectedResponse =
11571157 Environment .newBuilder ()
1158- .setName (EnvironmentName . of ( "[PROJECT]" , "[ENVIRONMENT]" ). toString () )
1158+ .setName ("name3373707" )
11591159 .setDisplayName ("displayName1714148973" )
11601160 .setDescription ("description-1724546052" )
11611161 .setPostStartupScript ("postStartupScript870779112" )
@@ -1199,7 +1199,7 @@ public void getEnvironmentExceptionTest() throws Exception {
11991199 public void createEnvironmentTest () throws Exception {
12001200 Environment expectedResponse =
12011201 Environment .newBuilder ()
1202- .setName (EnvironmentName . of ( "[PROJECT]" , "[ENVIRONMENT]" ). toString () )
1202+ .setName ("name3373707" )
12031203 .setDisplayName ("displayName1714148973" )
12041204 .setDescription ("description-1724546052" )
12051205 .setPostStartupScript ("postStartupScript870779112" )
0 commit comments