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/common-protos/src/Api/JavaSettings.php +8 -8 1.0.01.4.1 View file →
@@ -1,19 +1,19 @@
1 1 <?php
2 2
3 3 # Generated by the protocol buffer compiler. DO NOT EDIT!
4 4 # source: google/api/client.proto
5 -namespace Dudlewebs\WPMCS\Google\Api;
5 +namespace Dudlewebs\WPMCS\GCP\Google\Api;
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 11 * Settings for Java client libraries.
12 12 *
13 13 * Generated from protobuf message <code>google.api.JavaSettings</code>
14 14 */
15 -class JavaSettings extends \Dudlewebs\WPMCS\Google\Protobuf\Internal\Message
15 +class JavaSettings extends \Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\Message
16 16 {
17 17 /**
18 18 * The package name to use in Java. Clobbers the java_package option
19 19 * set in the protobuf. This should be used **only** by APIs
@@ -85,9 +85,9 @@
85 85 * }
86 86 */
87 87 public function __construct($data = NULL)
88 88 {
89 - \Dudlewebs\WPMCS\GPBMetadata\Google\Api\Client::initOnce();
89 + \Dudlewebs\WPMCS\GCP\GPBMetadata\Google\Api\Client::initOnce();
90 90 parent::__construct($data);
91 91 }
92 92 /**
93 93 * The package name to use in Java. Clobbers the java_package option
@@ -168,9 +168,9 @@
168 168 * @return $this
169 169 */
170 170 public function setServiceClassNames($var)
171 171 {
172 - $arr = GPBUtil::checkMapField($var, \Dudlewebs\WPMCS\Google\Protobuf\Internal\GPBType::STRING, \Dudlewebs\WPMCS\Google\Protobuf\Internal\GPBType::STRING);
172 + $arr = GPBUtil::checkMapField($var, \Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\GPBType::STRING, \Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\GPBType::STRING);
173 173 $this->service_class_names = $arr;
174 174 return $this;
175 175 }
176 176 /**
@@ -199,9 +199,9 @@
199 199 * @return $this
200 200 */
201 201 public function setCommon($var)
202 202 {
203 - GPBUtil::checkMessage($var, \Dudlewebs\WPMCS\Google\Api\CommonLanguageSettings::class);
203 + GPBUtil::checkMessage($var, \Dudlewebs\WPMCS\GCP\Google\Api\CommonLanguageSettings::class);
204 204 $this->common = $var;
205 205 return $this;
206 206 }
207 207 }