Cloud Dataplex v1 API - Namespace Google.Cloud.Dataplex.V1 (2.5.0)

Classes

Action

Action represents an issue requiring administrator action for resolution.

Action.Types

Container for nested types declared in the Action message type.

Action.Types.FailedSecurityPolicyApply

Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.

Action.Types.IncompatibleDataSchema

Action details for incompatible schemas detected by discovery.

Action.Types.IncompatibleDataSchema.Types

Container for nested types declared in the IncompatibleDataSchema message type.

Action.Types.InvalidDataFormat

Action details for invalid or unsupported data files detected by discovery.

Action.Types.InvalidDataOrganization

Action details for invalid data arrangement.

Action.Types.InvalidDataPartition

Action details for invalid or unsupported partitions detected by discovery.

Action.Types.InvalidDataPartition.Types

Container for nested types declared in the InvalidDataPartition message type.

Action.Types.MissingData

Action details for absence of data detected by discovery.

Action.Types.MissingResource

Action details for resource references in assets that cannot be located.

Action.Types.UnauthorizedResource

Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.

ActionName

Resource name for the Action resource.

Asset

An asset represents a cloud resource that is being managed within a lake as a member of a zone.

Asset.Types

Container for nested types declared in the Asset message type.

Asset.Types.DiscoverySpec

Settings to manage the metadata discovery and publishing for an asset.

Asset.Types.DiscoverySpec.Types

Container for nested types declared in the DiscoverySpec message type.

Asset.Types.DiscoverySpec.Types.CsvOptions

Describe CSV and similar semi-structured data formats.

Asset.Types.DiscoverySpec.Types.JsonOptions

Describe JSON data format.

Asset.Types.DiscoveryStatus

Status of discovery for an asset.

Asset.Types.DiscoveryStatus.Types

Container for nested types declared in the DiscoveryStatus message type.

Asset.Types.DiscoveryStatus.Types.Stats

The aggregated data statistics for the asset reported by discovery.

Asset.Types.ResourceSpec

Identifies the cloud resource that is referenced by this asset.

Asset.Types.ResourceSpec.Types

Container for nested types declared in the ResourceSpec message type.

Asset.Types.ResourceStatus

Status of the resource referenced by an asset.

Asset.Types.ResourceStatus.Types

Container for nested types declared in the ResourceStatus message type.

Asset.Types.SecurityStatus

Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.

Asset.Types.SecurityStatus.Types

Container for nested types declared in the SecurityStatus message type.

AssetName

Resource name for the Asset resource.

AssetStatus

Aggregated status of the underlying assets of a lake or zone.

CancelJobRequest

Cancel task jobs.

Content

Content represents a user-visible notebook or a sql script

Content.Types

Container for nested types declared in the Content message type.

Content.Types.Notebook

Configuration for Notebook content.

Content.Types.Notebook.Types

Container for nested types declared in the Notebook message type.

Content.Types.SqlScript

Configuration for the Sql Script content.

Content.Types.SqlScript.Types

Container for nested types declared in the SqlScript message type.

ContentName

Resource name for the Content resource.

ContentService

ContentService manages Notebook and SQL Scripts for Dataplex.

ContentService.ContentServiceBase

Base class for server-side implementations of ContentService

ContentService.ContentServiceClient

Client for ContentService

ContentServiceClient

ContentService client wrapper, for convenient use.

ContentServiceClientBuilder

Builder class for ContentServiceClient to provide simple configuration of credentials, endpoint etc.

ContentServiceClientImpl

ContentService client wrapper implementation, for convenient use.

ContentServiceSettings

Settings for ContentServiceClient instances.

CreateAssetRequest

Create asset request.

CreateContentRequest

Create content request.

CreateDataAttributeBindingRequest

Create DataAttributeBinding request.

CreateDataAttributeRequest

Create DataAttribute request.

CreateDataScanRequest

Create dataScan request.

CreateDataTaxonomyRequest

Create DataTaxonomy request.

CreateEntityRequest

Create a metadata entity request.

CreateEnvironmentRequest

