QueryWriteStatusRequest
extends Message
in package
Request object for ByteStream.QueryWriteStatus.
Generated from protobuf message google.bytestream.QueryWriteStatusRequest
Table of Contents
Properties
- $resource_name : mixed
- The name of the resource whose write status is being requested.
Methods
- __construct() : mixed
- Constructor.
- getResourceName() : string
- The name of the resource whose write status is being requested.
- setResourceName() : $this
- The name of the resource whose write status is being requested.
Properties
$resource_name
The name of the resource whose write status is being requested.
protected
mixed
$resource_name
= ''
Generated from protobuf field string resource_name = 1 [json_name = "resourceName"];
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 $resource_name The name of the resource whose write status is being requested.}
getResourceName()
The name of the resource whose write status is being requested.
public
getResourceName() : string
Generated from protobuf field string resource_name = 1 [json_name = "resourceName"];
Return values
stringsetResourceName()
The name of the resource whose write status is being requested.
public
setResourceName(string $var) : $this
Generated from protobuf field string resource_name = 1 [json_name = "resourceName"];
Parameters
- $var : string