Reference documentation and code samples for the Google Cloud Dataplex V1 Client class IncompatibleDataSchema.
Action details for incompatible schemas detected by discovery.
Generated from protobuf message google.cloud.dataplex.v1.Action.IncompatibleDataSchema
Namespace
Google \ Cloud \ Dataplex \ V1 \ ActionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table
string
The name of the table containing invalid data.
↳ existing_schema
string
The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
↳ new_schema
string
The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
↳ sampled_data_locations
array
The list of data locations sampled and used for format/schema inference.
↳ schema_change
int
Whether the action relates to a schema that is incompatible or modified.
getTable
The name of the table containing invalid data.
string
setTable
The name of the table containing invalid data.
var
string
$this
getExistingSchema
The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
string
setExistingSchema
The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
var
string
$this
getNewSchema
The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
string
setNewSchema
The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
var
string
$this
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
getSchemaChange
Whether the action relates to a schema that is incompatible or modified.
int
setSchemaChange
Whether the action relates to a schema that is incompatible or modified.
var
int
$this