Uses of Class
org.apache.skywalking.apm.network.common.v3.Commands.Builder
Packages that use Commands.Builder
-
Uses of Commands.Builder in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return Commands.BuilderModifier and TypeMethodDescriptionCommands.Builder.addAllCommands(Iterable<? extends Command> values) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(int index, Command value) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(int index, Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(Command value) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Commands.Builder.clear()Commands.Builder.clearCommands()repeated .skywalking.v3.Command commands = 1;Commands.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Commands.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Commands.Builder.clone()Commands.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Commands.Builder.mergeFrom(com.google.protobuf.Message other) final Commands.BuilderCommands.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Commands.BuilderCommands.newBuilder()static Commands.BuilderCommands.newBuilder(Commands prototype) Commands.newBuilderForType()protected Commands.BuilderCommands.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Commands.Builder.removeCommands(int index) repeated .skywalking.v3.Command commands = 1;Commands.Builder.setCommands(int index, Command value) repeated .skywalking.v3.Command commands = 1;Commands.Builder.setCommands(int index, Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1;Commands.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Commands.BuilderCommands.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Commands.toBuilder()