Package flyteidl.core
Class Types
- java.lang.Object
-
- flyteidl.core.Types
-
public final class Types extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypes.BlobTypeDefines type behavior for blob objectsstatic interfaceTypes.BlobTypeOrBuilderstatic classTypes.ErrorRepresents an error thrown from a node.static interfaceTypes.ErrorOrBuilderstatic classTypes.LiteralTypeDefines a strong type to allow type checking between interfaces.static interfaceTypes.LiteralTypeOrBuilderstatic classTypes.OutputReferenceA reference to an output produced by a node.static interfaceTypes.OutputReferenceOrBuilderstatic classTypes.SchemaTypeDefines schema columns and types to strongly type-validate schemas interoperability.static interfaceTypes.SchemaTypeOrBuilderstatic classTypes.SimpleTypeDefine a set of simple types.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-