[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-04 UTC。"],[],[],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."]]