Class DialogSuggestCommandAction.Builder

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

public static final class DialogSuggestCommandAction.Builder extends com.google.protobuf.GeneratedMessage.Builder<DialogSuggestCommandAction.Builder> implements DialogSuggestCommandActionOrBuilder
Action to suggest a command (place in chat input).
Protobuf type soulfire.v1.DialogSuggestCommandAction
  • 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<DialogSuggestCommandAction.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<DialogSuggestCommandAction.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<DialogSuggestCommandAction.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public DialogSuggestCommandAction.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<DialogSuggestCommandAction.Builder>
    • mergeFrom

    • isInitialized

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

      public DialogSuggestCommandAction.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<DialogSuggestCommandAction.Builder>
      Throws:
      IOException
    • getCommand

      public String getCommand()
      The command to suggest.
      
      string command = 1;
      Specified by:
      getCommand in interface DialogSuggestCommandActionOrBuilder
      Returns:
      The command.
    • getCommandBytes

      public com.google.protobuf.ByteString getCommandBytes()
      The command to suggest.
      
      string command = 1;
      Specified by:
      getCommandBytes in interface DialogSuggestCommandActionOrBuilder
      Returns:
      The bytes for command.
    • setCommand

      public DialogSuggestCommandAction.Builder setCommand(String value)
      The command to suggest.
      
      string command = 1;
      Parameters:
      value - The command to set.
      Returns:
      This builder for chaining.
    • clearCommand

      public DialogSuggestCommandAction.Builder clearCommand()
      The command to suggest.
      
      string command = 1;
      Returns:
      This builder for chaining.
    • setCommandBytes

      public DialogSuggestCommandAction.Builder setCommandBytes(com.google.protobuf.ByteString value)
      The command to suggest.
      
      string command = 1;
      Parameters:
      value - The bytes for command to set.
      Returns:
      This builder for chaining.