Uses of Class
flyteidl.core.Types.Error.Builder
-
Packages that use Types.Error.Builder Package Description flyteidl.core -
-
Uses of Types.Error.Builder in flyteidl.core
Fields in flyteidl.core with type parameters of type Types.Error.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Literals.Scalar.Builder. errorBuilder_private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Workflow.IfElseBlock.Builder. errorBuilder_Methods in flyteidl.core that return Types.Error.Builder Modifier and Type Method Description Types.Error.BuilderTypes.Error.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Types.Error.BuilderTypes.Error.Builder. clear()Types.Error.BuilderTypes.Error.Builder. clearFailedNodeId()The node id that threw the error.Types.Error.BuilderTypes.Error.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Types.Error.BuilderTypes.Error.Builder. clearMessage()Error message thrown.Types.Error.BuilderTypes.Error.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Types.Error.BuilderTypes.Error.Builder. clone()Types.Error.BuilderLiterals.Scalar.Builder. getErrorBuilder().flyteidl.core.Error error = 6;Types.Error.BuilderWorkflow.IfElseBlock.Builder. getErrorBuilder()An error to throw in case none of the branches were taken.Types.Error.BuilderTypes.Error.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Types.Error.BuilderTypes.Error.Builder. mergeFrom(com.google.protobuf.Message other)Types.Error.BuilderTypes.Error.Builder. mergeFrom(Types.Error other)Types.Error.BuilderTypes.Error.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Types.Error.BuilderTypes.Error. newBuilder()static Types.Error.BuilderTypes.Error. newBuilder(Types.Error prototype)Types.Error.BuilderTypes.Error. newBuilderForType()protected Types.Error.BuilderTypes.Error. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Types.Error.BuilderTypes.Error.Builder. setFailedNodeId(String value)The node id that threw the error.Types.Error.BuilderTypes.Error.Builder. setFailedNodeIdBytes(com.google.protobuf.ByteString value)The node id that threw the error.Types.Error.BuilderTypes.Error.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Types.Error.BuilderTypes.Error.Builder. setMessage(String value)Error message thrown.Types.Error.BuilderTypes.Error.Builder. setMessageBytes(com.google.protobuf.ByteString value)Error message thrown.Types.Error.BuilderTypes.Error.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Types.Error.BuilderTypes.Error.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Types.Error.BuilderTypes.Error. toBuilder()Methods in flyteidl.core that return types with arguments of type Types.Error.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Literals.Scalar.Builder. getErrorFieldBuilder().flyteidl.core.Error error = 6;private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Workflow.IfElseBlock.Builder. getErrorFieldBuilder()An error to throw in case none of the branches were taken.Methods in flyteidl.core with parameters of type Types.Error.Builder Modifier and Type Method Description Literals.Scalar.BuilderLiterals.Scalar.Builder. setError(Types.Error.Builder builderForValue).flyteidl.core.Error error = 6;Workflow.IfElseBlock.BuilderWorkflow.IfElseBlock.Builder. setError(Types.Error.Builder builderForValue)An error to throw in case none of the branches were taken.
-