Uses of Class
org.yamcs.protobuf.AddBandRequest
Packages that use AddBandRequest
-
Uses of AddBandRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type AddBandRequestModifier and TypeMethodDescriptionvoid
TimelineApi.addBand
(Context ctx, AddBandRequest request, Observer<TimelineBand> observer) -
Uses of AddBandRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type AddBandRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<AddBandRequest>
AddBandRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return AddBandRequestModifier and TypeMethodDescriptionAddBandRequest.Builder.build()
AddBandRequest.Builder.buildPartial()
static AddBandRequest
AddBandRequest.getDefaultInstance()
AddBandRequest.Builder.getDefaultInstanceForType()
AddBandRequest.getDefaultInstanceForType()
static AddBandRequest
AddBandRequest.parseDelimitedFrom
(InputStream input) static AddBandRequest
AddBandRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddBandRequest
AddBandRequest.parseFrom
(byte[] data) static AddBandRequest
AddBandRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddBandRequest
AddBandRequest.parseFrom
(com.google.protobuf.ByteString data) static AddBandRequest
AddBandRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddBandRequest
AddBandRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static AddBandRequest
AddBandRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddBandRequest
AddBandRequest.parseFrom
(InputStream input) static AddBandRequest
AddBandRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddBandRequest
AddBandRequest.parseFrom
(ByteBuffer data) static AddBandRequest
AddBandRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type AddBandRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AddBandRequest>
AddBandRequest.getParserForType()
static com.google.protobuf.Parser<AddBandRequest>
AddBandRequest.parser()
Methods in org.yamcs.protobuf with parameters of type AddBandRequestModifier and TypeMethodDescriptionabstract void
AbstractTimelineApi.addBand
(T ctx, AddBandRequest request, Observer<TimelineBand> observer) Add a bandfinal void
TimelineApiClient.addBand
(Void ctx, AddBandRequest request, Observer<TimelineBand> observer) Add a bandAddBandRequest.Builder.mergeFrom
(AddBandRequest other) static AddBandRequest.Builder
AddBandRequest.newBuilder
(AddBandRequest prototype)