Create environment request.

CreateLakeRequest

Create lake request.

CreatePartitionRequest

Create metadata partition request.

CreateTaskRequest

Create task request.

CreateZoneRequest

Create zone request.

DataAccessSpec

DataAccessSpec holds the access control configuration to be enforced on data stored within resources (eg: rows, columns in BigQuery Tables). When associated with data, the data is only accessible to principals explicitly granted access through the DataAccessSpec. Principals with access to the containing resource are not implicitly granted access.

DataAttribute

Denotes one dataAttribute in a dataTaxonomy, for example, PII. DataAttribute resources can be defined in a hierarchy. A single dataAttribute resource can contain specs of multiple types

PII
  - ResourceAccessSpec :
                - readers :foo@bar.com
  - DataAccessSpec :
                - readers :bar@foo.com

DataAttributeBinding

DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.

DataAttributeBinding.Types

Container for nested types declared in the DataAttributeBinding message type.

DataAttributeBinding.Types.Path

Represents a subresource of the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.

DataAttributeBindingName

Resource name for the DataAttributeBinding resource.

DataAttributeName

Resource name for the DataAttribute resource.

DataplexService

Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.

DataplexService.DataplexServiceBase

Base class for server-side implementations of DataplexService

DataplexService.DataplexServiceClient

Client for DataplexService

DataplexServiceClient

DataplexService client wrapper, for convenient use.

DataplexServiceClientBuilder

Builder class for DataplexServiceClient to provide simple configuration of credentials, endpoint etc.

DataplexServiceClientImpl

DataplexService client wrapper implementation, for convenient use.

DataplexServiceSettings

Settings for DataplexServiceClient instances.

DataProfileResult

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

DataProfileResult.Types

Container for nested types declared in the DataProfileResult message type.

DataProfileResult.Types.PostScanActionsResult

The result of post scan actions of DataProfileScan job.

DataProfileResult.Types.PostScanActionsResult.Types

Container for nested types declared in the PostScanActionsResult message type.

DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult

The result of BigQuery export post scan action.

DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types

Container for nested types declared in the BigQueryExportResult message type.

DataProfileResult.Types.Profile

Contains name, type, mode and field type specific profile information.

DataProfileResult.Types.Profile.Types

Container for nested types declared in the Profile message type.

DataProfileResult.Types.Profile.Types.Field

A field within a table.

DataProfileResult.Types.Profile.Types.Field.Types

Container for nested types declared in the Field message type.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo

The profile information for each field type.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types

Container for nested types declared in the ProfileInfo message type.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.DoubleFieldInfo

The profile information for a double type field.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.IntegerFieldInfo

The profile information for an integer type field.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo

The profile information for a string type field.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue

Top N non-null values in the scanned data.

DataProfileSpec

DataProfileScan related setting.

DataProfileSpec.Types

Container for nested types declared in the DataProfileSpec message type.

DataProfileSpec.Types.PostScanActions

The configuration of post scan actions of DataProfileScan job.

DataProfileSpec.Types.PostScanActions.Types

Container for nested types declared in the PostScanActions message type.

DataProfileSpec.Types.PostScanActions.Types.BigQueryExport

The configuration of BigQuery export post scan action.

DataProfileSpec.Types.SelectedFields

The specification for fields to include or exclude in data profile scan.

DataQualityDimensionResult

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

DataQualityResult

The output of a DataQualityScan.

DataQualityResult.Types

Container for nested types declared in the DataQualityResult message type.

DataQualityResult.Types.PostScanActionsResult

The result of post scan actions of DataQualityScan job.

DataQualityResult.Types.PostScanActionsResult.Types

Container for nested types declared in the PostScanActionsResult message type.

DataQualityResult.Types.PostScanActionsResult.Types.BigQueryExportResult

The result of BigQuery export post scan action.

DataQualityResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types

Container for nested types declared in the BigQueryExportResult message type.

DataQualityRule

A rule captures data quality intent about a data source.

DataQualityRule.Types

Container for nested types declared in the DataQualityRule message type.

