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