Uses of Class
com.google.protobuf.Mixin.Builder
-
Packages that use Mixin.Builder Package Description com.google.protobuf -
-
Uses of Mixin.Builder in com.google.protobuf
Methods in com.google.protobuf that return Mixin.Builder Modifier and Type Method Description Mixin.Builder
Mixin.Builder. clearName()
The fully qualified name of the interface which is included.Mixin.Builder
Mixin.Builder. clearRoot()
If non-empty specifies a path under which inherited HTTP paths are rooted.static Mixin.Builder
Mixin. newBuilder()
static Mixin.Builder
Mixin. newBuilder(Mixin prototype)
Mixin.Builder
Mixin.Builder. setName(java.lang.String value)
The fully qualified name of the interface which is included.Mixin.Builder
Mixin.Builder. setNameBytes(ByteString value)
The fully qualified name of the interface which is included.Mixin.Builder
Mixin.Builder. setRoot(java.lang.String value)
If non-empty specifies a path under which inherited HTTP paths are rooted.Mixin.Builder
Mixin.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.Builder
Api.Builder. addMixins(int index, Mixin.Builder builderForValue)
Included interfaces.Api.Builder
Api.Builder. addMixins(Mixin.Builder builderForValue)
Included interfaces.Api.Builder
Api.Builder. setMixins(int index, Mixin.Builder builderForValue)
Included interfaces.
-