Class: Google::Cloud::Workflows::V1beta::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1beta::GetWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1beta/workflows.rb
Overview
Request for the GetWorkflow method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}.
162 163 164 165 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 162 class GetWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |