Reference documentation and code samples for the Google Cloud Dataplex V1 Client class InvalidDataFormat.
Action details for invalid or unsupported data files detected by discovery.
Generated from protobuf message google.cloud.dataplex.v1.Action.InvalidDataFormat
Namespace
Google \ Cloud \ Dataplex \ V1 \ ActionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ sampled_data_locations
array
The list of data locations sampled and used for format/schema inference.
↳ expected_format
string
The expected data format of the entity.
↳ new_format
string
The new unexpected data format within the entity.
getSampledDataLocations
The list of data locations sampled and used for format/schema inference.
setSampledDataLocations
The list of data locations sampled and used for format/schema inference.
var
string[]
$this
getExpectedFormat
The expected data format of the entity.
string
setExpectedFormat
The expected data format of the entity.
var
string
$this
getNewFormat
The new unexpected data format within the entity.
string
setNewFormat
The new unexpected data format within the entity.
var
string
$this