FinishUploadReply
extends Message
in package
Generated from protobuf message <code>website.web.subuploads.FinishUploadReply</code>
Table of Contents
Properties
- $store_name : mixed
- A different opaque ID to receive the file server side.
Methods
- __construct() : mixed
- Constructor.
- getStoreName() : string
- A different opaque ID to receive the file server side.
- setStoreName() : $this
- A different opaque ID to receive the file server side.
Properties
$store_name
A different opaque ID to receive the file server side.
protected
mixed
$store_name
= ''
Generated from protobuf field string store_name = 1 [json_name = "storeName"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type string $store_name A different opaque ID to receive the file server side.}
getStoreName()
A different opaque ID to receive the file server side.
public
getStoreName() : string
Generated from protobuf field string store_name = 1 [json_name = "storeName"];
Return values
stringsetStoreName()
A different opaque ID to receive the file server side.
public
setStoreName(string $var) : $this
Generated from protobuf field string store_name = 1 [json_name = "storeName"];
Parameters
- $var : string