evaluatord

package
v1.2.12-alpha0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterEvaluatordServiceServer

func RegisterEvaluatordServiceServer(s *grpc.Server, srv EvaluatordServiceServer)

Types

type AddConfigsToTimerRequest

type AddConfigsToTimerRequest struct {
	Timer                *OpTimer            `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	Configs              []*deviced.OpConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AddConfigsToTimerRequest) Descriptor

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

func (*AddConfigsToTimerRequest) GetConfigs

func (m *AddConfigsToTimerRequest) GetConfigs() []*deviced.OpConfig

func (*AddConfigsToTimerRequest) GetTimer

func (m *AddConfigsToTimerRequest) GetTimer() *OpTimer

func (*AddConfigsToTimerRequest) ProtoMessage

func (*AddConfigsToTimerRequest) ProtoMessage()

func (*AddConfigsToTimerRequest) Reset

func (m *AddConfigsToTimerRequest) Reset()

func (*AddConfigsToTimerRequest) String

func (m *AddConfigsToTimerRequest) String() string

func (*AddConfigsToTimerRequest) Validate

func (m *AddConfigsToTimerRequest) Validate() error

Validate checks the field values on AddConfigsToTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*AddConfigsToTimerRequest) XXX_DiscardUnknown

func (m *AddConfigsToTimerRequest) XXX_DiscardUnknown()

func (*AddConfigsToTimerRequest) XXX_Marshal

func (m *AddConfigsToTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddConfigsToTimerRequest) XXX_Merge

func (m *AddConfigsToTimerRequest) XXX_Merge(src proto.Message)

func (*AddConfigsToTimerRequest) XXX_Size

func (m *AddConfigsToTimerRequest) XXX_Size() int

func (*AddConfigsToTimerRequest) XXX_Unmarshal

func (m *AddConfigsToTimerRequest) XXX_Unmarshal(b []byte) error

type AddConfigsToTimerRequestValidationError

type AddConfigsToTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

AddConfigsToTimerRequestValidationError is the validation error returned by AddConfigsToTimerRequest.Validate if the designated constraints aren't met.

func (AddConfigsToTimerRequestValidationError) Cause

Cause function returns cause value.

func (AddConfigsToTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (AddConfigsToTimerRequestValidationError) ErrorName

ErrorName returns error name.

func (AddConfigsToTimerRequestValidationError) Field

Field function returns field value.

func (AddConfigsToTimerRequestValidationError) Key

Key function returns key value.

func (AddConfigsToTimerRequestValidationError) Reason

Reason function returns reason value.

type AddSourcesToEvaluatorRequest

type AddSourcesToEvaluatorRequest struct {
	Sources              []*OpResource `protobuf:"bytes,1,rep,name=sources,proto3" json:"sources,omitempty"`
	Evaluator            *OpEvaluator  `protobuf:"bytes,2,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*AddSourcesToEvaluatorRequest) Descriptor

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

func (*AddSourcesToEvaluatorRequest) GetEvaluator

func (m *AddSourcesToEvaluatorRequest) GetEvaluator() *OpEvaluator

func (*AddSourcesToEvaluatorRequest) GetSources

func (m *AddSourcesToEvaluatorRequest) GetSources() []*OpResource

func (*AddSourcesToEvaluatorRequest) ProtoMessage

func (*AddSourcesToEvaluatorRequest) ProtoMessage()

func (*AddSourcesToEvaluatorRequest) Reset

func (m *AddSourcesToEvaluatorRequest) Reset()

func (*AddSourcesToEvaluatorRequest) String

func (*AddSourcesToEvaluatorRequest) Validate

func (m *AddSourcesToEvaluatorRequest) Validate() error

Validate checks the field values on AddSourcesToEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*AddSourcesToEvaluatorRequest) XXX_DiscardUnknown

func (m *AddSourcesToEvaluatorRequest) XXX_DiscardUnknown()

func (*AddSourcesToEvaluatorRequest) XXX_Marshal

func (m *AddSourcesToEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddSourcesToEvaluatorRequest) XXX_Merge

func (m *AddSourcesToEvaluatorRequest) XXX_Merge(src proto.Message)

func (*AddSourcesToEvaluatorRequest) XXX_Size

func (m *AddSourcesToEvaluatorRequest) XXX_Size() int

func (*AddSourcesToEvaluatorRequest) XXX_Unmarshal

func (m *AddSourcesToEvaluatorRequest) XXX_Unmarshal(b []byte) error

type AddSourcesToEvaluatorRequestValidationError

type AddSourcesToEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

AddSourcesToEvaluatorRequestValidationError is the validation error returned by AddSourcesToEvaluatorRequest.Validate if the designated constraints aren't met.

