Reference documentation and code samples for the Workflows V1 API class Google::Cloud::Workflows::V1::CreateWorkflowRequest.
Request for the CreateWorkflow method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
- (::String) — Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}
- (::String) — Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}
#workflow
def workflow() -> ::Google::Cloud::Workflows::V1::Workflow
- (::Google::Cloud::Workflows::V1::Workflow) — Required. Workflow to be created.
#workflow=
def workflow=(value) -> ::Google::Cloud::Workflows::V1::Workflow
- value (::Google::Cloud::Workflows::V1::Workflow) — Required. Workflow to be created.
- (::Google::Cloud::Workflows::V1::Workflow) — Required. Workflow to be created.
#workflow_id
def workflow_id() -> ::String
-
(::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.
#workflow_id=
def workflow_id=(value) -> ::String
-
value (::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.
-
(::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.