Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::PartitionDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DiscoveryEvent::PartitionDetails
- 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
-
#entity ⇒ ::String
The name to the containing entity resource.
-
#partition ⇒ ::String
The name to the partition resource.
-
#sampled_data_locations ⇒ ::Array<::String>
The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.
-
#type ⇒ ::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType
The type of the containing entity resource.
Instance Attribute Details
#entity ⇒ ::String
Returns 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.
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.
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.
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 |