Uses of Class
org.yamcs.protobuf.StartServiceRequest
Packages that use StartServiceRequest
-
Uses of StartServiceRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type StartServiceRequestModifier and TypeMethodDescriptionvoid
ServicesApi.startService
(Context ctx, StartServiceRequest request, Observer<com.google.protobuf.Empty> observer) -
Uses of StartServiceRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type StartServiceRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return StartServiceRequestModifier and TypeMethodDescriptionStartServiceRequest.Builder.build()
StartServiceRequest.Builder.buildPartial()
static StartServiceRequest
StartServiceRequest.getDefaultInstance()
StartServiceRequest.Builder.getDefaultInstanceForType()
StartServiceRequest.getDefaultInstanceForType()
static StartServiceRequest
StartServiceRequest.parseDelimitedFrom
(InputStream input) static StartServiceRequest
StartServiceRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StartServiceRequest
StartServiceRequest.parseFrom
(byte[] data) static StartServiceRequest
StartServiceRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StartServiceRequest
StartServiceRequest.parseFrom
(com.google.protobuf.ByteString data) static StartServiceRequest
StartServiceRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StartServiceRequest
StartServiceRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static StartServiceRequest
StartServiceRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StartServiceRequest
StartServiceRequest.parseFrom
(InputStream input) static StartServiceRequest
StartServiceRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StartServiceRequest
StartServiceRequest.parseFrom
(ByteBuffer data) static StartServiceRequest
StartServiceRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type StartServiceRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.getParserForType()
static com.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.parser()
Methods in org.yamcs.protobuf with parameters of type StartServiceRequestModifier and TypeMethodDescriptionStartServiceRequest.Builder.mergeFrom
(StartServiceRequest other) static StartServiceRequest.Builder
StartServiceRequest.newBuilder
(StartServiceRequest prototype) abstract void
AbstractServicesApi.startService
(T ctx, StartServiceRequest request, Observer<com.google.protobuf.Empty> observer) Start a servicefinal void
ServicesApiClient.startService
(Void ctx, StartServiceRequest request, Observer<com.google.protobuf.Empty> observer) Start a service