DataQualityRule.Types.NonNullExpectation

Evaluates whether each column value is null.

DataQualityRule.Types.RangeExpectation

Evaluates whether each column value lies between a specified range.

DataQualityRule.Types.RegexExpectation

Evaluates whether each column value matches a specified regex.

DataQualityRule.Types.RowConditionExpectation

Evaluates whether each row passes the specified condition.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a boolean value per row as the result.

Example: col1 >= 0 AND col2 < 10

DataQualityRule.Types.SetExpectation

Evaluates whether each column value is contained by a specified set.

DataQualityRule.Types.StatisticRangeExpectation

Evaluates whether the column aggregate statistic lies between a specified range.

DataQualityRule.Types.StatisticRangeExpectation.Types

Container for nested types declared in the StatisticRangeExpectation message type.

DataQualityRule.Types.TableConditionExpectation

Evaluates whether the provided expression is true.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.

Example: MIN(col1) >= 0

DataQualityRule.Types.UniquenessExpectation

Evaluates whether the column has duplicates.

DataQualityRuleResult

DataQualityRuleResult provides a more detailed, per-rule view of the results.

DataQualityScanRuleResult

Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.

DataQualityScanRuleResult.Types

Container for nested types declared in the DataQualityScanRuleResult message type.

DataQualitySpec

DataQualityScan related setting.

DataQualitySpec.Types

Container for nested types declared in the DataQualitySpec message type.

DataQualitySpec.Types.PostScanActions

The configuration of post scan actions of DataQualityScan.

DataQualitySpec.Types.PostScanActions.Types

Container for nested types declared in the PostScanActions message type.

DataQualitySpec.Types.PostScanActions.Types.BigQueryExport

The configuration of BigQuery export post scan action.

DataScan

Represents a user-visible job which provides the insights for the related data source.

For example:

  • Data Quality: generates queries based on the rules and runs against the data to get data quality check results.
  • Data Profile: analyzes the data in table(s) and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).

DataScan.Types

Container for nested types declared in the DataScan message type.

DataScan.Types.ExecutionSpec

DataScan execution settings.

DataScan.Types.ExecutionStatus

Status of the data scan execution.

DataScanEvent

These messages contain information about the execution of a datascan. The monitored resource is 'DataScan' Next ID: 13

DataScanEvent.Types

Container for nested types declared in the DataScanEvent message type.

DataScanEvent.Types.DataProfileAppliedConfigs

Applied configs for data profile type data scan job.

DataScanEvent.Types.DataProfileResult

Data profile result for data scan job.

DataScanEvent.Types.DataQualityAppliedConfigs

Applied configs for data quality type data scan job.

DataScanEvent.Types.DataQualityResult

Data quality result for data scan job.

DataScanEvent.Types.PostScanActionsResult

Post scan actions result for data scan job.

DataScanEvent.Types.PostScanActionsResult.Types

Container for nested types declared in the PostScanActionsResult message type.

DataScanEvent.Types.PostScanActionsResult.Types.BigQueryExportResult

The result of BigQuery export post scan action.

DataScanEvent.Types.PostScanActionsResult.Types.BigQueryExportResult.Types

Container for nested types declared in the BigQueryExportResult message type.

DataScanJob

A DataScanJob represents an instance of DataScan execution.

DataScanJob.Types

Container for nested types declared in the DataScanJob message type.

DataScanJobName

Resource name for the DataScanJob resource.

DataScanName

Resource name for the DataScan resource.

DataScanService

DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g. Data Profile, Data Quality) for the data source.

DataScanService.DataScanServiceBase

Base class for server-side implementations of DataScanService

DataScanService.DataScanServiceClient

Client for DataScanService

DataScanServiceClient

DataScanService client wrapper, for convenient use.

DataScanServiceClientBuilder

Builder class for DataScanServiceClient to provide simple configuration of credentials, endpoint etc.

DataScanServiceClientImpl

DataScanService client wrapper implementation, for convenient use.

DataScanServiceSettings

Settings for DataScanServiceClient instances.

DataSource

