Package com.google.dataflow.v1beta3
Interface ExecutionStageSummary.StageSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionStageSummary.StageSource,ExecutionStageSummary.StageSource.Builder
- Enclosing class:
- ExecutionStageSummary
public static interface ExecutionStageSummary.StageSourceOrBuilder 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.StringgetOriginalTransformOrCollection()User name for the original user transform or collection with which this source is most closely associated.com.google.protobuf.ByteStringgetOriginalTransformOrCollectionBytes()User name for the original user transform or collection with which this source is most closely associated.longgetSizeBytes()Size of the source, if measurable.StringgetUserName()Human-readable name for this source; may be user or system generated.com.google.protobuf.ByteStringgetUserNameBytes()Human-readable name for this source; 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 source; may be user or system generated.
string user_name = 1;- Returns:
- The userName.
-
getUserNameBytes
com.google.protobuf.ByteString getUserNameBytes()
Human-readable name for this source; 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.
-
getSizeBytes
long getSizeBytes()
Size of the source, if measurable.
int64 size_bytes = 4;- Returns:
- The sizeBytes.
-
-