NAME
Google::Cloud::Dataplex::V1::DataProducts::DataProduct - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::DataProduct->new(
name => $value,
);
FIELDS
name
Type: String
uid
Type: String
display_name
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
etag
Type: String
labels
Type: Message (.google.cloud.dataplex.v1.DataProduct.LabelsEntry)
description
Type: String
icon
Type: Bytes
owner_emails
Type: String
asset_count
Type: Int32
access_groups
Type: Message (.google.cloud.dataplex.v1.DataProduct.AccessGroupsEntry)
access_approval_config
Type: Message (.google.cloud.dataplex.v1.DataProduct.AccessApprovalConfig)
NAME
Google::Cloud::Dataplex::V1::DataProducts::DataAsset - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::DataAsset->new(
name => $value,
);
FIELDS
name
Type: String
uid
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
etag
Type: String
labels
Type: Message (.google.cloud.dataplex.v1.DataAsset.LabelsEntry)
resource
Type: String
access_group_configs
Type: Message (.google.cloud.dataplex.v1.DataAsset.AccessGroupConfigsEntry)
NAME
Google::Cloud::Dataplex::V1::DataProducts::CreateDataProductRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::CreateDataProductRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
data_product_id
Type: String
data_product
Type: Message (.google.cloud.dataplex.v1.DataProduct)
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::DeleteDataProductRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::DeleteDataProductRequest->new(
name => $value,
);
FIELDS
name
Type: String
etag
Type: String
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::GetDataProductRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::GetDataProductRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::ListDataProductsRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::ListDataProductsRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
filter
Type: String
page_size
Type: Int32
page_token
Type: String
order_by
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::ListDataProductsResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::ListDataProductsResponse->new(
data_products => $value,
);
FIELDS
data_products
Type: Message (.google.cloud.dataplex.v1.DataProduct)
next_page_token
Type: String
unreachable
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::UpdateDataProductRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::UpdateDataProductRequest->new(
data_product => $value,
);
FIELDS
data_product
Type: Message (.google.cloud.dataplex.v1.DataProduct)
update_mask
Type: Message (.google.protobuf.FieldMask)
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::RequestDataProductAccessRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::RequestDataProductAccessRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
change_request
Type: Message (.google.cloud.dataplex.v1.ChangeRequest)
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::RequestDataProductAccessResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::RequestDataProductAccessResponse->new(
change_request_name => $value,
);
FIELDS
change_request_name
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::CreateDataAssetRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::CreateDataAssetRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
data_asset_id
Type: String
data_asset
Type: Message (.google.cloud.dataplex.v1.DataAsset)
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::UpdateDataAssetRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::UpdateDataAssetRequest->new(
data_asset => $value,
);
FIELDS
data_asset
Type: Message (.google.cloud.dataplex.v1.DataAsset)
update_mask
Type: Message (.google.protobuf.FieldMask)
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::DeleteDataAssetRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::DeleteDataAssetRequest->new(
name => $value,
);
FIELDS
name
Type: String
etag
Type: String
validate_only
Type: Bool
NAME
Google::Cloud::Dataplex::V1::DataProducts::GetDataAssetRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::GetDataAssetRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::ListDataAssetsRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::ListDataAssetsRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
filter
Type: String
order_by
Type: String
page_size
Type: Int32
page_token
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::ListDataAssetsResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::DataProducts;
my $msg = Google::Cloud::Dataplex::V1::DataProducts::ListDataAssetsResponse->new(
data_assets => $value,
);
FIELDS
data_assets
Type: Message (.google.cloud.dataplex.v1.DataAsset)
next_page_token
Type: String
NAME
Google::Cloud::Dataplex::V1::DataProducts::DataProductServiceClient - Client stub representing the remote DataProductService service
DESCRIPTION
This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.
CONFIGURATION AND ENVIRONMENT
target
The endpoint target address. Defaults to dataplex.googleapis.com:443.
credentials
The authentication credentials provider. Defaults to application default credentials via Google::Auth.
NAME
Google::Cloud::Dataplex::V1::DataProducts - 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.