Get Pipeline Result
data class GetPipelineResult(val createTime: String, val displayName: String, val jobCount: Int, val lastUpdateTime: String, val name: String, val pipelineSources: Map<String, String>, val scheduleInfo: GoogleCloudDatapipelinesV1ScheduleSpecResponse, val schedulerServiceAccountEmail: String, val state: String, val type: String, val workload: GoogleCloudDatapipelinesV1WorkloadResponse)
Constructors
Link copied to clipboard
fun GetPipelineResult(createTime: String, displayName: String, jobCount: Int, lastUpdateTime: String, name: String, pipelineSources: Map<String, String>, scheduleInfo: GoogleCloudDatapipelinesV1ScheduleSpecResponse, schedulerServiceAccountEmail: String, state: String, type: String, workload: GoogleCloudDatapipelinesV1WorkloadResponse)
Types
Properties
Link copied to clipboard
The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID. * PROJECT_ID can contain letters (A-Za-z), numbers (0-9), hyphens (-), colons (:), and periods (.). For more information, see Identifying projects. * LOCATION_ID is the canonical ID for the pipeline's location. The list of available locations can be obtained by calling google.cloud.location.Locations.ListLocations. Note that the Data Pipelines service is not available in all regions. It depends on Cloud Scheduler, an App Engine application, so it's only available in App Engine regions. * PIPELINE_ID is the ID of the pipeline. Must be unique for the selected project and location.
Link copied to clipboard
Link copied to clipboard