Uses of Class
flyteidl.admin.Common.Sort.Direction
-
Packages that use Common.Sort.Direction Package Description flyteidl.admin -
-
Uses of Common.Sort.Direction in flyteidl.admin
Fields in flyteidl.admin declared as Common.Sort.Direction Modifier and Type Field Description private static Common.Sort.Direction[]Common.Sort.Direction. VALUESFields in flyteidl.admin with type parameters of type Common.Sort.Direction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.Sort.Direction>Common.Sort.Direction. internalValueMapMethods in flyteidl.admin that return Common.Sort.Direction Modifier and Type Method Description static Common.Sort.DirectionCommon.Sort.Direction. forNumber(int value)Common.Sort.DirectionCommon.Sort.Builder. getDirection()Indicates the direction to apply sort key for response values.Common.Sort.DirectionCommon.Sort. getDirection()Indicates the direction to apply sort key for response values.Common.Sort.DirectionCommon.SortOrBuilder. getDirection()Indicates the direction to apply sort key for response values.static Common.Sort.DirectionCommon.Sort.Direction. valueOf(int value)Deprecated.static Common.Sort.DirectionCommon.Sort.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.Sort.DirectionCommon.Sort.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static Common.Sort.Direction[]Common.Sort.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.admin that return types with arguments of type Common.Sort.Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.Sort.Direction>Common.Sort.Direction. internalGetValueMap()Methods in flyteidl.admin with parameters of type Common.Sort.Direction Modifier and Type Method Description Common.Sort.BuilderCommon.Sort.Builder. setDirection(Common.Sort.Direction value)Indicates the direction to apply sort key for response values.
-