| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.clone() |
NotificationConfig |
TransferOperation.getNotificationConfig()
Notification configuration.
|
NotificationConfig |
TransferJob.getNotificationConfig()
Notification configuration.
|
NotificationConfig |
NotificationConfig.set(String fieldName,
Object value) |
NotificationConfig |
NotificationConfig.setEventTypes(List<String> eventTypes)
Event types for which a notification is desired.
|
NotificationConfig |
NotificationConfig.setPayloadFormat(String payloadFormat)
Required.
|
NotificationConfig |
NotificationConfig.setPubsubTopic(String pubsubTopic)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
TransferOperation |
TransferOperation.setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration.
|
TransferJob |
TransferJob.setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration.
|
Copyright © 2011–2024 Google. All rights reserved.