Package | Description |
---|---|
com.google.api.services.dataflow | |
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.Jobs.Create |
Dataflow.Projects.Jobs.create(String projectId,
Job content)
Creates a Cloud Dataflow job.
|
Dataflow.Projects.Locations.Jobs.Create |
Dataflow.Projects.Locations.Jobs.create(String projectId,
String location,
Job content)
Creates a Cloud Dataflow job.
|
Dataflow.Projects.Jobs.Update |
Dataflow.Projects.Jobs.update(String projectId,
String jobId,
Job content)
Updates the state of an existing Cloud Dataflow job.
|
Dataflow.Projects.Locations.Jobs.Update |
Dataflow.Projects.Locations.Jobs.update(String projectId,
String location,
String jobId,
Job content)
Updates the state of an existing Cloud Dataflow job.
|
Constructor and Description |
---|
Create(String projectId,
Job content)
Creates a Cloud Dataflow job.
|
Create(String projectId,
String location,
Job content)
Creates a Cloud Dataflow job.
|
Update(String projectId,
String jobId,
Job content)
Updates the state of an existing Cloud Dataflow job.
|
Update(String projectId,
String location,
String jobId,
Job content)
Updates the state of an existing Cloud Dataflow job.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.clone() |
Job |
LaunchTemplateResponse.getJob()
The job that was launched, if the request was not a dry run and the job was successfully
launched.
|
Job |
Job.set(String fieldName,
Object value) |
Job |
Job.setClientRequestId(String clientRequestId)
The client's unique identifier of the job, re-used across retried attempts.
|
Job |
Job.setCreatedFromSnapshotId(String createdFromSnapshotId)
If this is specified, the job's initial state is populated from the given snapshot.
|
Job |
Job.setCreateTime(String createTime)
The timestamp when the job was initially created.
|
Job |
Job.setCurrentState(String currentState)
The current state of the job.
|
Job |
Job.setCurrentStateTime(String currentStateTime)
The timestamp associated with the current state.
|
Job |
Job.setEnvironment(Environment environment)
The environment for the job.
|
Job |
Job.setExecutionInfo(JobExecutionInfo executionInfo)
Deprecated.
|
Job |
Job.setId(String id)
The unique ID of this job.
|
Job |
Job.setJobMetadata(JobMetadata jobMetadata)
This field is populated by the Dataflow service to support filtering jobs by the metadata
values provided here.
|
Job |
Job.setLabels(Map<String,String> labels)
User-defined labels for this job.
|
Job |
Job.setLocation(String location)
The location that contains this job.
|
Job |
Job.setName(String name)
The user-specified Cloud Dataflow job name.
|
Job |
Job.setPipelineDescription(PipelineDescription pipelineDescription)
Preliminary field: The format of this data may change at any time.
|
Job |
Job.setProjectId(String projectId)
The ID of the Cloud Platform project that the job belongs to.
|
Job |
Job.setReplacedByJobId(String replacedByJobId)
If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this
field contains the ID of that job.
|
Job |
Job.setReplaceJobId(String replaceJobId)
If this job is an update of an existing job, this field is the job ID of the job it replaced.
|
Job |
Job.setRequestedState(String requestedState)
The job's requested state.
|
Job |
Job.setStageStates(List<ExecutionStageState> stageStates)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
|
Job |
Job.setStartTime(String startTime)
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).
|
Job |
Job.setSteps(List<Step> steps)
Exactly one of step or steps_location should be specified.
|
Job |
Job.setStepsLocation(String stepsLocation)
The GCS location where the steps are stored.
|
Job |
Job.setTempFiles(List<String> tempFiles)
A set of files the system should be aware of that are used for temporary storage.
|
Job |
Job.setTransformNameMapping(Map<String,String> transformNameMapping)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes
of the new job.
|
Job |
Job.setType(String type)
The type of Cloud Dataflow job.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
ListJobsResponse.getJobs()
A subset of the requested job information.
|
Modifier and Type | Method and Description |
---|---|
LaunchTemplateResponse |
LaunchTemplateResponse.setJob(Job job)
The job that was launched, if the request was not a dry run and the job was successfully
launched.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
ListJobsResponse.setJobs(List<Job> jobs)
A subset of the requested job information.
|
Copyright © 2011–2019 Google. All rights reserved.