public static interface ExecutionStageSummary.ComponentTransformOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Dataflow service generated name for this source.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Dataflow service generated name for this source.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOriginalTransform()
public abstract String getOriginalTransform()User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The originalTransform. |
getOriginalTransformBytes()
public abstract ByteString getOriginalTransformBytes()User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalTransform. |
getUserName()
public abstract String getUserName()Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The userName. |
getUserNameBytes()
public abstract ByteString getUserNameBytes()Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userName. |