接口 CommandsOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Commands,Commands.Builder
public interface CommandsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getCommands(int index) repeated .skywalking.v3.Command commands = 1;intrepeated .skywalking.v3.Command commands = 1;repeated .skywalking.v3.Command commands = 1;getCommandsOrBuilder(int index) repeated .skywalking.v3.Command commands = 1;List<? extends CommandOrBuilder>repeated .skywalking.v3.Command commands = 1;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getCommandsList
repeated .skywalking.v3.Command commands = 1; -
getCommands
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
repeated .skywalking.v3.Command commands = 1;
-