Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::TransformSummary (v0.9.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::TransformSummary.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_data

def display_data() -> ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Returns

#display_data=

def display_data=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Parameter
Returns

#id

def id() -> ::String
Returns
  • (::String) — SDK generated id of this transform instance.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — SDK generated id of this transform instance.
Returns
  • (::String) — SDK generated id of this transform instance.

#input_collection_name

def input_collection_name() -> ::Array<::String>
Returns
  • (::Array<::String>) — User names for all collection inputs to this transform.

#input_collection_name=

def input_collection_name=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — User names for all collection inputs to this transform.
Returns
  • (::Array<::String>) — User names for all collection inputs to this transform.

#kind

def kind() -> ::Google::Cloud::Dataflow::V1beta3::KindType
Returns

#kind=

def kind=(value) -> ::Google::Cloud::Dataflow::V1beta3::KindType
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — User provided name for this transform instance.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — User provided name for this transform instance.
Returns
  • (::String) — User provided name for this transform instance.

#output_collection_name

def output_collection_name() -> ::Array<::String>
Returns
  • (::Array<::String>) — User names for all collection outputs to this transform.

#output_collection_name=

def output_collection_name=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — User names for all collection outputs to this transform.
Returns
  • (::Array<::String>) — User names for all collection outputs to this transform.