← All changes
|
includes/sdk/google/google/longrunning/src/LongRunning/WaitOperationRequest.php
+9
-8
1.2.7
→
1.4.1
View file →
| @@ -1,19 +1,20 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 4 | 4 | # source: google/longrunning/operations.proto |
| 5 | -namespace Dudlewebs\WPMCS\Google\LongRunning; | |
| 5 | +namespace Dudlewebs\WPMCS\GCP\Google\LongRunning; | |
| 6 | 6 | |
| 7 | -use Dudlewebs\WPMCS\Google\Protobuf\Internal\GPBType; | |
| 8 | -use Dudlewebs\WPMCS\Google\Protobuf\Internal\RepeatedField; | |
| 9 | -use Dudlewebs\WPMCS\Google\Protobuf\Internal\GPBUtil; | |
| 7 | +use Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\GPBType; | |
| 8 | +use Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\GPBUtil; | |
| 9 | +use Dudlewebs\WPMCS\GCP\Google\Protobuf\RepeatedField; | |
| 10 | 10 | /** |
| 11 | - * The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation]. | |
| 11 | + * The request message for | |
| 12 | + * [Operations.WaitOperation][google.longrunning.Operations.WaitOperation]. | |
| 12 | 13 | * |
| 13 | 14 | * Generated from protobuf message <code>google.longrunning.WaitOperationRequest</code> |
| 14 | 15 | */ |
| 15 | -class WaitOperationRequest extends \Dudlewebs\WPMCS\Google\Protobuf\Internal\Message | |
| 16 | +class WaitOperationRequest extends \Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\Message | |
| 16 | 17 | { |
| 17 | 18 | /** |
| 18 | 19 | * The name of the operation resource to wait on. |
| 19 | 20 | * |
| @@ -43,9 +44,9 @@ | ||
| 43 | 44 | * } |
| 44 | 45 | */ |
| 45 | 46 | public function __construct($data = NULL) |
| 46 | 47 | { |
| 47 | - \Dudlewebs\WPMCS\GPBMetadata\Google\Longrunning\Operations::initOnce(); | |
| 48 | + \Dudlewebs\WPMCS\GCP\GPBMetadata\Google\Longrunning\Operations::initOnce(); | |
| 48 | 49 | parent::__construct($data); |
| 49 | 50 | } |
| 50 | 51 | /** |
| 51 | 52 | * The name of the operation resource to wait on. |
| @@ -100,9 +101,9 @@ | ||
| 100 | 101 | * @return $this |
| 101 | 102 | */ |
| 102 | 103 | public function setTimeout($var) |
| 103 | 104 | { |
| 104 | - GPBUtil::checkMessage($var, \Dudlewebs\WPMCS\Google\Protobuf\Duration::class); | |
| 105 | + GPBUtil::checkMessage($var, \Dudlewebs\WPMCS\GCP\Google\Protobuf\Duration::class); | |
| 105 | 106 | $this->timeout = $var; |
| 106 | 107 | return $this; |
| 107 | 108 | } |
| 108 | 109 | } |