Google Cloud Storage Transfer V1 Client - Class ErrorLogEntry (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class ErrorLogEntry.

An entry describing an error that has occurred.

Generated from protobuf message google.storagetransfer.v1.ErrorLogEntry

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ url string

Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

↳ error_details array

A list of messages that carry the error details.

getUrl

Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

Returns
TypeDescription
string

setUrl

Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getErrorDetails

A list of messages that carry the error details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrorDetails

A list of messages that carry the error details.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this