Class: Google::Cloud::Workflows::V1beta::CreateWorkflowRequest

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

Overview

Request for the CreateWorkflow method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}



187
188
189
190
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 187

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

#workflow::Google::Cloud::Workflows::V1beta::Workflow

Returns Required. Workflow to be created.

Returns:



187
188
189
190
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 187

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

#workflow_id::String

Returns Required. The ID of the workflow to be created. It has to fulfill the following requirements:

  • Must contain only letters, numbers, underscores and hyphens.
  • Must start with a letter.
  • Must be between 1-64 characters.
  • Must end with a number or a letter.
  • Must be unique within the customer project and location.

Returns:

  • (::String)

    Required. The ID of the workflow to be created. It has to fulfill the following requirements:

    • Must contain only letters, numbers, underscores and hyphens.
    • Must start with a letter.
    • Must be between 1-64 characters.
    • Must end with a number or a letter.
    • Must be unique within the customer project and location.


187
188
189
190
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 187

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