Google Cloud Chronicle V1 Client - Class VerifyReferenceListResponse (0.5.0)

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

VerifyListResponse response message.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ success bool

Validity of list - true if no errors found.

↳ errors array<ReferenceListError>

Line-level errors causing the list to be invalid.

getSuccess

Validity of list - true if no errors found.

Returns
Type Description
bool

setSuccess

Validity of list - true if no errors found.

Parameter
Name Description
var bool
Returns
Type Description
$this

getErrors

Line-level errors causing the list to be invalid.

Returns
Type Description
Google\Protobuf\RepeatedField<ReferenceListError>

setErrors

Line-level errors causing the list to be invalid.

Parameter
Name Description
var array<ReferenceListError>
Returns
Type Description
$this