|
4360 | 4360 | }
|
4361 | 4361 | }
|
4362 | 4362 | },
|
4363 |
| - "revision": "20230922", |
| 4363 | + "revision": "20231011", |
4364 | 4364 | "rootUrl": "https://dataplex.googleapis.com/",
|
4365 | 4365 | "schemas": {
|
4366 | 4366 | "Empty": {
|
|
7031 | 7031 | },
|
7032 | 7032 | "type": "object"
|
7033 | 7033 | },
|
| 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 | + }, |
7034 | 7108 | "GoogleCloudDataplexV1Job": {
|
7035 | 7109 | "description": "A job represents an instance of a task.",
|
7036 | 7110 | "id": "GoogleCloudDataplexV1Job",
|
|
0 commit comments