Package com.google.dataflow.v1beta3
Interface ExecutionStageSummary.ComponentTransformOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionStageSummary.ComponentTransform,ExecutionStageSummary.ComponentTransform.Builder
- Enclosing class:
- ExecutionStageSummary
public static interface ExecutionStageSummary.ComponentTransformOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Dataflow service generated name for this source.com.google.protobuf.ByteStringgetNameBytes()Dataflow service generated name for this source.StringgetOriginalTransform()User name for the original user transform with which this transform is most closely associated.com.google.protobuf.ByteStringgetOriginalTransformBytes()User name for the original user transform with which this transform is most closely associated.StringgetUserName()Human-readable name for this transform; may be user or system generated.com.google.protobuf.ByteStringgetUserNameBytes()Human-readable name for this transform; may be user or system generated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserName
String getUserName()
Human-readable name for this transform; may be user or system generated.
string user_name = 1;- Returns:
- The userName.
-
getUserNameBytes
com.google.protobuf.ByteString getUserNameBytes()
Human-readable name for this transform; may be user or system generated.
string user_name = 1;- Returns:
- The bytes for userName.
-
getName
String getName()
Dataflow service generated name for this source.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Dataflow service generated name for this source.
string name = 2;- Returns:
- The bytes for name.
-
getOriginalTransform
String getOriginalTransform()
User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;- Returns:
- The originalTransform.
-
getOriginalTransformBytes
com.google.protobuf.ByteString getOriginalTransformBytes()
User name for the original user transform with which this transform is most closely associated.
string original_transform = 3;- Returns:
- The bytes for originalTransform.
-
-