Package com.google.dataflow.v1beta3
Interface ExecutionStageSummary.ComponentSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionStageSummary.ComponentSource
,ExecutionStageSummary.ComponentSource.Builder
- Enclosing class:
- ExecutionStageSummary
public static interface ExecutionStageSummary.ComponentSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Dataflow service generated name for this source.com.google.protobuf.ByteString
getNameBytes()
Dataflow service generated name for this source.String
getOriginalTransformOrCollection()
User name for the original user transform or collection with which this source is most closely associated.com.google.protobuf.ByteString
getOriginalTransformOrCollectionBytes()
User name for the original user transform or collection with which this source is most closely associated.String
getUserName()
Human-readable name for this transform; may be user or system generated.com.google.protobuf.ByteString
getUserNameBytes()
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.
-
getOriginalTransformOrCollection
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:
- The originalTransformOrCollection.
-
getOriginalTransformOrCollectionBytes
com.google.protobuf.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:
- The bytes for originalTransformOrCollection.
-
-