Skip to content

Commit

Permalink
chore(python): Update build rules for google/cloud/gkehub/v1/configma…
Browse files Browse the repository at this point in the history
…nagement (#6746)

chore(python): Update build rules for google/cloud/gkehub/v1/multiclusteringress
chore(python): Update build rules for google/cloud/gkehub/v1
PiperOrigin-RevId: 577855184
Source-Link: googleapis/googleapis@5ca1910
Source-Link: googleapis/googleapis-gen@90eea5b
Copy-Tag: eyJwIjoiV29ya2Zsb3dzLy5Pd2xCb3QueWFtbCIsImgiOiI5MGVlYTViY2M1Yjg5M2MwMjUyZWFiZGJlZTIzYzU1MmVhZDEzZWU3In0=
  • Loading branch information
gcf-owl-bot[bot] authored Oct 31, 2023
1 parent 490966c commit 4e5f0ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* $operationResponse->pollUntilComplete();
* if ($operationResponse->operationSucceeded()) {
* $result = $operationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $operationResponse->getError();
* // handleError($error)
Expand All @@ -82,7 +82,7 @@
* }
* if ($newOperationResponse->operationSucceeded()) {
* $result = $newOperationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $newOperationResponse->getError();
* // handleError($error)
Expand Down Expand Up @@ -373,7 +373,7 @@ public function __construct(array $options = [])
* $operationResponse->pollUntilComplete();
* if ($operationResponse->operationSucceeded()) {
* $result = $operationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $operationResponse->getError();
* // handleError($error)
Expand All @@ -390,7 +390,7 @@ public function __construct(array $options = [])
* }
* if ($newOperationResponse->operationSucceeded()) {
* $result = $newOperationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $newOperationResponse->getError();
* // handleError($error)
Expand Down Expand Up @@ -651,7 +651,7 @@ public function listWorkflows($parent, array $optionalArgs = [])
* $operationResponse->pollUntilComplete();
* if ($operationResponse->operationSucceeded()) {
* $result = $operationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $operationResponse->getError();
* // handleError($error)
Expand All @@ -668,7 +668,7 @@ public function listWorkflows($parent, array $optionalArgs = [])
* }
* if ($newOperationResponse->operationSucceeded()) {
* $result = $newOperationResponse->getResult();
* // doSomethingWith($result)
* // doSomethingWith($result)
* } else {
* $error = $newOperationResponse->getError();
* // handleError($error)
Expand Down

0 comments on commit 4e5f0ed

Please sign in to comment.