Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DiscoveryEvent::PartitionDetails.
Details about the partition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity
def entity() -> ::String
Returns
- (::String) — The name to the containing entity resource. The name is the fully-qualified resource name.
#entity=
def entity=(value) -> ::String
Parameter
- value (::String) — 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.
#partition
def partition() -> ::String
Returns
- (::String) — The name to the partition resource. The name is the fully-qualified resource name.
#partition=
def partition=(value) -> ::String
Parameter
- value (::String) — 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.
#sampled_data_locations
def sampled_data_locations() -> ::Array<::String>
Returns
- (::Array<::String>) — The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.
#sampled_data_locations=
def sampled_data_locations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
#type
def type() -> ::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType
Returns
- (::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType) — The type of the containing entity resource.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType
Parameter
- value (::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType) — The type of the containing entity resource.
Returns
- (::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType) — The type of the containing entity resource.