Google Cloud Chronicle V1 Client - Class DataTableOperationErrors (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DataTableOperationErrors.

The message containing the errors for a data table operation.

Generated from protobuf message google.cloud.chronicle.v1.DataTableOperationErrors

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}

↳ rpc_errors array<Google\Rpc\Status>

The list of errors. Replaces the deprecated errors field.

getName

Identifier. Resource name for the data table operation errors.

Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}

Returns
Type Description
string

setName

Identifier. Resource name for the data table operation errors.

Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}

Parameter
Name Description
var string
Returns
Type Description
$this

getRpcErrors

The list of errors.

Replaces the deprecated errors field.

Returns
Type Description
Google\Protobuf\RepeatedField<Google\Rpc\Status>

setRpcErrors

The list of errors.

Replaces the deprecated errors field.

Parameter
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this