Uses of Class
com.apivolve.xolir.TypeUnion.UnionType.Builder
-
Uses of TypeUnion.UnionType.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return TypeUnion.UnionType.BuilderModifier and TypeMethodDescriptionTypeUnion.UnionType.Builder.addAllOptionTypes(Iterable<? extends Refs.TypeRef> values) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.addOptionTypes(int index, Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.addOptionTypes(int index, Refs.TypeRef.Builder builderForValue) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.addOptionTypes(Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.addOptionTypes(Refs.TypeRef.Builder builderForValue) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.clear()TypeUnion.UnionType.Builder.clearIsAnonymous()bool is_anonymous = 3;TypeUnion.UnionType.Builder.clearName()if is_anonymous then name is auto-generatedTypeUnion.UnionType.Builder.clearOptionTypes()repeated .xolir.TypeRef option_types = 2;Type.TypeDef.Builder.getUnionBuilder().xolir.UnionType union = 2;TypeUnion.UnionType.Builder.mergeFrom(TypeUnion.UnionType other) TypeUnion.UnionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TypeUnion.UnionType.Builder.mergeFrom(com.google.protobuf.Message other) static TypeUnion.UnionType.BuilderTypeUnion.UnionType.newBuilder()static TypeUnion.UnionType.BuilderTypeUnion.UnionType.newBuilder(TypeUnion.UnionType prototype) TypeUnion.UnionType.newBuilderForType()protected TypeUnion.UnionType.BuilderTypeUnion.UnionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TypeUnion.UnionType.Builder.removeOptionTypes(int index) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.setIsAnonymous(boolean value) bool is_anonymous = 3;if is_anonymous then name is auto-generatedTypeUnion.UnionType.Builder.setNameBytes(com.google.protobuf.ByteString value) if is_anonymous then name is auto-generatedTypeUnion.UnionType.Builder.setOptionTypes(int index, Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.setOptionTypes(int index, Refs.TypeRef.Builder builderForValue) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.toBuilder()Methods in com.apivolve.xolir with parameters of type TypeUnion.UnionType.BuilderModifier and TypeMethodDescriptionType.TypeDef.Builder.setUnion(TypeUnion.UnionType.Builder builderForValue) .xolir.UnionType union = 2;