GoogleCloudDataplexV1ActionInvalidDataFormat class

Action details for invalid or unsupported data files detected by discovery.

Constructors

GoogleCloudDataplexV1ActionInvalidDataFormat({String? expectedFormat, String? newFormat, List<String>? sampledDataLocations})
GoogleCloudDataplexV1ActionInvalidDataFormat.fromJson(Map json_)

Properties

expectedFormat String?
The expected data format of the entity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newFormat String?
The new unexpected data format within the entity.
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

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