public interface StepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind()The kind of step in the Cloud Dataflow job.
string kind = 1;
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()The kind of step in the Cloud Dataflow job.
string kind = 1;
| Type | Description |
ByteString |
The bytes for kind. |
getName()
public abstract String getName()The name that identifies the step. This must be unique for each step with respect to all other steps in the Cloud Dataflow job.
string name = 2;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name that identifies the step. This must be unique for each step with respect to all other steps in the Cloud Dataflow job.
string name = 2;
| Type | Description |
ByteString |
The bytes for name. |
getProperties()
public abstract Struct getProperties()Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.
.google.protobuf.Struct properties = 3;
| Type | Description |
Struct |
The properties. |
getPropertiesOrBuilder()
public abstract StructOrBuilder getPropertiesOrBuilder()Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.
.google.protobuf.Struct properties = 3;
| Type | Description |
StructOrBuilder |
hasProperties()
public abstract boolean hasProperties()Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.
.google.protobuf.Struct properties = 3;
| Type | Description |
boolean |
Whether the properties field is set. |