Package-level declarations

Types

Link copied to clipboard
data class EmailPreferencesResponse(val enableFailureEmail: Boolean)

Represents preferences for sending email notifications for transfer run events.

Link copied to clipboard
data class GetTransferConfigResult(val dataRefreshWindowDays: Int, val dataSourceId: String, val datasetRegion: String, val destinationDatasetId: String, val disabled: Boolean, val displayName: String, val emailPreferences: EmailPreferencesResponse, val name: String, val nextRunTime: String, val notificationPubsubTopic: String, val ownerInfo: UserInfoResponse, val params: Map<String, String>, val schedule: String, val scheduleOptions: ScheduleOptionsResponse, val state: String, val updateTime: String, val userId: String)
Link copied to clipboard
data class ScheduleOptionsResponse(val disableAutoScheduling: Boolean, val endTime: String, val startTime: String)

Options customizing the data transfer schedule.

Link copied to clipboard
data class UserInfoResponse(val email: String)

Information about a user.