Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists action resources in an asset.
Retrieves the next page of results.
close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists action resources in an asset. Args: parent: string, Required. The resource name of the parent asset: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}. (required) pageSize: integer, Optional. Maximum number of actions to return. The service may return fewer than this value. If unspecified, at most 10 actions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. pageToken: string, Optional. Page token received from a previous ListAssetActions call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAssetActions must match the call that provided the page token. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # List actions response. "actions": [ # Actions under the given parent lake/zone/asset. { # Action represents an issue requiring administrator action for resolution. "asset": "A String", # Output 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}. "category": "A String", # The category of issue associated with the action. "dataLocations": [ # 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). "A String", ], "detectTime": "A String", # The time that the issue was detected. "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. # Details for issues related to applying security policy. "asset": "A String", # Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only. }, "incompatibleDataSchema": { # Action details for incompatible schemas detected by discovery. # Details for issues related to incompatible schemas detected within data. "existingSchema": "A String", # The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types. "newSchema": "A String", # The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types. "sampledDataLocations": [ # The list of data locations sampled and used for format/schema inference. "A String", ], "schemaChange": "A String", # Whether the action relates to a schema that is incompatible or modified. "table": "A String", # The name of the table containing invalid data. }, "invalidDataFormat": { # Action details for invalid or unsupported data files detected by discovery. # Details for issues related to invalid or unsupported data formats. "expectedFormat": "A String", # The expected data format of the entity. "newFormat": "A String", # The new unexpected data format within the entity. "sampledDataLocations": [ # The list of data locations sampled and used for format/schema inference. "A String", ], }, "invalidDataOrganization": { # Action details for invalid data arrangement. # Details for issues related to invalid data arrangement. }, "invalidDataPartition": { # Action details for invalid or unsupported partitions detected by discovery. # Details for issues related to invalid or unsupported data partition structure. "expectedStructure": "A String", # The issue type of InvalidDataPartition. }, "issue": "A String", # Detailed description of the issue requiring action. "lake": "A String", # Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}. "missingData": { # Action details for absence of data detected by discovery. # Details for issues related to absence of data within managed resources. }, "missingResource": { # Action details for resource references in assets that cannot be located. # Details for issues related to absence of a managed resource. }, "name": "A String", # Output 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}. "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. # Details for issues related to lack of permissions to access data resources. }, "zone": "A String", # Output only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}. }, ], "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list. }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.