Stackdriver Logging V2 Client - Class LinkMetadata (1.26.0)

Reference documentation and code samples for the Stackdriver Logging V2 Client class LinkMetadata.

Metadata for long running Link operations.

Generated from protobuf message google.logging.v2.LinkMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ start_time Google\Protobuf\Timestamp

The start time of an operation.

↳ end_time Google\Protobuf\Timestamp

The end time of an operation.

↳ state int

State of an operation.

↳ create_link_request Google\Cloud\Logging\V2\CreateLinkRequest

CreateLink RPC request.

↳ delete_link_request Google\Cloud\Logging\V2\DeleteLinkRequest

DeleteLink RPC request.

getStartTime

The start time of an operation.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The start time of an operation.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The end time of an operation.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The end time of an operation.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getState

State of an operation.

Returns
TypeDescription
int

setState

State of an operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCreateLinkRequest

CreateLink RPC request.

Returns
TypeDescription
Google\Cloud\Logging\V2\CreateLinkRequest|null

hasCreateLinkRequest

setCreateLinkRequest

CreateLink RPC request.

Parameter
NameDescription
var Google\Cloud\Logging\V2\CreateLinkRequest
Returns
TypeDescription
$this

getDeleteLinkRequest

DeleteLink RPC request.

Returns
TypeDescription
Google\Cloud\Logging\V2\DeleteLinkRequest|null

hasDeleteLinkRequest

setDeleteLinkRequest

DeleteLink RPC request.

Parameter
NameDescription
var Google\Cloud\Logging\V2\DeleteLinkRequest
Returns
TypeDescription
$this

getRequest

Returns
TypeDescription
string