Skip to content

Commit e094a86

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1GovernanceEvent (Total Keys: 9)
1 parent 2e80a3e commit e094a86

File tree

1 file changed

+75
-1
lines changed

1 file changed

+75
-1
lines changed

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@
43604360
}
43614361
}
43624362
},
4363-
"revision": "20230922",
4363+
"revision": "20231011",
43644364
"rootUrl": "https://dataplex.googleapis.com/",
43654365
"schemas": {
43664366
"Empty": {
@@ -7031,6 +7031,80 @@
70317031
},
70327032
"type": "object"
70337033
},
7034+
"GoogleCloudDataplexV1GovernanceEvent": {
7035+
"description": "Payload associated with Governance related log events.",
7036+
"id": "GoogleCloudDataplexV1GovernanceEvent",
7037+
"properties": {
7038+
"entity": {
7039+
"$ref": "GoogleCloudDataplexV1GovernanceEventEntity",
7040+
"description": "Entity resource information if the log event is associated with a specific entity."
7041+
},
7042+
"eventType": {
7043+
"description": "The type of the event.",
7044+
"enum": [
7045+
"EVENT_TYPE_UNSPECIFIED",
7046+
"RESOURCE_IAM_POLICY_UPDATE",
7047+
"BIGQUERY_TABLE_CREATE",
7048+
"BIGQUERY_TABLE_UPDATE",
7049+
"BIGQUERY_TABLE_DELETE",
7050+
"BIGQUERY_CONNECTION_CREATE",
7051+
"BIGQUERY_CONNECTION_UPDATE",
7052+
"BIGQUERY_CONNECTION_DELETE",
7053+
"BIGQUERY_TAXONOMY_CREATE",
7054+
"BIGQUERY_POLICY_TAG_CREATE",
7055+
"BIGQUERY_POLICY_TAG_DELETE",
7056+
"BIGQUERY_POLICY_TAG_SET_IAM_POLICY",
7057+
"ACCESS_POLICY_UPDATE"
7058+
],
7059+
"enumDescriptions": [
7060+
"An unspecified event type.",
7061+
"Resource IAM policy update event.",
7062+
"BigQuery table create event.",
7063+
"BigQuery table update event.",
7064+
"BigQuery table delete event.",
7065+
"BigQuery connection create event.",
7066+
"BigQuery connection update event.",
7067+
"BigQuery connection delete event.",
7068+
"BigQuery taxonomy created.",
7069+
"BigQuery policy tag created.",
7070+
"BigQuery policy tag deleted.",
7071+
"BigQuery set iam policy for policy tag.",
7072+
"Access policy update event."
7073+
],
7074+
"type": "string"
7075+
},
7076+
"message": {
7077+
"description": "The log message.",
7078+
"type": "string"
7079+
}
7080+
},
7081+
"type": "object"
7082+
},
7083+
"GoogleCloudDataplexV1GovernanceEventEntity": {
7084+
"description": "Information about Entity resource that the log event is associated with.",
7085+
"id": "GoogleCloudDataplexV1GovernanceEventEntity",
7086+
"properties": {
7087+
"entity": {
7088+
"description": "The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}",
7089+
"type": "string"
7090+
},
7091+
"entityType": {
7092+
"description": "Type of entity.",
7093+
"enum": [
7094+
"ENTITY_TYPE_UNSPECIFIED",
7095+
"TABLE",
7096+
"FILESET"
7097+
],
7098+
"enumDescriptions": [
7099+
"An unspecified Entity type.",
7100+
"Table entity type.",
7101+
"Fileset entity type."
7102+
],
7103+
"type": "string"
7104+
}
7105+
},
7106+
"type": "object"
7107+
},
70347108
"GoogleCloudDataplexV1Job": {
70357109
"description": "A job represents an instance of a task.",
70367110
"id": "GoogleCloudDataplexV1Job",

0 commit comments

Comments
 (0)