Uses of Class
com.google.spanner.v1.PlanNode.Kind
-
Packages that use PlanNode.Kind Package Description com.google.spanner.v1 -
-
Uses of PlanNode.Kind in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.Kind Modifier and Type Method Description static PlanNode.Kind
PlanNode.Kind. forNumber(int value)
PlanNode.Kind
PlanNode.Builder. getKind()
Used to determine the type of node.PlanNode.Kind
PlanNode. getKind()
Used to determine the type of node.PlanNode.Kind
PlanNodeOrBuilder. getKind()
Used to determine the type of node.static PlanNode.Kind
PlanNode.Kind. valueOf(int value)
Deprecated.static PlanNode.Kind
PlanNode.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.spanner.v1 that return types with arguments of type PlanNode.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PlanNode.Kind>
PlanNode.Kind. internalGetValueMap()
Methods in com.google.spanner.v1 with parameters of type PlanNode.Kind Modifier and Type Method Description PlanNode.Builder
PlanNode.Builder. setKind(PlanNode.Kind value)
Used to determine the type of node.
-