Class: Google::Cloud::Dataflow::V1beta3::TransformSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::TransformSummary
- 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
-
#display_data ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Transform-specific display data.
-
#id ⇒ ::String
SDK generated id of this transform instance.
-
#input_collection_name ⇒ ::Array<::String>
User names for all collection inputs to this transform.
-
#kind ⇒ ::Google::Cloud::Dataflow::V1beta3::KindType
Type of transform.
-
#name ⇒ ::String
User provided name for this transform instance.
-
#output_collection_name ⇒ ::Array<::String>
User names for all collection outputs to this transform.
Instance Attribute Details
#display_data ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Returns Transform-specific display data.
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.
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.
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.
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.
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.
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 |