| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.clone() |
Step |
Step.set(String fieldName,
Object value) |
Step |
Step.setKind(String kind)
The kind of step in the Cloud Dataflow job.
|
Step |
Step.setName(String name)
The name that identifies the step.
|
Step |
Step.setProperties(Map<String,Object> properties)
Named properties associated with the step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Job.getSteps()
Exactly one of step or steps_location should be specified.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.setSteps(List<Step> steps)
Exactly one of step or steps_location should be specified.
|
Copyright © 2011–2025 Google. All rights reserved.