FinishUploadRequest
extends Message
in package
Generated from protobuf message <code>website.web.subuploads.FinishUploadRequest</code>
Table of Contents
Properties
- $upload_name : mixed
- Opaque ID returned by StartUpload().
Methods
- __construct() : mixed
- Constructor.
- getUploadName() : string
- Opaque ID returned by StartUpload().
- setUploadName() : $this
- Opaque ID returned by StartUpload().
Properties
$upload_name
Opaque ID returned by StartUpload().
protected
mixed
$upload_name
= ''
Generated from protobuf field string upload_name = 1 [json_name = "uploadName"];
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 $upload_name Opaque ID returned by StartUpload().}
getUploadName()
Opaque ID returned by StartUpload().
public
getUploadName() : string
Generated from protobuf field string upload_name = 1 [json_name = "uploadName"];
Return values
stringsetUploadName()
Opaque ID returned by StartUpload().
public
setUploadName(string $var) : $this
Generated from protobuf field string upload_name = 1 [json_name = "uploadName"];
Parameters
- $var : string