The data source for DataScan.

DataTaxonomy

DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data. It is defined at project level.

DataTaxonomyName

Resource name for the DataTaxonomy resource.

DataTaxonomyService

DataTaxonomyService enables attribute-based governance. The resources currently offered include DataTaxonomy and DataAttribute.

DataTaxonomyService.DataTaxonomyServiceBase

Base class for server-side implementations of DataTaxonomyService

DataTaxonomyService.DataTaxonomyServiceClient

Client for DataTaxonomyService

DataTaxonomyServiceClient

DataTaxonomyService client wrapper, for convenient use.

DataTaxonomyServiceClientBuilder

Builder class for DataTaxonomyServiceClient to provide simple configuration of credentials, endpoint etc.

DataTaxonomyServiceClientImpl

DataTaxonomyService client wrapper implementation, for convenient use.

DataTaxonomyServiceSettings

Settings for DataTaxonomyServiceClient instances.

DeleteAssetRequest

Delete asset request.

DeleteContentRequest

Delete content request.

DeleteDataAttributeBindingRequest

Delete DataAttributeBinding request.

DeleteDataAttributeRequest

Delete DataAttribute request.

DeleteDataScanRequest

Delete dataScan request.

DeleteDataTaxonomyRequest

Delete DataTaxonomy request.

DeleteEntityRequest

Delete a metadata entity request.

DeleteEnvironmentRequest

Delete environment request.

DeleteLakeRequest

Delete lake request.

DeletePartitionRequest

Delete metadata partition request.

DeleteTaskRequest

Delete task request.

DeleteZoneRequest

Delete zone request.

DiscoveryEvent

The payload associated with Discovery data processing.

DiscoveryEvent.Types

Container for nested types declared in the DiscoveryEvent message type.

DiscoveryEvent.Types.ActionDetails

Details about the action.

DiscoveryEvent.Types.ConfigDetails

Details about configuration events.

DiscoveryEvent.Types.EntityDetails

Details about the entity.

DiscoveryEvent.Types.PartitionDetails

Details about the partition.

Entity

Represents tables and fileset metadata contained within a zone.

Entity.Types

Container for nested types declared in the Entity message type.

Entity.Types.CompatibilityStatus

Provides compatibility information for various metadata stores.

Entity.Types.CompatibilityStatus.Types

Container for nested types declared in the CompatibilityStatus message type.

Entity.Types.CompatibilityStatus.Types.Compatibility

Provides compatibility information for a specific metadata store.

EntityName

Resource name for the Entity resource.

Environment

Environment represents a user-visible compute infrastructure for analytics within a lake.

Environment.Types

Container for nested types declared in the Environment message type.

Environment.Types.Endpoints

URI Endpoints to access sessions associated with the Environment.

Environment.Types.InfrastructureSpec

Configuration for the underlying infrastructure used to run workloads.

Environment.Types.InfrastructureSpec.Types

Container for nested types declared in the InfrastructureSpec message type.

Environment.Types.InfrastructureSpec.Types.ComputeResources

Compute resources associated with the analyze interactive workloads.

Environment.Types.InfrastructureSpec.Types.OsImageRuntime

Software Runtime Configuration to run Analyze.

Environment.Types.SessionSpec

Configuration for sessions created for this environment.

Environment.Types.SessionStatus

Status of sessions created for this environment.

EnvironmentName

Resource name for the Environment resource.

GetAssetRequest

Get asset request.

GetContentRequest

Get content request.

GetContentRequest.Types

Container for nested types declared in the GetContentRequest message type.

GetDataAttributeBindingRequest

Get DataAttributeBinding request.

GetDataAttributeRequest

Get DataAttribute request.

GetDataScanJobRequest

Get DataScanJob request.

GetDataScanJobRequest.Types

Container for nested types declared in the GetDataScanJobRequest message type.

GetDataScanRequest

Get dataScan request.

GetDataScanRequest.Types

Container for nested types declared in the GetDataScanRequest message type.

GetDataTaxonomyRequest

Get DataTaxonomy request.

