Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class TransferErrorLogEntry.
An entry describing an error that has occurred.
Generated from protobuf message google.cloud.parallelstore.v1.TransferErrorLogEntry
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
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. |
getUri
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 |
setUri
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 |