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.Batches
The "batches" collection of methods.
|
class |
Dataproc.Projects.Locations.Operations
The "operations" collection of methods.
|
class |
Dataproc.Projects.Locations.Sessions
The "sessions" collection of methods.
|
class |
Dataproc.Projects.Locations.SessionTemplates
The "sessionTemplates" 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.Batches |
batches()
An accessor for creating requests from the Batches collection.
|
Dataproc.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Dataproc.Projects.Locations.Sessions |
sessions()
An accessor for creating requests from the Sessions collection.
|
Dataproc.Projects.Locations.SessionTemplates |
sessionTemplates()
An accessor for creating requests from the SessionTemplates 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.Batches batches()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.Batches.List request = dataproc.batches().list(parameters ...)
public Dataproc.Projects.Locations.Operations operations()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.Operations.List request = dataproc.operations().list(parameters ...)
public Dataproc.Projects.Locations.SessionTemplates sessionTemplates()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.SessionTemplates.List request = dataproc.sessionTemplates().list(parameters ...)
public Dataproc.Projects.Locations.Sessions sessions()
The typical use is:
Dataproc dataproc = new Dataproc(...);Dataproc.Sessions.List request = dataproc.sessions().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–2023 Google. All rights reserved.