Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::PartitionDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Details about the partition.

Instance Attribute Summary collapse

Instance Attribute Details

#entity::String

Returns The name to the containing entity resource. The name is the fully-qualified resource name.

Returns:

  • (::String)

    The name to the containing entity resource. The name is the fully-qualified resource name.



109
110
111
112
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 109

class PartitionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#partition::String

Returns The name to the partition resource. The name is the fully-qualified resource name.

Returns:

  • (::String)

    The name to the partition resource. The name is the fully-qualified resource name.



109
110
111
112
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 109

class PartitionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sampled_data_locations::Array<::String>

Returns The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.

Returns:

  • (::Array<::String>)

    The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.



109
110
111
112
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 109

class PartitionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType

Returns The type of the containing entity resource.

Returns:



109
110
111
112
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 109

class PartitionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end