commanding

package
v0.0.0-...-6850833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: LGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_CommandQueueRequest_Rebuild = bool(false)
)

Default values for CommandQueueRequest fields.

Variables

View Source
var (
	QueueState_name = map[int32]string{
		1: "BLOCKED",
		2: "DISABLED",
		3: "ENABLED",
	}
	QueueState_value = map[string]int32{
		"BLOCKED":  1,
		"DISABLED": 2,
		"ENABLED":  3,
	}
)

Enum value maps for QueueState.

View Source
var (
	CommandQueueEvent_Type_name = map[int32]string{
		1: "COMMAND_ADDED",
		2: "COMMAND_REJECTED",
		3: "COMMAND_SENT",
		4: "COMMAND_UPDATED",
	}
	CommandQueueEvent_Type_value = map[string]int32{
		"COMMAND_ADDED":    1,
		"COMMAND_REJECTED": 2,
		"COMMAND_SENT":     3,
		"COMMAND_UPDATED":  4,
	}
)

Enum value maps for CommandQueueEvent_Type.

View Source
var File_yamcs_protobuf_commanding_clearance_service_proto protoreflect.FileDescriptor
View Source
var File_yamcs_protobuf_commanding_commanding_proto protoreflect.FileDescriptor
View Source
var File_yamcs_protobuf_commanding_commands_service_proto protoreflect.FileDescriptor
View Source
var File_yamcs_protobuf_commanding_queues_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcceptCommandRequest

type AcceptCommandRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// Command identifier.
	Command *string `protobuf:"bytes,4,opt,name=command" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptCommandRequest) Descriptor deprecated

func (*AcceptCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcceptCommandRequest.ProtoReflect.Descriptor instead.

func (*AcceptCommandRequest) GetCommand

func (x *AcceptCommandRequest) GetCommand() string

func (*AcceptCommandRequest) GetInstance

func (x *AcceptCommandRequest) GetInstance() string

func (*AcceptCommandRequest) GetProcessor

func (x *AcceptCommandRequest) GetProcessor() string

func (*AcceptCommandRequest) GetQueue

func (x *AcceptCommandRequest) GetQueue() string

func (*AcceptCommandRequest) ProtoMessage

func (*AcceptCommandRequest) ProtoMessage()

func (*AcceptCommandRequest) ProtoReflect

func (x *AcceptCommandRequest) ProtoReflect() protoreflect.Message

func (*AcceptCommandRequest) Reset

func (x *AcceptCommandRequest) Reset()

func (*AcceptCommandRequest) String

func (x *AcceptCommandRequest) String() string

type BlockQueueRequest

type BlockQueueRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockQueueRequest) Descriptor deprecated

func (*BlockQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use BlockQueueRequest.ProtoReflect.Descriptor instead.

func (*BlockQueueRequest) GetInstance

func (x *BlockQueueRequest) GetInstance() string

func (*BlockQueueRequest) GetProcessor

func (x *BlockQueueRequest) GetProcessor() string

func (*BlockQueueRequest) GetQueue

func (x *BlockQueueRequest) GetQueue() string

func (*BlockQueueRequest) ProtoMessage

func (*BlockQueueRequest) ProtoMessage()

func (*BlockQueueRequest) ProtoReflect

func (x *BlockQueueRequest) ProtoReflect() protoreflect.Message

func (*BlockQueueRequest) Reset

func (x *BlockQueueRequest) Reset()

func (*BlockQueueRequest) String

func (x *BlockQueueRequest) String() string

type ClearanceInfo

type ClearanceInfo struct {
	Username             *string                                     `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	Level                *mdb.SignificanceInfo_SignificanceLevelType `protobuf:"varint,2,opt,name=level,enum=yamcs.protobuf.mdb.SignificanceInfo_SignificanceLevelType" json:"level,omitempty"`
	IssuedBy             *string                                     `protobuf:"bytes,3,opt,name=issuedBy" json:"issuedBy,omitempty"`
	IssueTime            *timestamp.Timestamp                        `protobuf:"bytes,4,opt,name=issueTime" json:"issueTime,omitempty"`
	HasCommandPrivileges *bool                                       `protobuf:"varint,5,opt,name=hasCommandPrivileges" json:"hasCommandPrivileges,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearanceInfo) Descriptor deprecated

func (*ClearanceInfo) Descriptor() ([]byte, []int)

Deprecated: Use ClearanceInfo.ProtoReflect.Descriptor instead.

func (*ClearanceInfo) GetHasCommandPrivileges

func (x *ClearanceInfo) GetHasCommandPrivileges() bool

func (*ClearanceInfo) GetIssueTime

func (x *ClearanceInfo) GetIssueTime() *timestamp.Timestamp

func (*ClearanceInfo) GetIssuedBy

func (x *ClearanceInfo) GetIssuedBy() string

func (*ClearanceInfo) GetLevel

func (*ClearanceInfo) GetUsername

func (x *ClearanceInfo) GetUsername() string

func (*ClearanceInfo) ProtoMessage

func (*ClearanceInfo) ProtoMessage()

func (*ClearanceInfo) ProtoReflect

func (x *ClearanceInfo) ProtoReflect() protoreflect.Message

func (*ClearanceInfo) Reset

func (x *ClearanceInfo) Reset()

func (*ClearanceInfo) String

func (x *ClearanceInfo) String() string

type CommandAssignment

type CommandAssignment struct {
	Name      *string         `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value     *protobuf.Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	UserInput *bool           `protobuf:"varint,3,opt,name=userInput" json:"userInput,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandAssignment) Descriptor deprecated

func (*CommandAssignment) Descriptor() ([]byte, []int)

Deprecated: Use CommandAssignment.ProtoReflect.Descriptor instead.

func (*CommandAssignment) GetName

func (x *CommandAssignment) GetName() string

func (*CommandAssignment) GetUserInput

func (x *CommandAssignment) GetUserInput() bool

func (*CommandAssignment) GetValue

func (x *CommandAssignment) GetValue() *protobuf.Value

func (*CommandAssignment) ProtoMessage

func (*CommandAssignment) ProtoMessage()

func (*CommandAssignment) ProtoReflect

func (x *CommandAssignment) ProtoReflect() protoreflect.Message

func (*CommandAssignment) Reset

func (x *CommandAssignment) Reset()

func (*CommandAssignment) String

func (x *CommandAssignment) String() string

type CommandHistoryAttribute

type CommandHistoryAttribute struct {
	Name  *string         `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value *protobuf.Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Time  *int64          `protobuf:"varint,3,opt,name=time" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandHistoryAttribute) Descriptor deprecated

func (*CommandHistoryAttribute) Descriptor() ([]byte, []int)

Deprecated: Use CommandHistoryAttribute.ProtoReflect.Descriptor instead.

func (*CommandHistoryAttribute) GetName

func (x *CommandHistoryAttribute) GetName() string

func (*CommandHistoryAttribute) GetTime

func (x *CommandHistoryAttribute) GetTime() int64

func (*CommandHistoryAttribute) GetValue

func (x *CommandHistoryAttribute) GetValue() *protobuf.Value

func (*CommandHistoryAttribute) ProtoMessage

func (*CommandHistoryAttribute) ProtoMessage()

func (*CommandHistoryAttribute) ProtoReflect

func (x *CommandHistoryAttribute) ProtoReflect() protoreflect.Message

func (*CommandHistoryAttribute) Reset

func (x *CommandHistoryAttribute) Reset()

func (*CommandHistoryAttribute) String

func (x *CommandHistoryAttribute) String() string

type CommandHistoryEntry

type CommandHistoryEntry struct {
	Id *string `protobuf:"bytes,7,opt,name=id" json:"id,omitempty"`
	// Qualified name
	CommandName *string `protobuf:"bytes,8,opt,name=commandName" json:"commandName,omitempty"`
	// Name aliases keyed by namespace.
	// (as currently present in Mission Database)
	Aliases        map[string]string          `` /* 135-byte string literal not displayed */
	Origin         *string                    `protobuf:"bytes,9,opt,name=origin" json:"origin,omitempty"`
	SequenceNumber *int32                     `protobuf:"varint,10,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	CommandId      *CommandId                 `protobuf:"bytes,1,opt,name=commandId" json:"commandId,omitempty"`
	Attr           []*CommandHistoryAttribute `protobuf:"bytes,3,rep,name=attr" json:"attr,omitempty"`
	GenerationTime *timestamp.Timestamp       `protobuf:"bytes,6,opt,name=generationTime" json:"generationTime,omitempty"`
	Assignments    []*CommandAssignment       `protobuf:"bytes,11,rep,name=assignments" json:"assignments,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandHistoryEntry) Descriptor deprecated

func (*CommandHistoryEntry) Descriptor() ([]byte, []int)

Deprecated: Use CommandHistoryEntry.ProtoReflect.Descriptor instead.

func (*CommandHistoryEntry) GetAliases

func (x *CommandHistoryEntry) GetAliases() map[string]string

func (*CommandHistoryEntry) GetAssignments

func (x *CommandHistoryEntry) GetAssignments() []*CommandAssignment

func (*CommandHistoryEntry) GetAttr

func (*CommandHistoryEntry) GetCommandId

func (x *CommandHistoryEntry) GetCommandId() *CommandId

func (*CommandHistoryEntry) GetCommandName

func (x *CommandHistoryEntry) GetCommandName() string

func (*CommandHistoryEntry) GetGenerationTime

func (x *CommandHistoryEntry) GetGenerationTime() *timestamp.Timestamp

func (*CommandHistoryEntry) GetId

func (x *CommandHistoryEntry) GetId() string

func (*CommandHistoryEntry) GetOrigin

func (x *CommandHistoryEntry) GetOrigin() string

func (*CommandHistoryEntry) GetSequenceNumber

func (x *CommandHistoryEntry) GetSequenceNumber() int32

func (*CommandHistoryEntry) ProtoMessage

func (*CommandHistoryEntry) ProtoMessage()

func (*CommandHistoryEntry) ProtoReflect

func (x *CommandHistoryEntry) ProtoReflect() protoreflect.Message

func (*CommandHistoryEntry) Reset

func (x *CommandHistoryEntry) Reset()

func (*CommandHistoryEntry) String

func (x *CommandHistoryEntry) String() string

type CommandId

type CommandId struct {
	GenerationTime *int64  `protobuf:"varint,1,req,name=generationTime" json:"generationTime,omitempty"`
	Origin         *string `protobuf:"bytes,2,req,name=origin" json:"origin,omitempty"`
	SequenceNumber *int32  `protobuf:"varint,3,req,name=sequenceNumber" json:"sequenceNumber,omitempty"` //unique in relation to generationTime and origin
	CommandName    *string `protobuf:"bytes,4,opt,name=commandName" json:"commandName,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandId) Descriptor deprecated

