GetOperationRequest
class GetOperationRequest extends Message
The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
Protobuf type Google\Longrunning\GetOperationRequest
Methods
__construct()
No description
string
getName()
The name of the operation resource.
setName(string $var)
The name of the operation resource.
Details
at line 25
__construct()
at line 36
string
getName()
The name of the operation resource.
Generated from protobuf field string name = 1;
at line 47
setName(string $var)
The name of the operation resource.
Generated from protobuf field string name = 1;