target.apidocs.com.google.api.services.dataproc.Dataproc.Projects.Regions.html Maven / Gradle / Ivy
Dataproc.Projects.Regions (Cloud Dataproc API v1-rev20240605-2.0.0)
com.google.api.services.dataproc
Class Dataproc.Projects.Regions
- java.lang.Object
-
- com.google.api.services.dataproc.Dataproc.Projects.Regions
-
- Enclosing class:
- Dataproc.Projects
public class Dataproc.Projects.Regions
extends Object
The "regions" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dataproc.Projects.Regions.AutoscalingPolicies
The "autoscalingPolicies" collection of methods.
class
Dataproc.Projects.Regions.Clusters
The "clusters" collection of methods.
class
Dataproc.Projects.Regions.Jobs
The "jobs" collection of methods.
class
Dataproc.Projects.Regions.Operations
The "operations" collection of methods.
class
Dataproc.Projects.Regions.WorkflowTemplates
The "workflowTemplates" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Regions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dataproc.Projects.Regions.AutoscalingPolicies
autoscalingPolicies()
An accessor for creating requests from the AutoscalingPolicies collection.
Dataproc.Projects.Regions.Clusters
clusters()
An accessor for creating requests from the Clusters collection.
Dataproc.Projects.Regions.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
Dataproc.Projects.Regions.Operations
operations()
An accessor for creating requests from the Operations collection.
Dataproc.Projects.Regions.WorkflowTemplates
workflowTemplates()
An accessor for creating requests from the WorkflowTemplates collection.
-
-
Method Detail
-
autoscalingPolicies
public Dataproc.Projects.Regions.AutoscalingPolicies autoscalingPolicies()
An accessor for creating requests from the AutoscalingPolicies collection.
The typical use is:
Dataproc dataproc = new Dataproc(...);
Dataproc.AutoscalingPolicies.List request = dataproc.autoscalingPolicies().list(parameters ...)
- Returns:
- the resource collection
-
clusters
public Dataproc.Projects.Regions.Clusters clusters()
An accessor for creating requests from the Clusters collection.
The typical use is:
Dataproc dataproc = new Dataproc(...);
Dataproc.Clusters.List request = dataproc.clusters().list(parameters ...)
- Returns:
- the resource collection
-
jobs
public Dataproc.Projects.Regions.Jobs jobs()
An accessor for creating requests from the Jobs collection.
The typical use is:
Dataproc dataproc = new Dataproc(...);
Dataproc.Jobs.List request = dataproc.jobs().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Dataproc.Projects.Regions.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Dataproc dataproc = new Dataproc(...);
Dataproc.Operations.List request = dataproc.operations().list(parameters ...)
- Returns:
- the resource collection
-
workflowTemplates
public Dataproc.Projects.Regions.WorkflowTemplates workflowTemplates()
An accessor for creating requests from the WorkflowTemplates collection.
The typical use is:
Dataproc dataproc = new Dataproc(...);
Dataproc.WorkflowTemplates.List request = dataproc.workflowTemplates().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy