Interface MixinOrBuilder

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

public interface MixinOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The fully qualified name of the interface which is included.
    com.google.protobuf.ByteString
    The fully qualified name of the interface which is included.
    If non-empty specifies a path under which inherited HTTP paths are rooted.
    com.google.protobuf.ByteString
    If non-empty specifies a path under which inherited HTTP paths are rooted.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

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

      com.google.protobuf.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

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