Class: Google::Cloud::Dataflow::V1beta3::TransformSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Description of the type, names/ids, and input/outputs for a transform.

Instance Attribute Summary collapse

Instance Attribute Details

#display_data::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>

Returns Transform-specific display data.

Returns:



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns SDK generated id of this transform instance.

Returns:

  • (::String)

    SDK generated id of this transform instance.



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_collection_name::Array<::String>

Returns User names for all collection inputs to this transform.

Returns:

  • (::Array<::String>)

    User names for all collection inputs to this transform.



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::Google::Cloud::Dataflow::V1beta3::KindType

Returns Type of transform.

Returns:



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns User provided name for this transform instance.

Returns:

  • (::String)

    User provided name for this transform instance.



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_collection_name::Array<::String>

Returns User names for all collection outputs to this transform.

Returns:

  • (::Array<::String>)

    User names for all collection outputs to this transform.



395
396
397
398
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 395

class TransformSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end