GetEntityRequest

Get metadata entity request.

GetEntityRequest.Types

Container for nested types declared in the GetEntityRequest message type.

GetEnvironmentRequest

Get environment request.

GetJobRequest

Get job request.

GetLakeRequest

Get lake request.

GetPartitionRequest

Get metadata partition request.

GetTaskRequest

Get task request.

GetZoneRequest

Get zone request.

Job

A job represents an instance of a task.

Job.Types

Container for nested types declared in the Job message type.

JobEvent

The payload associated with Job logs that contains events describing jobs that have run within a Lake.

JobEvent.Types

Container for nested types declared in the JobEvent message type.

JobName

Resource name for the Job resource.

Lake

A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery. The resources attached to a lake are referred to as managed resources. Data within these managed resources can be structured or unstructured. A lake provides data admins with tools to organize, secure and manage their data at scale, and provides data scientists and data engineers an integrated experience to easily search, discover, analyze and transform data and associated metadata.

Lake.Types

Container for nested types declared in the Lake message type.

Lake.Types.Metastore

Settings to manage association of Dataproc Metastore with a lake.

Lake.Types.MetastoreStatus

Status of Lake and Dataproc Metastore service instance association.

Lake.Types.MetastoreStatus.Types

Container for nested types declared in the MetastoreStatus message type.

LakeName

Resource name for the Lake resource.

ListActionsResponse

List actions response.

ListAssetActionsRequest

List asset actions request.

ListAssetsRequest

List assets request.

ListAssetsResponse

List assets response.

ListContentRequest

List content request. Returns the BASIC Content view.

ListContentResponse

List content response.

ListDataAttributeBindingsRequest

List DataAttributeBindings request.

ListDataAttributeBindingsResponse

List DataAttributeBindings response.

ListDataAttributesRequest

List DataAttributes request.

ListDataAttributesResponse

List DataAttributes response.

ListDataScanJobsRequest

List DataScanJobs request.

ListDataScanJobsResponse

List DataScanJobs response.

ListDataScansRequest

List dataScans request.

ListDataScansResponse

List dataScans response.

ListDataTaxonomiesRequest

List DataTaxonomies request.

ListDataTaxonomiesResponse

List DataTaxonomies response.

ListEntitiesRequest

List metadata entities request.

ListEntitiesRequest.Types

Container for nested types declared in the ListEntitiesRequest message type.

ListEntitiesResponse

List metadata entities response.

ListEnvironmentsRequest

List environments request.

ListEnvironmentsResponse

List environments response.

ListJobsRequest

List jobs request.

ListJobsResponse

List jobs response.

ListLakeActionsRequest

List lake actions request.

ListLakesRequest

List lakes request.

ListLakesResponse

List lakes response.

ListPartitionsRequest

List metadata partitions request.

ListPartitionsResponse

List metadata partitions response.

ListSessionsRequest

List sessions request.

ListSessionsResponse

List sessions response.

ListTasksRequest

List tasks request.

ListTasksResponse

List tasks response.

ListZoneActionsRequest

List zone actions request.

ListZonesRequest

List zones request.

ListZonesResponse

List zones response.

MetadataService

Metadata service manages metadata resources such as tables, filesets and partitions.

MetadataService.MetadataServiceBase

Base class for server-side implementations of MetadataService

MetadataService.MetadataServiceClient

Client for MetadataService

MetadataServiceClient

MetadataService client wrapper, for convenient use.

MetadataServiceClientBuilder

Builder class for MetadataServiceClient to provide simple configuration of credentials, endpoint etc.

MetadataServiceClientImpl

MetadataService client wrapper implementation, for convenient use.

MetadataServiceSettings

Settings for MetadataServiceClient instances.

OperationMetadata

Represents the metadata of a long-running operation.

Partition

Represents partition metadata contained within entity instances.

PartitionName

Resource name for the Partition resource.

ResourceAccessSpec

ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.

RunDataScanRequest

Run DataScan Request

RunDataScanResponse

Run DataScan Response.

RunTaskRequest

