Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Action::InvalidDataFormat.
Action details for invalid or unsupported data files detected by discovery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expected_format
def expected_format() -> ::String
Returns
- (::String) — The expected data format of the entity.
#expected_format=
def expected_format=(value) -> ::String
Parameter
- value (::String) — The expected data format of the entity.
Returns
- (::String) — The expected data format of the entity.
#new_format
def new_format() -> ::String
Returns
- (::String) — The new unexpected data format within the entity.
#new_format=
def new_format=(value) -> ::String
Parameter
- value (::String) — The new unexpected data format within the entity.
Returns
- (::String) — The new unexpected data format within the entity.
#sampled_data_locations
def sampled_data_locations() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of data locations sampled and used for format/schema inference.
#sampled_data_locations=
def sampled_data_locations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of data locations sampled and used for format/schema inference.
Returns
- (::Array<::String>) — The list of data locations sampled and used for format/schema inference.