public static interface ExecutionStageSummary.ComponentSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Dataflow service generated name for this source.
string name = 2;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Dataflow service generated name for this source.
string name = 2;
| Type | Description |
| ByteString | The bytes for name. |
getOriginalTransformOrCollection()
public abstract String getOriginalTransformOrCollection()User name for the original user transform or collection with which this source is most closely associated.
string original_transform_or_collection = 3;
| Type | Description |
| String | The originalTransformOrCollection. |
getOriginalTransformOrCollectionBytes()
public abstract ByteString getOriginalTransformOrCollectionBytes()User name for the original user transform or collection with which this source is most closely associated.
string original_transform_or_collection = 3;
| Type | Description |
| ByteString | The bytes for originalTransformOrCollection. |
getUserName()
public abstract String getUserName()Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| 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;
| Type | Description |
| ByteString | The bytes for userName. |