Class: Google::Cloud::Dataplex::V1::Action::InvalidDataFormat
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Action::InvalidDataFormat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Action details for invalid or unsupported data files detected by discovery.
Instance Attribute Summary collapse
-
#expected_format ⇒ ::String
The expected data format of the entity.
-
#new_format ⇒ ::String
The new unexpected data format within the entity.
-
#sampled_data_locations ⇒ ::Array<::String>
The list of data locations sampled and used for format/schema inference.
Instance Attribute Details
#expected_format ⇒ ::String
Returns The expected data format of the entity.
423 424 425 426 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 423 class InvalidDataFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_format ⇒ ::String
Returns The new unexpected data format within the entity.
423 424 425 426 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 423 class InvalidDataFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sampled_data_locations ⇒ ::Array<::String>
Returns The list of data locations sampled and used for format/schema inference.
423 424 425 426 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 423 class InvalidDataFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |