Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
RegionName |
RegionName.Builder.build() |
static RegionName |
RegionName.of(String project,
String region) |
static RegionName |
RegionName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<RegionName> |
RegionName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
AutoscalingPolicy |
AutoscalingPolicyServiceClient.createAutoscalingPolicy(RegionName parent,
AutoscalingPolicy policy)
Creates new autoscaling policy.
|
WorkflowTemplate |
WorkflowTemplateServiceClient.createWorkflowTemplate(RegionName parent,
WorkflowTemplate template)
Creates new workflow template.
|
OperationFuture<Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(RegionName parent,
WorkflowTemplate template)
Instantiates a template and begins execution.
|
AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPagedResponse |
AutoscalingPolicyServiceClient.listAutoscalingPolicies(RegionName parent)
Lists autoscaling policies in the project.
|
WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse |
WorkflowTemplateServiceClient.listWorkflowTemplates(RegionName parent)
Lists workflows that match the specified filter in the request.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
RegionName.toStringList(List<RegionName> values) |
Copyright © 2022 Google LLC. All rights reserved.