NAME

Google::Cloud::Dataplex::V1::DataProfile::DataProfileSpec - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Dataplex::V1::DataProfile;

my $msg = Google::Cloud::Dataplex::V1::DataProfile::DataProfileSpec->new(
    sampling_percent => $value,
);

FIELDS

  • sampling_percent

    Type: Float

  • row_filter

    Type: String

  • post_scan_actions

    Type: Message (.google.cloud.dataplex.v1.DataProfileSpec.PostScanActions)

  • include_fields

    Type: Message (.google.cloud.dataplex.v1.DataProfileSpec.SelectedFields)

  • exclude_fields

    Type: Message (.google.cloud.dataplex.v1.DataProfileSpec.SelectedFields)

  • catalog_publishing_enabled

    Type: Bool

  • mode

    Type: Enum (.google.cloud.dataplex.v1.DataProfileSpec.Mode)

Enum: DataProfileSpec::Mode

Values:

  • MODE_UNSPECIFIED => 0

  • STANDARD => 1

  • LIGHTWEIGHT => 2

NAME

Google::Cloud::Dataplex::V1::DataProfile::DataProfileResult - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Dataplex::V1::DataProfile;

my $msg = Google::Cloud::Dataplex::V1::DataProfile::DataProfileResult->new(
    row_count => $value,
);

FIELDS

  • row_count

    Type: Int64

  • profile

    Type: Message (.google.cloud.dataplex.v1.DataProfileResult.Profile)

  • scanned_data

    Type: Message (.google.cloud.dataplex.v1.ScannedData)

  • post_scan_actions_result

    Type: Message (.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult)

  • catalog_publishing_status

    Type: Message (.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus)

NAME

Google::Cloud::Dataplex::V1::DataProfile - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.