Class Commands.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
org.apache.skywalking.apm.network.common.v3.Commands.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, CommandsOrBuilder
Enclosing class:
Commands

public static final class Commands.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder> implements CommandsOrBuilder
 Transferring multiple Command in agent and OAP.
 
Protobuf type skywalking.v3.Commands
  • Method Details

    • getDescriptor

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

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

      public Commands.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.GeneratedMessageV3.Builder<Commands.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.GeneratedMessageV3.Builder<Commands.Builder>
    • getDefaultInstanceForType

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

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

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

      public Commands.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • setField

      public Commands.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • clearField

      public Commands.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • clearOneof

      public Commands.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • setRepeatedField

      public Commands.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • addRepeatedField

      public Commands.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • mergeFrom

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

      public Commands.Builder mergeFrom(Commands other)
    • isInitialized

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

      public Commands.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<Commands.Builder>
      Throws:
      IOException
    • getCommandsList

      public List<Command> getCommandsList()
      repeated .skywalking.v3.Command commands = 1;
      Specified by:
      getCommandsList in interface CommandsOrBuilder
    • getCommandsCount

      public int getCommandsCount()
      repeated .skywalking.v3.Command commands = 1;
      Specified by:
      getCommandsCount in interface CommandsOrBuilder
    • getCommands

      public Command getCommands(int index)
      repeated .skywalking.v3.Command commands = 1;
      Specified by:
      getCommands in interface CommandsOrBuilder
    • setCommands

      public Commands.Builder setCommands(int index, Command value)
      repeated .skywalking.v3.Command commands = 1;
    • setCommands

      public Commands.Builder setCommands(int index, Command.Builder builderForValue)
      repeated .skywalking.v3.Command commands = 1;
    • addCommands

      public Commands.Builder addCommands(Command value)
      repeated .skywalking.v3.Command commands = 1;
    • addCommands

      public Commands.Builder addCommands(int index, Command value)
      repeated .skywalking.v3.Command commands = 1;
    • addCommands

      public Commands.Builder addCommands(Command.Builder builderForValue)
      repeated .skywalking.v3.Command commands = 1;
    • addCommands

      public Commands.Builder addCommands(int index, Command.Builder builderForValue)
      repeated .skywalking.v3.Command commands = 1;
    • addAllCommands

      public Commands.Builder addAllCommands(Iterable<? extends Command> values)
      repeated .skywalking.v3.Command commands = 1;
    • clearCommands

      public Commands.Builder clearCommands()
      repeated .skywalking.v3.Command commands = 1;
    • removeCommands

      public Commands.Builder removeCommands(int index)
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsBuilder

      public Command.Builder getCommandsBuilder(int index)
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsOrBuilder

      public CommandOrBuilder getCommandsOrBuilder(int index)
      repeated .skywalking.v3.Command commands = 1;
      Specified by:
      getCommandsOrBuilder in interface CommandsOrBuilder
    • getCommandsOrBuilderList

      public List<? extends CommandOrBuilder> getCommandsOrBuilderList()
      repeated .skywalking.v3.Command commands = 1;
      Specified by:
      getCommandsOrBuilderList in interface CommandsOrBuilder
    • addCommandsBuilder

      public Command.Builder addCommandsBuilder()
      repeated .skywalking.v3.Command commands = 1;
    • addCommandsBuilder

      public Command.Builder addCommandsBuilder(int index)
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsBuilderList

      public List<Command.Builder> getCommandsBuilderList()
      repeated .skywalking.v3.Command commands = 1;
    • setUnknownFields

      public final Commands.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
    • mergeUnknownFields

      public final Commands.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>