public class Dataproc.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataproc.Projects.Locations.AutoscalingPolicies
The "autoscalingPolicies" collection of methods.
|
class |
Dataproc.Projects.Locations.WorkflowTemplates
The "workflowTemplates" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Locations.AutoscalingPolicies |
autoscalingPolicies()
An accessor for creating requests from the AutoscalingPolicies collection.
|
Dataproc.Projects.Locations.WorkflowTemplates |
workflowTemplates()
An accessor for creating requests from the WorkflowTemplates collection.
|
public Dataproc.Projects.Locations.AutoscalingPolicies autoscalingPolicies()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.AutoscalingPolicies.List request = dataproc.autoscalingPolicies().list(parameters ...)
public Dataproc.Projects.Locations.WorkflowTemplates workflowTemplates()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.WorkflowTemplates.List request = dataproc.workflowTemplates().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.