Uses of Class
dev.cel.expr.Status
Packages that use Status
-
Uses of Status in dev.cel.expr
Methods in dev.cel.expr that return StatusModifier and TypeMethodDescriptionStatus.Builder.build()Status.Builder.buildPartial()static StatusStatus.getDefaultInstance()Status.Builder.getDefaultInstanceForType()Status.getDefaultInstanceForType()ErrorSet.Builder.getErrors(int index) Errors that could come up during evaluation phase.ErrorSet.getErrors(int index) Errors that could come up during evaluation phase.ErrorSetOrBuilder.getErrors(int index) Errors that could come up during evaluation phase.static StatusStatus.parseDelimitedFrom(InputStream input) static StatusStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StatusStatus.parseFrom(byte[] data) static StatusStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StatusStatus.parseFrom(com.google.protobuf.ByteString data) static StatusStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StatusStatus.parseFrom(com.google.protobuf.CodedInputStream input) static StatusStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StatusStatus.parseFrom(InputStream input) static StatusStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StatusStatus.parseFrom(ByteBuffer data) static StatusStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type StatusModifier and TypeMethodDescriptionErrorSet.Builder.getErrorsList()Errors that could come up during evaluation phase.ErrorSet.getErrorsList()Errors that could come up during evaluation phase.ErrorSetOrBuilder.getErrorsList()Errors that could come up during evaluation phase.com.google.protobuf.Parser<Status>Status.getParserForType()static com.google.protobuf.Parser<Status>Status.parser()Methods in dev.cel.expr with parameters of type StatusModifier and TypeMethodDescriptionErrors that could come up during evaluation phase.Errors that could come up during evaluation phase.static Status.BuilderStatus.newBuilder(Status prototype) Errors that could come up during evaluation phase.Method parameters in dev.cel.expr with type arguments of type StatusModifier and TypeMethodDescriptionErrorSet.Builder.addAllErrors(Iterable<? extends Status> values) Errors that could come up during evaluation phase.