public static final class ExecutionStageSummary.ComponentSource extends GeneratedMessageV3 implements ExecutionStageSummary.ComponentSourceOrBuilder
Description of an interstitial value between transforms in an execution
stage.
Protobuf type google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
public static final int ORIGINAL_TRANSFORM_OR_COLLECTION_FIELD_NUMBER
Field Value
USER_NAME_FIELD_NUMBER
public static final int USER_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ExecutionStageSummary.ComponentSource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ExecutionStageSummary.ComponentSource.Builder newBuilder()
Returns
newBuilder(ExecutionStageSummary.ComponentSource prototype)
public static ExecutionStageSummary.ComponentSource.Builder newBuilder(ExecutionStageSummary.ComponentSource prototype)
Parameter
Returns
public static ExecutionStageSummary.ComponentSource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.ComponentSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ExecutionStageSummary.ComponentSource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.ComponentSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ExecutionStageSummary.ComponentSource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.ComponentSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExecutionStageSummary.ComponentSource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.ComponentSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExecutionStageSummary.ComponentSource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.ComponentSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ExecutionStageSummary.ComponentSource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.ComponentSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ExecutionStageSummary.ComponentSource> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ExecutionStageSummary.ComponentSource getDefaultInstanceForType()
Returns
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
public 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;
Returns
Type | Description |
String | The originalTransformOrCollection.
|
public 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;
Returns
Type | Description |
ByteString | The bytes for originalTransformOrCollection.
|
getParserForType()
public Parser<ExecutionStageSummary.ComponentSource> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ExecutionStageSummary.ComponentSource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExecutionStageSummary.ComponentSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ExecutionStageSummary.ComponentSource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions