Uses of Class
com.google.spanner.v1.PlanNode.Kind
-
-
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.KindPlanNode.Kind. forNumber(int value)PlanNode.KindPlanNode.Builder. getKind()Used to determine the type of node.PlanNode.KindPlanNode. getKind()Used to determine the type of node.PlanNode.KindPlanNodeOrBuilder. getKind()Used to determine the type of node.static PlanNode.KindPlanNode.Kind. valueOf(int value)Deprecated.static PlanNode.KindPlanNode.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanNode.KindPlanNode.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.BuilderPlanNode.Builder. setKind(PlanNode.Kind value)Used to determine the type of node.
-