PluginProbe
Media Cloud Sync / 1.4.1
Media Cloud Sync v1.4.1
1.4.1 1.4.0 1.3.12 1.3.11 1.3.10 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.2.0 1.2.10 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 All 35 releases
← 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 }