Interface CommandsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Commands, Commands.Builder

public interface CommandsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCommands(int index)
    repeated .skywalking.v3.Command commands = 1;
    int
    repeated .skywalking.v3.Command commands = 1;
    repeated .skywalking.v3.Command commands = 1;
    repeated .skywalking.v3.Command commands = 1;
    repeated .skywalking.v3.Command commands = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCommandsList

      List<Command> getCommandsList()
      repeated .skywalking.v3.Command commands = 1;
    • getCommands

      Command getCommands(int index)
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsCount

      int getCommandsCount()
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsOrBuilderList

      List<? extends CommandOrBuilder> getCommandsOrBuilderList()
      repeated .skywalking.v3.Command commands = 1;
    • getCommandsOrBuilder

      CommandOrBuilder getCommandsOrBuilder(int index)
      repeated .skywalking.v3.Command commands = 1;