RunTaskResponse

ScannedData

The data scanned during processing (e.g. in incremental DataScan)

ScannedData.Types

Container for nested types declared in the ScannedData message type.

ScannedData.Types.IncrementalField

A data range denoted by a pair of start/end values of a field.

Schema

Schema information describing the structure and layout of the data.

Schema.Types

Container for nested types declared in the Schema message type.

Schema.Types.PartitionField

Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration. Note: Partition fields are immutable.

Schema.Types.SchemaField

Represents a column field within a table schema.

Session

Represents an active analyze session running for a user.

SessionEvent

These messages contain information about sessions within an environment. The monitored resource is 'Environment'.

SessionEvent.Types

Container for nested types declared in the SessionEvent message type.

SessionEvent.Types.QueryDetail

Execution details of the query.

SessionEvent.Types.QueryDetail.Types

Container for nested types declared in the QueryDetail message type.

SessionName

Resource name for the Session resource.

StorageAccess

Describes the access mechanism of the data within its storage location.

StorageAccess.Types

Container for nested types declared in the StorageAccess message type.

StorageFormat

Describes the format of the data within its storage location.

StorageFormat.Types

Container for nested types declared in the StorageFormat message type.

StorageFormat.Types.CsvOptions

Describes CSV and similar semi-structured data formats.

StorageFormat.Types.IcebergOptions

Describes Iceberg data format.

StorageFormat.Types.JsonOptions

Describes JSON data format.

TableName

Resource name for the Table resource.

Task

A task represents a user-visible job.

Task.Types

Container for nested types declared in the Task message type.

Task.Types.ExecutionSpec

Execution related settings, like retry and service_account.

Task.Types.ExecutionStatus

Status of the task execution (e.g. Jobs).

Task.Types.InfrastructureSpec

Configuration for the underlying infrastructure used to run workloads.

Task.Types.InfrastructureSpec.Types

Container for nested types declared in the InfrastructureSpec message type.

Task.Types.InfrastructureSpec.Types.BatchComputeResources

Batch compute resources associated with the task.

Task.Types.InfrastructureSpec.Types.ContainerImageRuntime

Container Image Runtime Configuration used with Batch execution.

Task.Types.InfrastructureSpec.Types.VpcNetwork

Cloud VPC Network used to run the infrastructure.

Task.Types.NotebookTaskConfig

Config for running scheduled notebooks.

Task.Types.SparkTaskConfig

User-specified config for running a Spark task.

Task.Types.TriggerSpec

Task scheduling and trigger settings.

Task.Types.TriggerSpec.Types

Container for nested types declared in the TriggerSpec message type.

TaskName

Resource name for the Task resource.

Trigger

DataScan scheduling and trigger settings.

Trigger.Types

Container for nested types declared in the Trigger message type.

Trigger.Types.OnDemand

The scan runs once via RunDataScan API.

Trigger.Types.Schedule

The scan is scheduled to run periodically.

UpdateAssetRequest

Update asset request.

UpdateContentRequest

Update content request.

UpdateDataAttributeBindingRequest

Update DataAttributeBinding request.

UpdateDataAttributeRequest

Update DataAttribute request.

UpdateDataScanRequest

Update dataScan request.

UpdateDataTaxonomyRequest

Update DataTaxonomy request.

UpdateEntityRequest

Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.

UpdateEnvironmentRequest

Update environment request.

UpdateLakeRequest

Update lake request.

UpdateTaskRequest

Update task request.

UpdateZoneRequest

Update zone request.

Zone

A zone represents a logical group of related assets within a lake. A zone can be used to map to organizational structure or represent stages of data readiness from raw to curated. It provides managing behavior that is shared or inherited by all contained assets.

Zone.Types

Container for nested types declared in the Zone message type.

Zone.Types.DiscoverySpec

Settings to manage the metadata discovery and publishing in a zone.

Zone.Types.DiscoverySpec.Types

Container for nested types declared in the DiscoverySpec message type.

Zone.Types.DiscoverySpec.Types.CsvOptions

Describe CSV and similar semi-structured data formats.

