Action(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action represents an issue requiring administrator action for resolution.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| category | google.cloud.dataplex_v1.types.Action.CategoryThe category of issue associated with the action. | 
| issue | strDetailed description of the issue requiring action. | 
| detect_time | google.protobuf.timestamp_pb2.TimestampThe time that the issue was detected. | 
| name | strOutput only. The relative resource name of the action, of the form: projects/{project}/locations/{location}/lakes/{lake}/actions/{action}projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}. | 
| lake | strOutput only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}. | 
| zone | strOutput only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}. | 
| asset | strOutput only. The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}. | 
| data_locations | MutableSequence[str]The list of data locations associated with this action. Cloud Storage locations are represented as URI paths(E.g. gs://bucket/table1/year=2020/month=Jan/). BigQuery
   locations refer to resource names(E.g.bigquery.googleapis.com/projects/project-id/datasets/dataset-id). | 
| invalid_data_format | google.cloud.dataplex_v1.types.Action.InvalidDataFormatDetails for issues related to invalid or unsupported data formats. This field is a member of oneof_details. | 
| incompatible_data_schema | google.cloud.dataplex_v1.types.Action.IncompatibleDataSchemaDetails for issues related to incompatible schemas detected within data. This field is a member of oneof_details. | 
| invalid_data_partition | google.cloud.dataplex_v1.types.Action.InvalidDataPartitionDetails for issues related to invalid or unsupported data partition structure. This field is a member of oneof_details. | 
| missing_data | google.cloud.dataplex_v1.types.Action.MissingDataDetails for issues related to absence of data within managed resources. This field is a member of oneof_details. | 
| missing_resource | google.cloud.dataplex_v1.types.Action.MissingResourceDetails for issues related to absence of a managed resource. This field is a member of oneof_details. | 
| unauthorized_resource | google.cloud.dataplex_v1.types.Action.UnauthorizedResourceDetails for issues related to lack of permissions to access data resources. This field is a member of oneof_details. | 
| failed_security_policy_apply | google.cloud.dataplex_v1.types.Action.FailedSecurityPolicyApplyDetails for issues related to applying security policy. This field is a member of oneof_details. | 
| invalid_data_organization | google.cloud.dataplex_v1.types.Action.InvalidDataOrganizationDetails for issues related to invalid data arrangement. This field is a member of oneof_details. | 
Classes
Category
Category(value)The category of issues.
FailedSecurityPolicyApply
FailedSecurityPolicyApply(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
IncompatibleDataSchema
IncompatibleDataSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for incompatible schemas detected by discovery.
InvalidDataFormat
InvalidDataFormat(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for invalid or unsupported data files detected by discovery.
InvalidDataOrganization
InvalidDataOrganization(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for invalid data arrangement.
InvalidDataPartition
InvalidDataPartition(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for invalid or unsupported partitions detected by discovery.
MissingData
MissingData(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for absence of data detected by discovery.
MissingResource
MissingResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for resource references in assets that cannot be located.
UnauthorizedResource
UnauthorizedResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.