Uses of Class
org.yamcs.protobuf.Cop1Config
-
Packages that use Cop1Config Package Description org.yamcs.protobuf -
-
Uses of Cop1Config in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Cop1Config Modifier and Type Field Description static com.google.protobuf.Parser<Cop1Config>Cop1Config. PARSERDeprecated.Methods in org.yamcs.protobuf that return Cop1Config Modifier and Type Method Description Cop1ConfigCop1Config.Builder. build()Cop1ConfigCop1Config.Builder. buildPartial()Cop1ConfigUpdateConfigRequest.Builder. getCop1Config()optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;Cop1ConfigUpdateConfigRequest. getCop1Config()optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;Cop1ConfigUpdateConfigRequestOrBuilder. getCop1Config()optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;static Cop1ConfigCop1Config. getDefaultInstance()Cop1ConfigCop1Config.Builder. getDefaultInstanceForType()Cop1ConfigCop1Config. getDefaultInstanceForType()static Cop1ConfigCop1Config. parseDelimitedFrom(InputStream input)static Cop1ConfigCop1Config. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cop1ConfigCop1Config. parseFrom(byte[] data)static Cop1ConfigCop1Config. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cop1ConfigCop1Config. parseFrom(com.google.protobuf.ByteString data)static Cop1ConfigCop1Config. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cop1ConfigCop1Config. parseFrom(com.google.protobuf.CodedInputStream input)static Cop1ConfigCop1Config. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cop1ConfigCop1Config. parseFrom(InputStream input)static Cop1ConfigCop1Config. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cop1ConfigCop1Config. parseFrom(ByteBuffer data)static Cop1ConfigCop1Config. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Cop1Config Modifier and Type Method Description com.google.protobuf.Parser<Cop1Config>Cop1Config. getParserForType()static com.google.protobuf.Parser<Cop1Config>Cop1Config. parser()Methods in org.yamcs.protobuf with parameters of type Cop1Config Modifier and Type Method Description UpdateConfigRequest.BuilderUpdateConfigRequest.Builder. mergeCop1Config(Cop1Config value)optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;Cop1Config.BuilderCop1Config.Builder. mergeFrom(Cop1Config other)static Cop1Config.BuilderCop1Config. newBuilder(Cop1Config prototype)UpdateConfigRequest.BuilderUpdateConfigRequest.Builder. setCop1Config(Cop1Config value)optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;Method parameters in org.yamcs.protobuf with type arguments of type Cop1Config Modifier and Type Method Description abstract voidAbstractCop1Api. getConfig(T ctx, GetConfigRequest request, Observer<Cop1Config> observer)Get COP-1 configurationvoidCop1ApiClient. getConfig(Void ctx, GetConfigRequest request, Observer<Cop1Config> observer)Get COP-1 configurationabstract voidAbstractCop1Api. updateConfig(T ctx, UpdateConfigRequest request, Observer<Cop1Config> observer)Update configuration settingsvoidCop1ApiClient. updateConfig(Void ctx, UpdateConfigRequest request, Observer<Cop1Config> observer)Update configuration settings
-