[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-04。"],[],[],null,["# NotificationConfig\n\nSpecification to configure notifications published to Pub/Sub. Notifications are published to the customer-provided topic using the following `PubsubMessage.attributes`:\n\n- `\"eventType\"`: one of the [EventType](/storage-transfer/docs/reference/rest/v1/NotificationConfig#EventType) values\n- `\"payloadFormat\"`: one of the [PayloadFormat](/storage-transfer/docs/reference/rest/v1/NotificationConfig#PayloadFormat) values\n- `\"projectId\"`: the [projectId](/storage-transfer/docs/reference/rest/v1/transferOperations#TransferOperation.FIELDS.project_id) of the `TransferOperation`\n- `\"transferJobName\"`: the [transferJobName](/storage-transfer/docs/reference/rest/v1/transferOperations#TransferOperation.FIELDS.transfer_job_name) of the `TransferOperation`\n- `\"transferOperationName\"`: the [name](/storage-transfer/docs/reference/rest/v1/transferOperations#TransferOperation.FIELDS.name) of the `TransferOperation`\n\nThe `PubsubMessage.data` contains a [TransferOperation](/storage-transfer/docs/reference/rest/v1/transferOperations#TransferOperation) resource formatted according to the specified `PayloadFormat`.\n\nEventType\n---------\n\nEnum for specifying event types for which notifications are to be published.\n\nAdditional event types may be added in the future. Clients should either safely ignore unrecognized event types or explicitly specify which event types they are prepared to accept.\n\nPayloadFormat\n-------------\n\nEnum for specifying the format of a notification message's payload."]]