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()The fully qualified name of the interface which is included.Mixin.BuilderMixin.Builder. clearRoot()If non-empty specifies a path under which inherited HTTP paths are rooted.static Mixin.BuilderMixin. newBuilder()static Mixin.BuilderMixin. newBuilder(Mixin prototype)Mixin.BuilderMixin.Builder. setName(String value)The fully qualified name of the interface which is included.Mixin.BuilderMixin.Builder. setNameBytes(ByteString value)The fully qualified name of the interface which is included.Mixin.BuilderMixin.Builder. setRoot(String value)If non-empty specifies a path under which inherited HTTP paths are rooted.Mixin.BuilderMixin.Builder. setRootBytes(ByteString value)If non-empty specifies a path under which inherited HTTP paths are rooted.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)Included interfaces.Api.BuilderApi.Builder. addMixins(Mixin.Builder builderForValue)Included interfaces.Api.BuilderApi.Builder. setMixins(int index, Mixin.Builder builderForValue)Included interfaces.
-