Reference documentation and code samples for the Google Cloud Datastream V1 Client class Validation.
A validation to perform on a stream.
Generated from protobuf message google.cloud.datastream.v1.Validation
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ description
string
A short description of the validation.
↳ state
int
Validation execution status.
↳ message
↳ code
string
A custom code identifying this validation.
getDescription
A short description of the validation.
string
setDescription
A short description of the validation.
var
string
$this
getState
Validation execution status.
int
setState
Validation execution status.
var
int
$this
getMessage
Messages reflecting the validation results.
setMessage
Messages reflecting the validation results.
$this
getCode
A custom code identifying this validation.
string
setCode
A custom code identifying this validation.
var
string
$this