Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
static PlanNode.Kind |
PlanNode.Kind.forNumber(int value) |
PlanNode.Kind |
PlanNodeOrBuilder.getKind()
Used to determine the type of node.
|
PlanNode.Kind |
PlanNode.getKind()
Used to determine the type of node.
|
PlanNode.Kind |
PlanNode.Builder.getKind()
Used to determine the type of node.
|
static PlanNode.Kind |
PlanNode.Kind.valueOf(Descriptors.EnumValueDescriptor desc) |
static PlanNode.Kind |
PlanNode.Kind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PlanNode.Kind |
PlanNode.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanNode.Kind[] |
PlanNode.Kind.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<PlanNode.Kind> |
PlanNode.Kind.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PlanNode.Builder |
PlanNode.Builder.setKind(PlanNode.Kind value)
Used to determine the type of node.
|
Copyright © 2022 Google LLC. All rights reserved.