Interface RealmOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface RealmOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasPos() .xyz.block.ftl.schema.v1.Position pos = 1;
      abstract Position getPos() .xyz.block.ftl.schema.v1.Position pos = 1;
      abstract PositionOrBuilder getPosOrBuilder() .xyz.block.ftl.schema.v1.Position pos = 1;
      abstract boolean getExternal() bool external = 2;
      abstract String getName() string name = 3;
      abstract ByteString getNameBytes() string name = 3;
      abstract List<Module> getModulesList() repeated .xyz.block.ftl.schema.v1.Module modules = 4;
      abstract Module getModules(int index) repeated .xyz.block.ftl.schema.v1.Module modules = 4;
      abstract int getModulesCount() repeated .xyz.block.ftl.schema.v1.Module modules = 4;
      abstract List<out ModuleOrBuilder> getModulesOrBuilderList() repeated .xyz.block.ftl.schema.v1.Module modules = 4;
      abstract ModuleOrBuilder getModulesOrBuilder(int index) repeated .xyz.block.ftl.schema.v1.Module modules = 4;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • hasPos

         abstract boolean hasPos()

        .xyz.block.ftl.schema.v1.Position pos = 1;

        Returns:

        Whether the pos field is set.

      • getPos

         abstract Position getPos()

        .xyz.block.ftl.schema.v1.Position pos = 1;

        Returns:

        The pos.

      • getExternal

         abstract boolean getExternal()

        bool external = 2;

        Returns:

        The external.

      • getName

         abstract String getName()

        string name = 3;

        Returns:

        The name.

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 3;

        Returns:

        The bytes for name.

      • getModules

         abstract Module getModules(int index)

        repeated .xyz.block.ftl.schema.v1.Module modules = 4;

      • getModulesCount

         abstract int getModulesCount()

        repeated .xyz.block.ftl.schema.v1.Module modules = 4;