func (*CommandId) Descriptor() ([]byte, []int)

Deprecated: Use CommandId.ProtoReflect.Descriptor instead.

func (*CommandId) GetCommandName

func (x *CommandId) GetCommandName() string

func (*CommandId) GetGenerationTime

func (x *CommandId) GetGenerationTime() int64

func (*CommandId) GetOrigin

func (x *CommandId) GetOrigin() string

func (*CommandId) GetSequenceNumber

func (x *CommandId) GetSequenceNumber() int32

func (*CommandId) ProtoMessage

func (*CommandId) ProtoMessage()

func (*CommandId) ProtoReflect

func (x *CommandId) ProtoReflect() protoreflect.Message

func (*CommandId) Reset

func (x *CommandId) Reset()

func (*CommandId) String

func (x *CommandId) String() string

type CommandQueueEntry

type CommandQueueEntry struct {
	Instance       *string              `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	ProcessorName  *string              `protobuf:"bytes,2,opt,name=processorName" json:"processorName,omitempty"`
	QueueName      *string              `protobuf:"bytes,3,opt,name=queueName" json:"queueName,omitempty"`
	Id             *string              `protobuf:"bytes,14,opt,name=id" json:"id,omitempty"`
	Origin         *string              `protobuf:"bytes,15,opt,name=origin" json:"origin,omitempty"`
	SequenceNumber *int32               `protobuf:"varint,16,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	CommandName    *string              `protobuf:"bytes,17,opt,name=commandName" json:"commandName,omitempty"`
	Assignments    []*CommandAssignment `protobuf:"bytes,18,rep,name=assignments" json:"assignments,omitempty"`
	Binary         []byte               `protobuf:"bytes,6,opt,name=binary" json:"binary,omitempty"`
	Username       *string              `protobuf:"bytes,7,opt,name=username" json:"username,omitempty"`
	Comment        *string              `protobuf:"bytes,11,opt,name=comment" json:"comment,omitempty"`
	GenerationTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=generationTime" json:"generationTime,omitempty"`
	// If true, the command has been accepted and is due for release
	// as soon as transmission constraints are satisfied.
	PendingTransmissionConstraints *bool `protobuf:"varint,13,opt,name=pendingTransmissionConstraints" json:"pendingTransmissionConstraints,omitempty"`
	// contains filtered or unexported fields
}

One entry (command) in the command queue

func (*CommandQueueEntry) Descriptor deprecated

func (*CommandQueueEntry) Descriptor() ([]byte, []int)

Deprecated: Use CommandQueueEntry.ProtoReflect.Descriptor instead.

func (*CommandQueueEntry) GetAssignments

func (x *CommandQueueEntry) GetAssignments() []*CommandAssignment

func (*CommandQueueEntry) GetBinary

func (x *CommandQueueEntry) GetBinary() []byte

func (*CommandQueueEntry) GetCommandName

func (x *CommandQueueEntry) GetCommandName() string

func (*CommandQueueEntry) GetComment

func (x *CommandQueueEntry) GetComment() string

func (*CommandQueueEntry) GetGenerationTime

func (x *CommandQueueEntry) GetGenerationTime() *timestamp.Timestamp

func (*CommandQueueEntry) GetId

func (x *CommandQueueEntry) GetId() string

func (*CommandQueueEntry) GetInstance

func (x *CommandQueueEntry) GetInstance() string

func (*CommandQueueEntry) GetOrigin

func (x *CommandQueueEntry) GetOrigin() string

func (*CommandQueueEntry) GetPendingTransmissionConstraints

func (x *CommandQueueEntry) GetPendingTransmissionConstraints() bool

func (*CommandQueueEntry) GetProcessorName

func (x *CommandQueueEntry) GetProcessorName() string

func (*CommandQueueEntry) GetQueueName

func (x *CommandQueueEntry) GetQueueName() string

func (*CommandQueueEntry) GetSequenceNumber

func (x *CommandQueueEntry) GetSequenceNumber() int32

func (*CommandQueueEntry) GetUsername

func (x *CommandQueueEntry) GetUsername() string

