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