| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
Flag |
Flag.clone() |
Flag |
Flag.set(String fieldName,
Object value) |
Flag |
Flag.setAllowedStringValues(List<String> allowedStringValues)
For STRING flags, a list of strings that the value can be set to.
|
Flag |
Flag.setAppliesTo(List<String> appliesTo)
The database version this flag applies to.
|
Flag |
Flag.setInBeta(Boolean inBeta)
Whether or not the flag is considered in beta.
|
Flag |
Flag.setKind(String kind)
This is always sql#flag.
|
Flag |
Flag.setMaxValue(Long maxValue)
For INTEGER flags, the maximum allowed value.
|
Flag |
Flag.setMinValue(Long minValue)
For INTEGER flags, the minimum allowed value.
|
Flag |
Flag.setName(String name)
This is the name of the flag.
|
Flag |
Flag.setRequiresRestart(Boolean requiresRestart)
Indicates whether changing this flag will trigger a database restart.
|
Flag |
Flag.setType(String type)
The type of the flag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Flag> |
FlagsListResponse.getItems()
List of flags.
|
| Modifier and Type | Method and Description |
|---|---|
FlagsListResponse |
FlagsListResponse.setItems(List<Flag> items)
List of flags.
|
Copyright © 2011–2019 Google. All rights reserved.