Class: Google::Cloud::Workflows::V1::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1::GetWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1/workflows.rb
Overview
Request for the GetWorkflow method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}.
251 252 253 254 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 251 class GetWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns Optional. The revision of the workflow to retrieve. If the revision_id is empty, the latest revision is retrieved. The format is "000001-a4d", where the first six characters define the zero-padded decimal revision number. They are followed by a hyphen and three hexadecimal characters.
251 252 253 254 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 251 class GetWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |