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/Rpc/LocalizedMessage.php +6 -6 1.2.131.4.1 View file →
@@ -1,13 +1,13 @@
1 1 <?php
2 2
3 3 # Generated by the protocol buffer compiler. DO NOT EDIT!
4 4 # source: google/rpc/error_details.proto
5 -namespace Dudlewebs\WPMCS\Google\Rpc;
5 +namespace Dudlewebs\WPMCS\GCP\Google\Rpc;
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 * Provides a localized error message that is safe to return to the user
12 12 * which can be attached to an RPC error.
13 13 *
@@ -12,9 +12,9 @@
12 12 * which can be attached to an RPC error.
13 13 *
14 14 * Generated from protobuf message <code>google.rpc.LocalizedMessage</code>
15 15 */
16 -class LocalizedMessage extends \Dudlewebs\WPMCS\Google\Protobuf\Internal\Message
16 +class LocalizedMessage extends \Dudlewebs\WPMCS\GCP\Google\Protobuf\Internal\Message
17 17 {
18 18 /**
19 19 * The locale used following the specification defined at
20 20 * https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
@@ -44,9 +44,9 @@
44 44 * }
45 45 */
46 46 public function __construct($data = NULL)
47 47 {
48 - \Dudlewebs\WPMCS\GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
48 + \Dudlewebs\WPMCS\GCP\GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
49 49 parent::__construct($data);
50 50 }
51 51 /**
52 52 * The locale used following the specification defined at