Uses of Class
org.yamcs.protobuf.StartServiceRequest
-
Uses of StartServiceRequest in org.yamcs.http.api
Modifier and TypeMethodDescriptionvoid
ServicesApi.startService
(Context ctx, StartServiceRequest request, Observer<com.google.protobuf.Empty> observer) -
Uses of StartServiceRequest in org.yamcs.protobuf
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.getParserForType()
static com.google.protobuf.Parser<StartServiceRequest>
StartServiceRequest.parser()
Modifier 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