public static final class ExecutionStageSummary.StageSource extends GeneratedMessageV3 implements ExecutionStageSummary.StageSourceOrBuilder
Description of an input or output of an execution stage.
Protobuf type google.dataflow.v1beta3.ExecutionStageSummary.StageSource
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
SIZE_BYTES_FIELD_NUMBER
public static final int SIZE_BYTES_FIELD_NUMBER
Field Value
USER_NAME_FIELD_NUMBER
public static final int USER_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ExecutionStageSummary.StageSource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ExecutionStageSummary.StageSource.Builder newBuilder()
Returns
newBuilder(ExecutionStageSummary.StageSource prototype)
public static ExecutionStageSummary.StageSource.Builder newBuilder(ExecutionStageSummary.StageSource prototype)
Parameter
Returns
public static ExecutionStageSummary.StageSource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.StageSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ExecutionStageSummary.StageSource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.StageSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ExecutionStageSummary.StageSource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.StageSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExecutionStageSummary.StageSource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.StageSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExecutionStageSummary.StageSource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExecutionStageSummary.StageSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ExecutionStageSummary.StageSource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecutionStageSummary.StageSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ExecutionStageSummary.StageSource> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ExecutionStageSummary.StageSource 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.StageSource> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSizeBytes()
public long getSizeBytes()
Size of the source, if measurable.
int64 size_bytes = 4;
Returns
Type | Description |
long | The sizeBytes.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUserName()
public String getUserName()
Human-readable name for this source; 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 source; 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.StageSource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExecutionStageSummary.StageSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ExecutionStageSummary.StageSource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions