| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Projects.Instances
The "instances" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Projects.Instances |
instances()
An accessor for creating requests from the Instances collection.
|
public SQLAdmin.Projects.Instances instances()
The typical use is:
SQLAdmin sqladmin = new SQLAdmin(...);SQLAdmin.Instances.List request = sqladmin.instances().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.