Uses of Class
com.apivolve.xolir.Service.GeneratorResult.Builder
-
Uses of Service.GeneratorResult.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return Service.GeneratorResult.BuilderModifier 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;Service.GeneratorResult.Builder.addErrors(int index, Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addErrors(int index, Debug.Problem.Builder builderForValue) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addErrors(Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addErrors(Debug.Problem.Builder builderForValue) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.addWarnings(int index, Debug.Problem value) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.addWarnings(int index, Debug.Problem.Builder builderForValue) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.addWarnings(Debug.Problem value) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.addWarnings(Debug.Problem.Builder builderForValue) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.clear()Service.GeneratorResult.Builder.clearErrors()repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.clearStatus().xolir.GenerationStatus status = 1;Service.GeneratorResult.Builder.clearWarnings()repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.mergeFrom(Service.GeneratorResult other) Service.GeneratorResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GeneratorResult.Builder.mergeFrom(com.google.protobuf.Message other) Service.GeneratorResult.newBuilder()Service.GeneratorResult.newBuilder(Service.GeneratorResult prototype) Service.GeneratorResult.newBuilderForType()protected Service.GeneratorResult.BuilderService.GeneratorResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Service.GeneratorResult.Builder.removeErrors(int index) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.removeWarnings(int index) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.setErrors(int index, Debug.Problem value) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.setErrors(int index, Debug.Problem.Builder builderForValue) repeated .xolir.Problem errors = 2;Service.GeneratorResult.Builder.setStatus(Service.GenerationStatus value) .xolir.GenerationStatus status = 1;Service.GeneratorResult.Builder.setStatusValue(int value) .xolir.GenerationStatus status = 1;Service.GeneratorResult.Builder.setWarnings(int index, Debug.Problem value) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.Builder.setWarnings(int index, Debug.Problem.Builder builderForValue) repeated .xolir.Problem warnings = 3;Service.GeneratorResult.toBuilder()