public
interface
MixinOrBuilder
extends
MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
getName()
public
abstract
String
getName
()
The fully qualified name of the interface which is included.
string name = 1;
getNameBytes()
public
abstract
ByteString
getNameBytes
()
The fully qualified name of the interface which is included.
string name = 1;
getRoot()
public
abstract
String
getRoot
()
If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;
getRootBytes()
public
abstract
ByteString
getRootBytes
()
If non-empty specifies a path under which inherited HTTP paths are rooted.
string root = 2;

