Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTemplateName |
WorkflowTemplateName.Builder.build() |
WorkflowTemplateName |
WorkflowTemplateName.ProjectLocationWorkflowTemplateBuilder.build() |
static WorkflowTemplateName |
WorkflowTemplateName.of(String project,
String region,
String workflowTemplate) |
static WorkflowTemplateName |
WorkflowTemplateName.ofProjectLocationWorkflowTemplateName(String project,
String location,
String workflowTemplate) |
static WorkflowTemplateName |
WorkflowTemplateName.ofProjectRegionWorkflowTemplateName(String project,
String region,
String workflowTemplate) |
static WorkflowTemplateName |
WorkflowTemplateName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<WorkflowTemplateName> |
WorkflowTemplateName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowTemplateServiceClient.deleteWorkflowTemplate(WorkflowTemplateName name)
Deletes a workflow template.
|
WorkflowTemplate |
WorkflowTemplateServiceClient.getWorkflowTemplate(WorkflowTemplateName name)
Retrieves the latest workflow template.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
WorkflowTemplateName.toStringList(List<WorkflowTemplateName> values) |
Copyright © 2022 Google LLC. All rights reserved.