Uses of Class
com.google.protobuf.Mixin.Builder
-
-
Uses of Mixin.Builder in com.google.protobuf
Methods in com.google.protobuf that return Mixin.Builder Modifier and Type Method Description Mixin.BuilderMixin.Builder. clearName()string name = 1 [json_name = "name"];Mixin.BuilderMixin.Builder. clearRoot()string root = 2 [json_name = "root"];static Mixin.BuilderMixin. newBuilder()static Mixin.BuilderMixin. newBuilder(Mixin prototype)Mixin.BuilderMixin.Builder. setName(java.lang.String value)string name = 1 [json_name = "name"];Mixin.BuilderMixin.Builder. setNameBytes(ByteString value)string name = 1 [json_name = "name"];Mixin.BuilderMixin.Builder. setRoot(java.lang.String value)string root = 2 [json_name = "root"];Mixin.BuilderMixin.Builder. setRootBytes(ByteString value)string root = 2 [json_name = "root"];Methods in com.google.protobuf with parameters of type Mixin.Builder Modifier and Type Method Description Api.BuilderApi.Builder. addMixins(int index, Mixin.Builder builderForValue)repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.BuilderApi.Builder. addMixins(Mixin.Builder builderForValue)repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];Api.BuilderApi.Builder. setMixins(int index, Mixin.Builder builderForValue)repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
-