| Modifier and Type | Class and Description |
|---|---|
class |
Vision.Locations.Operations
The "operations" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
Vision.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public Vision.Locations.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.