← All changes
|
includes/sdk/google/google/common-protos/src/Rpc/LocalizedMessage.php
+6
-6
1.2.13
→
1.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 |