Uses of Enum
com.google.cloud.datacatalog.v1.RoutineSpec.RoutineType
-
Uses of RoutineSpec.RoutineType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return RoutineSpec.RoutineTypeModifier and TypeMethodDescriptionstatic RoutineSpec.RoutineTypeRoutineSpec.RoutineType.forNumber(int value) RoutineSpec.Builder.getRoutineType()The type of the routine.RoutineSpec.getRoutineType()The type of the routine.RoutineSpecOrBuilder.getRoutineType()The type of the routine.static RoutineSpec.RoutineTypeRoutineSpec.RoutineType.valueOf(int value) Deprecated.static RoutineSpec.RoutineTypeRoutineSpec.RoutineType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RoutineSpec.RoutineTypeReturns the enum constant of this type with the specified name.static RoutineSpec.RoutineType[]RoutineSpec.RoutineType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type RoutineSpec.RoutineTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RoutineSpec.RoutineType>RoutineSpec.RoutineType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type RoutineSpec.RoutineTypeModifier and TypeMethodDescriptionRoutineSpec.Builder.setRoutineType(RoutineSpec.RoutineType value) The type of the routine.