Interface StepOrBuilder (0.8.0)

public interface StepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract String getKind()

The kind of step in the Cloud Dataflow job.

string kind = 1;

Returns
TypeDescription
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

The kind of step in the Cloud Dataflow job.

string kind = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the properties field is set.