Uses of Class
com.apivolve.xolir.Debug.Problem
-
Uses of Debug.Problem in com.apivolve.xolir
Methods in com.apivolve.xolir that return Debug.ProblemModifier and TypeMethodDescriptionDebug.Problem.Builder.build()Debug.Problem.Builder.buildPartial()static Debug.ProblemDebug.Problem.getDefaultInstance()Debug.Problem.Builder.getDefaultInstanceForType()Debug.Problem.getDefaultInstanceForType()Service.GeneratorResult.Builder.getErrors(int index) repeated .xolir.Problem errors = 2;Service.GeneratorResult.getErrors(int index) repeated .xolir.Problem errors = 2;Service.GeneratorResultOrBuilder.getErrors(int index) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.getWarnings(int index) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.getWarnings(int index) repeated .xolir.Problem warnings = 3;Service.GeneratorResultOrBuilder.getWarnings(int index) repeated .xolir.Problem warnings = 3;static Debug.ProblemDebug.Problem.parseDelimitedFrom(InputStream input) static Debug.ProblemDebug.Problem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.ProblemDebug.Problem.parseFrom(byte[] data) static Debug.ProblemDebug.Problem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.ProblemDebug.Problem.parseFrom(com.google.protobuf.ByteString data) static Debug.ProblemDebug.Problem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.ProblemDebug.Problem.parseFrom(com.google.protobuf.CodedInputStream input) static Debug.ProblemDebug.Problem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.ProblemDebug.Problem.parseFrom(InputStream input) static Debug.ProblemDebug.Problem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.ProblemDebug.Problem.parseFrom(ByteBuffer data) static Debug.ProblemDebug.Problem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.apivolve.xolir that return types with arguments of type Debug.ProblemModifier and TypeMethodDescriptionService.GeneratorResult.Builder.getErrorsList()repeated .xolir.Problem errors = 2;Service.GeneratorResult.getErrorsList()repeated .xolir.Problem errors = 2;Service.GeneratorResultOrBuilder.getErrorsList()repeated .xolir.Problem errors = 2;com.google.protobuf.Parser<Debug.Problem>Debug.Problem.getParserForType()Service.GeneratorResult.Builder.getWarningsList()repeated .xolir.Problem warnings = 3;Service.GeneratorResult.getWarningsList()repeated .xolir.Problem warnings = 3;Service.GeneratorResultOrBuilder.getWarningsList()repeated .xolir.Problem warnings = 3;static com.google.protobuf.Parser<Debug.Problem>Debug.Problem.parser()Methods in com.apivolve.xolir with parameters of type Debug.ProblemModifier and TypeMethodDescriptionService.GeneratorResult.Builder.addErrors(int index, Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addErrors(Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addWarnings(int index, Debug.Problem value) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.addWarnings(Debug.Problem value) repeated .xolir.Problem warnings = 3;Debug.Problem.Builder.mergeFrom(Debug.Problem other) static Debug.Problem.BuilderDebug.Problem.newBuilder(Debug.Problem prototype) Service.GeneratorResult.Builder.setErrors(int index, Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.setWarnings(int index, Debug.Problem value) repeated .xolir.Problem warnings = 3;Method parameters in com.apivolve.xolir with type arguments of type Debug.ProblemModifier and TypeMethodDescriptionService.GeneratorResult.Builder.addAllErrors(Iterable<? extends Debug.Problem> values) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addAllWarnings(Iterable<? extends Debug.Problem> values) repeated .xolir.Problem warnings = 3;