Package flyteidl.core
Class Interface
- java.lang.Object
-
- flyteidl.core.Interface
-
public final class Interface extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterface.ParameterA parameter is used as input to a launch plan and has the special ability to have a default value or mark itself as required.static classInterface.ParameterMapA map of Parameters.static interfaceInterface.ParameterMapOrBuilderstatic interfaceInterface.ParameterOrBuilderstatic classInterface.TypedInterfaceDefines strongly typed inputs and outputs.static interfaceInterface.TypedInterfaceOrBuilderstatic classInterface.VariableDefines a strongly typed variable.static classInterface.VariableMapA map of Variablesstatic interfaceInterface.VariableMapOrBuilderstatic interfaceInterface.VariableOrBuilder
-
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()
-
-