Skip to content

Commit

Permalink
chore: generate libraries at Wed Dec 4 02:32:36 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Dec 4, 2024
1 parent 615cd9c commit b2e97e3
Show file tree
Hide file tree
Showing 96 changed files with 24,189 additions and 1,310 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void getBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -140,6 +141,7 @@ public void getBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -292,6 +294,7 @@ public void updateBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -342,6 +345,7 @@ public void updateBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -392,6 +396,7 @@ public void createBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -440,6 +445,7 @@ public void createBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -1013,6 +1019,7 @@ public void moveBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockService.addResponse(expectedResponse);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void getBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -140,6 +141,7 @@ public void getBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -273,6 +275,7 @@ public void updateBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -319,6 +322,7 @@ public void updateBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -365,6 +369,7 @@ public void createBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -408,6 +413,7 @@ public void createBillingAccountTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down Expand Up @@ -921,6 +927,7 @@ public void moveBillingAccountTest() throws Exception {
.setDisplayName("displayName1714148973")
.setMasterBillingAccount("masterBillingAccount1488941620")
.setParent("parent-995424086")
.setCurrencyCode("currencyCode1004773790")
.build();
mockCloudBilling.addResponse(expectedResponse);

Expand Down
Loading

0 comments on commit b2e97e3

Please sign in to comment.