Package | Description |
---|---|
com.google.spanner.admin.instance.v1 |
Modifier and Type | Method and Description |
---|---|
static Instance.State |
Instance.State.forNumber(int value) |
Instance.State |
Instance.getState()
Output only.
|
Instance.State |
Instance.Builder.getState()
Output only.
|
Instance.State |
InstanceOrBuilder.getState()
Output only.
|
static Instance.State |
Instance.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Instance.State |
Instance.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.State |
Instance.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.State[] |
Instance.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Instance.State> |
Instance.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.setState(Instance.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.