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 Mixin
Mixin.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 Mixin
Mixin.parseDelimitedFrom
(InputStream input) static Mixin
Mixin.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(byte[] data) static Mixin
Mixin.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(com.google.protobuf.ByteString data) static Mixin
Mixin.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(com.google.protobuf.CodedInputStream input) static Mixin
Mixin.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(InputStream input) static Mixin
Mixin.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(ByteBuffer data) static Mixin
Mixin.parseFrom
(ByteBuffer data, com.google.protobuf.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"];
com.google.protobuf.Parser
<Mixin> Mixin.getParserForType()
static com.google.protobuf.Parser
<Mixin> 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.Builder
Mixin.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"];