Class: Google::Cloud::Dataform::V1beta1::CreateWorkflowConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

CreateWorkflowConfig request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The repository in which to create the workflow config. Must be in the format projects/*/locations/*/repositories/*.

Returns:

  • (::String)

    Required. The repository in which to create the workflow config. Must be in the format projects/*/locations/*/repositories/*.



1710
1711
1712
1713
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1710

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

#workflow_config::Google::Cloud::Dataform::V1beta1::WorkflowConfig

Returns Required. The workflow config to create.

Returns:



1710
1711
1712
1713
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1710

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

#workflow_config_id::String

Returns Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.

Returns:

  • (::String)

    Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.



1710
1711
1712
1713
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1710

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