Interface RealmChangeOrBuilder

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

    
    public interface RealmChangeOrBuilder
     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 String getName() string name = 1;
      abstract ByteString getNameBytes() string name = 1;
      abstract List<Module> getModulesList()
      The modules to add or update.
      
      repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      abstract Module getModules(int index)
      The modules to add or update.
      
      repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      abstract int getModulesCount()
      The modules to add or update.
      
      repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      abstract List<out ModuleOrBuilder> getModulesOrBuilderList()
      The modules to add or update.
      
      repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      abstract ModuleOrBuilder getModulesOrBuilder(int index)
      The modules to add or update.
      
      repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      abstract List<String> getToRemoveList()
      The deployments to remove.
      
      repeated string to_remove = 3;
      abstract int getToRemoveCount()
      The deployments to remove.
      
      repeated string to_remove = 3;
      abstract String getToRemove(int index)
      The deployments to remove.
      
      repeated string to_remove = 3;
      abstract ByteString getToRemoveBytes(int index)
      The deployments to remove.
      
      repeated string to_remove = 3;
      abstract boolean getExternal()
      Whether this is an external realm.
      
      bool external = 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

      • getName

         abstract String getName()

        string name = 1;

        Returns:

        The name.

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 1;

        Returns:

        The bytes for name.

      • getModulesList

         abstract List<Module> getModulesList()
        The modules to add or update.
        
        repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      • getModules

         abstract Module getModules(int index)
        The modules to add or update.
        
        repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      • getModulesCount

         abstract int getModulesCount()
        The modules to add or update.
        
        repeated .xyz.block.ftl.schema.v1.Module modules = 2;
      • getToRemoveList

         abstract List<String> getToRemoveList()
        The deployments to remove.
        
        repeated string to_remove = 3;
        Returns:

        A list containing the toRemove.

      • getToRemoveCount

         abstract int getToRemoveCount()
        The deployments to remove.
        
        repeated string to_remove = 3;
        Returns:

        The count of toRemove.

      • getToRemove

         abstract 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

         abstract 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

         abstract boolean getExternal()
        Whether this is an external realm.
        
        bool external = 4;
        Returns:

        The external.