Parser<WorkflowMetadata> |
WorkflowMetadata.getParserForType() |
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(InstantiateInlineWorkflowTemplateRequest request)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(LocationName parent,
WorkflowTemplate template)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(RegionName parent,
WorkflowTemplate template)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(String parent,
WorkflowTemplate template)
Instantiates a template and begins execution.
|
OperationCallable<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateOperationCallable()
Instantiates a template and begins execution.
|
OperationCallSettings<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceSettings.instantiateInlineWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateInlineWorkflowTemplate.
|
OperationCallSettings.Builder<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceSettings.Builder.instantiateInlineWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateInlineWorkflowTemplate.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateAsync(InstantiateWorkflowTemplateRequest request)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateAsync(String name)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateAsync(String name,
Map<String,String> parameters)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateAsync(WorkflowTemplateName name)
Instantiates a template and begins execution.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateAsync(WorkflowTemplateName name,
Map<String,String> parameters)
Instantiates a template and begins execution.
|
OperationCallable<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateWorkflowTemplateOperationCallable()
Instantiates a template and begins execution.
|
OperationCallSettings<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceSettings.instantiateWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateWorkflowTemplate.
|
OperationCallSettings.Builder<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata> |
WorkflowTemplateServiceSettings.Builder.instantiateWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateWorkflowTemplate.
|
static Parser<WorkflowMetadata> |
WorkflowMetadata.parser() |