Interface ExecutionStageSummary.ComponentTransformOrBuilder

    • 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 getOriginalTransform()
      User name for the original user transform with which this transform is most closely associated.
      com.google.protobuf.ByteString getOriginalTransformBytes()
      User name for the original user transform with which this transform 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.MessageLiteOrBuilder

        isInitialized
      • 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.