Documentation

GetOperationRequest extends Message
in package

The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].

Generated from protobuf message google.longrunning.GetOperationRequest

Table of Contents

Properties

$name  : mixed
The name of the operation resource.

Methods

__construct()  : mixed
Constructor.
getName()  : string
The name of the operation resource.
setName()  : $this
The name of the operation resource.

Properties

$name

The name of the operation resource.

protected mixed $name = ''

Generated from protobuf field string name = 1 [json_name = "name"];

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 $name
      The name of the operation resource.

}

getName()

The name of the operation resource.

public getName() : string

Generated from protobuf field string name = 1 [json_name = "name"];

Return values
string

setName()

The name of the operation resource.

public setName(string $var) : $this

Generated from protobuf field string name = 1 [json_name = "name"];

Parameters
$var : string
Return values
$this

        
On this page

Search results