Class: Google::Cloud::Workflows::V1beta::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1beta::CreateWorkflowRequest
- 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
-
#parent ⇒ ::String
Required.
-
#workflow ⇒ ::Google::Cloud::Workflows::V1beta::Workflow
Required.
-
#workflow_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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.
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 |