public static final class ExecutionStageSummary.ComponentTransform.Builder extends GeneratedMessage.Builder<ExecutionStageSummary.ComponentTransform.Builder> implements ExecutionStageSummary.ComponentTransformOrBuilderDescription of a transform executed as part of an execution stage.
Protobuf type google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecutionStageSummary.ComponentTransform.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExecutionStageSummary.ComponentTransform build()| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform |
|
buildPartial()
public ExecutionStageSummary.ComponentTransform buildPartial()| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform |
|
clear()
public ExecutionStageSummary.ComponentTransform.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
|
clearName()
public ExecutionStageSummary.ComponentTransform.Builder clearName()Dataflow service generated name for this source.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
clearOriginalTransform()
public ExecutionStageSummary.ComponentTransform.Builder clearOriginalTransform()User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
clearUserName()
public ExecutionStageSummary.ComponentTransform.Builder clearUserName()Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ExecutionStageSummary.ComponentTransform getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Dataflow service generated name for this source.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Dataflow service generated name for this source.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOriginalTransform()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExecutionStageSummary.ComponentTransform other)
public ExecutionStageSummary.ComponentTransform.Builder mergeFrom(ExecutionStageSummary.ComponentTransform other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionStageSummary.ComponentTransform |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecutionStageSummary.ComponentTransform.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExecutionStageSummary.ComponentTransform.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
|
setName(String value)
public ExecutionStageSummary.ComponentTransform.Builder setName(String value)Dataflow service generated name for this source.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ExecutionStageSummary.ComponentTransform.Builder setNameBytes(ByteString value)Dataflow service generated name for this source.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
setOriginalTransform(String value)
public ExecutionStageSummary.ComponentTransform.Builder setOriginalTransform(String value)User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe originalTransform to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
setOriginalTransformBytes(ByteString value)
public ExecutionStageSummary.ComponentTransform.Builder setOriginalTransformBytes(ByteString value)User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for originalTransform to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
setUserName(String value)
public ExecutionStageSummary.ComponentTransform.Builder setUserName(String value)Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe userName to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |
setUserNameBytes(ByteString value)
public ExecutionStageSummary.ComponentTransform.Builder setUserNameBytes(ByteString value)Human-readable name for this transform; may be user or system generated.
string user_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for userName to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary.ComponentTransform.Builder |
This builder for chaining. |