Zone.Types.DiscoverySpec.Types.JsonOptions

Describe JSON data format.

Zone.Types.ResourceSpec

Settings for resources attached as assets within a zone.

Zone.Types.ResourceSpec.Types

Container for nested types declared in the ResourceSpec message type.

ZoneName

Resource name for the Zone resource.

Enums

Action.DetailsOneofCase

Enum of possible cases for the "details" oneof.

Action.Types.Category

The category of issues.

Action.Types.IncompatibleDataSchema.Types.SchemaChange

Whether the action relates to a schema that is incompatible or modified.

Action.Types.InvalidDataPartition.Types.PartitionStructure

The expected partition structure.

ActionName.ResourceNameType

The possible contents of ActionName.

Asset.Types.DiscoverySpec.TriggerOneofCase

Enum of possible cases for the "trigger" oneof.

Asset.Types.DiscoveryStatus.Types.State

Current state of discovery.

Asset.Types.ResourceSpec.Types.AccessMode

Access Mode determines how data stored within the resource is read. This is only applicable to storage bucket assets.

Asset.Types.ResourceSpec.Types.Type

Type of resource.

Asset.Types.ResourceStatus.Types.State

The state of a resource.

Asset.Types.SecurityStatus.Types.State

The state of the security policy.

AssetName.ResourceNameType

The possible contents of AssetName.

Content.ContentOneofCase

Enum of possible cases for the "content" oneof.

Content.DataOneofCase

Enum of possible cases for the "data" oneof.

Content.Types.Notebook.Types.KernelType

Kernel Type of the Jupyter notebook.

Content.Types.SqlScript.Types.QueryEngine

Query Engine Type of the SQL Script.

ContentName.ResourceNameType

The possible contents of ContentName.

DataAttributeBinding.ResourceReferenceOneofCase

Enum of possible cases for the "resource_reference" oneof.

DataAttributeBindingName.ResourceNameType

The possible contents of DataAttributeBindingName.

DataAttributeName.ResourceNameType

The possible contents of DataAttributeName.

DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State

Execution state for the exporting.

DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.FieldInfoOneofCase

Enum of possible cases for the "field_info" oneof.

DataQualityResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State

Execution state for the exporting.

DataQualityRule.RuleTypeOneofCase

Enum of possible cases for the "rule_type" oneof.

DataQualityRule.Types.StatisticRangeExpectation.Types.ColumnStatistic

The list of aggregate metrics a rule can be evaluated against.

DataQualityScanRuleResult.Types.EvaluationType

The evaluation type of the data quality rule.

DataQualityScanRuleResult.Types.Result

Whether the data quality rule passed or failed.

DataQualityScanRuleResult.Types.RuleType

The type of the data quality rule.

DataScan.ResultOneofCase

Enum of possible cases for the "result" oneof.

DataScan.SpecOneofCase

Enum of possible cases for the "spec" oneof.

DataScan.Types.ExecutionSpec.IncrementalOneofCase

Enum of possible cases for the "incremental" oneof.

DataScanEvent.AppliedConfigsOneofCase

Enum of possible cases for the "appliedConfigs" oneof.

DataScanEvent.ResultOneofCase

Enum of possible cases for the "result" oneof.

DataScanEvent.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State

Execution state for the exporting.

DataScanEvent.Types.ScanType

The type of the data scan.

DataScanEvent.Types.Scope

The scope of job for the data scan.

DataScanEvent.Types.State

The job state of the data scan.

DataScanEvent.Types.Trigger

The trigger type for the data scan.

DataScanJob.ResultOneofCase

Enum of possible cases for the "result" oneof.

DataScanJob.SpecOneofCase

Enum of possible cases for the "spec" oneof.

DataScanJob.Types.State

Execution state for the DataScanJob.

DataScanJobName.ResourceNameType

The possible contents of DataScanJobName.

DataScanName.ResourceNameType

The possible contents of DataScanName.

DataScanType

The type of DataScan.

DataSource.SourceOneofCase

Enum of possible cases for the "source" oneof.

DataTaxonomyName.ResourceNameType

The possible contents of DataTaxonomyName.

DiscoveryEvent.DetailsOneofCase

Enum of possible cases for the "details" oneof.

DiscoveryEvent.Types.EntityType

The type of the entity.

DiscoveryEvent.Types.EventType

The type of the event.

Entity.Types.Type

The type of entity.

EntityName.ResourceNameType

The possible contents of EntityName.

Environment.Types.InfrastructureSpec.ResourcesOneofCase

Enum of possible cases for the "resources" oneof.

Environment.Types.InfrastructureSpec.RuntimeOneofCase

Enum of possible cases for the "runtime" oneof.

EnvironmentName.ResourceNameType

The possible contents of EnvironmentName.

GetContentRequest.Types.ContentView

Specifies whether the request should return the full or the partial representation.

GetDataScanJobRequest.Types.DataScanJobView

DataScanJob view options.

GetDataScanRequest.Types.DataScanView

DataScan view options.

GetEntityRequest.Types.EntityView

Entity views for get entity partial result.

Job.Types.Service

Job.Types.State

Job.Types.Trigger

Job execution trigger.

JobEvent.Types.ExecutionTrigger

Job Execution trigger.

JobEvent.Types.Service

The service used to execute the job.

JobEvent.Types.State

The completion status of the job.

JobEvent.Types.Type

The type of the job.

JobName.ResourceNameType

The possible contents of JobName.

Lake.Types.MetastoreStatus.Types.State

Current state of association.

LakeName.ResourceNameType

The possible contents of LakeName.

ListEntitiesRequest.Types.EntityView

Entity views.

PartitionName.ResourceNameType

The possible contents of PartitionName.

ScannedData.DataRangeOneofCase

Enum of possible cases for the "data_range" oneof.

Schema.Types.Mode

Additional qualifiers to define field semantics.

Schema.Types.PartitionStyle

The structure of paths within the entity, which represent partitions.

Schema.Types.Type

Type information for fields in schemas and partition schemas.

SessionEvent.DetailOneofCase

Enum of possible cases for the "detail" oneof.

SessionEvent.Types.EventType

The type of the event.

SessionEvent.Types.QueryDetail.Types.Engine

Query Execution engine.

SessionName.ResourceNameType

The possible contents of SessionName.

State

State of a resource.

StorageAccess.Types.AccessMode

Access Mode determines how data stored within the Entity is read.

StorageFormat.OptionsOneofCase

Enum of possible cases for the "options" oneof.

StorageFormat.Types.CompressionFormat

The specific compressed file format of the data.

StorageFormat.Types.Format

The specific file format of the data.

StorageSystem

Identifies the cloud system that manages the data storage.

TableName.ResourceNameType

The possible contents of TableName.

Task.ConfigOneofCase

Enum of possible cases for the "config" oneof.

Task.Types.InfrastructureSpec.NetworkOneofCase

Enum of possible cases for the "network" oneof.

Task.Types.InfrastructureSpec.ResourcesOneofCase

Enum of possible cases for the "resources" oneof.

Task.Types.InfrastructureSpec.RuntimeOneofCase

Enum of possible cases for the "runtime" oneof.

Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase

Enum of possible cases for the "network_name" oneof.

Task.Types.SparkTaskConfig.DriverOneofCase

Enum of possible cases for the "driver" oneof.

Task.Types.TriggerSpec.TriggerOneofCase

Enum of possible cases for the "trigger" oneof.

Task.Types.TriggerSpec.Types.Type

Determines how often and when the job will run.

TaskName.ResourceNameType

The possible contents of TaskName.

Trigger.ModeOneofCase

Enum of possible cases for the "mode" oneof.

Zone.Types.DiscoverySpec.TriggerOneofCase

Enum of possible cases for the "trigger" oneof.

Zone.Types.ResourceSpec.Types.LocationType

Location type of the resources attached to a zone.

Zone.Types.Type

Type of zone.

ZoneName.ResourceNameType

The possible contents of ZoneName.