| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
LocationPreference |
LocationPreference.clone() |
LocationPreference |
Settings.getLocationPreference()
The location preference settings.
|
LocationPreference |
LocationPreference.set(String fieldName,
Object value) |
LocationPreference |
LocationPreference.setFollowGaeApplication(String followGaeApplication)
The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
|
LocationPreference |
LocationPreference.setKind(String kind)
This is always *sql#locationPreference*.
|
LocationPreference |
LocationPreference.setZone(String zone)
The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setLocationPreference(LocationPreference locationPreference)
The location preference settings.
|
Copyright © 2011–2020 Google. All rights reserved.