Uses of Class
com.google.protobuf.Mixin.Builder
Packages that use Mixin.Builder
-
Uses of Mixin.Builder in com.google.protobuf
Methods in com.google.protobuf that return Mixin.BuilderModifier and TypeMethodDescriptionApi.Builder.addMixinsBuilder()repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.Builder.addMixinsBuilder(int index) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Mixin.Builder.clear()Mixin.Builder.clearName()string name = 1 [json_name = "name"];Mixin.Builder.clearRoot()string root = 2 [json_name = "root"];Api.Builder.getMixinsBuilder(int index) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Mixin.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Mixin.BuilderMixin.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Mixin.BuilderMixin.newBuilder()static Mixin.BuilderMixin.newBuilder(Mixin prototype) Mixin.newBuilderForType()protected Mixin.BuilderMixin.newBuilderForType(GeneratedMessageV3.BuilderParent parent) string name = 1 [json_name = "name"];Mixin.Builder.setNameBytes(ByteString value) string name = 1 [json_name = "name"];string root = 2 [json_name = "root"];Mixin.Builder.setRootBytes(ByteString value) string root = 2 [json_name = "root"];final Mixin.BuilderMixin.Builder.setUnknownFields(UnknownFieldSet unknownFields) Mixin.toBuilder()Methods in com.google.protobuf that return types with arguments of type Mixin.BuilderModifier and TypeMethodDescriptionApi.Builder.getMixinsBuilderList()repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Methods in com.google.protobuf with parameters of type Mixin.BuilderModifier and TypeMethodDescriptionApi.Builder.addMixins(int index, Mixin.Builder builderForValue) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.Builder.addMixins(Mixin.Builder builderForValue) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.Builder.setMixins(int index, Mixin.Builder builderForValue) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];