Package xyz.block.ftl.admin.v1
Interface RealmChangeOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface RealmChangeOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract List<Module>getModulesList()The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;abstract ModulegetModules(int index)The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;abstract intgetModulesCount()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 ModuleOrBuildergetModulesOrBuilder(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 intgetToRemoveCount()The deployments to remove.repeated string to_remove = 3;abstract StringgetToRemove(int index)The deployments to remove.repeated string to_remove = 3;abstract ByteStringgetToRemoveBytes(int index)The deployments to remove.repeated string to_remove = 3;abstract booleangetExternal()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
-
-
Method Detail
-
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;
-
getModulesOrBuilderList
abstract List<out ModuleOrBuilder> getModulesOrBuilderList()
The modules to add or update.repeated .xyz.block.ftl.schema.v1.Module modules = 2;
-
getModulesOrBuilder
abstract ModuleOrBuilder getModulesOrBuilder(int index)
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.
-
-
-
-