Get Stream Result
data class GetStreamResult(val backfillAll: BackfillAllStrategyResponse, val backfillNone: BackfillNoneStrategyResponse, val createTime: String, val customerManagedEncryptionKey: String, val destinationConfig: DestinationConfigResponse, val displayName: String, val errors: List<ErrorResponse>, val labels: Map<String, String>, val name: String, val sourceConfig: SourceConfigResponse, val state: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetStreamResult(backfillAll: BackfillAllStrategyResponse, backfillNone: BackfillNoneStrategyResponse, createTime: String, customerManagedEncryptionKey: String, destinationConfig: DestinationConfigResponse, displayName: String, errors: List<ErrorResponse>, labels: Map<String, String>, name: String, sourceConfig: SourceConfigResponse, state: String, updateTime: String)