Interface MixinOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Mixin, Mixin.Builder

public interface MixinOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
       The fully qualified name of the interface which is included.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
       The fully qualified name of the interface which is included.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getRoot

      String getRoot()
       If non-empty specifies a path under which inherited HTTP paths
       are rooted.
       
      string root = 2;
      Returns:
      The root.
    • getRootBytes

      ByteString getRootBytes()
       If non-empty specifies a path under which inherited HTTP paths
       are rooted.
       
      string root = 2;
      Returns:
      The bytes for root.