GetPipelineResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The timestamp when the pipeline was initially created. Set by the Data Pipelines service.

Link copied to clipboard

The display name of the pipeline. It can contain only letters (A-Za-z), numbers (0-9), hyphens (-), and underscores (_).

Link copied to clipboard

Number of jobs.

Link copied to clipboard

Immutable. The timestamp when the pipeline was last modified. Set by the Data Pipelines service.

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&#46;cloud&#46;location&#46;Locations&#46;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

Immutable. The sources of the pipeline (for example, Dataplex). The keys and values are set by the corresponding sources during pipeline creation.

Link copied to clipboard

Internal scheduling information for a pipeline. If this information is provided, periodic jobs will be created per the schedule. If not, users are responsible for creating jobs externally.

Link copied to clipboard

Optional. A service account email to be used with the Cloud Scheduler job. If not specified, the default compute engine service account will be used.

Link copied to clipboard

The state of the pipeline. When the pipeline is created, the state is set to 'PIPELINE_STATE_ACTIVE' by default. State changes can be requested by setting the state to stopping, paused, or resuming. State cannot be changed through UpdatePipeline requests.

Link copied to clipboard

The type of the pipeline. This field affects the scheduling of the pipeline and the type of metrics to show for the pipeline.

Link copied to clipboard

Workload information for creating new jobs.