Package xyz.block.ftl.v1
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.v1.RealmChangeOrBuilder
public final class RealmChange extends GeneratedMessageV3 implements RealmChangeOrBuilder
Protobuf type
xyz.block.ftl.v1.RealmChange
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealmChange.BuilderProtobuf type
xyz.block.ftl.v1.RealmChange
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intMODULES_FIELD_NUMBERpublic final static intTO_REMOVE_FIELD_NUMBERpublic final static intEXTERNAL_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;List<Module>getModulesList()The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;List<out ModuleOrBuilder>getModulesOrBuilderList()The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;intgetModulesCount()The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;ModulegetModules(int index)The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;ModuleOrBuildergetModulesOrBuilder(int index)The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;ProtocolStringListgetToRemoveList()The deployments to remove.repeated string to_remove = 3;intgetToRemoveCount()The deployments to remove.repeated string to_remove = 3;StringgetToRemove(int index)The deployments to remove.repeated string to_remove = 3;ByteStringgetToRemoveBytes(int index)The deployments to remove.repeated string to_remove = 3;booleangetExternal()Whether this is an external realm.bool external = 4;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.
-
getModulesList
List<Module> getModulesList()
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getModulesOrBuilderList
List<out ModuleOrBuilder> getModulesOrBuilderList()
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getModulesCount
int getModulesCount()
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getModules
Module getModules(int index)
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getModulesOrBuilder
ModuleOrBuilder getModulesOrBuilder(int index)
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getToRemoveList
ProtocolStringList getToRemoveList()
The deployments to remove.repeated string to_remove = 3;- Returns:
A list containing the toRemove.
-
getToRemoveCount
int getToRemoveCount()
The deployments to remove.repeated string to_remove = 3;- Returns:
The count of toRemove.
-
getToRemove
String getToRemove(int index)
The deployments to remove.repeated string to_remove = 3;- Parameters:
index- The index of the element to return.- Returns:
The toRemove at the given index.
-
getToRemoveBytes
ByteString getToRemoveBytes(int index)
The deployments to remove.repeated string to_remove = 3;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the toRemove at the given index.
-
getExternal
boolean getExternal()
Whether this is an external realm.bool external = 4;- Returns:
The external.
-
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()
-
-
-
-