Class CommandScope.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<CommandScope.Builder>
com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder>
com.soulfiremc.grpc.generated.CommandScope.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CommandScopeOrBuilder, Cloneable
Enclosing class:
CommandScope

public static final class CommandScope.Builder extends com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder> implements CommandScopeOrBuilder
Protobuf type soulfire.v1.CommandScope
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder>
    • clear

      public CommandScope.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder>
    • getDefaultInstanceForType

      public CommandScope getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public CommandScope build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CommandScope buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public CommandScope.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CommandScope.Builder>
    • mergeFrom

      public CommandScope.Builder mergeFrom(CommandScope other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<CommandScope.Builder>
    • mergeFrom

      public CommandScope.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CommandScope.Builder>
      Throws:
      IOException
    • getScopeCase

      public CommandScope.ScopeCase getScopeCase()
      Specified by:
      getScopeCase in interface CommandScopeOrBuilder
    • clearScope

      public CommandScope.Builder clearScope()
    • hasGlobal

      public boolean hasGlobal()
      .soulfire.v1.GlobalCommandScope global = 1;
      Specified by:
      hasGlobal in interface CommandScopeOrBuilder
      Returns:
      Whether the global field is set.
    • getGlobal

      public GlobalCommandScope getGlobal()
      .soulfire.v1.GlobalCommandScope global = 1;
      Specified by:
      getGlobal in interface CommandScopeOrBuilder
      Returns:
      The global.
    • setGlobal

      public CommandScope.Builder setGlobal(GlobalCommandScope value)
      .soulfire.v1.GlobalCommandScope global = 1;
    • setGlobal

      public CommandScope.Builder setGlobal(GlobalCommandScope.Builder builderForValue)
      .soulfire.v1.GlobalCommandScope global = 1;
    • mergeGlobal

      public CommandScope.Builder mergeGlobal(GlobalCommandScope value)
      .soulfire.v1.GlobalCommandScope global = 1;
    • clearGlobal

      public CommandScope.Builder clearGlobal()
      .soulfire.v1.GlobalCommandScope global = 1;
    • getGlobalBuilder

      public GlobalCommandScope.Builder getGlobalBuilder()
      .soulfire.v1.GlobalCommandScope global = 1;
    • getGlobalOrBuilder

      public GlobalCommandScopeOrBuilder getGlobalOrBuilder()
      .soulfire.v1.GlobalCommandScope global = 1;
      Specified by:
      getGlobalOrBuilder in interface CommandScopeOrBuilder
    • hasInstance

      public boolean hasInstance()
      .soulfire.v1.InstanceCommandScope instance = 2;
      Specified by:
      hasInstance in interface CommandScopeOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public InstanceCommandScope getInstance()
      .soulfire.v1.InstanceCommandScope instance = 2;
      Specified by:
      getInstance in interface CommandScopeOrBuilder
      Returns:
      The instance.
    • setInstance

      public CommandScope.Builder setInstance(InstanceCommandScope value)
      .soulfire.v1.InstanceCommandScope instance = 2;
    • setInstance

      public CommandScope.Builder setInstance(InstanceCommandScope.Builder builderForValue)
      .soulfire.v1.InstanceCommandScope instance = 2;
    • mergeInstance

      public CommandScope.Builder mergeInstance(InstanceCommandScope value)
      .soulfire.v1.InstanceCommandScope instance = 2;
    • clearInstance

      public CommandScope.Builder clearInstance()
      .soulfire.v1.InstanceCommandScope instance = 2;
    • getInstanceBuilder

      public InstanceCommandScope.Builder getInstanceBuilder()
      .soulfire.v1.InstanceCommandScope instance = 2;
    • getInstanceOrBuilder

      public InstanceCommandScopeOrBuilder getInstanceOrBuilder()
      .soulfire.v1.InstanceCommandScope instance = 2;
      Specified by:
      getInstanceOrBuilder in interface CommandScopeOrBuilder