Uses of Class
com.google.protobuf.Mixin
Packages that use Mixin
-
Uses of Mixin in com.google.protobuf
Methods in com.google.protobuf that return MixinModifier and TypeMethodDescriptionMixin.Builder.build()Mixin.Builder.buildPartial()static MixinMixin.getDefaultInstance()Mixin.Builder.getDefaultInstanceForType()Mixin.getDefaultInstanceForType()Api.Builder.getMixins(int index) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.getMixins(int index) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];ApiOrBuilder.getMixins(int index) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];static MixinMixin.parseDelimitedFrom(InputStream input) static MixinMixin.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static MixinMixin.parseFrom(byte[] data) static MixinMixin.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static MixinMixin.parseFrom(ByteString data) static MixinMixin.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static MixinMixin.parseFrom(CodedInputStream input) static MixinMixin.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static MixinMixin.parseFrom(InputStream input) static MixinMixin.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static MixinMixin.parseFrom(ByteBuffer data) static MixinMixin.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type MixinModifier and TypeMethodDescriptionApi.Builder.getMixinsList()repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.getMixinsList()repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];ApiOrBuilder.getMixinsList()repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Mixin.getParserForType()Mixin.parser()Methods in com.google.protobuf with parameters of type MixinModifier and TypeMethodDescriptionrepeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];static Mixin.BuilderMixin.newBuilder(Mixin prototype) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Method parameters in com.google.protobuf with type arguments of type MixinModifier and TypeMethodDescriptionApi.Builder.addAllMixins(Iterable<? extends Mixin> values) repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];