Class: Google::Cloud::Dataplex::V1::Action::InvalidDataFormat

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#expected_format::String

Returns The expected data format of the entity.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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