GoogleCloudDataplexV1ActionIncompatibleDataSchema class
Action details for incompatible schemas detected by discovery.
Constructors
-
GoogleCloudDataplexV1ActionIncompatibleDataSchema({String? existingSchema, String? newSchema, List<
String> ? sampledDataLocations, String? schemaChange, String? table}) - GoogleCloudDataplexV1ActionIncompatibleDataSchema.fromJson(Map json_)
Properties
- existingSchema ↔ String?
-
The existing and expected schema of the table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- newSchema ↔ String?
-
The new and incompatible schema within the table.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sampledDataLocations
↔ List<
String> ? -
The list of data locations sampled and used for format/schema inference.
getter/setter pair
- schemaChange ↔ String?
-
Whether the action relates to a schema that is incompatible or modified.
Possible string values are:
getter/setter pair
- table ↔ String?
-
The name of the table containing invalid data.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited