Google Cloud Datastream V1 Client - Class ValidationResult (1.4.2)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class ValidationResult.

Contains the current validation results.

Generated from protobuf message google.cloud.datastream.v1.ValidationResult

Namespace

Google \ Cloud \ Datastream \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ validations array<Google\Cloud\Datastream\V1\Validation>

A list of validations (includes both executed as well as not executed validations).

getValidations

A list of validations (includes both executed as well as not executed validations).

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValidations

A list of validations (includes both executed as well as not executed validations).

Parameter
NameDescription
var array<Google\Cloud\Datastream\V1\Validation>
Returns
TypeDescription
$this