| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
Mixin |
Mixin.Builder.build() |
Mixin |
Mixin.Builder.buildPartial() |
static Mixin |
Mixin.getDefaultInstance() |
Mixin |
Mixin.getDefaultInstanceForType() |
Mixin |
Mixin.Builder.getDefaultInstanceForType() |
Mixin |
ApiOrBuilder.getMixins(int index)
repeated .google.protobuf.Mixin mixins = 6; |
Mixin |
Api.getMixins(int index)
repeated .google.protobuf.Mixin mixins = 6; |
Mixin |
Api.Builder.getMixins(int index)
repeated .google.protobuf.Mixin mixins = 6; |
static Mixin |
Mixin.parseDelimitedFrom(java.io.InputStream input) |
static Mixin |
Mixin.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Mixin |
Mixin.parseFrom(byte[] data) |
static Mixin |
Mixin.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Mixin |
Mixin.parseFrom(ByteString data) |
static Mixin |
Mixin.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Mixin |
Mixin.parseFrom(CodedInputStream input) |
static Mixin |
Mixin.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Mixin |
Mixin.parseFrom(java.io.InputStream input) |
static Mixin |
Mixin.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mixin> |
ApiOrBuilder.getMixinsList()
repeated .google.protobuf.Mixin mixins = 6; |
java.util.List<Mixin> |
Api.getMixinsList()
repeated .google.protobuf.Mixin mixins = 6; |
java.util.List<Mixin> |
Api.Builder.getMixinsList()
repeated .google.protobuf.Mixin mixins = 6; |
Parser<Mixin> |
Mixin.getParserForType() |
static Parser<Mixin> |
Mixin.parser() |
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addMixins(int index,
Mixin value)
repeated .google.protobuf.Mixin mixins = 6; |
Api.Builder |
Api.Builder.addMixins(Mixin value)
repeated .google.protobuf.Mixin mixins = 6; |
Mixin.Builder |
Mixin.Builder.mergeFrom(Mixin other) |
static Mixin.Builder |
Mixin.newBuilder(Mixin prototype) |
Api.Builder |
Api.Builder.setMixins(int index,
Mixin value)
repeated .google.protobuf.Mixin mixins = 6; |
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addAllMixins(java.lang.Iterable<? extends Mixin> values)
repeated .google.protobuf.Mixin mixins = 6; |