Package xyz.block.ftl.schema.v1
Interface RealmOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface RealmOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasPos().xyz.block.ftl.schema.v1.Position pos = 1;abstract PositiongetPos().xyz.block.ftl.schema.v1.Position pos = 1;abstract PositionOrBuildergetPosOrBuilder().xyz.block.ftl.schema.v1.Position pos = 1;abstract booleangetExternal()bool external = 2;abstract StringgetName()string name = 3;abstract ByteStringgetNameBytes()string name = 3;abstract List<Module>getModulesList()repeated .xyz.block.ftl.schema.v1.Module modules = 4;abstract ModulegetModules(int index)repeated .xyz.block.ftl.schema.v1.Module modules = 4;abstract intgetModulesCount()repeated .xyz.block.ftl.schema.v1.Module modules = 4;abstract List<out ModuleOrBuilder>getModulesOrBuilderList()repeated .xyz.block.ftl.schema.v1.Module modules = 4;abstract ModuleOrBuildergetModulesOrBuilder(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
-
-
Method Detail
-
hasPos
abstract boolean hasPos()
.xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
abstract PositionOrBuilder getPosOrBuilder()
.xyz.block.ftl.schema.v1.Position pos = 1;
-
getExternal
abstract boolean getExternal()
bool external = 2;- Returns:
The external.
-
getNameBytes
abstract ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
getModulesList
abstract List<Module> getModulesList()
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
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;
-
getModulesOrBuilderList
abstract List<out ModuleOrBuilder> getModulesOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
getModulesOrBuilder
abstract ModuleOrBuilder getModulesOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
-
-
-