Uses of Enum
com.google.spanner.v1.PlanNode.Kind
-
Uses of PlanNode.Kind in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.KindModifier and TypeMethodDescriptionstatic PlanNode.KindPlanNode.Kind.forNumber(int value) PlanNode.Builder.getKind()Used to determine the type of node.PlanNode.getKind()Used to determine the type of node.PlanNodeOrBuilder.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.KindReturns 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.KindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PlanNode.Kind>PlanNode.Kind.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type PlanNode.KindModifier and TypeMethodDescriptionPlanNode.Builder.setKind(PlanNode.Kind value) Used to determine the type of node.