Class RealmChange
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.schema.v1.RealmChangeOrBuilder
public final class RealmChange extends GeneratedMessageV3 implements RealmChangeOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.RealmChange
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealmChange.BuilderProtobuf type
xyz.block.ftl.schema.v1.RealmChange
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intEXTERNAL_FIELD_NUMBERpublic final static intMODULES_FIELD_NUMBERpublic final static intTO_REMOVE_FIELD_NUMBERpublic final static intREMOVING_MODULES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;booleangetExternal()bool external = 2;List<Module>getModulesList()repeated .xyz.block.ftl.schema.v1.Module modules = 3;List<out ModuleOrBuilder>getModulesOrBuilderList()repeated .xyz.block.ftl.schema.v1.Module modules = 3;intgetModulesCount()repeated .xyz.block.ftl.schema.v1.Module modules = 3;ModulegetModules(int index)repeated .xyz.block.ftl.schema.v1.Module modules = 3;ModuleOrBuildergetModulesOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Module modules = 3;ProtocolStringListgetToRemoveList()repeated string to_remove = 4;intgetToRemoveCount()repeated string to_remove = 4;StringgetToRemove(int index)repeated string to_remove = 4;ByteStringgetToRemoveBytes(int index)repeated string to_remove = 4;List<Module>getRemovingModulesList()repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;List<out ModuleOrBuilder>getRemovingModulesOrBuilderList()repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;intgetRemovingModulesCount()repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;ModulegetRemovingModules(int index)repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;ModuleOrBuildergetRemovingModulesOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static RealmChangeparseFrom(ByteBuffer data)static RealmChangeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static RealmChangeparseFrom(ByteString data)static RealmChangeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static RealmChangeparseFrom(Array<byte> data)static RealmChangeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static RealmChangeparseFrom(InputStream input)static RealmChangeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RealmChangeparseDelimitedFrom(InputStream input)static RealmChangeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RealmChangeparseFrom(CodedInputStream input)static RealmChangeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)RealmChange.BuildernewBuilderForType()static RealmChange.BuildernewBuilder()static RealmChange.BuildernewBuilder(RealmChange prototype)RealmChange.BuildertoBuilder()static RealmChangegetDefaultInstance()static Parser<RealmChange>parser()Parser<RealmChange>getParserForType()RealmChangegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getExternal
boolean getExternal()
bool external = 2;- Returns:
The external.
-
getModulesList
List<Module> getModulesList()
repeated .xyz.block.ftl.schema.v1.Module modules = 3;
-
getModulesOrBuilderList
List<out ModuleOrBuilder> getModulesOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Module modules = 3;
-
getModulesCount
int getModulesCount()
repeated .xyz.block.ftl.schema.v1.Module modules = 3;
-
getModules
Module getModules(int index)
repeated .xyz.block.ftl.schema.v1.Module modules = 3;
-
getModulesOrBuilder
ModuleOrBuilder getModulesOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Module modules = 3;
-
getToRemoveList
ProtocolStringList getToRemoveList()
repeated string to_remove = 4;- Returns:
A list containing the toRemove.
-
getToRemoveCount
int getToRemoveCount()
repeated string to_remove = 4;- Returns:
The count of toRemove.
-
getToRemove
String getToRemove(int index)
repeated string to_remove = 4;- Parameters:
index- The index of the element to return.- Returns:
The toRemove at the given index.
-
getToRemoveBytes
ByteString getToRemoveBytes(int index)
repeated string to_remove = 4;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the toRemove at the given index.
-
getRemovingModulesList
List<Module> getRemovingModulesList()
repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;
-
getRemovingModulesOrBuilderList
List<out ModuleOrBuilder> getRemovingModulesOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;
-
getRemovingModulesCount
int getRemovingModulesCount()
repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;
-
getRemovingModules
Module getRemovingModules(int index)
repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;
-
getRemovingModulesOrBuilder
ModuleOrBuilder getRemovingModulesOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Module removing_modules = 5;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static RealmChange parseFrom(ByteBuffer data)
-
parseFrom
static RealmChange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RealmChange parseFrom(ByteString data)
-
parseFrom
static RealmChange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RealmChange parseFrom(Array<byte> data)
-
parseFrom
static RealmChange parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RealmChange parseFrom(InputStream input)
-
parseFrom
static RealmChange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static RealmChange parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static RealmChange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RealmChange parseFrom(CodedInputStream input)
-
parseFrom
static RealmChange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
RealmChange.Builder newBuilderForType()
-
newBuilder
static RealmChange.Builder newBuilder()
-
newBuilder
static RealmChange.Builder newBuilder(RealmChange prototype)
-
toBuilder
RealmChange.Builder toBuilder()
-
getDefaultInstance
static RealmChange getDefaultInstance()
-
parser
static Parser<RealmChange> parser()
-
getParserForType
Parser<RealmChange> getParserForType()
-
getDefaultInstanceForType
RealmChange getDefaultInstanceForType()
-
-
-
-