Google Cloud Dataplex V1 Client - Class InvalidDataFormat (0.1.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sampled_data_locations string[]

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.

Generated from protobuf field repeated string sampled_data_locations = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSampledDataLocations

The list of data locations sampled and used for format/schema inference.

Generated from protobuf field repeated string sampled_data_locations = 1;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getExpectedFormat

The expected data format of the entity.

Generated from protobuf field string expected_format = 2;

Returns
TypeDescription
string

setExpectedFormat

The expected data format of the entity.

Generated from protobuf field string expected_format = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewFormat

The new unexpected data format within the entity.

Generated from protobuf field string new_format = 3;

Returns
TypeDescription
string

setNewFormat

The new unexpected data format within the entity.

Generated from protobuf field string new_format = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this