func (AddSourcesToEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (AddSourcesToEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (AddSourcesToEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (AddSourcesToEvaluatorRequestValidationError) Field

Field function returns field value.

func (AddSourcesToEvaluatorRequestValidationError) Key

Key function returns key value.

func (AddSourcesToEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type CreateEvaluatorRequest

type CreateEvaluatorRequest struct {
	Evaluator            *OpEvaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateEvaluatorRequest) Descriptor

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

func (*CreateEvaluatorRequest) GetEvaluator

func (m *CreateEvaluatorRequest) GetEvaluator() *OpEvaluator

func (*CreateEvaluatorRequest) ProtoMessage

func (*CreateEvaluatorRequest) ProtoMessage()

func (*CreateEvaluatorRequest) Reset

func (m *CreateEvaluatorRequest) Reset()

func (*CreateEvaluatorRequest) String

func (m *CreateEvaluatorRequest) String() string

func (*CreateEvaluatorRequest) Validate

func (m *CreateEvaluatorRequest) Validate() error

Validate checks the field values on CreateEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEvaluatorRequest) XXX_DiscardUnknown

func (m *CreateEvaluatorRequest) XXX_DiscardUnknown()

func (*CreateEvaluatorRequest) XXX_Marshal

func (m *CreateEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEvaluatorRequest) XXX_Merge

func (m *CreateEvaluatorRequest) XXX_Merge(src proto.Message)

func (*CreateEvaluatorRequest) XXX_Size

func (m *CreateEvaluatorRequest) XXX_Size() int

func (*CreateEvaluatorRequest) XXX_Unmarshal

func (m *CreateEvaluatorRequest) XXX_Unmarshal(b []byte) error

type CreateEvaluatorRequestValidationError

type CreateEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateEvaluatorRequestValidationError is the validation error returned by CreateEvaluatorRequest.Validate if the designated constraints aren't met.

func (CreateEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (CreateEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEvaluatorRequestValidationError) Field

Field function returns field value.

func (CreateEvaluatorRequestValidationError) Key

Key function returns key value.

func (CreateEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type CreateEvaluatorResponse

type CreateEvaluatorResponse struct {
	Evaluator            *Evaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateEvaluatorResponse) Descriptor

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

func (*CreateEvaluatorResponse) GetEvaluator

func (m *CreateEvaluatorResponse) GetEvaluator() *Evaluator

func (*CreateEvaluatorResponse) ProtoMessage

func (*CreateEvaluatorResponse) ProtoMessage()

func (*CreateEvaluatorResponse) Reset

func (m *CreateEvaluatorResponse) Reset()

func (*CreateEvaluatorResponse) String

func (m *CreateEvaluatorResponse) String() string

func (*CreateEvaluatorResponse) Validate

func (m *CreateEvaluatorResponse) Validate() error

Validate checks the field values on CreateEvaluatorResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEvaluatorResponse) XXX_DiscardUnknown

func (m *CreateEvaluatorResponse) XXX_DiscardUnknown()

func (*CreateEvaluatorResponse) XXX_Marshal

func (m *CreateEvaluatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEvaluatorResponse) XXX_Merge

func (m *CreateEvaluatorResponse) XXX_Merge(src proto.Message)

func (*CreateEvaluatorResponse) XXX_Size

func (m *CreateEvaluatorResponse) XXX_Size() int

func (*CreateEvaluatorResponse) XXX_Unmarshal

func (m *CreateEvaluatorResponse) XXX_Unmarshal(b []byte) error

type CreateEvaluatorResponseValidationError

type CreateEvaluatorResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateEvaluatorResponseValidationError is the validation error returned by CreateEvaluatorResponse.Validate if the designated constraints aren't met.

func (CreateEvaluatorResponseValidationError) Cause

Cause function returns cause value.

func (CreateEvaluatorResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEvaluatorResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEvaluatorResponseValidationError) Field

Field function returns field value.

func (CreateEvaluatorResponseValidationError) Key

Key function returns key value.

func (CreateEvaluatorResponseValidationError) Reason

Reason function returns reason value.

type CreateTimerRequest

type CreateTimerRequest struct {
	Timer                *OpTimer `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateTimerRequest) Descriptor

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

func (*CreateTimerRequest) GetTimer

func (m *CreateTimerRequest) GetTimer() *OpTimer

func (*CreateTimerRequest) ProtoMessage

func (*CreateTimerRequest) ProtoMessage()

func (*CreateTimerRequest) Reset

func (m *CreateTimerRequest) Reset()

func (*CreateTimerRequest) String

func (m *CreateTimerRequest) String() string

func (*CreateTimerRequest) Validate

func (m *CreateTimerRequest) Validate() error

Validate checks the field values on CreateTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateTimerRequest) XXX_DiscardUnknown

func (m *CreateTimerRequest) XXX_DiscardUnknown()

func (*CreateTimerRequest) XXX_Marshal

func (m *CreateTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimerRequest) XXX_Merge

func (m *CreateTimerRequest) XXX_Merge(src proto.Message)

func (*CreateTimerRequest) XXX_Size

func (m *CreateTimerRequest) XXX_Size() int

func (*CreateTimerRequest) XXX_Unmarshal

func (m *CreateTimerRequest) XXX_Unmarshal(b []byte) error

type CreateTimerRequestValidationError

type CreateTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTimerRequestValidationError is the validation error returned by CreateTimerRequest.Validate if the designated constraints aren't met.

func (CreateTimerRequestValidationError) Cause

Cause function returns cause value.

func (CreateTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTimerRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTimerRequestValidationError) Field

Field function returns field value.

func (CreateTimerRequestValidationError) Key

Key function returns key value.

func (CreateTimerRequestValidationError) Reason

Reason function returns reason value.

type CreateTimerResponse

type CreateTimerResponse struct {
	Timer                *Timer   `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateTimerResponse) Descriptor

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

func (*CreateTimerResponse) GetTimer

func (m *CreateTimerResponse) GetTimer() *Timer

func (*CreateTimerResponse) ProtoMessage

func (*CreateTimerResponse) ProtoMessage()

func (*CreateTimerResponse) Reset

func (m *CreateTimerResponse) Reset()

func (*CreateTimerResponse) String

func (m *CreateTimerResponse) String() string

func (*CreateTimerResponse) Validate

func (m *CreateTimerResponse) Validate() error

Validate checks the field values on CreateTimerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateTimerResponse) XXX_DiscardUnknown

func (m *CreateTimerResponse) XXX_DiscardUnknown()

func (*CreateTimerResponse) XXX_Marshal

func (m *CreateTimerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimerResponse) XXX_Merge

func (m *CreateTimerResponse) XXX_Merge(src proto.Message)

func (*CreateTimerResponse) XXX_Size

func (m *CreateTimerResponse) XXX_Size() int

func (*CreateTimerResponse) XXX_Unmarshal

func (m *CreateTimerResponse) XXX_Unmarshal(b []byte) error

type CreateTimerResponseValidationError

type CreateTimerResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTimerResponseValidationError is the validation error returned by CreateTimerResponse.Validate if the designated constraints aren't met.

func (CreateTimerResponseValidationError) Cause

Cause function returns cause value.

func (CreateTimerResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTimerResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTimerResponseValidationError) Field

Field function returns field value.

func (CreateTimerResponseValidationError) Key

Key function returns key value.

func (CreateTimerResponseValidationError) Reason

Reason function returns reason value.

type DeleteEvaluatorRequest

type DeleteEvaluatorRequest struct {
	Evaluator            *OpEvaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DeleteEvaluatorRequest) Descriptor

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

func (*DeleteEvaluatorRequest) GetEvaluator

func (m *DeleteEvaluatorRequest) GetEvaluator() *OpEvaluator

func (*DeleteEvaluatorRequest) ProtoMessage

func (*DeleteEvaluatorRequest) ProtoMessage()

func (*DeleteEvaluatorRequest) Reset

func (m *DeleteEvaluatorRequest) Reset()

func (*DeleteEvaluatorRequest) String

func (m *DeleteEvaluatorRequest) String() string

func (*DeleteEvaluatorRequest) Validate

func (m *DeleteEvaluatorRequest) Validate() error

Validate checks the field values on DeleteEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEvaluatorRequest) XXX_DiscardUnknown

func (m *DeleteEvaluatorRequest) XXX_DiscardUnknown()

func (*DeleteEvaluatorRequest) XXX_Marshal

func (m *DeleteEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEvaluatorRequest) XXX_Merge

func (m *DeleteEvaluatorRequest) XXX_Merge(src proto.Message)

func (*DeleteEvaluatorRequest) XXX_Size

func (m *DeleteEvaluatorRequest) XXX_Size() int

func (*DeleteEvaluatorRequest) XXX_Unmarshal

func (m *DeleteEvaluatorRequest) XXX_Unmarshal(b []byte) error

type DeleteEvaluatorRequestValidationError

type DeleteEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteEvaluatorRequestValidationError is the validation error returned by DeleteEvaluatorRequest.Validate if the designated constraints aren't met.

func (DeleteEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEvaluatorRequestValidationError) Field

Field function returns field value.

func (DeleteEvaluatorRequestValidationError) Key

Key function returns key value.

func (DeleteEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type DeleteTimerRequest

type DeleteTimerRequest struct {
	Timer                *OpTimer `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTimerRequest) Descriptor

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

func (*DeleteTimerRequest) GetTimer

func (m *DeleteTimerRequest) GetTimer() *OpTimer

func (*DeleteTimerRequest) ProtoMessage

func (*DeleteTimerRequest) ProtoMessage()

func (*DeleteTimerRequest) Reset

func (m *DeleteTimerRequest) Reset()

func (*DeleteTimerRequest) String

func (m *DeleteTimerRequest) String() string

func (*DeleteTimerRequest) Validate

func (m *DeleteTimerRequest) Validate() error

Validate checks the field values on DeleteTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteTimerRequest) XXX_DiscardUnknown

func (m *DeleteTimerRequest) XXX_DiscardUnknown()

func (*DeleteTimerRequest) XXX_Marshal

func (m *DeleteTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimerRequest) XXX_Merge

func (m *DeleteTimerRequest) XXX_Merge(src proto.Message)

func (*DeleteTimerRequest) XXX_Size

func (m *DeleteTimerRequest) XXX_Size() int

func (*DeleteTimerRequest) XXX_Unmarshal

func (m *DeleteTimerRequest) XXX_Unmarshal(b []byte) error

type DeleteTimerRequestValidationError

type DeleteTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteTimerRequestValidationError is the validation error returned by DeleteTimerRequest.Validate if the designated constraints aren't met.

func (DeleteTimerRequestValidationError) Cause

Cause function returns cause value.

func (DeleteTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteTimerRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteTimerRequestValidationError) Field

Field function returns field value.

func (DeleteTimerRequestValidationError) Key

Key function returns key value.

func (DeleteTimerRequestValidationError) Reason

Reason function returns reason value.

type Evaluator

type Evaluator struct {
	Id                   string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias                string          `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description          string          `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Sources              []*Resource     `protobuf:"bytes,8,rep,name=sources,proto3" json:"sources,omitempty"`
	Operator             *Operator       `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator,omitempty"`
	Config               *_struct.Struct `protobuf:"bytes,11,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Evaluator) Descriptor

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

func (*Evaluator) GetAlias

func (m *Evaluator) GetAlias() string

func (*Evaluator) GetConfig

func (m *Evaluator) GetConfig() *_struct.Struct

func (*Evaluator) GetDescription

func (m *Evaluator) GetDescription() string

func (*Evaluator) GetId

func (m *Evaluator) GetId() string

func (*Evaluator) GetOperator

func (m *Evaluator) GetOperator() *Operator

func (*Evaluator) GetSources

func (m *Evaluator) GetSources() []*Resource

func (*Evaluator) ProtoMessage

func (*Evaluator) ProtoMessage()

func (*Evaluator) Reset

func (m *Evaluator) Reset()

func (*Evaluator) String

func (m *Evaluator) String() string

func (*Evaluator) Validate

func (m *Evaluator) Validate() error

Validate checks the field values on Evaluator with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Evaluator) XXX_DiscardUnknown

func (m *Evaluator) XXX_DiscardUnknown()

func (*Evaluator) XXX_Marshal

func (m *Evaluator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Evaluator) XXX_Merge

func (m *Evaluator) XXX_Merge(src proto.Message)

func (*Evaluator) XXX_Size

func (m *Evaluator) XXX_Size() int

func (*Evaluator) XXX_Unmarshal

func (m *Evaluator) XXX_Unmarshal(b []byte) error

type EvaluatorValidationError

type EvaluatorValidationError struct {
	// contains filtered or unexported fields
}

EvaluatorValidationError is the validation error returned by Evaluator.Validate if the designated constraints aren't met.

func (EvaluatorValidationError) Cause

func (e EvaluatorValidationError) Cause() error

Cause function returns cause value.

func (EvaluatorValidationError) Error

func (e EvaluatorValidationError) Error() string

Error satisfies the builtin error interface

func (EvaluatorValidationError) ErrorName

func (e EvaluatorValidationError) ErrorName() string

ErrorName returns error name.

func (EvaluatorValidationError) Field

func (e EvaluatorValidationError) Field() string

Field function returns field value.

func (EvaluatorValidationError) Key

Key function returns key value.

func (EvaluatorValidationError) Reason

func (e EvaluatorValidationError) Reason() string

Reason function returns reason value.

type EvaluatordServiceClient

type EvaluatordServiceClient interface {
	CreateEvaluator(ctx context.Context, in *CreateEvaluatorRequest, opts ...grpc.CallOption) (*CreateEvaluatorResponse, error)
	DeleteEvaluator(ctx context.Context, in *DeleteEvaluatorRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	PatchEvaluator(ctx context.Context, in *PatchEvaluatorRequest, opts ...grpc.CallOption) (*PatchEvaluatorResponse, error)
	GetEvaluator(ctx context.Context, in *GetEvaluatorRequest, opts ...grpc.CallOption) (*GetEvaluatorResponse, error)
	ListEvaluators(ctx context.Context, in *ListEvaluatorsRequest, opts ...grpc.CallOption) (*ListEvaluatorsResponse, error)
	AddSourcesToEvaluator(ctx context.Context, in *AddSourcesToEvaluatorRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	RemoveSourcesFromEvaluator(ctx context.Context, in *RemoveSourcesFromEvaluatorRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	ListEvaluatorsBySource(ctx context.Context, in *ListEvaluatorsBySourceRequest, opts ...grpc.CallOption) (*ListEvaluatorsBySourceResponse, error)
	// Task
	ListTasksBySource(ctx context.Context, in *ListTasksBySourceRequest, opts ...grpc.CallOption) (*ListTasksBySourceResponse, error)
	GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*GetTaskResponse, error)
	// Storage
	QueryStorageByDevice(ctx context.Context, in *QueryStorageByDeviceRequest, opts ...grpc.CallOption) (*QueryStorageByDeviceResponse, error)
	// Timer
	CreateTimer(ctx context.Context, in *CreateTimerRequest, opts ...grpc.CallOption) (*CreateTimerResponse, error)
	DeleteTimer(ctx context.Context, in *DeleteTimerRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	PatchTimer(ctx context.Context, in *PatchTimerRequest, opts ...grpc.CallOption) (*PatchTimerResponse, error)
	GetTimer(ctx context.Context, in *GetTimerRequest, opts ...grpc.CallOption) (*GetTimerResponse, error)
	ListTimers(ctx context.Context, in *ListTimersRequest, opts ...grpc.CallOption) (*ListTimersResponse, error)
	AddConfigsToTimer(ctx context.Context, in *AddConfigsToTimerRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	RemoveConfigsFromTimer(ctx context.Context, in *RemoveConfigsFromTimerRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

EvaluatordServiceClient is the client API for EvaluatordService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEvaluatordServiceClient

func NewEvaluatordServiceClient(cc *grpc.ClientConn) EvaluatordServiceClient

type EvaluatordServiceServer

type EvaluatordServiceServer interface {
	CreateEvaluator(context.Context, *CreateEvaluatorRequest) (*CreateEvaluatorResponse, error)
	DeleteEvaluator(context.Context, *DeleteEvaluatorRequest) (*empty.Empty, error)
	PatchEvaluator(context.Context, *PatchEvaluatorRequest) (*PatchEvaluatorResponse, error)
	GetEvaluator(context.Context, *GetEvaluatorRequest) (*GetEvaluatorResponse, error)
	ListEvaluators(context.Context, *ListEvaluatorsRequest) (*ListEvaluatorsResponse, error)
	AddSourcesToEvaluator(context.Context, *AddSourcesToEvaluatorRequest) (*empty.Empty, error)
	RemoveSourcesFromEvaluator(context.Context, *RemoveSourcesFromEvaluatorRequest) (*empty.Empty, error)
	ListEvaluatorsBySource(context.Context, *ListEvaluatorsBySourceRequest) (*ListEvaluatorsBySourceResponse, error)
	// Task
	ListTasksBySource(context.Context, *ListTasksBySourceRequest) (*ListTasksBySourceResponse, error)
	GetTask(context.Context, *GetTaskRequest) (*GetTaskResponse, error)
	// Storage
	QueryStorageByDevice(context.Context, *QueryStorageByDeviceRequest) (*QueryStorageByDeviceResponse, error)
	// Timer
	CreateTimer(context.Context, *CreateTimerRequest) (*CreateTimerResponse, error)
	DeleteTimer(context.Context, *DeleteTimerRequest) (*empty.Empty, error)
	PatchTimer(context.Context, *PatchTimerRequest) (*PatchTimerResponse, error)
	GetTimer(context.Context, *GetTimerRequest) (*GetTimerResponse, error)
	ListTimers(context.Context, *ListTimersRequest) (*ListTimersResponse, error)
	AddConfigsToTimer(context.Context, *AddConfigsToTimerRequest) (*empty.Empty, error)
	RemoveConfigsFromTimer(context.Context, *RemoveConfigsFromTimerRequest) (*empty.Empty, error)
}

EvaluatordServiceServer is the server API for EvaluatordService service.

type GetEvaluatorRequest

type GetEvaluatorRequest struct {
	Evaluator            *OpEvaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetEvaluatorRequest) Descriptor

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

func (*GetEvaluatorRequest) GetEvaluator

func (m *GetEvaluatorRequest) GetEvaluator() *OpEvaluator

func (*GetEvaluatorRequest) ProtoMessage

func (*GetEvaluatorRequest) ProtoMessage()

func (*GetEvaluatorRequest) Reset

func (m *GetEvaluatorRequest) Reset()

func (*GetEvaluatorRequest) String

func (m *GetEvaluatorRequest) String() string

func (*GetEvaluatorRequest) Validate

func (m *GetEvaluatorRequest) Validate() error

Validate checks the field values on GetEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetEvaluatorRequest) XXX_DiscardUnknown

func (m *GetEvaluatorRequest) XXX_DiscardUnknown()

func (*GetEvaluatorRequest) XXX_Marshal

func (m *GetEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEvaluatorRequest) XXX_Merge

func (m *GetEvaluatorRequest) XXX_Merge(src proto.Message)

func (*GetEvaluatorRequest) XXX_Size

func (m *GetEvaluatorRequest) XXX_Size() int

func (*GetEvaluatorRequest) XXX_Unmarshal

func (m *GetEvaluatorRequest) XXX_Unmarshal(b []byte) error

type GetEvaluatorRequestValidationError

type GetEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

GetEvaluatorRequestValidationError is the validation error returned by GetEvaluatorRequest.Validate if the designated constraints aren't met.

func (GetEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (GetEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEvaluatorRequestValidationError) Field

Field function returns field value.

func (GetEvaluatorRequestValidationError) Key

Key function returns key value.

func (GetEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type GetEvaluatorResponse

type GetEvaluatorResponse struct {
	Evaluator            *Evaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetEvaluatorResponse) Descriptor

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

func (*GetEvaluatorResponse) GetEvaluator

func (m *GetEvaluatorResponse) GetEvaluator() *Evaluator

func (*GetEvaluatorResponse) ProtoMessage

func (*GetEvaluatorResponse) ProtoMessage()

func (*GetEvaluatorResponse) Reset

func (m *GetEvaluatorResponse) Reset()

func (*GetEvaluatorResponse) String

func (m *GetEvaluatorResponse) String() string

func (*GetEvaluatorResponse) Validate

func (m *GetEvaluatorResponse) Validate() error

Validate checks the field values on GetEvaluatorResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetEvaluatorResponse) XXX_DiscardUnknown

func (m *GetEvaluatorResponse) XXX_DiscardUnknown()

func (*GetEvaluatorResponse) XXX_Marshal

func (m *GetEvaluatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEvaluatorResponse) XXX_Merge

func (m *GetEvaluatorResponse) XXX_Merge(src proto.Message)

func (*GetEvaluatorResponse) XXX_Size

func (m *GetEvaluatorResponse) XXX_Size() int

func (*GetEvaluatorResponse) XXX_Unmarshal

func (m *GetEvaluatorResponse) XXX_Unmarshal(b []byte) error

type GetEvaluatorResponseValidationError

type GetEvaluatorResponseValidationError struct {
	// contains filtered or unexported fields
}

GetEvaluatorResponseValidationError is the validation error returned by GetEvaluatorResponse.Validate if the designated constraints aren't met.

func (GetEvaluatorResponseValidationError) Cause

Cause function returns cause value.

func (GetEvaluatorResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEvaluatorResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEvaluatorResponseValidationError) Field

Field function returns field value.

func (GetEvaluatorResponseValidationError) Key

Key function returns key value.

func (GetEvaluatorResponseValidationError) Reason

Reason function returns reason value.

type GetTaskRequest

type GetTaskRequest struct {
	Task                 *OpTask  `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTaskRequest) Descriptor

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

func (*GetTaskRequest) GetTask

func (m *GetTaskRequest) GetTask() *OpTask

func (*GetTaskRequest) ProtoMessage

func (*GetTaskRequest) ProtoMessage()

func (*GetTaskRequest) Reset

func (m *GetTaskRequest) Reset()

func (*GetTaskRequest) String

func (m *GetTaskRequest) String() string

func (*GetTaskRequest) Validate

func (m *GetTaskRequest) Validate() error

Validate checks the field values on GetTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetTaskRequest) XXX_DiscardUnknown

func (m *GetTaskRequest) XXX_DiscardUnknown()

func (*GetTaskRequest) XXX_Marshal

func (m *GetTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTaskRequest) XXX_Merge

func (m *GetTaskRequest) XXX_Merge(src proto.Message)

func (*GetTaskRequest) XXX_Size

func (m *GetTaskRequest) XXX_Size() int

func (*GetTaskRequest) XXX_Unmarshal

func (m *GetTaskRequest) XXX_Unmarshal(b []byte) error

type GetTaskRequestValidationError

type GetTaskRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTaskRequestValidationError is the validation error returned by GetTaskRequest.Validate if the designated constraints aren't met.

func (GetTaskRequestValidationError) Cause

Cause function returns cause value.

func (GetTaskRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTaskRequestValidationError) ErrorName

func (e GetTaskRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetTaskRequestValidationError) Field

Field function returns field value.

func (GetTaskRequestValidationError) Key

Key function returns key value.

func (GetTaskRequestValidationError) Reason

Reason function returns reason value.

type GetTaskResponse

type GetTaskResponse struct {
	Task                 *Task    `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTaskResponse) Descriptor

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

func (*GetTaskResponse) GetTask

func (m *GetTaskResponse) GetTask() *Task

func (*GetTaskResponse) ProtoMessage

func (*GetTaskResponse) ProtoMessage()

func (*GetTaskResponse) Reset

func (m *GetTaskResponse) Reset()

func (*GetTaskResponse) String

func (m *GetTaskResponse) String() string

func (*GetTaskResponse) Validate

func (m *GetTaskResponse) Validate() error

Validate checks the field values on GetTaskResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetTaskResponse) XXX_DiscardUnknown

func (m *GetTaskResponse) XXX_DiscardUnknown()

func (*GetTaskResponse) XXX_Marshal

func (m *GetTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTaskResponse) XXX_Merge

func (m *GetTaskResponse) XXX_Merge(src proto.Message)

func (*GetTaskResponse) XXX_Size

func (m *GetTaskResponse) XXX_Size() int

func (*GetTaskResponse) XXX_Unmarshal

func (m *GetTaskResponse) XXX_Unmarshal(b []byte) error

type GetTaskResponseValidationError

type GetTaskResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTaskResponseValidationError is the validation error returned by GetTaskResponse.Validate if the designated constraints aren't met.

func (GetTaskResponseValidationError) Cause

Cause function returns cause value.

func (GetTaskResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTaskResponseValidationError) ErrorName

func (e GetTaskResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetTaskResponseValidationError) Field

Field function returns field value.

func (GetTaskResponseValidationError) Key

Key function returns key value.

func (GetTaskResponseValidationError) Reason

Reason function returns reason value.

type GetTimerRequest

type GetTimerRequest struct {
	Timer                *OpTimer `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTimerRequest) Descriptor

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

func (*GetTimerRequest) GetTimer

func (m *GetTimerRequest) GetTimer() *OpTimer

func (*GetTimerRequest) ProtoMessage

func (*GetTimerRequest) ProtoMessage()

func (*GetTimerRequest) Reset

func (m *GetTimerRequest) Reset()

func (*GetTimerRequest) String

func (m *GetTimerRequest) String() string

func (*GetTimerRequest) Validate

func (m *GetTimerRequest) Validate() error

Validate checks the field values on GetTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetTimerRequest) XXX_DiscardUnknown

func (m *GetTimerRequest) XXX_DiscardUnknown()

func (*GetTimerRequest) XXX_Marshal

func (m *GetTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTimerRequest) XXX_Merge

func (m *GetTimerRequest) XXX_Merge(src proto.Message)

func (*GetTimerRequest) XXX_Size

func (m *GetTimerRequest) XXX_Size() int

func (*GetTimerRequest) XXX_Unmarshal

func (m *GetTimerRequest) XXX_Unmarshal(b []byte) error

type GetTimerRequestValidationError

type GetTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTimerRequestValidationError is the validation error returned by GetTimerRequest.Validate if the designated constraints aren't met.

func (GetTimerRequestValidationError) Cause

Cause function returns cause value.

func (GetTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTimerRequestValidationError) ErrorName

func (e GetTimerRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetTimerRequestValidationError) Field

Field function returns field value.

func (GetTimerRequestValidationError) Key

Key function returns key value.

func (GetTimerRequestValidationError) Reason

Reason function returns reason value.

type GetTimerResponse

type GetTimerResponse struct {
	Timer                *Timer   `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTimerResponse) Descriptor

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

func (*GetTimerResponse) GetTimer

func (m *GetTimerResponse) GetTimer() *Timer

func (*GetTimerResponse) ProtoMessage

func (*GetTimerResponse) ProtoMessage()

func (*GetTimerResponse) Reset

func (m *GetTimerResponse) Reset()

func (*GetTimerResponse) String

func (m *GetTimerResponse) String() string

func (*GetTimerResponse) Validate

func (m *GetTimerResponse) Validate() error

Validate checks the field values on GetTimerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetTimerResponse) XXX_DiscardUnknown

func (m *GetTimerResponse) XXX_DiscardUnknown()

func (*GetTimerResponse) XXX_Marshal

func (m *GetTimerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTimerResponse) XXX_Merge

func (m *GetTimerResponse) XXX_Merge(src proto.Message)

func (*GetTimerResponse) XXX_Size

func (m *GetTimerResponse) XXX_Size() int

func (*GetTimerResponse) XXX_Unmarshal

func (m *GetTimerResponse) XXX_Unmarshal(b []byte) error

type GetTimerResponseValidationError

type GetTimerResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTimerResponseValidationError is the validation error returned by GetTimerResponse.Validate if the designated constraints aren't met.

func (GetTimerResponseValidationError) Cause

Cause function returns cause value.

func (GetTimerResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTimerResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTimerResponseValidationError) Field

Field function returns field value.

func (GetTimerResponseValidationError) Key

Key function returns key value.

func (GetTimerResponseValidationError) Reason

Reason function returns reason value.

type ListEvaluatorsBySourceRequest

type ListEvaluatorsBySourceRequest struct {
	Source               *OpResource `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListEvaluatorsBySourceRequest) Descriptor

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

func (*ListEvaluatorsBySourceRequest) GetSource

func (m *ListEvaluatorsBySourceRequest) GetSource() *OpResource

func (*ListEvaluatorsBySourceRequest) ProtoMessage

func (*ListEvaluatorsBySourceRequest) ProtoMessage()

func (*ListEvaluatorsBySourceRequest) Reset

func (m *ListEvaluatorsBySourceRequest) Reset()

func (*ListEvaluatorsBySourceRequest) String

func (*ListEvaluatorsBySourceRequest) Validate

func (m *ListEvaluatorsBySourceRequest) Validate() error

Validate checks the field values on ListEvaluatorsBySourceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEvaluatorsBySourceRequest) XXX_DiscardUnknown

func (m *ListEvaluatorsBySourceRequest) XXX_DiscardUnknown()

func (*ListEvaluatorsBySourceRequest) XXX_Marshal

func (m *ListEvaluatorsBySourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEvaluatorsBySourceRequest) XXX_Merge

func (m *ListEvaluatorsBySourceRequest) XXX_Merge(src proto.Message)

func (*ListEvaluatorsBySourceRequest) XXX_Size

func (m *ListEvaluatorsBySourceRequest) XXX_Size() int

func (*ListEvaluatorsBySourceRequest) XXX_Unmarshal

func (m *ListEvaluatorsBySourceRequest) XXX_Unmarshal(b []byte) error

type ListEvaluatorsBySourceRequestValidationError

type ListEvaluatorsBySourceRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEvaluatorsBySourceRequestValidationError is the validation error returned by ListEvaluatorsBySourceRequest.Validate if the designated constraints aren't met.

func (ListEvaluatorsBySourceRequestValidationError) Cause

Cause function returns cause value.

func (ListEvaluatorsBySourceRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEvaluatorsBySourceRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEvaluatorsBySourceRequestValidationError) Field

Field function returns field value.

func (ListEvaluatorsBySourceRequestValidationError) Key

Key function returns key value.

func (ListEvaluatorsBySourceRequestValidationError) Reason

Reason function returns reason value.

type ListEvaluatorsBySourceResponse

type ListEvaluatorsBySourceResponse struct {
	Evaluators           []*Evaluator `protobuf:"bytes,1,rep,name=evaluators,proto3" json:"evaluators,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListEvaluatorsBySourceResponse) Descriptor

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

func (*ListEvaluatorsBySourceResponse) GetEvaluators

func (m *ListEvaluatorsBySourceResponse) GetEvaluators() []*Evaluator

func (*ListEvaluatorsBySourceResponse) ProtoMessage

func (*ListEvaluatorsBySourceResponse) ProtoMessage()

func (*ListEvaluatorsBySourceResponse) Reset

func (m *ListEvaluatorsBySourceResponse) Reset()

func (*ListEvaluatorsBySourceResponse) String

func (*ListEvaluatorsBySourceResponse) Validate

func (m *ListEvaluatorsBySourceResponse) Validate() error

Validate checks the field values on ListEvaluatorsBySourceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEvaluatorsBySourceResponse) XXX_DiscardUnknown

func (m *ListEvaluatorsBySourceResponse) XXX_DiscardUnknown()

func (*ListEvaluatorsBySourceResponse) XXX_Marshal

func (m *ListEvaluatorsBySourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEvaluatorsBySourceResponse) XXX_Merge

func (m *ListEvaluatorsBySourceResponse) XXX_Merge(src proto.Message)

func (*ListEvaluatorsBySourceResponse) XXX_Size

func (m *ListEvaluatorsBySourceResponse) XXX_Size() int

func (*ListEvaluatorsBySourceResponse) XXX_Unmarshal

func (m *ListEvaluatorsBySourceResponse) XXX_Unmarshal(b []byte) error

type ListEvaluatorsBySourceResponseValidationError

type ListEvaluatorsBySourceResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEvaluatorsBySourceResponseValidationError is the validation error returned by ListEvaluatorsBySourceResponse.Validate if the designated constraints aren't met.

func (ListEvaluatorsBySourceResponseValidationError) Cause

Cause function returns cause value.

func (ListEvaluatorsBySourceResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEvaluatorsBySourceResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEvaluatorsBySourceResponseValidationError) Field

Field function returns field value.

func (ListEvaluatorsBySourceResponseValidationError) Key

Key function returns key value.

func (ListEvaluatorsBySourceResponseValidationError) Reason

Reason function returns reason value.

type ListEvaluatorsRequest

type ListEvaluatorsRequest struct {
	Evaluator            *OpEvaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListEvaluatorsRequest) Descriptor

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

func (*ListEvaluatorsRequest) GetEvaluator

func (m *ListEvaluatorsRequest) GetEvaluator() *OpEvaluator

func (*ListEvaluatorsRequest) ProtoMessage

func (*ListEvaluatorsRequest) ProtoMessage()

func (*ListEvaluatorsRequest) Reset

func (m *ListEvaluatorsRequest) Reset()

func (*ListEvaluatorsRequest) String

func (m *ListEvaluatorsRequest) String() string

func (*ListEvaluatorsRequest) Validate

func (m *ListEvaluatorsRequest) Validate() error

Validate checks the field values on ListEvaluatorsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEvaluatorsRequest) XXX_DiscardUnknown

func (m *ListEvaluatorsRequest) XXX_DiscardUnknown()

func (*ListEvaluatorsRequest) XXX_Marshal

func (m *ListEvaluatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEvaluatorsRequest) XXX_Merge

func (m *ListEvaluatorsRequest) XXX_Merge(src proto.Message)

func (*ListEvaluatorsRequest) XXX_Size

func (m *ListEvaluatorsRequest) XXX_Size() int

func (*ListEvaluatorsRequest) XXX_Unmarshal

func (m *ListEvaluatorsRequest) XXX_Unmarshal(b []byte) error

type ListEvaluatorsRequestValidationError

type ListEvaluatorsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEvaluatorsRequestValidationError is the validation error returned by ListEvaluatorsRequest.Validate if the designated constraints aren't met.

func (ListEvaluatorsRequestValidationError) Cause

Cause function returns cause value.

func (ListEvaluatorsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEvaluatorsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEvaluatorsRequestValidationError) Field

Field function returns field value.

func (ListEvaluatorsRequestValidationError) Key

Key function returns key value.

func (ListEvaluatorsRequestValidationError) Reason

Reason function returns reason value.

type ListEvaluatorsResponse

type ListEvaluatorsResponse struct {
	Evaluators           []*Evaluator `protobuf:"bytes,1,rep,name=evaluators,proto3" json:"evaluators,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListEvaluatorsResponse) Descriptor

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

func (*ListEvaluatorsResponse) GetEvaluators

func (m *ListEvaluatorsResponse) GetEvaluators() []*Evaluator

func (*ListEvaluatorsResponse) ProtoMessage

func (*ListEvaluatorsResponse) ProtoMessage()

func (*ListEvaluatorsResponse) Reset

func (m *ListEvaluatorsResponse) Reset()

func (*ListEvaluatorsResponse) String

func (m *ListEvaluatorsResponse) String() string

func (*ListEvaluatorsResponse) Validate

func (m *ListEvaluatorsResponse) Validate() error

Validate checks the field values on ListEvaluatorsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEvaluatorsResponse) XXX_DiscardUnknown

func (m *ListEvaluatorsResponse) XXX_DiscardUnknown()

func (*ListEvaluatorsResponse) XXX_Marshal

func (m *ListEvaluatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEvaluatorsResponse) XXX_Merge

func (m *ListEvaluatorsResponse) XXX_Merge(src proto.Message)

func (*ListEvaluatorsResponse) XXX_Size

func (m *ListEvaluatorsResponse) XXX_Size() int

func (*ListEvaluatorsResponse) XXX_Unmarshal

func (m *ListEvaluatorsResponse) XXX_Unmarshal(b []byte) error

type ListEvaluatorsResponseValidationError

type ListEvaluatorsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEvaluatorsResponseValidationError is the validation error returned by ListEvaluatorsResponse.Validate if the designated constraints aren't met.

func (ListEvaluatorsResponseValidationError) Cause

Cause function returns cause value.

func (ListEvaluatorsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEvaluatorsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEvaluatorsResponseValidationError) Field

Field function returns field value.

func (ListEvaluatorsResponseValidationError) Key

Key function returns key value.

func (ListEvaluatorsResponseValidationError) Reason

Reason function returns reason value.

type ListTasksBySourceRequest

type ListTasksBySourceRequest struct {
	Source               *OpResource          `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	RangeFrom            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=range_from,json=rangeFrom,proto3" json:"range_from,omitempty"`
	RangeTo              *timestamp.Timestamp `protobuf:"bytes,3,opt,name=range_to,json=rangeTo,proto3" json:"range_to,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ListTasksBySourceRequest) Descriptor

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

func (*ListTasksBySourceRequest) GetRangeFrom

func (m *ListTasksBySourceRequest) GetRangeFrom() *timestamp.Timestamp

func (*ListTasksBySourceRequest) GetRangeTo

func (m *ListTasksBySourceRequest) GetRangeTo() *timestamp.Timestamp

func (*ListTasksBySourceRequest) GetSource

func (m *ListTasksBySourceRequest) GetSource() *OpResource

func (*ListTasksBySourceRequest) ProtoMessage

func (*ListTasksBySourceRequest) ProtoMessage()

func (*ListTasksBySourceRequest) Reset

func (m *ListTasksBySourceRequest) Reset()

func (*ListTasksBySourceRequest) String

func (m *ListTasksBySourceRequest) String() string

func (*ListTasksBySourceRequest) Validate

func (m *ListTasksBySourceRequest) Validate() error

Validate checks the field values on ListTasksBySourceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListTasksBySourceRequest) XXX_DiscardUnknown

func (m *ListTasksBySourceRequest) XXX_DiscardUnknown()

func (*ListTasksBySourceRequest) XXX_Marshal

func (m *ListTasksBySourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTasksBySourceRequest) XXX_Merge

func (m *ListTasksBySourceRequest) XXX_Merge(src proto.Message)

func (*ListTasksBySourceRequest) XXX_Size

func (m *ListTasksBySourceRequest) XXX_Size() int

func (*ListTasksBySourceRequest) XXX_Unmarshal

func (m *ListTasksBySourceRequest) XXX_Unmarshal(b []byte) error

type ListTasksBySourceRequestValidationError

type ListTasksBySourceRequestValidationError struct {
	// contains filtered or unexported fields
}

ListTasksBySourceRequestValidationError is the validation error returned by ListTasksBySourceRequest.Validate if the designated constraints aren't met.

func (ListTasksBySourceRequestValidationError) Cause

Cause function returns cause value.

func (ListTasksBySourceRequestValidationError) Error

Error satisfies the builtin error interface

func (ListTasksBySourceRequestValidationError) ErrorName

ErrorName returns error name.

func (ListTasksBySourceRequestValidationError) Field

Field function returns field value.

func (ListTasksBySourceRequestValidationError) Key

Key function returns key value.

func (ListTasksBySourceRequestValidationError) Reason

Reason function returns reason value.

type ListTasksBySourceResponse

type ListTasksBySourceResponse struct {
	Tasks                []*Task  `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTasksBySourceResponse) Descriptor

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

func (*ListTasksBySourceResponse) GetTasks

func (m *ListTasksBySourceResponse) GetTasks() []*Task

func (*ListTasksBySourceResponse) ProtoMessage

func (*ListTasksBySourceResponse) ProtoMessage()

func (*ListTasksBySourceResponse) Reset

func (m *ListTasksBySourceResponse) Reset()

func (*ListTasksBySourceResponse) String

func (m *ListTasksBySourceResponse) String() string

func (*ListTasksBySourceResponse) Validate

func (m *ListTasksBySourceResponse) Validate() error

Validate checks the field values on ListTasksBySourceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListTasksBySourceResponse) XXX_DiscardUnknown

func (m *ListTasksBySourceResponse) XXX_DiscardUnknown()

func (*ListTasksBySourceResponse) XXX_Marshal

func (m *ListTasksBySourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTasksBySourceResponse) XXX_Merge

func (m *ListTasksBySourceResponse) XXX_Merge(src proto.Message)

func (*ListTasksBySourceResponse) XXX_Size

func (m *ListTasksBySourceResponse) XXX_Size() int

func (*ListTasksBySourceResponse) XXX_Unmarshal

func (m *ListTasksBySourceResponse) XXX_Unmarshal(b []byte) error

type ListTasksBySourceResponseValidationError

type ListTasksBySourceResponseValidationError struct {
	// contains filtered or unexported fields
}

ListTasksBySourceResponseValidationError is the validation error returned by ListTasksBySourceResponse.Validate if the designated constraints aren't met.

func (ListTasksBySourceResponseValidationError) Cause

Cause function returns cause value.

func (ListTasksBySourceResponseValidationError) Error

Error satisfies the builtin error interface

func (ListTasksBySourceResponseValidationError) ErrorName

ErrorName returns error name.

func (ListTasksBySourceResponseValidationError) Field

Field function returns field value.

func (ListTasksBySourceResponseValidationError) Key

Key function returns key value.

func (ListTasksBySourceResponseValidationError) Reason

Reason function returns reason value.

type ListTimersRequest

type ListTimersRequest struct {
	Timer                *OpTimer `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTimersRequest) Descriptor

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

func (*ListTimersRequest) GetTimer

func (m *ListTimersRequest) GetTimer() *OpTimer

func (*ListTimersRequest) ProtoMessage

func (*ListTimersRequest) ProtoMessage()

func (*ListTimersRequest) Reset

func (m *ListTimersRequest) Reset()

func (*ListTimersRequest) String

func (m *ListTimersRequest) String() string

func (*ListTimersRequest) Validate

func (m *ListTimersRequest) Validate() error

Validate checks the field values on ListTimersRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListTimersRequest) XXX_DiscardUnknown

func (m *ListTimersRequest) XXX_DiscardUnknown()

func (*ListTimersRequest) XXX_Marshal

func (m *ListTimersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTimersRequest) XXX_Merge

func (m *ListTimersRequest) XXX_Merge(src proto.Message)

func (*ListTimersRequest) XXX_Size

func (m *ListTimersRequest) XXX_Size() int

func (*ListTimersRequest) XXX_Unmarshal

func (m *ListTimersRequest) XXX_Unmarshal(b []byte) error

type ListTimersRequestValidationError

type ListTimersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListTimersRequestValidationError is the validation error returned by ListTimersRequest.Validate if the designated constraints aren't met.

func (ListTimersRequestValidationError) Cause

Cause function returns cause value.

func (ListTimersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListTimersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListTimersRequestValidationError) Field

Field function returns field value.

func (ListTimersRequestValidationError) Key

Key function returns key value.

func (ListTimersRequestValidationError) Reason

Reason function returns reason value.

type ListTimersResponse

type ListTimersResponse struct {
	Timers               []*Timer `protobuf:"bytes,1,rep,name=timers,proto3" json:"timers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTimersResponse) Descriptor

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

func (*ListTimersResponse) GetTimers

func (m *ListTimersResponse) GetTimers() []*Timer

func (*ListTimersResponse) ProtoMessage

func (*ListTimersResponse) ProtoMessage()

func (*ListTimersResponse) Reset

func (m *ListTimersResponse) Reset()

func (*ListTimersResponse) String

func (m *ListTimersResponse) String() string

func (*ListTimersResponse) Validate

func (m *ListTimersResponse) Validate() error

Validate checks the field values on ListTimersResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListTimersResponse) XXX_DiscardUnknown

func (m *ListTimersResponse) XXX_DiscardUnknown()

func (*ListTimersResponse) XXX_Marshal

func (m *ListTimersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTimersResponse) XXX_Merge

func (m *ListTimersResponse) XXX_Merge(src proto.Message)

func (*ListTimersResponse) XXX_Size

func (m *ListTimersResponse) XXX_Size() int

func (*ListTimersResponse) XXX_Unmarshal

func (m *ListTimersResponse) XXX_Unmarshal(b []byte) error

type ListTimersResponseValidationError

type ListTimersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListTimersResponseValidationError is the validation error returned by ListTimersResponse.Validate if the designated constraints aren't met.

func (ListTimersResponseValidationError) Cause

Cause function returns cause value.

func (ListTimersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListTimersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListTimersResponseValidationError) Field

Field function returns field value.

func (ListTimersResponseValidationError) Key

Key function returns key value.

func (ListTimersResponseValidationError) Reason

Reason function returns reason value.

type LuaDescriptor

type LuaDescriptor struct {
	Code                 string   `protobuf:"bytes,8,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LuaDescriptor) Descriptor

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

func (*LuaDescriptor) GetCode

func (m *LuaDescriptor) GetCode() string

func (*LuaDescriptor) ProtoMessage

func (*LuaDescriptor) ProtoMessage()

func (*LuaDescriptor) Reset

func (m *LuaDescriptor) Reset()

func (*LuaDescriptor) String

func (m *LuaDescriptor) String() string

func (*LuaDescriptor) Validate

func (m *LuaDescriptor) Validate() error

Validate checks the field values on LuaDescriptor with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*LuaDescriptor) XXX_DiscardUnknown

func (m *LuaDescriptor) XXX_DiscardUnknown()

func (*LuaDescriptor) XXX_Marshal

func (m *LuaDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LuaDescriptor) XXX_Merge

func (m *LuaDescriptor) XXX_Merge(src proto.Message)

func (*LuaDescriptor) XXX_Size

func (m *LuaDescriptor) XXX_Size() int

func (*LuaDescriptor) XXX_Unmarshal

func (m *LuaDescriptor) XXX_Unmarshal(b []byte) error

type LuaDescriptorValidationError

type LuaDescriptorValidationError struct {
	// contains filtered or unexported fields
}

LuaDescriptorValidationError is the validation error returned by LuaDescriptor.Validate if the designated constraints aren't met.

func (LuaDescriptorValidationError) Cause

Cause function returns cause value.

func (LuaDescriptorValidationError) Error

Error satisfies the builtin error interface

func (LuaDescriptorValidationError) ErrorName

func (e LuaDescriptorValidationError) ErrorName() string

ErrorName returns error name.

func (LuaDescriptorValidationError) Field

Field function returns field value.

func (LuaDescriptorValidationError) Key

Key function returns key value.

func (LuaDescriptorValidationError) Reason

Reason function returns reason value.

type OpEvaluator

type OpEvaluator struct {
	Id                   *wrappers.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias                *wrappers.StringValue `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Sources              []*OpResource         `protobuf:"bytes,8,rep,name=sources,proto3" json:"sources,omitempty"`
	Operator             *OpOperator           `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator,omitempty"`
	Config               *_struct.Struct       `protobuf:"bytes,11,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OpEvaluator) Descriptor

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

func (*OpEvaluator) GetAlias

func (m *OpEvaluator) GetAlias() *wrappers.StringValue

func (*OpEvaluator) GetConfig

func (m *OpEvaluator) GetConfig() *_struct.Struct

func (*OpEvaluator) GetDescription

func (m *OpEvaluator) GetDescription() *wrappers.StringValue

func (*OpEvaluator) GetId

func (m *OpEvaluator) GetId() *wrappers.StringValue

func (*OpEvaluator) GetOperator

func (m *OpEvaluator) GetOperator() *OpOperator

func (*OpEvaluator) GetSources

func (m *OpEvaluator) GetSources() []*OpResource

func (*OpEvaluator) ProtoMessage

func (*OpEvaluator) ProtoMessage()

func (*OpEvaluator) Reset

func (m *OpEvaluator) Reset()

func (*OpEvaluator) String

func (m *OpEvaluator) String() string

func (*OpEvaluator) Validate

func (m *OpEvaluator) Validate() error

Validate checks the field values on OpEvaluator with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpEvaluator) XXX_DiscardUnknown

func (m *OpEvaluator) XXX_DiscardUnknown()

func (*OpEvaluator) XXX_Marshal

func (m *OpEvaluator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpEvaluator) XXX_Merge

func (m *OpEvaluator) XXX_Merge(src proto.Message)

func (*OpEvaluator) XXX_Size

func (m *OpEvaluator) XXX_Size() int

func (*OpEvaluator) XXX_Unmarshal

func (m *OpEvaluator) XXX_Unmarshal(b []byte) error

type OpEvaluatorValidationError

type OpEvaluatorValidationError struct {
	// contains filtered or unexported fields
}

OpEvaluatorValidationError is the validation error returned by OpEvaluator.Validate if the designated constraints aren't met.

func (OpEvaluatorValidationError) Cause

Cause function returns cause value.

func (OpEvaluatorValidationError) Error

Error satisfies the builtin error interface

func (OpEvaluatorValidationError) ErrorName

func (e OpEvaluatorValidationError) ErrorName() string

ErrorName returns error name.

func (OpEvaluatorValidationError) Field

Field function returns field value.

func (OpEvaluatorValidationError) Key

Key function returns key value.

func (OpEvaluatorValidationError) Reason

Reason function returns reason value.

type OpLuaDescriptor

type OpLuaDescriptor struct {
	Code                 *wrappers.StringValue `protobuf:"bytes,8,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OpLuaDescriptor) Descriptor

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

func (*OpLuaDescriptor) GetCode

func (m *OpLuaDescriptor) GetCode() *wrappers.StringValue

func (*OpLuaDescriptor) ProtoMessage

func (*OpLuaDescriptor) ProtoMessage()

func (*OpLuaDescriptor) Reset

func (m *OpLuaDescriptor) Reset()

func (*OpLuaDescriptor) String

func (m *OpLuaDescriptor) String() string

func (*OpLuaDescriptor) Validate

func (m *OpLuaDescriptor) Validate() error

Validate checks the field values on OpLuaDescriptor with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpLuaDescriptor) XXX_DiscardUnknown

func (m *OpLuaDescriptor) XXX_DiscardUnknown()

func (*OpLuaDescriptor) XXX_Marshal

func (m *OpLuaDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpLuaDescriptor) XXX_Merge

func (m *OpLuaDescriptor) XXX_Merge(src proto.Message)

func (*OpLuaDescriptor) XXX_Size

func (m *OpLuaDescriptor) XXX_Size() int

func (*OpLuaDescriptor) XXX_Unmarshal

func (m *OpLuaDescriptor) XXX_Unmarshal(b []byte) error

type OpLuaDescriptorValidationError

type OpLuaDescriptorValidationError struct {
	// contains filtered or unexported fields
}

OpLuaDescriptorValidationError is the validation error returned by OpLuaDescriptor.Validate if the designated constraints aren't met.

func (OpLuaDescriptorValidationError) Cause

Cause function returns cause value.

func (OpLuaDescriptorValidationError) Error

Error satisfies the builtin error interface

func (OpLuaDescriptorValidationError) ErrorName

func (e OpLuaDescriptorValidationError) ErrorName() string

ErrorName returns error name.

func (OpLuaDescriptorValidationError) Field

Field function returns field value.

func (OpLuaDescriptorValidationError) Key

Key function returns key value.

func (OpLuaDescriptorValidationError) Reason

Reason function returns reason value.

type OpOperator

type OpOperator struct {
	Id          *wrappers.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias       *wrappers.StringValue `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description *wrappers.StringValue `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Driver      *wrappers.StringValue `protobuf:"bytes,8,opt,name=driver,proto3" json:"driver,omitempty"`
	// Types that are valid to be assigned to Descriptor_:
	//	*OpOperator_Lua
	Descriptor_          isOpOperator_Descriptor_ `protobuf_oneof:"descriptor"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*OpOperator) Descriptor

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

func (*OpOperator) GetAlias

func (m *OpOperator) GetAlias() *wrappers.StringValue

func (*OpOperator) GetDescription

func (m *OpOperator) GetDescription() *wrappers.StringValue

func (*OpOperator) GetDescriptor_

func (m *OpOperator) GetDescriptor_() isOpOperator_Descriptor_

func (*OpOperator) GetDriver

func (m *OpOperator) GetDriver() *wrappers.StringValue

func (*OpOperator) GetId

func (m *OpOperator) GetId() *wrappers.StringValue

func (*OpOperator) GetLua

func (m *OpOperator) GetLua() *OpLuaDescriptor

func (*OpOperator) ProtoMessage

func (*OpOperator) ProtoMessage()

func (*OpOperator) Reset

func (m *OpOperator) Reset()

func (*OpOperator) String

func (m *OpOperator) String() string

func (*OpOperator) Validate

func (m *OpOperator) Validate() error

Validate checks the field values on OpOperator with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpOperator) XXX_DiscardUnknown

func (m *OpOperator) XXX_DiscardUnknown()

func (*OpOperator) XXX_Marshal

func (m *OpOperator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpOperator) XXX_Merge

func (m *OpOperator) XXX_Merge(src proto.Message)

func (*OpOperator) XXX_OneofWrappers

func (*OpOperator) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*OpOperator) XXX_Size

func (m *OpOperator) XXX_Size() int

func (*OpOperator) XXX_Unmarshal

func (m *OpOperator) XXX_Unmarshal(b []byte) error

type OpOperatorValidationError

type OpOperatorValidationError struct {
	// contains filtered or unexported fields
}

OpOperatorValidationError is the validation error returned by OpOperator.Validate if the designated constraints aren't met.

func (OpOperatorValidationError) Cause

func (e OpOperatorValidationError) Cause() error

Cause function returns cause value.

func (OpOperatorValidationError) Error

Error satisfies the builtin error interface

func (OpOperatorValidationError) ErrorName

func (e OpOperatorValidationError) ErrorName() string

ErrorName returns error name.

func (OpOperatorValidationError) Field

Field function returns field value.

func (OpOperatorValidationError) Key

Key function returns key value.

func (OpOperatorValidationError) Reason

func (e OpOperatorValidationError) Reason() string

Reason function returns reason value.

type OpOperator_Lua

type OpOperator_Lua struct {
	Lua *OpLuaDescriptor `protobuf:"bytes,32,opt,name=lua,proto3,oneof"`
}

type OpResource

type OpResource struct {
	Id                   *wrappers.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 *wrappers.StringValue `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OpResource) Descriptor

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

func (*OpResource) GetId

func (m *OpResource) GetId() *wrappers.StringValue

func (*OpResource) GetType

func (m *OpResource) GetType() *wrappers.StringValue

func (*OpResource) ProtoMessage

func (*OpResource) ProtoMessage()

func (*OpResource) Reset

func (m *OpResource) Reset()

func (*OpResource) String

func (m *OpResource) String() string

func (*OpResource) Validate

func (m *OpResource) Validate() error

Validate checks the field values on OpResource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpResource) XXX_DiscardUnknown

func (m *OpResource) XXX_DiscardUnknown()

func (*OpResource) XXX_Marshal

func (m *OpResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpResource) XXX_Merge

func (m *OpResource) XXX_Merge(src proto.Message)

func (*OpResource) XXX_Size

func (m *OpResource) XXX_Size() int

func (*OpResource) XXX_Unmarshal

func (m *OpResource) XXX_Unmarshal(b []byte) error

type OpResourceValidationError

type OpResourceValidationError struct {
	// contains filtered or unexported fields
}

OpResourceValidationError is the validation error returned by OpResource.Validate if the designated constraints aren't met.

func (OpResourceValidationError) Cause

func (e OpResourceValidationError) Cause() error

Cause function returns cause value.

func (OpResourceValidationError) Error

Error satisfies the builtin error interface

func (OpResourceValidationError) ErrorName

func (e OpResourceValidationError) ErrorName() string

ErrorName returns error name.

func (OpResourceValidationError) Field

Field function returns field value.

func (OpResourceValidationError) Key

Key function returns key value.

func (OpResourceValidationError) Reason

func (e OpResourceValidationError) Reason() string

Reason function returns reason value.

type OpTask

type OpTask struct {
	Id                   *wrappers.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt            *timestamp.Timestamp  `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamp.Timestamp  `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CurrentState         *OpTaskState          `protobuf:"bytes,4,opt,name=current_state,json=currentState,proto3" json:"current_state,omitempty"`
	Source               *OpResource           `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OpTask) Descriptor

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

func (*OpTask) GetCreatedAt

func (m *OpTask) GetCreatedAt() *timestamp.Timestamp

func (*OpTask) GetCurrentState

func (m *OpTask) GetCurrentState() *OpTaskState

func (*OpTask) GetId

func (m *OpTask) GetId() *wrappers.StringValue

func (*OpTask) GetSource

func (m *OpTask) GetSource() *OpResource

func (*OpTask) GetUpdatedAt

func (m *OpTask) GetUpdatedAt() *timestamp.Timestamp

func (*OpTask) ProtoMessage

func (*OpTask) ProtoMessage()

func (*OpTask) Reset

func (m *OpTask) Reset()

func (*OpTask) String

func (m *OpTask) String() string

func (*OpTask) Validate

func (m *OpTask) Validate() error

Validate checks the field values on OpTask with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpTask) XXX_DiscardUnknown

func (m *OpTask) XXX_DiscardUnknown()

func (*OpTask) XXX_Marshal

func (m *OpTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpTask) XXX_Merge

func (m *OpTask) XXX_Merge(src proto.Message)

func (*OpTask) XXX_Size

func (m *OpTask) XXX_Size() int

func (*OpTask) XXX_Unmarshal

func (m *OpTask) XXX_Unmarshal(b []byte) error

type OpTaskState

type OpTaskState struct {
	At                   *timestamp.Timestamp `protobuf:"bytes,1,opt,name=at,proto3" json:"at,omitempty"`
	State                state.TaskState      `protobuf:"varint,2,opt,name=state,proto3,enum=ai.metathings.constant.state.TaskState" json:"state,omitempty"`
	Tags                 *_struct.Struct      `protobuf:"bytes,8,opt,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OpTaskState) Descriptor

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

func (*OpTaskState) GetAt

func (m *OpTaskState) GetAt() *timestamp.Timestamp

func (*OpTaskState) GetState

func (m *OpTaskState) GetState() state.TaskState

func (*OpTaskState) GetTags

func (m *OpTaskState) GetTags() *_struct.Struct

func (*OpTaskState) ProtoMessage

func (*OpTaskState) ProtoMessage()

func (*OpTaskState) Reset

func (m *OpTaskState) Reset()

func (*OpTaskState) String

func (m *OpTaskState) String() string

func (*OpTaskState) Validate

func (m *OpTaskState) Validate() error

Validate checks the field values on OpTaskState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpTaskState) XXX_DiscardUnknown

func (m *OpTaskState) XXX_DiscardUnknown()

func (*OpTaskState) XXX_Marshal

func (m *OpTaskState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpTaskState) XXX_Merge

func (m *OpTaskState) XXX_Merge(src proto.Message)

func (*OpTaskState) XXX_Size

func (m *OpTaskState) XXX_Size() int

func (*OpTaskState) XXX_Unmarshal

func (m *OpTaskState) XXX_Unmarshal(b []byte) error

type OpTaskStateValidationError

type OpTaskStateValidationError struct {
	// contains filtered or unexported fields
}

OpTaskStateValidationError is the validation error returned by OpTaskState.Validate if the designated constraints aren't met.

func (OpTaskStateValidationError) Cause

Cause function returns cause value.

func (OpTaskStateValidationError) Error

Error satisfies the builtin error interface

func (OpTaskStateValidationError) ErrorName

func (e OpTaskStateValidationError) ErrorName() string

ErrorName returns error name.

func (OpTaskStateValidationError) Field

Field function returns field value.

func (OpTaskStateValidationError) Key

Key function returns key value.

func (OpTaskStateValidationError) Reason

Reason function returns reason value.

type OpTaskValidationError

type OpTaskValidationError struct {
	// contains filtered or unexported fields
}

OpTaskValidationError is the validation error returned by OpTask.Validate if the designated constraints aren't met.

func (OpTaskValidationError) Cause

func (e OpTaskValidationError) Cause() error

Cause function returns cause value.

func (OpTaskValidationError) Error

func (e OpTaskValidationError) Error() string

Error satisfies the builtin error interface

func (OpTaskValidationError) ErrorName

func (e OpTaskValidationError) ErrorName() string

ErrorName returns error name.

func (OpTaskValidationError) Field

func (e OpTaskValidationError) Field() string

Field function returns field value.

func (OpTaskValidationError) Key

func (e OpTaskValidationError) Key() bool

Key function returns key value.

func (OpTaskValidationError) Reason

func (e OpTaskValidationError) Reason() string

Reason function returns reason value.

type OpTimer

type OpTimer struct {
	Id                   *wrappers.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias                *wrappers.StringValue `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Schedule             *wrappers.StringValue `protobuf:"bytes,8,opt,name=schedule,proto3" json:"schedule,omitempty"`
	Timezone             *wrappers.StringValue `protobuf:"bytes,9,opt,name=timezone,proto3" json:"timezone,omitempty"`
	Enabled              *wrappers.BoolValue   `protobuf:"bytes,10,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Configs              []*deviced.OpConfig   `protobuf:"bytes,11,rep,name=configs,proto3" json:"configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OpTimer) Descriptor

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

func (*OpTimer) GetAlias

func (m *OpTimer) GetAlias() *wrappers.StringValue

func (*OpTimer) GetConfigs

func (m *OpTimer) GetConfigs() []*deviced.OpConfig

func (*OpTimer) GetDescription

func (m *OpTimer) GetDescription() *wrappers.StringValue

func (*OpTimer) GetEnabled

func (m *OpTimer) GetEnabled() *wrappers.BoolValue

func (*OpTimer) GetId

func (m *OpTimer) GetId() *wrappers.StringValue

func (*OpTimer) GetSchedule

func (m *OpTimer) GetSchedule() *wrappers.StringValue

func (*OpTimer) GetTimezone

func (m *OpTimer) GetTimezone() *wrappers.StringValue

func (*OpTimer) ProtoMessage

func (*OpTimer) ProtoMessage()

func (*OpTimer) Reset

func (m *OpTimer) Reset()

func (*OpTimer) String

func (m *OpTimer) String() string

func (*OpTimer) Validate

func (m *OpTimer) Validate() error

Validate checks the field values on OpTimer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*OpTimer) XXX_DiscardUnknown

func (m *OpTimer) XXX_DiscardUnknown()

func (*OpTimer) XXX_Marshal

func (m *OpTimer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpTimer) XXX_Merge

func (m *OpTimer) XXX_Merge(src proto.Message)

func (*OpTimer) XXX_Size

func (m *OpTimer) XXX_Size() int

func (*OpTimer) XXX_Unmarshal

func (m *OpTimer) XXX_Unmarshal(b []byte) error

type OpTimerValidationError

type OpTimerValidationError struct {
	// contains filtered or unexported fields
}

OpTimerValidationError is the validation error returned by OpTimer.Validate if the designated constraints aren't met.

func (OpTimerValidationError) Cause

func (e OpTimerValidationError) Cause() error

Cause function returns cause value.

func (OpTimerValidationError) Error

func (e OpTimerValidationError) Error() string

Error satisfies the builtin error interface

func (OpTimerValidationError) ErrorName

func (e OpTimerValidationError) ErrorName() string

ErrorName returns error name.

func (OpTimerValidationError) Field

func (e OpTimerValidationError) Field() string

Field function returns field value.

func (OpTimerValidationError) Key

func (e OpTimerValidationError) Key() bool

Key function returns key value.

func (OpTimerValidationError) Reason

func (e OpTimerValidationError) Reason() string

Reason function returns reason value.

type Operator

type Operator struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias       string `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description string `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Driver      string `protobuf:"bytes,8,opt,name=driver,proto3" json:"driver,omitempty"`
	// Types that are valid to be assigned to Descriptor_:
	//	*Operator_Lua
	Descriptor_          isOperator_Descriptor_ `protobuf_oneof:"descriptor"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Operator) Descriptor

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

func (*Operator) GetAlias

func (m *Operator) GetAlias() string

func (*Operator) GetDescription

func (m *Operator) GetDescription() string

func (*Operator) GetDescriptor_

func (m *Operator) GetDescriptor_() isOperator_Descriptor_

func (*Operator) GetDriver

func (m *Operator) GetDriver() string

func (*Operator) GetId

func (m *Operator) GetId() string

func (*Operator) GetLua

func (m *Operator) GetLua() *LuaDescriptor

func (*Operator) ProtoMessage

func (*Operator) ProtoMessage()

func (*Operator) Reset

func (m *Operator) Reset()

func (*Operator) String

func (m *Operator) String() string

func (*Operator) Validate

func (m *Operator) Validate() error

Validate checks the field values on Operator with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Operator) XXX_DiscardUnknown

func (m *Operator) XXX_DiscardUnknown()

func (*Operator) XXX_Marshal

func (m *Operator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operator) XXX_Merge

func (m *Operator) XXX_Merge(src proto.Message)

func (*Operator) XXX_OneofWrappers

func (*Operator) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Operator) XXX_Size

func (m *Operator) XXX_Size() int

func (*Operator) XXX_Unmarshal

func (m *Operator) XXX_Unmarshal(b []byte) error

type OperatorValidationError

type OperatorValidationError struct {
	// contains filtered or unexported fields
}

OperatorValidationError is the validation error returned by Operator.Validate if the designated constraints aren't met.

func (OperatorValidationError) Cause

func (e OperatorValidationError) Cause() error

Cause function returns cause value.

func (OperatorValidationError) Error

func (e OperatorValidationError) Error() string

Error satisfies the builtin error interface

func (OperatorValidationError) ErrorName

func (e OperatorValidationError) ErrorName() string

ErrorName returns error name.

func (OperatorValidationError) Field

func (e OperatorValidationError) Field() string

Field function returns field value.

func (OperatorValidationError) Key

func (e OperatorValidationError) Key() bool

Key function returns key value.

func (OperatorValidationError) Reason

func (e OperatorValidationError) Reason() string

Reason function returns reason value.

type Operator_Lua

type Operator_Lua struct {
	Lua *LuaDescriptor `protobuf:"bytes,32,opt,name=lua,proto3,oneof"`
}

type PatchEvaluatorRequest

type PatchEvaluatorRequest struct {
	Evaluator            *OpEvaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PatchEvaluatorRequest) Descriptor

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

func (*PatchEvaluatorRequest) GetEvaluator

func (m *PatchEvaluatorRequest) GetEvaluator() *OpEvaluator

func (*PatchEvaluatorRequest) ProtoMessage

func (*PatchEvaluatorRequest) ProtoMessage()

func (*PatchEvaluatorRequest) Reset

func (m *PatchEvaluatorRequest) Reset()

func (*PatchEvaluatorRequest) String

func (m *PatchEvaluatorRequest) String() string

func (*PatchEvaluatorRequest) Validate

func (m *PatchEvaluatorRequest) Validate() error

Validate checks the field values on PatchEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PatchEvaluatorRequest) XXX_DiscardUnknown

func (m *PatchEvaluatorRequest) XXX_DiscardUnknown()

func (*PatchEvaluatorRequest) XXX_Marshal

func (m *PatchEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PatchEvaluatorRequest) XXX_Merge

func (m *PatchEvaluatorRequest) XXX_Merge(src proto.Message)

func (*PatchEvaluatorRequest) XXX_Size

func (m *PatchEvaluatorRequest) XXX_Size() int

func (*PatchEvaluatorRequest) XXX_Unmarshal

func (m *PatchEvaluatorRequest) XXX_Unmarshal(b []byte) error

type PatchEvaluatorRequestValidationError

type PatchEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

PatchEvaluatorRequestValidationError is the validation error returned by PatchEvaluatorRequest.Validate if the designated constraints aren't met.

func (PatchEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (PatchEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (PatchEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (PatchEvaluatorRequestValidationError) Field

Field function returns field value.

func (PatchEvaluatorRequestValidationError) Key

Key function returns key value.

func (PatchEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type PatchEvaluatorResponse

type PatchEvaluatorResponse struct {
	Evaluator            *Evaluator `protobuf:"bytes,1,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*PatchEvaluatorResponse) Descriptor

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

func (*PatchEvaluatorResponse) GetEvaluator

func (m *PatchEvaluatorResponse) GetEvaluator() *Evaluator

func (*PatchEvaluatorResponse) ProtoMessage

func (*PatchEvaluatorResponse) ProtoMessage()

func (*PatchEvaluatorResponse) Reset

func (m *PatchEvaluatorResponse) Reset()

func (*PatchEvaluatorResponse) String

func (m *PatchEvaluatorResponse) String() string

func (*PatchEvaluatorResponse) Validate

func (m *PatchEvaluatorResponse) Validate() error

Validate checks the field values on PatchEvaluatorResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PatchEvaluatorResponse) XXX_DiscardUnknown

func (m *PatchEvaluatorResponse) XXX_DiscardUnknown()

func (*PatchEvaluatorResponse) XXX_Marshal

func (m *PatchEvaluatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PatchEvaluatorResponse) XXX_Merge

func (m *PatchEvaluatorResponse) XXX_Merge(src proto.Message)

func (*PatchEvaluatorResponse) XXX_Size

func (m *PatchEvaluatorResponse) XXX_Size() int

func (*PatchEvaluatorResponse) XXX_Unmarshal

func (m *PatchEvaluatorResponse) XXX_Unmarshal(b []byte) error

type PatchEvaluatorResponseValidationError

type PatchEvaluatorResponseValidationError struct {
	// contains filtered or unexported fields
}

PatchEvaluatorResponseValidationError is the validation error returned by PatchEvaluatorResponse.Validate if the designated constraints aren't met.

func (PatchEvaluatorResponseValidationError) Cause

Cause function returns cause value.

func (PatchEvaluatorResponseValidationError) Error

Error satisfies the builtin error interface

func (PatchEvaluatorResponseValidationError) ErrorName

ErrorName returns error name.

func (PatchEvaluatorResponseValidationError) Field

Field function returns field value.

func (PatchEvaluatorResponseValidationError) Key

Key function returns key value.

func (PatchEvaluatorResponseValidationError) Reason

Reason function returns reason value.

type PatchTimerRequest

type PatchTimerRequest struct {
	Timer                *OpTimer `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PatchTimerRequest) Descriptor

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

func (*PatchTimerRequest) GetTimer

func (m *PatchTimerRequest) GetTimer() *OpTimer

func (*PatchTimerRequest) ProtoMessage

func (*PatchTimerRequest) ProtoMessage()

func (*PatchTimerRequest) Reset

func (m *PatchTimerRequest) Reset()

func (*PatchTimerRequest) String

func (m *PatchTimerRequest) String() string

func (*PatchTimerRequest) Validate

func (m *PatchTimerRequest) Validate() error

Validate checks the field values on PatchTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PatchTimerRequest) XXX_DiscardUnknown

func (m *PatchTimerRequest) XXX_DiscardUnknown()

func (*PatchTimerRequest) XXX_Marshal

func (m *PatchTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PatchTimerRequest) XXX_Merge

func (m *PatchTimerRequest) XXX_Merge(src proto.Message)

func (*PatchTimerRequest) XXX_Size

func (m *PatchTimerRequest) XXX_Size() int

func (*PatchTimerRequest) XXX_Unmarshal

func (m *PatchTimerRequest) XXX_Unmarshal(b []byte) error

type PatchTimerRequestValidationError

type PatchTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

PatchTimerRequestValidationError is the validation error returned by PatchTimerRequest.Validate if the designated constraints aren't met.

func (PatchTimerRequestValidationError) Cause

Cause function returns cause value.

func (PatchTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (PatchTimerRequestValidationError) ErrorName

ErrorName returns error name.

func (PatchTimerRequestValidationError) Field

Field function returns field value.

func (PatchTimerRequestValidationError) Key

Key function returns key value.

func (PatchTimerRequestValidationError) Reason

Reason function returns reason value.

type PatchTimerResponse

type PatchTimerResponse struct {
	Timer                *Timer   `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PatchTimerResponse) Descriptor

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

func (*PatchTimerResponse) GetTimer

func (m *PatchTimerResponse) GetTimer() *Timer

func (*PatchTimerResponse) ProtoMessage

func (*PatchTimerResponse) ProtoMessage()

func (*PatchTimerResponse) Reset

func (m *PatchTimerResponse) Reset()

func (*PatchTimerResponse) String

func (m *PatchTimerResponse) String() string

func (*PatchTimerResponse) Validate

func (m *PatchTimerResponse) Validate() error

Validate checks the field values on PatchTimerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PatchTimerResponse) XXX_DiscardUnknown

func (m *PatchTimerResponse) XXX_DiscardUnknown()

func (*PatchTimerResponse) XXX_Marshal

func (m *PatchTimerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PatchTimerResponse) XXX_Merge

func (m *PatchTimerResponse) XXX_Merge(src proto.Message)

func (*PatchTimerResponse) XXX_Size

func (m *PatchTimerResponse) XXX_Size() int

func (*PatchTimerResponse) XXX_Unmarshal

func (m *PatchTimerResponse) XXX_Unmarshal(b []byte) error

type PatchTimerResponseValidationError

type PatchTimerResponseValidationError struct {
	// contains filtered or unexported fields
}

PatchTimerResponseValidationError is the validation error returned by PatchTimerResponse.Validate if the designated constraints aren't met.

func (PatchTimerResponseValidationError) Cause

Cause function returns cause value.

func (PatchTimerResponseValidationError) Error

Error satisfies the builtin error interface

func (PatchTimerResponseValidationError) ErrorName

ErrorName returns error name.

func (PatchTimerResponseValidationError) Field

Field function returns field value.

func (PatchTimerResponseValidationError) Key

Key function returns key value.

func (PatchTimerResponseValidationError) Reason

Reason function returns reason value.

type QueryStorageByDeviceRequest

type QueryStorageByDeviceRequest struct {
	Device               *deviced.OpDevice              `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Source               *OpResource                    `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Measurement          *wrappers.StringValue          `protobuf:"bytes,3,opt,name=measurement,proto3" json:"measurement,omitempty"`
	RangeFrom            *timestamp.Timestamp           `protobuf:"bytes,4,opt,name=range_from,json=rangeFrom,proto3" json:"range_from,omitempty"`
	RangeTo              *timestamp.Timestamp           `protobuf:"bytes,5,opt,name=range_to,json=rangeTo,proto3" json:"range_to,omitempty"`
	QueryString          *wrappers.StringValue          `protobuf:"bytes,6,opt,name=query_string,json=queryString,proto3" json:"query_string,omitempty"`
	Pagination           *pagination.OpPaginationOption `protobuf:"bytes,33,opt,name=pagination,proto3" json:"pagination,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*QueryStorageByDeviceRequest) Descriptor

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

func (*QueryStorageByDeviceRequest) GetDevice

func (*QueryStorageByDeviceRequest) GetMeasurement

func (m *QueryStorageByDeviceRequest) GetMeasurement() *wrappers.StringValue

func (*QueryStorageByDeviceRequest) GetPagination

func (*QueryStorageByDeviceRequest) GetQueryString

func (m *QueryStorageByDeviceRequest) GetQueryString() *wrappers.StringValue

func (*QueryStorageByDeviceRequest) GetRangeFrom

func (m *QueryStorageByDeviceRequest) GetRangeFrom() *timestamp.Timestamp

func (*QueryStorageByDeviceRequest) GetRangeTo

func (*QueryStorageByDeviceRequest) GetSource

func (m *QueryStorageByDeviceRequest) GetSource() *OpResource

func (*QueryStorageByDeviceRequest) ProtoMessage

func (*QueryStorageByDeviceRequest) ProtoMessage()

func (*QueryStorageByDeviceRequest) Reset

func (m *QueryStorageByDeviceRequest) Reset()

func (*QueryStorageByDeviceRequest) String

func (m *QueryStorageByDeviceRequest) String() string

func (*QueryStorageByDeviceRequest) Validate

func (m *QueryStorageByDeviceRequest) Validate() error

Validate checks the field values on QueryStorageByDeviceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*QueryStorageByDeviceRequest) XXX_DiscardUnknown

func (m *QueryStorageByDeviceRequest) XXX_DiscardUnknown()

func (*QueryStorageByDeviceRequest) XXX_Marshal

func (m *QueryStorageByDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryStorageByDeviceRequest) XXX_Merge

func (m *QueryStorageByDeviceRequest) XXX_Merge(src proto.Message)

func (*QueryStorageByDeviceRequest) XXX_Size

func (m *QueryStorageByDeviceRequest) XXX_Size() int

func (*QueryStorageByDeviceRequest) XXX_Unmarshal

func (m *QueryStorageByDeviceRequest) XXX_Unmarshal(b []byte) error

type QueryStorageByDeviceRequestValidationError

type QueryStorageByDeviceRequestValidationError struct {
	// contains filtered or unexported fields
}

QueryStorageByDeviceRequestValidationError is the validation error returned by QueryStorageByDeviceRequest.Validate if the designated constraints aren't met.

func (QueryStorageByDeviceRequestValidationError) Cause

Cause function returns cause value.

func (QueryStorageByDeviceRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryStorageByDeviceRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryStorageByDeviceRequestValidationError) Field

Field function returns field value.

func (QueryStorageByDeviceRequestValidationError) Key

Key function returns key value.

func (QueryStorageByDeviceRequestValidationError) Reason

Reason function returns reason value.

type QueryStorageByDeviceResponse

type QueryStorageByDeviceResponse struct {
	Frames               []*deviced.Frame             `protobuf:"bytes,2,rep,name=frames,proto3" json:"frames,omitempty"`
	Pagination           *pagination.PaginationOption `protobuf:"bytes,33,opt,name=pagination,proto3" json:"pagination,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*QueryStorageByDeviceResponse) Descriptor

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

func (*QueryStorageByDeviceResponse) GetFrames

func (m *QueryStorageByDeviceResponse) GetFrames() []*deviced.Frame

func (*QueryStorageByDeviceResponse) GetPagination

func (*QueryStorageByDeviceResponse) ProtoMessage

func (*QueryStorageByDeviceResponse) ProtoMessage()

func (*QueryStorageByDeviceResponse) Reset

func (m *QueryStorageByDeviceResponse) Reset()

func (*QueryStorageByDeviceResponse) String

func (*QueryStorageByDeviceResponse) Validate

func (m *QueryStorageByDeviceResponse) Validate() error

Validate checks the field values on QueryStorageByDeviceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*QueryStorageByDeviceResponse) XXX_DiscardUnknown

func (m *QueryStorageByDeviceResponse) XXX_DiscardUnknown()

func (*QueryStorageByDeviceResponse) XXX_Marshal

func (m *QueryStorageByDeviceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryStorageByDeviceResponse) XXX_Merge

func (m *QueryStorageByDeviceResponse) XXX_Merge(src proto.Message)

func (*QueryStorageByDeviceResponse) XXX_Size

func (m *QueryStorageByDeviceResponse) XXX_Size() int

func (*QueryStorageByDeviceResponse) XXX_Unmarshal

func (m *QueryStorageByDeviceResponse) XXX_Unmarshal(b []byte) error

type QueryStorageByDeviceResponseValidationError

type QueryStorageByDeviceResponseValidationError struct {
	// contains filtered or unexported fields
}

QueryStorageByDeviceResponseValidationError is the validation error returned by QueryStorageByDeviceResponse.Validate if the designated constraints aren't met.

func (QueryStorageByDeviceResponseValidationError) Cause

Cause function returns cause value.

func (QueryStorageByDeviceResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryStorageByDeviceResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryStorageByDeviceResponseValidationError) Field

Field function returns field value.

func (QueryStorageByDeviceResponseValidationError) Key

Key function returns key value.

func (QueryStorageByDeviceResponseValidationError) Reason

Reason function returns reason value.

type RemoveConfigsFromTimerRequest

type RemoveConfigsFromTimerRequest struct {
	Timer                *OpTimer            `protobuf:"bytes,1,opt,name=timer,proto3" json:"timer,omitempty"`
	Configs              []*deviced.OpConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RemoveConfigsFromTimerRequest) Descriptor

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

func (*RemoveConfigsFromTimerRequest) GetConfigs

func (m *RemoveConfigsFromTimerRequest) GetConfigs() []*deviced.OpConfig

func (*RemoveConfigsFromTimerRequest) GetTimer

func (m *RemoveConfigsFromTimerRequest) GetTimer() *OpTimer

func (*RemoveConfigsFromTimerRequest) ProtoMessage

func (*RemoveConfigsFromTimerRequest) ProtoMessage()

func (*RemoveConfigsFromTimerRequest) Reset

func (m *RemoveConfigsFromTimerRequest) Reset()

func (*RemoveConfigsFromTimerRequest) String

func (*RemoveConfigsFromTimerRequest) Validate

func (m *RemoveConfigsFromTimerRequest) Validate() error

Validate checks the field values on RemoveConfigsFromTimerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RemoveConfigsFromTimerRequest) XXX_DiscardUnknown

func (m *RemoveConfigsFromTimerRequest) XXX_DiscardUnknown()

func (*RemoveConfigsFromTimerRequest) XXX_Marshal

func (m *RemoveConfigsFromTimerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveConfigsFromTimerRequest) XXX_Merge

func (m *RemoveConfigsFromTimerRequest) XXX_Merge(src proto.Message)

func (*RemoveConfigsFromTimerRequest) XXX_Size

func (m *RemoveConfigsFromTimerRequest) XXX_Size() int

func (*RemoveConfigsFromTimerRequest) XXX_Unmarshal

func (m *RemoveConfigsFromTimerRequest) XXX_Unmarshal(b []byte) error

type RemoveConfigsFromTimerRequestValidationError

type RemoveConfigsFromTimerRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveConfigsFromTimerRequestValidationError is the validation error returned by RemoveConfigsFromTimerRequest.Validate if the designated constraints aren't met.

func (RemoveConfigsFromTimerRequestValidationError) Cause

Cause function returns cause value.

func (RemoveConfigsFromTimerRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveConfigsFromTimerRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveConfigsFromTimerRequestValidationError) Field

Field function returns field value.

func (RemoveConfigsFromTimerRequestValidationError) Key

Key function returns key value.

func (RemoveConfigsFromTimerRequestValidationError) Reason

Reason function returns reason value.

type RemoveSourcesFromEvaluatorRequest

type RemoveSourcesFromEvaluatorRequest struct {
	Sources              []*OpResource `protobuf:"bytes,1,rep,name=sources,proto3" json:"sources,omitempty"`
	Evaluator            *OpEvaluator  `protobuf:"bytes,2,opt,name=evaluator,proto3" json:"evaluator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RemoveSourcesFromEvaluatorRequest) Descriptor

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

func (*RemoveSourcesFromEvaluatorRequest) GetEvaluator

func (*RemoveSourcesFromEvaluatorRequest) GetSources

func (m *RemoveSourcesFromEvaluatorRequest) GetSources() []*OpResource

func (*RemoveSourcesFromEvaluatorRequest) ProtoMessage

func (*RemoveSourcesFromEvaluatorRequest) ProtoMessage()

func (*RemoveSourcesFromEvaluatorRequest) Reset

func (*RemoveSourcesFromEvaluatorRequest) String

func (*RemoveSourcesFromEvaluatorRequest) Validate

Validate checks the field values on RemoveSourcesFromEvaluatorRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RemoveSourcesFromEvaluatorRequest) XXX_DiscardUnknown

func (m *RemoveSourcesFromEvaluatorRequest) XXX_DiscardUnknown()

func (*RemoveSourcesFromEvaluatorRequest) XXX_Marshal

func (m *RemoveSourcesFromEvaluatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveSourcesFromEvaluatorRequest) XXX_Merge

func (*RemoveSourcesFromEvaluatorRequest) XXX_Size

func (m *RemoveSourcesFromEvaluatorRequest) XXX_Size() int

func (*RemoveSourcesFromEvaluatorRequest) XXX_Unmarshal

func (m *RemoveSourcesFromEvaluatorRequest) XXX_Unmarshal(b []byte) error

type RemoveSourcesFromEvaluatorRequestValidationError

type RemoveSourcesFromEvaluatorRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveSourcesFromEvaluatorRequestValidationError is the validation error returned by RemoveSourcesFromEvaluatorRequest.Validate if the designated constraints aren't met.

func (RemoveSourcesFromEvaluatorRequestValidationError) Cause

Cause function returns cause value.

func (RemoveSourcesFromEvaluatorRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveSourcesFromEvaluatorRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveSourcesFromEvaluatorRequestValidationError) Field

Field function returns field value.

func (RemoveSourcesFromEvaluatorRequestValidationError) Key

Key function returns key value.

func (RemoveSourcesFromEvaluatorRequestValidationError) Reason

Reason function returns reason value.

type Resource

type Resource struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 string   `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Resource) Descriptor

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

func (*Resource) GetId

func (m *Resource) GetId() string

func (*Resource) GetType

func (m *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) String

func (m *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Resource) XXX_DiscardUnknown

func (m *Resource) XXX_DiscardUnknown()

func (*Resource) XXX_Marshal

func (m *Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Resource) XXX_Merge

func (m *Resource) XXX_Merge(src proto.Message)

func (*Resource) XXX_Size

func (m *Resource) XXX_Size() int

func (*Resource) XXX_Unmarshal

func (m *Resource) XXX_Unmarshal(b []byte) error

type ResourceValidationError

type ResourceValidationError struct {
	// contains filtered or unexported fields
}

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type Task

type Task struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CurrentState         *TaskState           `protobuf:"bytes,4,opt,name=current_state,json=currentState,proto3" json:"current_state,omitempty"`
	Source               *Resource            `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
	States               []*TaskState         `protobuf:"bytes,9,rep,name=states,proto3" json:"states,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Task) Descriptor

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

func (*Task) GetCreatedAt

func (m *Task) GetCreatedAt() *timestamp.Timestamp

func (*Task) GetCurrentState

func (m *Task) GetCurrentState() *TaskState

func (*Task) GetId

func (m *Task) GetId() string

func (*Task) GetSource

func (m *Task) GetSource() *Resource

func (*Task) GetStates

func (m *Task) GetStates() []*TaskState

func (*Task) GetUpdatedAt

func (m *Task) GetUpdatedAt() *timestamp.Timestamp

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) String

func (m *Task) String() string

func (*Task) Validate

func (m *Task) Validate() error

Validate checks the field values on Task with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Task) XXX_DiscardUnknown

func (m *Task) XXX_DiscardUnknown()

func (*Task) XXX_Marshal

func (m *Task) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Task) XXX_Merge

func (m *Task) XXX_Merge(src proto.Message)

func (*Task) XXX_Size

func (m *Task) XXX_Size() int

func (*Task) XXX_Unmarshal

func (m *Task) XXX_Unmarshal(b []byte) error

type TaskState

type TaskState struct {
	At                   *timestamp.Timestamp `protobuf:"bytes,1,opt,name=at,proto3" json:"at,omitempty"`
	State                state.TaskState      `protobuf:"varint,2,opt,name=state,proto3,enum=ai.metathings.constant.state.TaskState" json:"state,omitempty"`
	Tags                 *_struct.Struct      `protobuf:"bytes,8,opt,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TaskState) Descriptor

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

func (*TaskState) GetAt

func (m *TaskState) GetAt() *timestamp.Timestamp

func (*TaskState) GetState

func (m *TaskState) GetState() state.TaskState

func (*TaskState) GetTags

func (m *TaskState) GetTags() *_struct.Struct

func (*TaskState) ProtoMessage

func (*TaskState) ProtoMessage()

func (*TaskState) Reset

func (m *TaskState) Reset()

func (*TaskState) String

func (m *TaskState) String() string

func (*TaskState) Validate

func (m *TaskState) Validate() error

Validate checks the field values on TaskState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*TaskState) XXX_DiscardUnknown

func (m *TaskState) XXX_DiscardUnknown()

func (*TaskState) XXX_Marshal

func (m *TaskState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskState) XXX_Merge

func (m *TaskState) XXX_Merge(src proto.Message)

func (*TaskState) XXX_Size

func (m *TaskState) XXX_Size() int

func (*TaskState) XXX_Unmarshal

func (m *TaskState) XXX_Unmarshal(b []byte) error

type TaskStateValidationError

type TaskStateValidationError struct {
	// contains filtered or unexported fields
}

TaskStateValidationError is the validation error returned by TaskState.Validate if the designated constraints aren't met.

func (TaskStateValidationError) Cause

func (e TaskStateValidationError) Cause() error

Cause function returns cause value.

func (TaskStateValidationError) Error

func (e TaskStateValidationError) Error() string

Error satisfies the builtin error interface

func (TaskStateValidationError) ErrorName

func (e TaskStateValidationError) ErrorName() string

ErrorName returns error name.

func (TaskStateValidationError) Field

func (e TaskStateValidationError) Field() string

Field function returns field value.

func (TaskStateValidationError) Key

Key function returns key value.

func (TaskStateValidationError) Reason

func (e TaskStateValidationError) Reason() string

Reason function returns reason value.

type TaskValidationError

type TaskValidationError struct {
	// contains filtered or unexported fields
}

TaskValidationError is the validation error returned by Task.Validate if the designated constraints aren't met.

func (TaskValidationError) Cause

func (e TaskValidationError) Cause() error

Cause function returns cause value.

func (TaskValidationError) Error

func (e TaskValidationError) Error() string

Error satisfies the builtin error interface

func (TaskValidationError) ErrorName

func (e TaskValidationError) ErrorName() string

ErrorName returns error name.

func (TaskValidationError) Field

func (e TaskValidationError) Field() string

Field function returns field value.

func (TaskValidationError) Key

func (e TaskValidationError) Key() bool

Key function returns key value.

func (TaskValidationError) Reason

func (e TaskValidationError) Reason() string

Reason function returns reason value.

type Timer

type Timer struct {
	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Alias                string            `protobuf:"bytes,24,opt,name=alias,proto3" json:"alias,omitempty"`
	Description          string            `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	Schedule             string            `protobuf:"bytes,8,opt,name=schedule,proto3" json:"schedule,omitempty"`
	Timezone             string            `protobuf:"bytes,9,opt,name=timezone,proto3" json:"timezone,omitempty"`
	Enabled              bool              `protobuf:"varint,10,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Configs              []*deviced.Config `protobuf:"bytes,11,rep,name=configs,proto3" json:"configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Timer) Descriptor

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

func (*Timer) GetAlias

func (m *Timer) GetAlias() string

func (*Timer) GetConfigs

func (m *Timer) GetConfigs() []*deviced.Config

func (*Timer) GetDescription

func (m *Timer) GetDescription() string

func (*Timer) GetEnabled

func (m *Timer) GetEnabled() bool

func (*Timer) GetId

func (m *Timer) GetId() string

func (*Timer) GetSchedule

func (m *Timer) GetSchedule() string

func (*Timer) GetTimezone

func (m *Timer) GetTimezone() string

func (*Timer) ProtoMessage

func (*Timer) ProtoMessage()

func (*Timer) Reset

func (m *Timer) Reset()

func (*Timer) String

func (m *Timer) String() string

func (*Timer) Validate

func (m *Timer) Validate() error

Validate checks the field values on Timer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Timer) XXX_DiscardUnknown

func (m *Timer) XXX_DiscardUnknown()

func (*Timer) XXX_Marshal

func (m *Timer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Timer) XXX_Merge

func (m *Timer) XXX_Merge(src proto.Message)

func (*Timer) XXX_Size

func (m *Timer) XXX_Size() int

func (*Timer) XXX_Unmarshal

func (m *Timer) XXX_Unmarshal(b []byte) error

type TimerValidationError

type TimerValidationError struct {
	// contains filtered or unexported fields
}

TimerValidationError is the validation error returned by Timer.Validate if the designated constraints aren't met.

func (TimerValidationError) Cause

func (e TimerValidationError) Cause() error

Cause function returns cause value.

func (TimerValidationError) Error

func (e TimerValidationError) Error() string

Error satisfies the builtin error interface

func (TimerValidationError) ErrorName

func (e TimerValidationError) ErrorName() string

ErrorName returns error name.

func (TimerValidationError) Field

func (e TimerValidationError) Field() string

Field function returns field value.

func (TimerValidationError) Key

func (e TimerValidationError) Key() bool

Key function returns key value.

func (TimerValidationError) Reason

func (e TimerValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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