Google Cloud Storage Transfer V1 Client - Class ErrorLogEntry (2.0.0-RC1)

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

Namespace

Google \ Cloud \ StorageTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getErrorDetails

A list of messages that carry the error details.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrorDetails

A list of messages that carry the error details.

Parameter
Name Description
var string[]
Returns
Type Description
$this