class Job extends Collection (View source)

Properties

protected $collection_key
string $clientRequestId
string $createTime
string $createdFromSnapshotId
string $currentState
string $currentStateTime
protected $environmentType
protected $environmentDataType
protected $executionInfoType
protected $executionInfoDataType
string $id
protected $jobMetadataType
protected $jobMetadataDataType
string[] $labels
string $location
string $name
protected $pipelineDescriptionType
protected $pipelineDescriptionDataType
string $projectId
string $replaceJobId
string $replacedByJobId
string $requestedState
protected $runtimeUpdatableParamsType
protected $runtimeUpdatableParamsDataType
bool $satisfiesPzi
bool $satisfiesPzs
protected $serviceResourcesType
protected $serviceResourcesDataType
protected $stageStatesType
protected $stageStatesDataType
string $startTime
protected $stepsType
protected $stepsDataType
string $stepsLocation
string[] $tempFiles
string[] $transformNameMapping
string $type

Methods

setClientRequestId($clientRequestId)

No description

string
getClientRequestId()

No description

setCreateTime($createTime)

No description

string
getCreateTime()

No description

setCreatedFromSnapshotId($createdFromSnapshotId)

No description

string
getCreatedFromSnapshotId()

No description

setCurrentState($currentState)

No description

string
getCurrentState()

No description

setCurrentStateTime($currentStateTime)

No description

string
getCurrentStateTime()

No description

setEnvironment(Environment $environment)

No description

getEnvironment()

No description

setExecutionInfo(JobExecutionInfo $executionInfo)

No description

setId($id)

No description

string
getId()

No description

setJobMetadata(JobMetadata $jobMetadata)

No description

getJobMetadata()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setLocation($location)

No description

string
getLocation()

No description

setName($name)

No description

string
getName()

No description

setPipelineDescription(PipelineDescription $pipelineDescription)

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setReplaceJobId($replaceJobId)

No description

string
getReplaceJobId()

No description

setReplacedByJobId($replacedByJobId)

No description

string
getReplacedByJobId()

No description

setRequestedState($requestedState)

No description

string
getRequestedState()

No description

setRuntimeUpdatableParams(RuntimeUpdatableParams $runtimeUpdatableParams)

No description

setSatisfiesPzi($satisfiesPzi)

No description

bool
getSatisfiesPzi()

No description

setSatisfiesPzs($satisfiesPzs)

No description

bool
getSatisfiesPzs()

No description

setServiceResources(ServiceResources $serviceResources)

No description

setStageStates($stageStates)

No description

getStageStates()

No description

setStartTime($startTime)

No description

string
getStartTime()

No description

setSteps($steps)

No description

Step[]
getSteps()

No description

setStepsLocation($stepsLocation)

No description

string
getStepsLocation()

No description

setTempFiles($tempFiles)

No description

string[]
getTempFiles()

No description

setTransformNameMapping($transformNameMapping)

No description

string[]
getTransformNameMapping()

No description

setType($type)

No description

string
getType()

No description

Details

setClientRequestId($clientRequestId)

No description

Parameters

$clientRequestId

string getClientRequestId()

No description

Return Value

string

setCreateTime($createTime)

No description

Parameters

$createTime

string getCreateTime()

No description

Return Value

string

setCreatedFromSnapshotId($createdFromSnapshotId)

No description

Parameters

$createdFromSnapshotId

string getCreatedFromSnapshotId()

No description

Return Value

string

setCurrentState($currentState)

No description

Parameters

$currentState

string getCurrentState()

No description

Return Value

string

setCurrentStateTime($currentStateTime)

No description

Parameters

$currentStateTime

string getCurrentStateTime()

No description

Return Value

string

setEnvironment(Environment $environment)

No description

Parameters

Environment $environment

Environment getEnvironment()

No description

Return Value

Environment

setExecutionInfo(JobExecutionInfo $executionInfo)

No description

Parameters

JobExecutionInfo $executionInfo

JobExecutionInfo getExecutionInfo()

No description

Return Value

JobExecutionInfo

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setJobMetadata(JobMetadata $jobMetadata)

No description

Parameters

JobMetadata $jobMetadata

JobMetadata getJobMetadata()

No description

Return Value

JobMetadata

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setLocation($location)

No description

Parameters

$location

string getLocation()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPipelineDescription(PipelineDescription $pipelineDescription)

No description

Parameters

PipelineDescription $pipelineDescription

PipelineDescription getPipelineDescription()

No description

Return Value

PipelineDescription

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setReplaceJobId($replaceJobId)

No description

Parameters

$replaceJobId

string getReplaceJobId()

No description

Return Value

string

setReplacedByJobId($replacedByJobId)

No description

Parameters

$replacedByJobId

string getReplacedByJobId()

No description

Return Value

string

setRequestedState($requestedState)

No description

Parameters

$requestedState

string getRequestedState()

No description

Return Value

string

setRuntimeUpdatableParams(RuntimeUpdatableParams $runtimeUpdatableParams)

No description

Parameters

RuntimeUpdatableParams $runtimeUpdatableParams

RuntimeUpdatableParams getRuntimeUpdatableParams()

No description

Return Value

RuntimeUpdatableParams

setSatisfiesPzi($satisfiesPzi)

No description

Parameters

$satisfiesPzi

bool getSatisfiesPzi()

No description

Return Value

bool

setSatisfiesPzs($satisfiesPzs)

No description

Parameters

$satisfiesPzs

bool getSatisfiesPzs()

No description

Return Value

bool

setServiceResources(ServiceResources $serviceResources)

No description

Parameters

ServiceResources $serviceResources

ServiceResources getServiceResources()

No description

Return Value

ServiceResources

setStageStates($stageStates)

No description

Parameters

$stageStates

ExecutionStageState[] getStageStates()

No description

Return Value

ExecutionStageState[]

setStartTime($startTime)

No description

Parameters

$startTime

string getStartTime()

No description

Return Value

string

setSteps($steps)

No description

Parameters

$steps

Step[] getSteps()

No description

Return Value

Step[]

setStepsLocation($stepsLocation)

No description

Parameters

$stepsLocation

string getStepsLocation()

No description

Return Value

string

setTempFiles($tempFiles)

No description

Parameters

$tempFiles

string[] getTempFiles()

No description

Return Value

string[]

setTransformNameMapping($transformNameMapping)

No description

Parameters

$transformNameMapping

string[] getTransformNameMapping()

No description

Return Value

string[]

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string