Uses of Class
org.yamcs.tse.api.TseCommandResponse.Builder
Packages that use TseCommandResponse.Builder
-
Uses of TseCommandResponse.Builder in org.yamcs.tse.api
Methods in org.yamcs.tse.api that return TseCommandResponse.BuilderModifier and TypeMethodDescriptionTseCommandResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TseCommandResponse.Builder.clear()TseCommandResponse.Builder.clearErrorMessage()optional string errorMessage = 3;TseCommandResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TseCommandResponse.Builder.clearId()optional .yamcs.protobuf.commanding.CommandId id = 1;TseCommandResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TseCommandResponse.Builder.clearSuccess()optional bool success = 2;TseCommandResponse.Builder.clone()TseCommanderMessage.Builder.getCommandResponseBuilder()optional .yamcs.protobuf.tse.TseCommandResponse commandResponse = 1;TseCommandResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TseCommandResponse.Builder.mergeFrom(com.google.protobuf.Message other) TseCommandResponse.Builder.mergeFrom(TseCommandResponse other) TseCommandResponse.Builder.mergeId(Commanding.CommandId value) optional .yamcs.protobuf.commanding.CommandId id = 1;TseCommandResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TseCommandResponse.BuilderTseCommandResponse.newBuilder()static TseCommandResponse.BuilderTseCommandResponse.newBuilder(TseCommandResponse prototype) TseCommandResponse.newBuilderForType()protected TseCommandResponse.BuilderTseCommandResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TseCommandResponse.Builder.setErrorMessage(String value) optional string errorMessage = 3;TseCommandResponse.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value) optional string errorMessage = 3;TseCommandResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TseCommandResponse.Builder.setId(Commanding.CommandId value) optional .yamcs.protobuf.commanding.CommandId id = 1;TseCommandResponse.Builder.setId(Commanding.CommandId.Builder builderForValue) optional .yamcs.protobuf.commanding.CommandId id = 1;TseCommandResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TseCommandResponse.Builder.setSuccess(boolean value) optional bool success = 2;TseCommandResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TseCommandResponse.toBuilder()Methods in org.yamcs.tse.api with parameters of type TseCommandResponse.BuilderModifier and TypeMethodDescriptionTseCommanderMessage.Builder.setCommandResponse(TseCommandResponse.Builder builderForValue) optional .yamcs.protobuf.tse.TseCommandResponse commandResponse = 1;