func (*CommandQueueEntry) ProtoMessage

func (*CommandQueueEntry) ProtoMessage()

func (*CommandQueueEntry) ProtoReflect

func (x *CommandQueueEntry) ProtoReflect() protoreflect.Message

func (*CommandQueueEntry) Reset

func (x *CommandQueueEntry) Reset()

func (*CommandQueueEntry) String

func (x *CommandQueueEntry) String() string

type CommandQueueEvent

type CommandQueueEvent struct {
	Type *CommandQueueEvent_Type `protobuf:"varint,1,opt,name=type,enum=yamcs.protobuf.commanding.CommandQueueEvent_Type" json:"type,omitempty"`
	Data *CommandQueueEntry      `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandQueueEvent) Descriptor deprecated

func (*CommandQueueEvent) Descriptor() ([]byte, []int)

Deprecated: Use CommandQueueEvent.ProtoReflect.Descriptor instead.

func (*CommandQueueEvent) GetData

func (x *CommandQueueEvent) GetData() *CommandQueueEntry

func (*CommandQueueEvent) GetType

func (*CommandQueueEvent) ProtoMessage

func (*CommandQueueEvent) ProtoMessage()

func (*CommandQueueEvent) ProtoReflect

func (x *CommandQueueEvent) ProtoReflect() protoreflect.Message

func (*CommandQueueEvent) Reset

func (x *CommandQueueEvent) Reset()

func (*CommandQueueEvent) String

func (x *CommandQueueEvent) String() string

type CommandQueueEvent_Type

type CommandQueueEvent_Type int32
const (
	CommandQueueEvent_COMMAND_ADDED    CommandQueueEvent_Type = 1
	CommandQueueEvent_COMMAND_REJECTED CommandQueueEvent_Type = 2
	CommandQueueEvent_COMMAND_SENT     CommandQueueEvent_Type = 3
	CommandQueueEvent_COMMAND_UPDATED  CommandQueueEvent_Type = 4
)

func (CommandQueueEvent_Type) Descriptor

func (CommandQueueEvent_Type) Enum

func (CommandQueueEvent_Type) EnumDescriptor deprecated

func (CommandQueueEvent_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommandQueueEvent_Type.Descriptor instead.

func (CommandQueueEvent_Type) Number

func (CommandQueueEvent_Type) String

func (x CommandQueueEvent_Type) String() string

func (CommandQueueEvent_Type) Type

func (*CommandQueueEvent_Type) UnmarshalJSON deprecated

func (x *CommandQueueEvent_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CommandQueueInfo

type CommandQueueInfo struct {

	// Yamcs instance name
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name
	ProcessorName *string `protobuf:"bytes,2,opt,name=processorName" json:"processorName,omitempty"`
	// Command queue name
	Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	// Current queue state
	State *QueueState `protobuf:"varint,4,opt,name=state,enum=yamcs.protobuf.commanding.QueueState" json:"state,omitempty"`
	// Renamed to “acceptedCommandsCount“
	//
	// Deprecated: Do not use.
	NbSentCommands *int32 `protobuf:"varint,5,opt,name=nbSentCommands" json:"nbSentCommands,omitempty"`
	// Renamed to “rejectedCommandsCount“
	//
	// Deprecated: Do not use.
	NbRejectedCommands *int32 `protobuf:"varint,6,opt,name=nbRejectedCommands" json:"nbRejectedCommands,omitempty"`
	// Deprecated: Do not use.
	StateExpirationTimeS *int32 `protobuf:"varint,7,opt,name=stateExpirationTimeS" json:"stateExpirationTimeS,omitempty"`
	// Renamed to “entries“
	//
	// Deprecated: Do not use.
	Entry []*CommandQueueEntry `protobuf:"bytes,8,rep,name=entry" json:"entry,omitempty"`
	// Submitted commands are matches to the first queue that
	// whose filter criteria (if any) match the command's
	// features. Queues are considered in the order specified by
	// this field, going from lowest to highest.
	Order *int32 `protobuf:"varint,9,opt,name=order" json:"order,omitempty"`
	// This queue only considers commands that are issued
	// by one of the users in this list.
	//
	// If the list is empty, all commands are considered.
	//
	// Note that users/groups are considered at the same time
	// (a match with any of the two is sufficient).
	Users []string `protobuf:"bytes,10,rep,name=users" json:"users,omitempty"`
	// This queue only considers commands that are issued
	// by one of the users who belongs to any of these groups.
	//
	// If the list is empty, all commands are considered.
	//
	// Note that users/groups are considered at the same time
	// (a match with any of the two is sufficient).
	Groups []string `protobuf:"bytes,11,rep,name=groups" json:"groups,omitempty"`
	// This queue only considers commands that are at least
	// as significant as this level.
	MinLevel *mdb.SignificanceInfo_SignificanceLevelType `` /* 127-byte string literal not displayed */
	// This queue only considers commands whose qualified name
	// matches any of the regular expressions in this list.
	//
	// If the list is empty, all commands are considered.
	TcPatterns []string `protobuf:"bytes,13,rep,name=tcPatterns" json:"tcPatterns,omitempty"`
	// Currently pending (queued) commands
	Entries []*CommandQueueEntry `protobuf:"bytes,14,rep,name=entries" json:"entries,omitempty"`
	// Number of commands that successfully passed through this queue.
	AcceptedCommandsCount *int32 `protobuf:"varint,15,opt,name=acceptedCommandsCount" json:"acceptedCommandsCount,omitempty"`
	// Number of commands that were rejected by this queue.
	RejectedCommandsCount *int32 `protobuf:"varint,16,opt,name=rejectedCommandsCount" json:"rejectedCommandsCount,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandQueueInfo) Descriptor deprecated

func (*CommandQueueInfo) Descriptor() ([]byte, []int)

Deprecated: Use CommandQueueInfo.ProtoReflect.Descriptor instead.

func (*CommandQueueInfo) GetAcceptedCommandsCount

func (x *CommandQueueInfo) GetAcceptedCommandsCount() int32

func (*CommandQueueInfo) GetEntries

func (x *CommandQueueInfo) GetEntries() []*CommandQueueEntry

func (*CommandQueueInfo) GetEntry deprecated

func (x *CommandQueueInfo) GetEntry() []*CommandQueueEntry

Deprecated: Do not use.

func (*CommandQueueInfo) GetGroups

func (x *CommandQueueInfo) GetGroups() []string

func (*CommandQueueInfo) GetInstance

func (x *CommandQueueInfo) GetInstance() string

func (*CommandQueueInfo) GetMinLevel

func (*CommandQueueInfo) GetName

func (x *CommandQueueInfo) GetName() string

func (*CommandQueueInfo) GetNbRejectedCommands deprecated

func (x *CommandQueueInfo) GetNbRejectedCommands() int32

Deprecated: Do not use.

func (*CommandQueueInfo) GetNbSentCommands deprecated

func (x *CommandQueueInfo) GetNbSentCommands() int32

Deprecated: Do not use.

func (*CommandQueueInfo) GetOrder

func (x *CommandQueueInfo) GetOrder() int32

func (*CommandQueueInfo) GetProcessorName

func (x *CommandQueueInfo) GetProcessorName() string

func (*CommandQueueInfo) GetRejectedCommandsCount

func (x *CommandQueueInfo) GetRejectedCommandsCount() int32

func (*CommandQueueInfo) GetState

func (x *CommandQueueInfo) GetState() QueueState

func (*CommandQueueInfo) GetStateExpirationTimeS deprecated

func (x *CommandQueueInfo) GetStateExpirationTimeS() int32

Deprecated: Do not use.

func (*CommandQueueInfo) GetTcPatterns

func (x *CommandQueueInfo) GetTcPatterns() []string

func (*CommandQueueInfo) GetUsers

func (x *CommandQueueInfo) GetUsers() []string

func (*CommandQueueInfo) ProtoMessage

func (*CommandQueueInfo) ProtoMessage()

func (*CommandQueueInfo) ProtoReflect

func (x *CommandQueueInfo) ProtoReflect() protoreflect.Message

func (*CommandQueueInfo) Reset

func (x *CommandQueueInfo) Reset()

func (*CommandQueueInfo) String

func (x *CommandQueueInfo) String() string

type CommandQueueRequest

type CommandQueueRequest struct {
	QueueInfo  *CommandQueueInfo  `protobuf:"bytes,1,opt,name=queueInfo" json:"queueInfo,omitempty"`    // for SetQueueState
	QueueEntry *CommandQueueEntry `protobuf:"bytes,2,opt,name=queueEntry" json:"queueEntry,omitempty"`  //for SendCommand and RejectCommand
	Rebuild    *bool              `protobuf:"varint,3,opt,name=rebuild,def=0" json:"rebuild,omitempty"` //if rebuild is true, the binary packet will be recreated to include new time and sequence count
	// contains filtered or unexported fields
}

func (*CommandQueueRequest) Descriptor deprecated

func (*CommandQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use CommandQueueRequest.ProtoReflect.Descriptor instead.

func (*CommandQueueRequest) GetQueueEntry

func (x *CommandQueueRequest) GetQueueEntry() *CommandQueueEntry

func (*CommandQueueRequest) GetQueueInfo

func (x *CommandQueueRequest) GetQueueInfo() *CommandQueueInfo

func (*CommandQueueRequest) GetRebuild

func (x *CommandQueueRequest) GetRebuild() bool

func (*CommandQueueRequest) ProtoMessage

func (*CommandQueueRequest) ProtoMessage()

func (*CommandQueueRequest) ProtoReflect

func (x *CommandQueueRequest) ProtoReflect() protoreflect.Message

func (*CommandQueueRequest) Reset

func (x *CommandQueueRequest) Reset()

func (*CommandQueueRequest) String

func (x *CommandQueueRequest) String() string

type CommandSignificance

type CommandSignificance struct {
	SequenceNumber *int32                `protobuf:"varint,1,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"` //the sequence number of the command sent
	Significance   *mdb.SignificanceInfo `protobuf:"bytes,2,opt,name=significance" json:"significance,omitempty"`
	// contains filtered or unexported fields
}

this message is sent as response to validate, in case the significance is defined for a commands

func (*CommandSignificance) Descriptor deprecated

func (*CommandSignificance) Descriptor() ([]byte, []int)

Deprecated: Use CommandSignificance.ProtoReflect.Descriptor instead.

func (*CommandSignificance) GetSequenceNumber

func (x *CommandSignificance) GetSequenceNumber() int32

func (*CommandSignificance) GetSignificance

func (x *CommandSignificance) GetSignificance() *mdb.SignificanceInfo

func (*CommandSignificance) ProtoMessage

func (*CommandSignificance) ProtoMessage()

func (*CommandSignificance) ProtoReflect

func (x *CommandSignificance) ProtoReflect() protoreflect.Message

func (*CommandSignificance) Reset

func (x *CommandSignificance) Reset()

func (*CommandSignificance) String

func (x *CommandSignificance) String() string

type DeleteClearanceRequest

type DeleteClearanceRequest struct {
	Username *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteClearanceRequest) Descriptor deprecated

func (*DeleteClearanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteClearanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteClearanceRequest) GetUsername

func (x *DeleteClearanceRequest) GetUsername() string

func (*DeleteClearanceRequest) ProtoMessage

func (*DeleteClearanceRequest) ProtoMessage()

func (*DeleteClearanceRequest) ProtoReflect

func (x *DeleteClearanceRequest) ProtoReflect() protoreflect.Message

func (*DeleteClearanceRequest) Reset

func (x *DeleteClearanceRequest) Reset()

func (*DeleteClearanceRequest) String

func (x *DeleteClearanceRequest) String() string

type DisableQueueRequest

type DisableQueueRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableQueueRequest) Descriptor deprecated

func (*DisableQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableQueueRequest.ProtoReflect.Descriptor instead.

func (*DisableQueueRequest) GetInstance

func (x *DisableQueueRequest) GetInstance() string

func (*DisableQueueRequest) GetProcessor

func (x *DisableQueueRequest) GetProcessor() string

func (*DisableQueueRequest) GetQueue

func (x *DisableQueueRequest) GetQueue() string

func (*DisableQueueRequest) ProtoMessage

func (*DisableQueueRequest) ProtoMessage()

func (*DisableQueueRequest) ProtoReflect

func (x *DisableQueueRequest) ProtoReflect() protoreflect.Message

func (*DisableQueueRequest) Reset

func (x *DisableQueueRequest) Reset()

func (*DisableQueueRequest) String

func (x *DisableQueueRequest) String() string

type EnableQueueRequest

type EnableQueueRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableQueueRequest) Descriptor deprecated

func (*EnableQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableQueueRequest.ProtoReflect.Descriptor instead.

func (*EnableQueueRequest) GetInstance

func (x *EnableQueueRequest) GetInstance() string

func (*EnableQueueRequest) GetProcessor

func (x *EnableQueueRequest) GetProcessor() string

func (*EnableQueueRequest) GetQueue

func (x *EnableQueueRequest) GetQueue() string

func (*EnableQueueRequest) ProtoMessage

func (*EnableQueueRequest) ProtoMessage()

func (*EnableQueueRequest) ProtoReflect

func (x *EnableQueueRequest) ProtoReflect() protoreflect.Message

func (*EnableQueueRequest) Reset

func (x *EnableQueueRequest) Reset()

func (*EnableQueueRequest) String

func (x *EnableQueueRequest) String() string

type ExportCommandRequest

type ExportCommandRequest struct {
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	Id       *string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportCommandRequest) Descriptor deprecated

func (*ExportCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExportCommandRequest.ProtoReflect.Descriptor instead.

func (*ExportCommandRequest) GetId

func (x *ExportCommandRequest) GetId() string

func (*ExportCommandRequest) GetInstance

func (x *ExportCommandRequest) GetInstance() string

func (*ExportCommandRequest) ProtoMessage

func (*ExportCommandRequest) ProtoMessage()

func (*ExportCommandRequest) ProtoReflect

func (x *ExportCommandRequest) ProtoReflect() protoreflect.Message

func (*ExportCommandRequest) Reset

func (x *ExportCommandRequest) Reset()

func (*ExportCommandRequest) String

func (x *ExportCommandRequest) String() string

type GetCommandRequest

type GetCommandRequest struct {
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	Id       *string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommandRequest) Descriptor deprecated

func (*GetCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCommandRequest.ProtoReflect.Descriptor instead.

func (*GetCommandRequest) GetId

func (x *GetCommandRequest) GetId() string

func (*GetCommandRequest) GetInstance

func (x *GetCommandRequest) GetInstance() string

func (*GetCommandRequest) ProtoMessage

func (*GetCommandRequest) ProtoMessage()

func (*GetCommandRequest) ProtoReflect

func (x *GetCommandRequest) ProtoReflect() protoreflect.Message

func (*GetCommandRequest) Reset

func (x *GetCommandRequest) Reset()

func (*GetCommandRequest) String

func (x *GetCommandRequest) String() string

type GetQueueRequest

type GetQueueRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueRequest) Descriptor deprecated

func (*GetQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetQueueRequest.ProtoReflect.Descriptor instead.

func (*GetQueueRequest) GetInstance

func (x *GetQueueRequest) GetInstance() string

func (*GetQueueRequest) GetProcessor

func (x *GetQueueRequest) GetProcessor() string

func (*GetQueueRequest) GetQueue

func (x *GetQueueRequest) GetQueue() string

func (*GetQueueRequest) ProtoMessage

func (*GetQueueRequest) ProtoMessage()

func (*GetQueueRequest) ProtoReflect

func (x *GetQueueRequest) ProtoReflect() protoreflect.Message

func (*GetQueueRequest) Reset

func (x *GetQueueRequest) Reset()

func (*GetQueueRequest) String

func (x *GetQueueRequest) String() string

type IssueCommandRequest

type IssueCommandRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,6,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,7,opt,name=processor" json:"processor,omitempty"`
	// Command name.
	Name *string `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
	// The name/value assignments for this command.
	Args *_struct.Struct `protobuf:"bytes,16,opt,name=args" json:"args,omitempty"`
	// The name/value assignments for this command.
	// Deprecated: use “args“ instead.
	//
	// Deprecated: Do not use.
	Assignment []*IssueCommandRequest_Assignment `protobuf:"bytes,1,rep,name=assignment" json:"assignment,omitempty"`
	// The origin of the command. Typically a hostname.
	Origin *string `protobuf:"bytes,2,opt,name=origin" json:"origin,omitempty"`
	// The sequence number as specified by the origin. This gets
	// communicated back in command history and command queue entries,
	// thereby allowing clients to map local with remote command
	// identities.
	SequenceNumber *int32 `protobuf:"varint,3,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	// Whether a response will be returned without actually issuing
	// the command. This is useful when debugging commands.
	// Default “no“
	DryRun *bool `protobuf:"varint,4,opt,name=dryRun" json:"dryRun,omitempty"`
	// Comment attached to this command.
	Comment *string `protobuf:"bytes,5,opt,name=comment" json:"comment,omitempty"`
	// Override the stream on which the command should be sent out.
	//
	// Requires elevated privilege.
	Stream *string `protobuf:"bytes,11,opt,name=stream" json:"stream,omitempty"`
	// Disable verification of all transmission constrains (if any
	// specified in the MDB).
	//
	// Requires elevated privilege.
	DisableTransmissionConstraints *bool `protobuf:"varint,12,opt,name=disableTransmissionConstraints" json:"disableTransmissionConstraints,omitempty"`
	// Disable all post transmission verifiers (if any specified in the MDB)
	//
	// Requires elevated privilege.
	DisableVerifiers *bool `protobuf:"varint,13,opt,name=disableVerifiers" json:"disableVerifiers,omitempty"`
	// Override verifier configuration. Keyed by verifier name
	//
	// Requires elevated privilege.
	VerifierConfig map[string]*VerifierConfig `` /* 149-byte string literal not displayed */
	// Specify custom options for interpretation by non-core extensions.
	// Extensions must register these options against org.yamcs.YamcsServer
	Extra map[string]*protobuf.Value `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IssueCommandRequest) Descriptor deprecated

func (*IssueCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use IssueCommandRequest.ProtoReflect.Descriptor instead.

func (*IssueCommandRequest) GetArgs

func (x *IssueCommandRequest) GetArgs() *_struct.Struct

func (*IssueCommandRequest) GetAssignment deprecated

Deprecated: Do not use.

func (*IssueCommandRequest) GetComment

func (x *IssueCommandRequest) GetComment() string

func (*IssueCommandRequest) GetDisableTransmissionConstraints

func (x *IssueCommandRequest) GetDisableTransmissionConstraints() bool

func (*IssueCommandRequest) GetDisableVerifiers

func (x *IssueCommandRequest) GetDisableVerifiers() bool

func (*IssueCommandRequest) GetDryRun

func (x *IssueCommandRequest) GetDryRun() bool

func (*IssueCommandRequest) GetExtra

func (x *IssueCommandRequest) GetExtra() map[string]*protobuf.Value

func (*IssueCommandRequest) GetInstance

func (x *IssueCommandRequest) GetInstance() string

func (*IssueCommandRequest) GetName

func (x *IssueCommandRequest) GetName() string

func (*IssueCommandRequest) GetOrigin

func (x *IssueCommandRequest) GetOrigin() string

func (*IssueCommandRequest) GetProcessor

func (x *IssueCommandRequest) GetProcessor() string

func (*IssueCommandRequest) GetSequenceNumber

func (x *IssueCommandRequest) GetSequenceNumber() int32

func (*IssueCommandRequest) GetStream

func (x *IssueCommandRequest) GetStream() string

func (*IssueCommandRequest) GetVerifierConfig

func (x *IssueCommandRequest) GetVerifierConfig() map[string]*VerifierConfig

func (*IssueCommandRequest) ProtoMessage

func (*IssueCommandRequest) ProtoMessage()

func (*IssueCommandRequest) ProtoReflect

func (x *IssueCommandRequest) ProtoReflect() protoreflect.Message

func (*IssueCommandRequest) Reset

func (x *IssueCommandRequest) Reset()

func (*IssueCommandRequest) String

func (x *IssueCommandRequest) String() string

type IssueCommandRequest_Assignment

type IssueCommandRequest_Assignment struct {
	Name  *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueCommandRequest_Assignment) Descriptor deprecated

func (*IssueCommandRequest_Assignment) Descriptor() ([]byte, []int)

Deprecated: Use IssueCommandRequest_Assignment.ProtoReflect.Descriptor instead.

func (*IssueCommandRequest_Assignment) GetName

func (*IssueCommandRequest_Assignment) GetValue

func (x *IssueCommandRequest_Assignment) GetValue() string

func (*IssueCommandRequest_Assignment) ProtoMessage

func (*IssueCommandRequest_Assignment) ProtoMessage()

func (*IssueCommandRequest_Assignment) ProtoReflect

func (*IssueCommandRequest_Assignment) Reset

func (x *IssueCommandRequest_Assignment) Reset()

func (*IssueCommandRequest_Assignment) String

type IssueCommandResponse

type IssueCommandResponse struct {
	Id             *string              `protobuf:"bytes,5,opt,name=id" json:"id,omitempty"`
	GenerationTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=generationTime" json:"generationTime,omitempty"`
	Origin         *string              `protobuf:"bytes,7,opt,name=origin" json:"origin,omitempty"`
	SequenceNumber *int32               `protobuf:"varint,8,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	// Qualified name
	CommandName *string `protobuf:"bytes,9,opt,name=commandName" json:"commandName,omitempty"`
	// Name aliases keyed by namespace.
	// (as currently present in Mission Database)
	Aliases           map[string]string    `` /* 135-byte string literal not displayed */
	Assignments       []*CommandAssignment `protobuf:"bytes,12,rep,name=assignments" json:"assignments,omitempty"`
	UnprocessedBinary []byte               `protobuf:"bytes,13,opt,name=unprocessedBinary" json:"unprocessedBinary,omitempty"`
	Binary            []byte               `protobuf:"bytes,4,opt,name=binary" json:"binary,omitempty"`
	Username          *string              `protobuf:"bytes,11,opt,name=username" json:"username,omitempty"`
	Queue             *string              `protobuf:"bytes,10,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueCommandResponse) Descriptor deprecated

func (*IssueCommandResponse) Descriptor() ([]byte, []int)

Deprecated: Use IssueCommandResponse.ProtoReflect.Descriptor instead.

func (*IssueCommandResponse) GetAliases

func (x *IssueCommandResponse) GetAliases() map[string]string

func (*IssueCommandResponse) GetAssignments

func (x *IssueCommandResponse) GetAssignments() []*CommandAssignment

func (*IssueCommandResponse) GetBinary

func (x *IssueCommandResponse) GetBinary() []byte

func (*IssueCommandResponse) GetCommandName

func (x *IssueCommandResponse) GetCommandName() string

func (*IssueCommandResponse) GetGenerationTime

func (x *IssueCommandResponse) GetGenerationTime() *timestamp.Timestamp

func (*IssueCommandResponse) GetId

func (x *IssueCommandResponse) GetId() string

func (*IssueCommandResponse) GetOrigin

func (x *IssueCommandResponse) GetOrigin() string

func (*IssueCommandResponse) GetQueue

func (x *IssueCommandResponse) GetQueue() string

func (*IssueCommandResponse) GetSequenceNumber

func (x *IssueCommandResponse) GetSequenceNumber() int32

func (*IssueCommandResponse) GetUnprocessedBinary

func (x *IssueCommandResponse) GetUnprocessedBinary() []byte

func (*IssueCommandResponse) GetUsername

func (x *IssueCommandResponse) GetUsername() string

func (*IssueCommandResponse) ProtoMessage

func (*IssueCommandResponse) ProtoMessage()

func (*IssueCommandResponse) ProtoReflect

func (x *IssueCommandResponse) ProtoReflect() protoreflect.Message

func (*IssueCommandResponse) Reset

func (x *IssueCommandResponse) Reset()

func (*IssueCommandResponse) String

func (x *IssueCommandResponse) String() string

type ListClearancesResponse

type ListClearancesResponse struct {
	Clearances []*ClearanceInfo `protobuf:"bytes,1,rep,name=clearances" json:"clearances,omitempty"`
	// contains filtered or unexported fields
}

func (*ListClearancesResponse) Descriptor deprecated

func (*ListClearancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListClearancesResponse.ProtoReflect.Descriptor instead.

func (*ListClearancesResponse) GetClearances

func (x *ListClearancesResponse) GetClearances() []*ClearanceInfo

func (*ListClearancesResponse) ProtoMessage

func (*ListClearancesResponse) ProtoMessage()

func (*ListClearancesResponse) ProtoReflect

func (x *ListClearancesResponse) ProtoReflect() protoreflect.Message

func (*ListClearancesResponse) Reset

func (x *ListClearancesResponse) Reset()

func (*ListClearancesResponse) String

func (x *ListClearancesResponse) String() string

type ListCommandsRequest

type ListCommandsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// The zero-based row number at which to start outputting results.
	// Default: “0“
	//
	// This option is deprecated and will be removed in a later version.
	// Use the returned continuationToken instead.
	//
	// Deprecated: Do not use.
	Pos *int64 `protobuf:"varint,2,opt,name=pos" json:"pos,omitempty"`
	// The maximum number of returned records per page. Choose this value too
	// high and you risk hitting the maximum response size limit enforced by
	// the server. Default: “100“
	Limit *int32 `protobuf:"varint,3,opt,name=limit" json:"limit,omitempty"`
	// The order of the returned results. Can be either “asc“ or “desc“.
	// Default: “desc“
	Order *string `protobuf:"bytes,4,opt,name=order" json:"order,omitempty"`
	// Text to search in the name of the command. This searches both the
	// qualified name, and any aliases.
	Q *string `protobuf:"bytes,5,opt,name=q" json:"q,omitempty"`
	// Continuation token returned by a previous page response.
	Next *string `protobuf:"bytes,6,opt,name=next" json:"next,omitempty"`
	// Filter the lower bound of the command's generation time. Specify a date
	// string in ISO 8601 format. This bound is inclusive.
	Start *timestamp.Timestamp `protobuf:"bytes,7,opt,name=start" json:"start,omitempty"`
	// Filter the upper bound of the command's generation time. Specify a date
	// string in ISO 8601 format. This bound is exclusive.
	Stop *timestamp.Timestamp `protobuf:"bytes,8,opt,name=stop" json:"stop,omitempty"`
	// Filter the results by the used queue.
	Queue *string `protobuf:"bytes,9,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommandsRequest) Descriptor deprecated

func (*ListCommandsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCommandsRequest.ProtoReflect.Descriptor instead.

func (*ListCommandsRequest) GetInstance

func (x *ListCommandsRequest) GetInstance() string

func (*ListCommandsRequest) GetLimit

func (x *ListCommandsRequest) GetLimit() int32

func (*ListCommandsRequest) GetNext

func (x *ListCommandsRequest) GetNext() string

func (*ListCommandsRequest) GetOrder

func (x *ListCommandsRequest) GetOrder() string

func (*ListCommandsRequest) GetPos deprecated

func (x *ListCommandsRequest) GetPos() int64

Deprecated: Do not use.

func (*ListCommandsRequest) GetQ

func (x *ListCommandsRequest) GetQ() string

func (*ListCommandsRequest) GetQueue

func (x *ListCommandsRequest) GetQueue() string

func (*ListCommandsRequest) GetStart

func (x *ListCommandsRequest) GetStart() *timestamp.Timestamp

func (*ListCommandsRequest) GetStop

func (x *ListCommandsRequest) GetStop() *timestamp.Timestamp

func (*ListCommandsRequest) ProtoMessage

func (*ListCommandsRequest) ProtoMessage()

func (*ListCommandsRequest) ProtoReflect

func (x *ListCommandsRequest) ProtoReflect() protoreflect.Message

func (*ListCommandsRequest) Reset

func (x *ListCommandsRequest) Reset()

func (*ListCommandsRequest) String

func (x *ListCommandsRequest) String() string

type ListCommandsResponse

type ListCommandsResponse struct {
	Entry []*CommandHistoryEntry `protobuf:"bytes,1,rep,name=entry" json:"entry,omitempty"`
	// Token indicating the response is only partial. More results can then
	// be obtained by performing the same request (including all original
	// query parameters) and setting the “next“ parameter to this token.
	ContinuationToken *string `protobuf:"bytes,2,opt,name=continuationToken" json:"continuationToken,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommandsResponse) Descriptor deprecated

func (*ListCommandsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCommandsResponse.ProtoReflect.Descriptor instead.

func (*ListCommandsResponse) GetContinuationToken

func (x *ListCommandsResponse) GetContinuationToken() string

func (*ListCommandsResponse) GetEntry

func (x *ListCommandsResponse) GetEntry() []*CommandHistoryEntry

func (*ListCommandsResponse) ProtoMessage

func (*ListCommandsResponse) ProtoMessage()

func (*ListCommandsResponse) ProtoReflect

func (x *ListCommandsResponse) ProtoReflect() protoreflect.Message

func (*ListCommandsResponse) Reset

func (x *ListCommandsResponse) Reset()

func (*ListCommandsResponse) String

func (x *ListCommandsResponse) String() string

type ListQueuedCommandsRequest

type ListQueuedCommandsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueuedCommandsRequest) Descriptor deprecated

func (*ListQueuedCommandsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListQueuedCommandsRequest.ProtoReflect.Descriptor instead.

func (*ListQueuedCommandsRequest) GetInstance

func (x *ListQueuedCommandsRequest) GetInstance() string

func (*ListQueuedCommandsRequest) GetProcessor

func (x *ListQueuedCommandsRequest) GetProcessor() string

func (*ListQueuedCommandsRequest) GetQueue

func (x *ListQueuedCommandsRequest) GetQueue() string

func (*ListQueuedCommandsRequest) ProtoMessage

func (*ListQueuedCommandsRequest) ProtoMessage()

func (*ListQueuedCommandsRequest) ProtoReflect

func (*ListQueuedCommandsRequest) Reset

func (x *ListQueuedCommandsRequest) Reset()

func (*ListQueuedCommandsRequest) String

func (x *ListQueuedCommandsRequest) String() string

type ListQueuedCommandsResponse

type ListQueuedCommandsResponse struct {
	Commands []*CommandQueueEntry `protobuf:"bytes,1,rep,name=commands" json:"commands,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueuedCommandsResponse) Descriptor deprecated

func (*ListQueuedCommandsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListQueuedCommandsResponse.ProtoReflect.Descriptor instead.

func (*ListQueuedCommandsResponse) GetCommands

func (x *ListQueuedCommandsResponse) GetCommands() []*CommandQueueEntry

func (*ListQueuedCommandsResponse) ProtoMessage

func (*ListQueuedCommandsResponse) ProtoMessage()

func (*ListQueuedCommandsResponse) ProtoReflect

func (*ListQueuedCommandsResponse) Reset

func (x *ListQueuedCommandsResponse) Reset()

func (*ListQueuedCommandsResponse) String

func (x *ListQueuedCommandsResponse) String() string

type ListQueuesRequest

type ListQueuesRequest struct {

	// Yamcs instance namee.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueuesRequest) Descriptor deprecated

func (*ListQueuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListQueuesRequest.ProtoReflect.Descriptor instead.

func (*ListQueuesRequest) GetInstance

func (x *ListQueuesRequest) GetInstance() string

func (*ListQueuesRequest) GetProcessor

func (x *ListQueuesRequest) GetProcessor() string

func (*ListQueuesRequest) ProtoMessage

func (*ListQueuesRequest) ProtoMessage()

func (*ListQueuesRequest) ProtoReflect

func (x *ListQueuesRequest) ProtoReflect() protoreflect.Message

func (*ListQueuesRequest) Reset

func (x *ListQueuesRequest) Reset()

func (*ListQueuesRequest) String

func (x *ListQueuesRequest) String() string

type ListQueuesResponse

type ListQueuesResponse struct {
	Queues []*CommandQueueInfo `protobuf:"bytes,1,rep,name=queues" json:"queues,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueuesResponse) Descriptor deprecated

func (*ListQueuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListQueuesResponse.ProtoReflect.Descriptor instead.

func (*ListQueuesResponse) GetQueues

func (x *ListQueuesResponse) GetQueues() []*CommandQueueInfo

func (*ListQueuesResponse) ProtoMessage

func (*ListQueuesResponse) ProtoMessage()

func (*ListQueuesResponse) ProtoReflect

func (x *ListQueuesResponse) ProtoReflect() protoreflect.Message

func (*ListQueuesResponse) Reset

func (x *ListQueuesResponse) Reset()

func (*ListQueuesResponse) String

func (x *ListQueuesResponse) String() string

type QueueState

type QueueState int32
const (
	QueueState_BLOCKED  QueueState = 1
	QueueState_DISABLED QueueState = 2
	QueueState_ENABLED  QueueState = 3
)

func (QueueState) Descriptor

func (QueueState) Descriptor() protoreflect.EnumDescriptor

func (QueueState) Enum

func (x QueueState) Enum() *QueueState

func (QueueState) EnumDescriptor deprecated

func (QueueState) EnumDescriptor() ([]byte, []int)

Deprecated: Use QueueState.Descriptor instead.

func (QueueState) Number

func (x QueueState) Number() protoreflect.EnumNumber

func (QueueState) String

func (x QueueState) String() string

func (QueueState) Type

func (*QueueState) UnmarshalJSON deprecated

func (x *QueueState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type RejectCommandRequest

type RejectCommandRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Queue name.
	Queue *string `protobuf:"bytes,3,opt,name=queue" json:"queue,omitempty"`
	// Command identifier.
	Command *string `protobuf:"bytes,4,opt,name=command" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*RejectCommandRequest) Descriptor deprecated

func (*RejectCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use RejectCommandRequest.ProtoReflect.Descriptor instead.

func (*RejectCommandRequest) GetCommand

func (x *RejectCommandRequest) GetCommand() string

func (*RejectCommandRequest) GetInstance

func (x *RejectCommandRequest) GetInstance() string

func (*RejectCommandRequest) GetProcessor

func (x *RejectCommandRequest) GetProcessor() string

func (*RejectCommandRequest) GetQueue

func (x *RejectCommandRequest) GetQueue() string

func (*RejectCommandRequest) ProtoMessage

func (*RejectCommandRequest) ProtoMessage()

func (*RejectCommandRequest) ProtoReflect

func (x *RejectCommandRequest) ProtoReflect() protoreflect.Message

func (*RejectCommandRequest) Reset

func (x *RejectCommandRequest) Reset()

func (*RejectCommandRequest) String

func (x *RejectCommandRequest) String() string

type StreamCommandsRequest

type StreamCommandsRequest struct {
	Instance *string              `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	Start    *timestamp.Timestamp `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	Stop     *timestamp.Timestamp `protobuf:"bytes,3,opt,name=stop" json:"stop,omitempty"`
	Name     []string             `protobuf:"bytes,4,rep,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamCommandsRequest) Descriptor deprecated

func (*StreamCommandsRequest) Descriptor() ([]byte, []int)

Deprecated: Use StreamCommandsRequest.ProtoReflect.Descriptor instead.

func (*StreamCommandsRequest) GetInstance

func (x *StreamCommandsRequest) GetInstance() string

func (*StreamCommandsRequest) GetName

func (x *StreamCommandsRequest) GetName() []string

func (*StreamCommandsRequest) GetStart

func (x *StreamCommandsRequest) GetStart() *timestamp.Timestamp

func (*StreamCommandsRequest) GetStop

func (*StreamCommandsRequest) ProtoMessage

func (*StreamCommandsRequest) ProtoMessage()

func (*StreamCommandsRequest) ProtoReflect

func (x *StreamCommandsRequest) ProtoReflect() protoreflect.Message

func (*StreamCommandsRequest) Reset

func (x *StreamCommandsRequest) Reset()

func (*StreamCommandsRequest) String

func (x *StreamCommandsRequest) String() string

type SubscribeCommandsRequest

type SubscribeCommandsRequest struct {
	Instance           *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	Processor          *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	IgnorePastCommands *bool   `protobuf:"varint,3,opt,name=ignorePastCommands" json:"ignorePastCommands,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeCommandsRequest) Descriptor deprecated

func (*SubscribeCommandsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeCommandsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeCommandsRequest) GetIgnorePastCommands

func (x *SubscribeCommandsRequest) GetIgnorePastCommands() bool

func (*SubscribeCommandsRequest) GetInstance

func (x *SubscribeCommandsRequest) GetInstance() string

func (*SubscribeCommandsRequest) GetProcessor

func (x *SubscribeCommandsRequest) GetProcessor() string

func (*SubscribeCommandsRequest) ProtoMessage

func (*SubscribeCommandsRequest) ProtoMessage()

func (*SubscribeCommandsRequest) ProtoReflect

func (x *SubscribeCommandsRequest) ProtoReflect() protoreflect.Message

func (*SubscribeCommandsRequest) Reset

func (x *SubscribeCommandsRequest) Reset()

func (*SubscribeCommandsRequest) String

func (x *SubscribeCommandsRequest) String() string

type SubscribeQueueEventsRequest

type SubscribeQueueEventsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeQueueEventsRequest) Descriptor deprecated

func (*SubscribeQueueEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeQueueEventsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeQueueEventsRequest) GetInstance

func (x *SubscribeQueueEventsRequest) GetInstance() string

func (*SubscribeQueueEventsRequest) GetProcessor

func (x *SubscribeQueueEventsRequest) GetProcessor() string

func (*SubscribeQueueEventsRequest) ProtoMessage

func (*SubscribeQueueEventsRequest) ProtoMessage()

func (*SubscribeQueueEventsRequest) ProtoReflect

func (*SubscribeQueueEventsRequest) Reset

func (x *SubscribeQueueEventsRequest) Reset()

func (*SubscribeQueueEventsRequest) String

func (x *SubscribeQueueEventsRequest) String() string

type SubscribeQueueStatisticsRequest

type SubscribeQueueStatisticsRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeQueueStatisticsRequest) Descriptor deprecated

func (*SubscribeQueueStatisticsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeQueueStatisticsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeQueueStatisticsRequest) GetInstance

func (x *SubscribeQueueStatisticsRequest) GetInstance() string

func (*SubscribeQueueStatisticsRequest) GetProcessor

func (x *SubscribeQueueStatisticsRequest) GetProcessor() string

func (*SubscribeQueueStatisticsRequest) ProtoMessage

func (*SubscribeQueueStatisticsRequest) ProtoMessage()

func (*SubscribeQueueStatisticsRequest) ProtoReflect

func (*SubscribeQueueStatisticsRequest) Reset

func (*SubscribeQueueStatisticsRequest) String

type UpdateClearanceRequest

type UpdateClearanceRequest struct {
	Username *string                                     `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	Level    *mdb.SignificanceInfo_SignificanceLevelType `protobuf:"varint,2,opt,name=level,enum=yamcs.protobuf.mdb.SignificanceInfo_SignificanceLevelType" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateClearanceRequest) Descriptor deprecated

func (*UpdateClearanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateClearanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateClearanceRequest) GetLevel

func (*UpdateClearanceRequest) GetUsername

func (x *UpdateClearanceRequest) GetUsername() string

func (*UpdateClearanceRequest) ProtoMessage

func (*UpdateClearanceRequest) ProtoMessage()

func (*UpdateClearanceRequest) ProtoReflect

func (x *UpdateClearanceRequest) ProtoReflect() protoreflect.Message

func (*UpdateClearanceRequest) Reset

func (x *UpdateClearanceRequest) Reset()

func (*UpdateClearanceRequest) String

func (x *UpdateClearanceRequest) String() string

type UpdateCommandHistoryRequest

type UpdateCommandHistoryRequest struct {

	// Yamcs instance name.
	Instance *string `protobuf:"bytes,1,opt,name=instance" json:"instance,omitempty"`
	// Processor name.
	Processor *string `protobuf:"bytes,2,opt,name=processor" json:"processor,omitempty"`
	// Command name.
	Name       *string                    `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Id         *string                    `protobuf:"bytes,4,opt,name=id" json:"id,omitempty"`
	Attributes []*CommandHistoryAttribute `protobuf:"bytes,5,rep,name=attributes" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCommandHistoryRequest) Descriptor deprecated

func (*UpdateCommandHistoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCommandHistoryRequest.ProtoReflect.Descriptor instead.

func (*UpdateCommandHistoryRequest) GetAttributes

func (*UpdateCommandHistoryRequest) GetId

func (*UpdateCommandHistoryRequest) GetInstance

func (x *UpdateCommandHistoryRequest) GetInstance() string

func (*UpdateCommandHistoryRequest) GetName

func (x *UpdateCommandHistoryRequest) GetName() string

func (*UpdateCommandHistoryRequest) GetProcessor

func (x *UpdateCommandHistoryRequest) GetProcessor() string

func (*UpdateCommandHistoryRequest) ProtoMessage

func (*UpdateCommandHistoryRequest) ProtoMessage()

func (*UpdateCommandHistoryRequest) ProtoReflect

func (*UpdateCommandHistoryRequest) Reset

func (x *UpdateCommandHistoryRequest) Reset()

func (*UpdateCommandHistoryRequest) String

func (x *UpdateCommandHistoryRequest) String() string

type VerifierConfig

type VerifierConfig struct {
	Disable     *bool                       `protobuf:"varint,2,opt,name=disable" json:"disable,omitempty"` //disable the verifier
	CheckWindow *VerifierConfig_CheckWindow `protobuf:"bytes,3,opt,name=checkWindow" json:"checkWindow,omitempty"`
	// contains filtered or unexported fields
}

can be used when sending commands to affect the way post transmission verifiers are running

func (*VerifierConfig) Descriptor deprecated

func (*VerifierConfig) Descriptor() ([]byte, []int)

Deprecated: Use VerifierConfig.ProtoReflect.Descriptor instead.

func (*VerifierConfig) GetCheckWindow

func (x *VerifierConfig) GetCheckWindow() *VerifierConfig_CheckWindow

func (*VerifierConfig) GetDisable

func (x *VerifierConfig) GetDisable() bool

func (*VerifierConfig) ProtoMessage

func (*VerifierConfig) ProtoMessage()

func (*VerifierConfig) ProtoReflect

func (x *VerifierConfig) ProtoReflect() protoreflect.Message

func (*VerifierConfig) Reset

func (x *VerifierConfig) Reset()

func (*VerifierConfig) String

func (x *VerifierConfig) String() string

type VerifierConfig_CheckWindow

type VerifierConfig_CheckWindow struct {
	TimeToStartChecking *int64 `protobuf:"varint,1,opt,name=timeToStartChecking" json:"timeToStartChecking,omitempty"`
	TimeToStopChecking  *int64 `protobuf:"varint,2,opt,name=timeToStopChecking" json:"timeToStopChecking,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifierConfig_CheckWindow) Descriptor deprecated

func (*VerifierConfig_CheckWindow) Descriptor() ([]byte, []int)

Deprecated: Use VerifierConfig_CheckWindow.ProtoReflect.Descriptor instead.

func (*VerifierConfig_CheckWindow) GetTimeToStartChecking

func (x *VerifierConfig_CheckWindow) GetTimeToStartChecking() int64

func (*VerifierConfig_CheckWindow) GetTimeToStopChecking

func (x *VerifierConfig_CheckWindow) GetTimeToStopChecking() int64

func (*VerifierConfig_CheckWindow) ProtoMessage

func (*VerifierConfig_CheckWindow) ProtoMessage()

func (*VerifierConfig_CheckWindow) ProtoReflect

func (*VerifierConfig_CheckWindow) Reset

func (x *VerifierConfig_CheckWindow) Reset()

func (*VerifierConfig_CheckWindow) String

func (x *VerifierConfig_CheckWindow) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL