GoogleCloudDataplexV1Action class
Action represents an issue requiring administrator action for resolution.
Constructors
-
GoogleCloudDataplexV1Action({String? asset, String? category, List<
String> ? dataLocations, String? detectTime, GoogleCloudDataplexV1ActionFailedSecurityPolicyApply? failedSecurityPolicyApply, GoogleCloudDataplexV1ActionIncompatibleDataSchema? incompatibleDataSchema, GoogleCloudDataplexV1ActionInvalidDataFormat? invalidDataFormat, GoogleCloudDataplexV1ActionInvalidDataOrganization? invalidDataOrganization, GoogleCloudDataplexV1ActionInvalidDataPartition? invalidDataPartition, String? issue, String? lake, GoogleCloudDataplexV1ActionMissingData? missingData, GoogleCloudDataplexV1ActionMissingResource? missingResource, String? name, GoogleCloudDataplexV1ActionUnauthorizedResource? unauthorizedResource, String? zone}) - GoogleCloudDataplexV1Action.fromJson(Map json_)
Properties
- asset ↔ String?
-
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}.
getter/setter pair
- category ↔ String?
-
The category of issue associated with the action.
Possible string values are:
getter/setter pair
-
dataLocations
↔ List<
String> ? -
The list of data locations associated with this action.
getter/setter pair
- detectTime ↔ String?
-
The time that the issue was detected.
getter/setter pair
- failedSecurityPolicyApply ↔ GoogleCloudDataplexV1ActionFailedSecurityPolicyApply?
-
Details for issues related to applying security policy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- incompatibleDataSchema ↔ GoogleCloudDataplexV1ActionIncompatibleDataSchema?
-
Details for issues related to incompatible schemas detected within data.
getter/setter pair
- invalidDataFormat ↔ GoogleCloudDataplexV1ActionInvalidDataFormat?
-
Details for issues related to invalid or unsupported data formats.
getter/setter pair
- invalidDataOrganization ↔ GoogleCloudDataplexV1ActionInvalidDataOrganization?
-
Details for issues related to invalid data arrangement.
getter/setter pair
- invalidDataPartition ↔ GoogleCloudDataplexV1ActionInvalidDataPartition?
-
Details for issues related to invalid or unsupported data partition
structure.
getter/setter pair
- issue ↔ String?
-
Detailed description of the issue requiring action.
getter/setter pair
- lake ↔ String?
-
The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
getter/setter pair
- missingData ↔ GoogleCloudDataplexV1ActionMissingData?
-
Details for issues related to absence of data within managed resources.
getter/setter pair
- missingResource ↔ GoogleCloudDataplexV1ActionMissingResource?
-
Details for issues related to absence of a managed resource.
getter/setter pair
- name ↔ String?
-
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}.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Details for issues related to lack of permissions to access data
resources.
getter/setter pair
- zone ↔ String?
-
The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited