Uses of Class
gauge.messages.Spec.Error
Packages that use Spec.Error
-
Uses of Spec.Error in gauge.messages
Methods in gauge.messages that return Spec.ErrorModifier and TypeMethodDescriptionSpec.Error.Builder.build()Spec.Error.Builder.buildPartial()static Spec.ErrorSpec.Error.getDefaultInstance()Spec.Error.Builder.getDefaultInstanceForType()Spec.Error.getDefaultInstanceForType()Spec.ProtoSpecResult.Builder.getErrors(int index) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.getErrors(int index) / Holds parse, validation and skipped errors.Spec.ProtoSpecResultOrBuilder.getErrors(int index) / Holds parse, validation and skipped errors.Messages.SpecDetails.SpecDetail.Builder.getParseErrors(int index) / Holds a collection of parse errors present in the above spec.Messages.SpecDetails.SpecDetail.getParseErrors(int index) / Holds a collection of parse errors present in the above spec.Messages.SpecDetails.SpecDetailOrBuilder.getParseErrors(int index) / Holds a collection of parse errors present in the above spec.static Spec.ErrorSpec.Error.parseDelimitedFrom(InputStream input) static Spec.ErrorSpec.Error.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ErrorSpec.Error.parseFrom(byte[] data) static Spec.ErrorSpec.Error.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ErrorSpec.Error.parseFrom(com.google.protobuf.ByteString data) static Spec.ErrorSpec.Error.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ErrorSpec.Error.parseFrom(com.google.protobuf.CodedInputStream input) static Spec.ErrorSpec.Error.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ErrorSpec.Error.parseFrom(InputStream input) static Spec.ErrorSpec.Error.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ErrorSpec.Error.parseFrom(ByteBuffer data) static Spec.ErrorSpec.Error.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Spec.ErrorModifier and TypeMethodDescriptionSpec.ProtoSpecResult.Builder.getErrorsList()/ Holds parse, validation and skipped errors.Spec.ProtoSpecResult.getErrorsList()/ Holds parse, validation and skipped errors.Spec.ProtoSpecResultOrBuilder.getErrorsList()/ Holds parse, validation and skipped errors.Messages.SpecDetails.SpecDetail.Builder.getParseErrorsList()/ Holds a collection of parse errors present in the above spec.Messages.SpecDetails.SpecDetail.getParseErrorsList()/ Holds a collection of parse errors present in the above spec.Messages.SpecDetails.SpecDetailOrBuilder.getParseErrorsList()/ Holds a collection of parse errors present in the above spec.com.google.protobuf.Parser<Spec.Error>Spec.Error.getParserForType()static com.google.protobuf.Parser<Spec.Error>Spec.Error.parser()Methods in gauge.messages with parameters of type Spec.ErrorModifier and TypeMethodDescriptionSpec.ProtoSpecResult.Builder.addErrors(int index, Spec.Error value) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addErrors(Spec.Error value) / Holds parse, validation and skipped errors.Messages.SpecDetails.SpecDetail.Builder.addParseErrors(int index, Spec.Error value) / Holds a collection of parse errors present in the above spec.Messages.SpecDetails.SpecDetail.Builder.addParseErrors(Spec.Error value) / Holds a collection of parse errors present in the above spec.Spec.Error.Builder.mergeFrom(Spec.Error other) static Spec.Error.BuilderSpec.Error.newBuilder(Spec.Error prototype) Spec.ProtoSpecResult.Builder.setErrors(int index, Spec.Error value) / Holds parse, validation and skipped errors.Messages.SpecDetails.SpecDetail.Builder.setParseErrors(int index, Spec.Error value) / Holds a collection of parse errors present in the above spec.Method parameters in gauge.messages with type arguments of type Spec.ErrorModifier and TypeMethodDescriptionSpec.ProtoSpecResult.Builder.addAllErrors(Iterable<? extends Spec.Error> values) / Holds parse, validation and skipped errors.Messages.SpecDetails.SpecDetail.Builder.addAllParseErrors(Iterable<? extends Spec.Error> values) / Holds a collection of parse errors present in the above spec.