Documentation ¶
Index ¶
- Variables
- func RegisterDevicedServiceServer(s *grpc.Server, srv DevicedServiceServer)
- type AddConfigsToDeviceRequest
- func (*AddConfigsToDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddConfigsToDeviceRequest) GetConfigs() []*OpConfig
- func (x *AddConfigsToDeviceRequest) GetDevice() *OpDevice
- func (*AddConfigsToDeviceRequest) ProtoMessage()
- func (x *AddConfigsToDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *AddConfigsToDeviceRequest) Reset()
- func (x *AddConfigsToDeviceRequest) String() string
- type AddDevicesToFirmwareHubRequest
- func (*AddDevicesToFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddDevicesToFirmwareHubRequest) GetDevices() []*OpDevice
- func (x *AddDevicesToFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*AddDevicesToFirmwareHubRequest) ProtoMessage()
- func (x *AddDevicesToFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *AddDevicesToFirmwareHubRequest) Reset()
- func (x *AddDevicesToFirmwareHubRequest) String() string
- type AddFirmwareDescriptorToFirmwareHubRequest
- func (*AddFirmwareDescriptorToFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
- func (x *AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*AddFirmwareDescriptorToFirmwareHubRequest) ProtoMessage()
- func (x *AddFirmwareDescriptorToFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *AddFirmwareDescriptorToFirmwareHubRequest) Reset()
- func (x *AddFirmwareDescriptorToFirmwareHubRequest) String() string
- type AddFlowsToFlowSetRequest
- func (*AddFlowsToFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddFlowsToFlowSetRequest) GetDevices() []*OpDevice
- func (x *AddFlowsToFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*AddFlowsToFlowSetRequest) ProtoMessage()
- func (x *AddFlowsToFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *AddFlowsToFlowSetRequest) Reset()
- func (x *AddFlowsToFlowSetRequest) String() string
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetAlias() string
- func (x *Config) GetBody() *structpb.Struct
- func (x *Config) GetId() string
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type ConnectMessageKind
- func (ConnectMessageKind) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectMessageKind) Enum() *ConnectMessageKind
- func (ConnectMessageKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectMessageKind) Number() protoreflect.EnumNumber
- func (x ConnectMessageKind) String() string
- func (ConnectMessageKind) Type() protoreflect.EnumType
- type ConnectRequest
- func (*ConnectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectRequest) GetKind() ConnectMessageKind
- func (x *ConnectRequest) GetSessionId() *wrapperspb.Int64Value
- func (x *ConnectRequest) GetStreamCall() *OpStreamCallValue
- func (x *ConnectRequest) GetUnaryCall() *OpUnaryCallValue
- func (m *ConnectRequest) GetUnion() isConnectRequest_Union
- func (*ConnectRequest) ProtoMessage()
- func (x *ConnectRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectRequest) Reset()
- func (x *ConnectRequest) String() string
- type ConnectRequest_StreamCall
- type ConnectRequest_UnaryCall
- type ConnectResponse
- func (*ConnectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectResponse) GetErr() *ErrorValue
- func (x *ConnectResponse) GetKind() ConnectMessageKind
- func (x *ConnectResponse) GetSessionId() int64
- func (x *ConnectResponse) GetStreamCall() *StreamCallValue
- func (x *ConnectResponse) GetUnaryCall() *UnaryCallValue
- func (m *ConnectResponse) GetUnion() isConnectResponse_Union
- func (*ConnectResponse) ProtoMessage()
- func (x *ConnectResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectResponse) Reset()
- func (x *ConnectResponse) String() string
- type ConnectResponse_Err
- type ConnectResponse_StreamCall
- type ConnectResponse_UnaryCall
- type CreateConfigRequest
- func (*CreateConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConfigRequest) GetConfig() *OpConfig
- func (*CreateConfigRequest) ProtoMessage()
- func (x *CreateConfigRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConfigRequest) Reset()
- func (x *CreateConfigRequest) String() string
- type CreateConfigResponse
- func (*CreateConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConfigResponse) GetConfig() *Config
- func (*CreateConfigResponse) ProtoMessage()
- func (x *CreateConfigResponse) ProtoReflect() protoreflect.Message
- func (x *CreateConfigResponse) Reset()
- func (x *CreateConfigResponse) String() string
- type CreateDeviceRequest
- func (*CreateDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceRequest) GetDevice() *OpDevice
- func (*CreateDeviceRequest) ProtoMessage()
- func (x *CreateDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceRequest) Reset()
- func (x *CreateDeviceRequest) String() string
- type CreateDeviceResponse
- func (*CreateDeviceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceResponse) GetDevice() *Device
- func (*CreateDeviceResponse) ProtoMessage()
- func (x *CreateDeviceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceResponse) Reset()
- func (x *CreateDeviceResponse) String() string
- type CreateFirmwareHubRequest
- func (*CreateFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*CreateFirmwareHubRequest) ProtoMessage()
- func (x *CreateFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFirmwareHubRequest) Reset()
- func (x *CreateFirmwareHubRequest) String() string
- type CreateFirmwareHubResponse
- func (*CreateFirmwareHubResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
- func (*CreateFirmwareHubResponse) ProtoMessage()
- func (x *CreateFirmwareHubResponse) ProtoReflect() protoreflect.Message
- func (x *CreateFirmwareHubResponse) Reset()
- func (x *CreateFirmwareHubResponse) String() string
- type CreateFlowSetRequest
- func (*CreateFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*CreateFlowSetRequest) ProtoMessage()
- func (x *CreateFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFlowSetRequest) Reset()
- func (x *CreateFlowSetRequest) String() string
- type CreateFlowSetResponse
- func (*CreateFlowSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFlowSetResponse) GetFlowSet() *FlowSet
- func (*CreateFlowSetResponse) ProtoMessage()
- func (x *CreateFlowSetResponse) ProtoReflect() protoreflect.Message
- func (x *CreateFlowSetResponse) Reset()
- func (x *CreateFlowSetResponse) String() string
- type DeleteConfigRequest
- func (*DeleteConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConfigRequest) GetConfig() *OpConfig
- func (*DeleteConfigRequest) ProtoMessage()
- func (x *DeleteConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConfigRequest) Reset()
- func (x *DeleteConfigRequest) String() string
- type DeleteDeviceRequest
- func (*DeleteDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDeviceRequest) GetDevice() *OpDevice
- func (*DeleteDeviceRequest) ProtoMessage()
- func (x *DeleteDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDeviceRequest) Reset()
- func (x *DeleteDeviceRequest) String() string
- type DeleteFirmwareHubRequest
- func (*DeleteFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*DeleteFirmwareHubRequest) ProtoMessage()
- func (x *DeleteFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFirmwareHubRequest) Reset()
- func (x *DeleteFirmwareHubRequest) String() string
- type DeleteFlowSetRequest
- func (*DeleteFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*DeleteFlowSetRequest) ProtoMessage()
- func (x *DeleteFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFlowSetRequest) Reset()
- func (x *DeleteFlowSetRequest) String() string
- type Descriptor
- type Device
- func (*Device) Descriptor() ([]byte, []int)deprecated
- func (x *Device) GetAlias() string
- func (x *Device) GetExtra() map[string]string
- func (x *Device) GetFlows() []*Flow
- func (x *Device) GetHeartbeatAt() *timestamppb.Timestamp
- func (x *Device) GetId() string
- func (x *Device) GetKind() kind.DeviceKind
- func (x *Device) GetModules() []*Module
- func (x *Device) GetName() string
- func (x *Device) GetState() state.DeviceState
- func (*Device) ProtoMessage()
- func (x *Device) ProtoReflect() protoreflect.Message
- func (x *Device) Reset()
- func (x *Device) String() string
- type DevicedServiceClient
- type DevicedServiceServer
- type DevicedService_ConnectClient
- type DevicedService_ConnectServer
- type DevicedService_GetObjectStreamingContentClient
- type DevicedService_GetObjectStreamingContentServer
- type DevicedService_PullFrameFromFlowClient
- type DevicedService_PullFrameFromFlowServer
- type DevicedService_PullFrameFromFlowSetClient
- type DevicedService_PullFrameFromFlowSetServer
- type DevicedService_PushFrameToFlowClient
- type DevicedService_PushFrameToFlowServer
- type DevicedService_PutObjectStreamingClient
- type DevicedService_PutObjectStreamingServer
- type DevicedService_StreamCallClient
- type DevicedService_StreamCallServer
- type ErrorValue
- func (*ErrorValue) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorValue) GetCode() uint32
- func (x *ErrorValue) GetComponent() string
- func (x *ErrorValue) GetMessage() string
- func (x *ErrorValue) GetMethod() string
- func (x *ErrorValue) GetName() string
- func (*ErrorValue) ProtoMessage()
- func (x *ErrorValue) ProtoReflect() protoreflect.Message
- func (x *ErrorValue) Reset()
- func (x *ErrorValue) String() string
- type FirmwareDescriptor
- func (*FirmwareDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *FirmwareDescriptor) GetCreatedAt() *timestamppb.Timestamp
- func (x *FirmwareDescriptor) GetDescriptor_() *structpb.Struct
- func (x *FirmwareDescriptor) GetId() string
- func (x *FirmwareDescriptor) GetName() string
- func (*FirmwareDescriptor) ProtoMessage()
- func (x *FirmwareDescriptor) ProtoReflect() protoreflect.Message
- func (x *FirmwareDescriptor) Reset()
- func (x *FirmwareDescriptor) String() string
- type FirmwareHub
- func (*FirmwareHub) Descriptor() ([]byte, []int)deprecated
- func (x *FirmwareHub) GetAlias() string
- func (x *FirmwareHub) GetDescription() string
- func (x *FirmwareHub) GetDevices() []*Device
- func (x *FirmwareHub) GetFirmwareDescriptors() []*FirmwareDescriptor
- func (x *FirmwareHub) GetId() string
- func (*FirmwareHub) ProtoMessage()
- func (x *FirmwareHub) ProtoReflect() protoreflect.Message
- func (x *FirmwareHub) Reset()
- func (x *FirmwareHub) String() string
- type Flow
- func (*Flow) Descriptor() ([]byte, []int)deprecated
- func (x *Flow) GetAlias() string
- func (x *Flow) GetDeviceId() string
- func (x *Flow) GetId() string
- func (x *Flow) GetName() string
- func (*Flow) ProtoMessage()
- func (x *Flow) ProtoReflect() protoreflect.Message
- func (x *Flow) Reset()
- func (x *Flow) String() string
- type FlowSet
- func (*FlowSet) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSet) GetAlias() string
- func (x *FlowSet) GetFlows() []*Flow
- func (x *FlowSet) GetId() string
- func (x *FlowSet) GetName() string
- func (*FlowSet) ProtoMessage()
- func (x *FlowSet) ProtoReflect() protoreflect.Message
- func (x *FlowSet) Reset()
- func (x *FlowSet) String() string
- type Frame
- type GetConfigRequest
- type GetConfigResponse
- type GetDescriptorRequest
- func (*GetDescriptorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDescriptorRequest) GetDescriptor_() *OpDescriptor
- func (*GetDescriptorRequest) ProtoMessage()
- func (x *GetDescriptorRequest) ProtoReflect() protoreflect.Message
- func (x *GetDescriptorRequest) Reset()
- func (x *GetDescriptorRequest) String() string
- type GetDescriptorResponse
- func (*GetDescriptorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDescriptorResponse) GetDescriptor_() *Descriptor
- func (*GetDescriptorResponse) ProtoMessage()
- func (x *GetDescriptorResponse) ProtoReflect() protoreflect.Message
- func (x *GetDescriptorResponse) Reset()
- func (x *GetDescriptorResponse) String() string
- type GetDeviceByModuleRequest
- func (*GetDeviceByModuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceByModuleRequest) GetModule() *OpModule
- func (*GetDeviceByModuleRequest) ProtoMessage()
- func (x *GetDeviceByModuleRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceByModuleRequest) Reset()
- func (x *GetDeviceByModuleRequest) String() string
- type GetDeviceByModuleResponse
- func (*GetDeviceByModuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceByModuleResponse) GetDevice() *Device
- func (*GetDeviceByModuleResponse) ProtoMessage()
- func (x *GetDeviceByModuleResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceByModuleResponse) Reset()
- func (x *GetDeviceByModuleResponse) String() string
- type GetDeviceFirmwareDescriptorRequest
- func (*GetDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
- func (*GetDeviceFirmwareDescriptorRequest) ProtoMessage()
- func (x *GetDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceFirmwareDescriptorRequest) Reset()
- func (x *GetDeviceFirmwareDescriptorRequest) String() string
- type GetDeviceFirmwareDescriptorResponse
- func (*GetDeviceFirmwareDescriptorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor() *FirmwareDescriptor
- func (*GetDeviceFirmwareDescriptorResponse) ProtoMessage()
- func (x *GetDeviceFirmwareDescriptorResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceFirmwareDescriptorResponse) Reset()
- func (x *GetDeviceFirmwareDescriptorResponse) String() string
- type GetDeviceRequest
- type GetDeviceResponse
- type GetFirmwareHubRequest
- func (*GetFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*GetFirmwareHubRequest) ProtoMessage()
- func (x *GetFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *GetFirmwareHubRequest) Reset()
- func (x *GetFirmwareHubRequest) String() string
- type GetFirmwareHubResponse
- func (*GetFirmwareHubResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
- func (*GetFirmwareHubResponse) ProtoMessage()
- func (x *GetFirmwareHubResponse) ProtoReflect() protoreflect.Message
- func (x *GetFirmwareHubResponse) Reset()
- func (x *GetFirmwareHubResponse) String() string
- type GetFlowSetRequest
- func (*GetFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*GetFlowSetRequest) ProtoMessage()
- func (x *GetFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *GetFlowSetRequest) Reset()
- func (x *GetFlowSetRequest) String() string
- type GetFlowSetResponse
- func (*GetFlowSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFlowSetResponse) GetFlowSet() *FlowSet
- func (*GetFlowSetResponse) ProtoMessage()
- func (x *GetFlowSetResponse) ProtoReflect() protoreflect.Message
- func (x *GetFlowSetResponse) Reset()
- func (x *GetFlowSetResponse) String() string
- type GetObjectContentRequest
- func (*GetObjectContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectContentRequest) GetObject() *OpObject
- func (*GetObjectContentRequest) ProtoMessage()
- func (x *GetObjectContentRequest) ProtoReflect() protoreflect.Message
- func (x *GetObjectContentRequest) Reset()
- func (x *GetObjectContentRequest) String() string
- type GetObjectContentResponse
- func (*GetObjectContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectContentResponse) GetContent() []byte
- func (*GetObjectContentResponse) ProtoMessage()
- func (x *GetObjectContentResponse) ProtoReflect() protoreflect.Message
- func (x *GetObjectContentResponse) Reset()
- func (x *GetObjectContentResponse) String() string
- type GetObjectRequest
- type GetObjectResponse
- type GetObjectStreamingContentRequest
- func (*GetObjectStreamingContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectStreamingContentRequest) GetObject() *OpObject
- func (*GetObjectStreamingContentRequest) ProtoMessage()
- func (x *GetObjectStreamingContentRequest) ProtoReflect() protoreflect.Message
- func (x *GetObjectStreamingContentRequest) Reset()
- func (x *GetObjectStreamingContentRequest) String() string
- type GetObjectStreamingContentResponse
- func (*GetObjectStreamingContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetObjectStreamingContentResponse) GetContent() []byte
- func (*GetObjectStreamingContentResponse) ProtoMessage()
- func (x *GetObjectStreamingContentResponse) ProtoReflect() protoreflect.Message
- func (x *GetObjectStreamingContentResponse) Reset()
- func (x *GetObjectStreamingContentResponse) String() string
- type HeartbeatRequest
- func (*HeartbeatRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HeartbeatRequest) GetDevice() *OpDevice
- func (x *HeartbeatRequest) GetStartupSession() *wrapperspb.Int32Value
- func (*HeartbeatRequest) ProtoMessage()
- func (x *HeartbeatRequest) ProtoReflect() protoreflect.Message
- func (x *HeartbeatRequest) Reset()
- func (x *HeartbeatRequest) String() string
- type ListConfigsByDeviceRequest
- func (*ListConfigsByDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsByDeviceRequest) GetDevice() *OpDevice
- func (*ListConfigsByDeviceRequest) ProtoMessage()
- func (x *ListConfigsByDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *ListConfigsByDeviceRequest) Reset()
- func (x *ListConfigsByDeviceRequest) String() string
- type ListConfigsByDeviceResponse
- func (*ListConfigsByDeviceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsByDeviceResponse) GetConfigs() []*Config
- func (*ListConfigsByDeviceResponse) ProtoMessage()
- func (x *ListConfigsByDeviceResponse) ProtoReflect() protoreflect.Message
- func (x *ListConfigsByDeviceResponse) Reset()
- func (x *ListConfigsByDeviceResponse) String() string
- type ListConfigsRequest
- func (*ListConfigsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsRequest) GetConfig() *OpConfig
- func (*ListConfigsRequest) ProtoMessage()
- func (x *ListConfigsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConfigsRequest) Reset()
- func (x *ListConfigsRequest) String() string
- type ListConfigsResponse
- func (*ListConfigsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsResponse) GetConfigs() []*Config
- func (*ListConfigsResponse) ProtoMessage()
- func (x *ListConfigsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConfigsResponse) Reset()
- func (x *ListConfigsResponse) String() string
- type ListDevicesRequest
- func (*ListDevicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDevicesRequest) GetDevice() *OpDevice
- func (*ListDevicesRequest) ProtoMessage()
- func (x *ListDevicesRequest) ProtoReflect() protoreflect.Message
- func (x *ListDevicesRequest) Reset()
- func (x *ListDevicesRequest) String() string
- type ListDevicesResponse
- func (*ListDevicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDevicesResponse) GetDevices() []*Device
- func (*ListDevicesResponse) ProtoMessage()
- func (x *ListDevicesResponse) ProtoReflect() protoreflect.Message
- func (x *ListDevicesResponse) Reset()
- func (x *ListDevicesResponse) String() string
- type ListFirmwareHubsRequest
- func (*ListFirmwareHubsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirmwareHubsRequest) GetFirmwareHub() *OpFirmwareHub
- func (*ListFirmwareHubsRequest) ProtoMessage()
- func (x *ListFirmwareHubsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFirmwareHubsRequest) Reset()
- func (x *ListFirmwareHubsRequest) String() string
- type ListFirmwareHubsResponse
- func (*ListFirmwareHubsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirmwareHubsResponse) GetFirmwareHubs() []*FirmwareHub
- func (*ListFirmwareHubsResponse) ProtoMessage()
- func (x *ListFirmwareHubsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFirmwareHubsResponse) Reset()
- func (x *ListFirmwareHubsResponse) String() string
- type ListFlowSetsRequest
- func (*ListFlowSetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFlowSetsRequest) GetFlowSet() *OpFlowSet
- func (*ListFlowSetsRequest) ProtoMessage()
- func (x *ListFlowSetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFlowSetsRequest) Reset()
- func (x *ListFlowSetsRequest) String() string
- type ListFlowSetsResponse
- func (*ListFlowSetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFlowSetsResponse) GetFlowSets() []*FlowSet
- func (*ListFlowSetsResponse) ProtoMessage()
- func (x *ListFlowSetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFlowSetsResponse) Reset()
- func (x *ListFlowSetsResponse) String() string
- type ListObjectsRequest
- func (*ListObjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListObjectsRequest) GetDepth() *wrapperspb.Int32Value
- func (x *ListObjectsRequest) GetObject() *OpObject
- func (x *ListObjectsRequest) GetRecursive() *wrapperspb.BoolValue
- func (*ListObjectsRequest) ProtoMessage()
- func (x *ListObjectsRequest) ProtoReflect() protoreflect.Message
- func (x *ListObjectsRequest) Reset()
- func (x *ListObjectsRequest) String() string
- type ListObjectsResponse
- func (*ListObjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListObjectsResponse) GetObjects() []*Object
- func (*ListObjectsResponse) ProtoMessage()
- func (x *ListObjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListObjectsResponse) Reset()
- func (x *ListObjectsResponse) String() string
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetAlias() string
- func (x *Module) GetComponent() string
- func (x *Module) GetDeviceId() string
- func (x *Module) GetEndpoint() string
- func (x *Module) GetHeartbeatAt() *timestamppb.Timestamp
- func (x *Module) GetId() string
- func (x *Module) GetName() string
- func (x *Module) GetState() state.ModuleState
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type Object
- func (*Object) Descriptor() ([]byte, []int)deprecated
- func (x *Object) GetDevice() *Device
- func (x *Object) GetEtag() string
- func (x *Object) GetLastModified() *timestamppb.Timestamp
- func (x *Object) GetLength() int64
- func (x *Object) GetName() string
- func (x *Object) GetPrefix() string
- func (*Object) ProtoMessage()
- func (x *Object) ProtoReflect() protoreflect.Message
- func (x *Object) Reset()
- func (x *Object) String() string
- type ObjectChunk
- func (*ObjectChunk) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectChunk) GetData() []byte
- func (x *ObjectChunk) GetLength() int64
- func (x *ObjectChunk) GetOffset() int64
- func (*ObjectChunk) ProtoMessage()
- func (x *ObjectChunk) ProtoReflect() protoreflect.Message
- func (x *ObjectChunk) Reset()
- func (x *ObjectChunk) String() string
- type ObjectChunks
- type OpConfig
- func (*OpConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OpConfig) GetAlias() *wrapperspb.StringValue
- func (x *OpConfig) GetBody() *structpb.Struct
- func (x *OpConfig) GetId() *wrapperspb.StringValue
- func (*OpConfig) ProtoMessage()
- func (x *OpConfig) ProtoReflect() protoreflect.Message
- func (x *OpConfig) Reset()
- func (x *OpConfig) String() string
- type OpDescriptor
- func (*OpDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *OpDescriptor) GetBody() *wrapperspb.BytesValue
- func (x *OpDescriptor) GetSha1() *wrapperspb.StringValue
- func (*OpDescriptor) ProtoMessage()
- func (x *OpDescriptor) ProtoReflect() protoreflect.Message
- func (x *OpDescriptor) Reset()
- func (x *OpDescriptor) String() string
- type OpDevice
- func (*OpDevice) Descriptor() ([]byte, []int)deprecated
- func (x *OpDevice) GetAlias() *wrapperspb.StringValue
- func (x *OpDevice) GetExtra() map[string]*wrapperspb.StringValue
- func (x *OpDevice) GetFlows() []*OpFlow
- func (x *OpDevice) GetHeartbeatAt() *timestamppb.Timestamp
- func (x *OpDevice) GetId() *wrapperspb.StringValue
- func (x *OpDevice) GetKind() kind.DeviceKind
- func (x *OpDevice) GetModules() []*OpModule
- func (x *OpDevice) GetName() *wrapperspb.StringValue
- func (x *OpDevice) GetState() state.DeviceState
- func (*OpDevice) ProtoMessage()
- func (x *OpDevice) ProtoReflect() protoreflect.Message
- func (x *OpDevice) Reset()
- func (x *OpDevice) String() string
- type OpFirmwareDescriptor
- func (*OpFirmwareDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *OpFirmwareDescriptor) GetCreatedAt() *timestamppb.Timestamp
- func (x *OpFirmwareDescriptor) GetDescriptor_() *structpb.Struct
- func (x *OpFirmwareDescriptor) GetId() *wrapperspb.StringValue
- func (x *OpFirmwareDescriptor) GetName() *wrapperspb.StringValue
- func (*OpFirmwareDescriptor) ProtoMessage()
- func (x *OpFirmwareDescriptor) ProtoReflect() protoreflect.Message
- func (x *OpFirmwareDescriptor) Reset()
- func (x *OpFirmwareDescriptor) String() string
- type OpFirmwareHub
- func (*OpFirmwareHub) Descriptor() ([]byte, []int)deprecated
- func (x *OpFirmwareHub) GetAlias() *wrapperspb.StringValue
- func (x *OpFirmwareHub) GetDescription() *wrapperspb.StringValue
- func (x *OpFirmwareHub) GetDevices() []*OpDevice
- func (x *OpFirmwareHub) GetFirmwareDescriptors() []*OpFirmwareDescriptor
- func (x *OpFirmwareHub) GetId() *wrapperspb.StringValue
- func (*OpFirmwareHub) ProtoMessage()
- func (x *OpFirmwareHub) ProtoReflect() protoreflect.Message
- func (x *OpFirmwareHub) Reset()
- func (x *OpFirmwareHub) String() string
- type OpFlow
- func (*OpFlow) Descriptor() ([]byte, []int)deprecated
- func (x *OpFlow) GetAlias() *wrapperspb.StringValue
- func (x *OpFlow) GetDeviceId() *wrapperspb.StringValue
- func (x *OpFlow) GetId() *wrapperspb.StringValue
- func (x *OpFlow) GetName() *wrapperspb.StringValue
- func (*OpFlow) ProtoMessage()
- func (x *OpFlow) ProtoReflect() protoreflect.Message
- func (x *OpFlow) Reset()
- func (x *OpFlow) String() string
- type OpFlowSet
- func (*OpFlowSet) Descriptor() ([]byte, []int)deprecated
- func (x *OpFlowSet) GetAlias() *wrapperspb.StringValue
- func (x *OpFlowSet) GetFlows() []*OpFlow
- func (x *OpFlowSet) GetId() *wrapperspb.StringValue
- func (x *OpFlowSet) GetName() *wrapperspb.StringValue
- func (*OpFlowSet) ProtoMessage()
- func (x *OpFlowSet) ProtoReflect() protoreflect.Message
- func (x *OpFlowSet) Reset()
- func (x *OpFlowSet) String() string
- type OpFrame
- type OpModule
- func (*OpModule) Descriptor() ([]byte, []int)deprecated
- func (x *OpModule) GetAlias() *wrapperspb.StringValue
- func (x *OpModule) GetComponent() *wrapperspb.StringValue
- func (x *OpModule) GetDeviceId() *wrapperspb.StringValue
- func (x *OpModule) GetEndpoint() *wrapperspb.StringValue
- func (x *OpModule) GetHeartbeatAt() *timestamppb.Timestamp
- func (x *OpModule) GetId() *wrapperspb.StringValue
- func (x *OpModule) GetName() *wrapperspb.StringValue
- func (x *OpModule) GetState() state.ModuleState
- func (*OpModule) ProtoMessage()
- func (x *OpModule) ProtoReflect() protoreflect.Message
- func (x *OpModule) Reset()
- func (x *OpModule) String() string
- type OpObject
- func (*OpObject) Descriptor() ([]byte, []int)deprecated
- func (x *OpObject) GetDevice() *OpDevice
- func (x *OpObject) GetEtag() *wrapperspb.StringValue
- func (x *OpObject) GetLastModified() *timestamppb.Timestamp
- func (x *OpObject) GetLength() *wrapperspb.Int64Value
- func (x *OpObject) GetName() *wrapperspb.StringValue
- func (x *OpObject) GetPrefix() *wrapperspb.StringValue
- func (*OpObject) ProtoMessage()
- func (x *OpObject) ProtoReflect() protoreflect.Message
- func (x *OpObject) Reset()
- func (x *OpObject) String() string
- type OpObjectChunk
- func (*OpObjectChunk) Descriptor() ([]byte, []int)deprecated
- func (x *OpObjectChunk) GetData() *wrapperspb.BytesValue
- func (x *OpObjectChunk) GetLength() *wrapperspb.Int64Value
- func (x *OpObjectChunk) GetOffset() *wrapperspb.Int64Value
- func (*OpObjectChunk) ProtoMessage()
- func (x *OpObjectChunk) ProtoReflect() protoreflect.Message
- func (x *OpObjectChunk) Reset()
- func (x *OpObjectChunk) String() string
- type OpObjectChunks
- type OpStreamCallConfig
- func (*OpStreamCallConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OpStreamCallConfig) GetComponent() *wrapperspb.StringValue
- func (x *OpStreamCallConfig) GetMethod() *wrapperspb.StringValue
- func (x *OpStreamCallConfig) GetName() *wrapperspb.StringValue
- func (*OpStreamCallConfig) ProtoMessage()
- func (x *OpStreamCallConfig) ProtoReflect() protoreflect.Message
- func (x *OpStreamCallConfig) Reset()
- func (x *OpStreamCallConfig) String() string
- type OpStreamCallConfigAck
- type OpStreamCallExit
- type OpStreamCallValue
- func (*OpStreamCallValue) Descriptor() ([]byte, []int)deprecated
- func (x *OpStreamCallValue) GetConfig() *OpStreamCallConfig
- func (x *OpStreamCallValue) GetConfigAck() *OpStreamCallConfigAck
- func (x *OpStreamCallValue) GetExit() *OpStreamCallExit
- func (m *OpStreamCallValue) GetUnion() isOpStreamCallValue_Union
- func (x *OpStreamCallValue) GetValue() *anypb.Any
- func (*OpStreamCallValue) ProtoMessage()
- func (x *OpStreamCallValue) ProtoReflect() protoreflect.Message
- func (x *OpStreamCallValue) Reset()
- func (x *OpStreamCallValue) String() string
- type OpStreamCallValue_Config
- type OpStreamCallValue_ConfigAck
- type OpStreamCallValue_Exit
- type OpStreamCallValue_Value
- type OpUnaryCallValue
- func (*OpUnaryCallValue) Descriptor() ([]byte, []int)deprecated
- func (x *OpUnaryCallValue) GetComponent() *wrapperspb.StringValue
- func (x *OpUnaryCallValue) GetMethod() *wrapperspb.StringValue
- func (x *OpUnaryCallValue) GetName() *wrapperspb.StringValue
- func (x *OpUnaryCallValue) GetValue() *anypb.Any
- func (*OpUnaryCallValue) ProtoMessage()
- func (x *OpUnaryCallValue) ProtoReflect() protoreflect.Message
- func (x *OpUnaryCallValue) Reset()
- func (x *OpUnaryCallValue) String() string
- type PatchConfigRequest
- func (*PatchConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchConfigRequest) GetConfig() *OpConfig
- func (*PatchConfigRequest) ProtoMessage()
- func (x *PatchConfigRequest) ProtoReflect() protoreflect.Message
- func (x *PatchConfigRequest) Reset()
- func (x *PatchConfigRequest) String() string
- type PatchConfigResponse
- func (*PatchConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PatchConfigResponse) GetConfig() *Config
- func (*PatchConfigResponse) ProtoMessage()
- func (x *PatchConfigResponse) ProtoReflect() protoreflect.Message
- func (x *PatchConfigResponse) Reset()
- func (x *PatchConfigResponse) String() string
- type PatchDeviceRequest
- func (*PatchDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchDeviceRequest) GetDevice() *OpDevice
- func (*PatchDeviceRequest) ProtoMessage()
- func (x *PatchDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *PatchDeviceRequest) Reset()
- func (x *PatchDeviceRequest) String() string
- type PatchDeviceResponse
- func (*PatchDeviceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PatchDeviceResponse) GetDevice() *Device
- func (*PatchDeviceResponse) ProtoMessage()
- func (x *PatchDeviceResponse) ProtoReflect() protoreflect.Message
- func (x *PatchDeviceResponse) Reset()
- func (x *PatchDeviceResponse) String() string
- type PatchFirmwareHubRequest
- func (*PatchFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*PatchFirmwareHubRequest) ProtoMessage()
- func (x *PatchFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *PatchFirmwareHubRequest) Reset()
- func (x *PatchFirmwareHubRequest) String() string
- type PatchFirmwareHubResponse
- func (*PatchFirmwareHubResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PatchFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
- func (*PatchFirmwareHubResponse) ProtoMessage()
- func (x *PatchFirmwareHubResponse) ProtoReflect() protoreflect.Message
- func (x *PatchFirmwareHubResponse) Reset()
- func (x *PatchFirmwareHubResponse) String() string
- type PatchFlowSetRequest
- func (*PatchFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*PatchFlowSetRequest) ProtoMessage()
- func (x *PatchFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *PatchFlowSetRequest) Reset()
- func (x *PatchFlowSetRequest) String() string
- type PatchFlowSetResponse
- func (*PatchFlowSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PatchFlowSetResponse) GetFlowSet() *FlowSet
- func (*PatchFlowSetResponse) ProtoMessage()
- func (x *PatchFlowSetResponse) ProtoReflect() protoreflect.Message
- func (x *PatchFlowSetResponse) Reset()
- func (x *PatchFlowSetResponse) String() string
- type PullFrameFromFlowRequest
- func (*PullFrameFromFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowRequest) GetConfig() *PullFrameFromFlowRequest_Config
- func (x *PullFrameFromFlowRequest) GetId() *wrapperspb.StringValue
- func (m *PullFrameFromFlowRequest) GetRequest() isPullFrameFromFlowRequest_Request
- func (*PullFrameFromFlowRequest) ProtoMessage()
- func (x *PullFrameFromFlowRequest) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowRequest) Reset()
- func (x *PullFrameFromFlowRequest) String() string
- type PullFrameFromFlowRequest_Config
- func (*PullFrameFromFlowRequest_Config) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowRequest_Config) GetConfigAck() *wrapperspb.BoolValue
- func (x *PullFrameFromFlowRequest_Config) GetDevice() *OpDevice
- func (*PullFrameFromFlowRequest_Config) ProtoMessage()
- func (x *PullFrameFromFlowRequest_Config) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowRequest_Config) Reset()
- func (x *PullFrameFromFlowRequest_Config) String() string
- type PullFrameFromFlowRequest_Config_
- type PullFrameFromFlowResponse
- func (*PullFrameFromFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowResponse) GetAck() *PullFrameFromFlowResponse_Ack
- func (x *PullFrameFromFlowResponse) GetId() string
- func (x *PullFrameFromFlowResponse) GetPack() *PullFrameFromFlowResponse_Pack
- func (m *PullFrameFromFlowResponse) GetResponse() isPullFrameFromFlowResponse_Response
- func (*PullFrameFromFlowResponse) ProtoMessage()
- func (x *PullFrameFromFlowResponse) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowResponse) Reset()
- func (x *PullFrameFromFlowResponse) String() string
- type PullFrameFromFlowResponse_Ack
- func (*PullFrameFromFlowResponse_Ack) Descriptor() ([]byte, []int)deprecated
- func (*PullFrameFromFlowResponse_Ack) ProtoMessage()
- func (x *PullFrameFromFlowResponse_Ack) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowResponse_Ack) Reset()
- func (x *PullFrameFromFlowResponse_Ack) String() string
- type PullFrameFromFlowResponse_Ack_
- type PullFrameFromFlowResponse_Pack
- func (*PullFrameFromFlowResponse_Pack) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowResponse_Pack) GetFlow() *Flow
- func (x *PullFrameFromFlowResponse_Pack) GetFrames() []*Frame
- func (*PullFrameFromFlowResponse_Pack) ProtoMessage()
- func (x *PullFrameFromFlowResponse_Pack) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowResponse_Pack) Reset()
- func (x *PullFrameFromFlowResponse_Pack) String() string
- type PullFrameFromFlowResponse_Pack_
- type PullFrameFromFlowSetRequest
- func (*PullFrameFromFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowSetRequest) GetConfig() *PullFrameFromFlowSetRequest_Config
- func (x *PullFrameFromFlowSetRequest) GetId() *wrapperspb.StringValue
- func (m *PullFrameFromFlowSetRequest) GetRequest() isPullFrameFromFlowSetRequest_Request
- func (*PullFrameFromFlowSetRequest) ProtoMessage()
- func (x *PullFrameFromFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowSetRequest) Reset()
- func (x *PullFrameFromFlowSetRequest) String() string
- type PullFrameFromFlowSetRequest_Config
- func (*PullFrameFromFlowSetRequest_Config) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowSetRequest_Config) GetConfigAck() *wrapperspb.BoolValue
- func (x *PullFrameFromFlowSetRequest_Config) GetFlowSet() *OpFlowSet
- func (*PullFrameFromFlowSetRequest_Config) ProtoMessage()
- func (x *PullFrameFromFlowSetRequest_Config) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowSetRequest_Config) Reset()
- func (x *PullFrameFromFlowSetRequest_Config) String() string
- type PullFrameFromFlowSetRequest_Config_
- type PullFrameFromFlowSetResponse
- func (*PullFrameFromFlowSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowSetResponse) GetAck() *PullFrameFromFlowSetResponse_Ack
- func (x *PullFrameFromFlowSetResponse) GetId() string
- func (x *PullFrameFromFlowSetResponse) GetPack() *PullFrameFromFlowSetResponse_Pack
- func (m *PullFrameFromFlowSetResponse) GetResponse() isPullFrameFromFlowSetResponse_Response
- func (*PullFrameFromFlowSetResponse) ProtoMessage()
- func (x *PullFrameFromFlowSetResponse) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowSetResponse) Reset()
- func (x *PullFrameFromFlowSetResponse) String() string
- type PullFrameFromFlowSetResponse_Ack
- func (*PullFrameFromFlowSetResponse_Ack) Descriptor() ([]byte, []int)deprecated
- func (*PullFrameFromFlowSetResponse_Ack) ProtoMessage()
- func (x *PullFrameFromFlowSetResponse_Ack) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowSetResponse_Ack) Reset()
- func (x *PullFrameFromFlowSetResponse_Ack) String() string
- type PullFrameFromFlowSetResponse_Ack_
- type PullFrameFromFlowSetResponse_Pack
- func (*PullFrameFromFlowSetResponse_Pack) Descriptor() ([]byte, []int)deprecated
- func (x *PullFrameFromFlowSetResponse_Pack) GetDevice() *Device
- func (x *PullFrameFromFlowSetResponse_Pack) GetFrames() []*Frame
- func (*PullFrameFromFlowSetResponse_Pack) ProtoMessage()
- func (x *PullFrameFromFlowSetResponse_Pack) ProtoReflect() protoreflect.Message
- func (x *PullFrameFromFlowSetResponse_Pack) Reset()
- func (x *PullFrameFromFlowSetResponse_Pack) String() string
- type PullFrameFromFlowSetResponse_Pack_
- type PushFrameToFlowOnceRequest
- func (*PushFrameToFlowOnceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushFrameToFlowOnceRequest) GetDevice() *OpDevice
- func (x *PushFrameToFlowOnceRequest) GetFrame() *OpFrame
- func (x *PushFrameToFlowOnceRequest) GetId() *wrapperspb.StringValue
- func (*PushFrameToFlowOnceRequest) ProtoMessage()
- func (x *PushFrameToFlowOnceRequest) ProtoReflect() protoreflect.Message
- func (x *PushFrameToFlowOnceRequest) Reset()
- func (x *PushFrameToFlowOnceRequest) String() string
- type PushFrameToFlowRequest
- func (*PushFrameToFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushFrameToFlowRequest) GetConfig() *PushFrameToFlowRequest_Config
- func (x *PushFrameToFlowRequest) GetFrame() *OpFrame
- func (x *PushFrameToFlowRequest) GetId() *wrapperspb.StringValue
- func (m *PushFrameToFlowRequest) GetRequest() isPushFrameToFlowRequest_Request
- func (*PushFrameToFlowRequest) ProtoMessage()
- func (x *PushFrameToFlowRequest) ProtoReflect() protoreflect.Message
- func (x *PushFrameToFlowRequest) Reset()
- func (x *PushFrameToFlowRequest) String() string
- type PushFrameToFlowRequest_Config
- func (*PushFrameToFlowRequest_Config) Descriptor() ([]byte, []int)deprecated
- func (x *PushFrameToFlowRequest_Config) GetConfigAck() *wrapperspb.BoolValue
- func (x *PushFrameToFlowRequest_Config) GetDevice() *OpDevice
- func (x *PushFrameToFlowRequest_Config) GetPushAck() *wrapperspb.BoolValue
- func (*PushFrameToFlowRequest_Config) ProtoMessage()
- func (x *PushFrameToFlowRequest_Config) ProtoReflect() protoreflect.Message
- func (x *PushFrameToFlowRequest_Config) Reset()
- func (x *PushFrameToFlowRequest_Config) String() string
- type PushFrameToFlowRequest_Config_
- type PushFrameToFlowRequest_Frame
- type PushFrameToFlowResponse
- func (*PushFrameToFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PushFrameToFlowResponse) GetAck() *PushFrameToFlowResponse_Ack
- func (x *PushFrameToFlowResponse) GetId() string
- func (m *PushFrameToFlowResponse) GetResponse() isPushFrameToFlowResponse_Response
- func (*PushFrameToFlowResponse) ProtoMessage()
- func (x *PushFrameToFlowResponse) ProtoReflect() protoreflect.Message
- func (x *PushFrameToFlowResponse) Reset()
- func (x *PushFrameToFlowResponse) String() string
- type PushFrameToFlowResponse_Ack
- type PushFrameToFlowResponse_Ack_
- type PutObjectRequest
- func (*PutObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutObjectRequest) GetContent() *wrapperspb.BytesValue
- func (x *PutObjectRequest) GetObject() *OpObject
- func (*PutObjectRequest) ProtoMessage()
- func (x *PutObjectRequest) ProtoReflect() protoreflect.Message
- func (x *PutObjectRequest) Reset()
- func (x *PutObjectRequest) String() string
- type PutObjectStreamingRequest
- func (*PutObjectStreamingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutObjectStreamingRequest) GetAck() *PutObjectStreamingRequest_Ack
- func (x *PutObjectStreamingRequest) GetChunks() *OpObjectChunks
- func (x *PutObjectStreamingRequest) GetId() *wrapperspb.StringValue
- func (x *PutObjectStreamingRequest) GetMetadata() *PutObjectStreamingRequest_Metadata
- func (m *PutObjectStreamingRequest) GetRequest() isPutObjectStreamingRequest_Request
- func (*PutObjectStreamingRequest) ProtoMessage()
- func (x *PutObjectStreamingRequest) ProtoReflect() protoreflect.Message
- func (x *PutObjectStreamingRequest) Reset()
- func (x *PutObjectStreamingRequest) String() string
- type PutObjectStreamingRequest_Ack
- func (*PutObjectStreamingRequest_Ack) Descriptor() ([]byte, []int)deprecated
- func (*PutObjectStreamingRequest_Ack) ProtoMessage()
- func (x *PutObjectStreamingRequest_Ack) ProtoReflect() protoreflect.Message
- func (x *PutObjectStreamingRequest_Ack) Reset()
- func (x *PutObjectStreamingRequest_Ack) String() string
- type PutObjectStreamingRequest_Ack_
- type PutObjectStreamingRequest_Chunks
- type PutObjectStreamingRequest_Metadata
- func (*PutObjectStreamingRequest_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *PutObjectStreamingRequest_Metadata) GetObject() *OpObject
- func (x *PutObjectStreamingRequest_Metadata) GetSha1() *wrapperspb.StringValue
- func (*PutObjectStreamingRequest_Metadata) ProtoMessage()
- func (x *PutObjectStreamingRequest_Metadata) ProtoReflect() protoreflect.Message
- func (x *PutObjectStreamingRequest_Metadata) Reset()
- func (x *PutObjectStreamingRequest_Metadata) String() string
- type PutObjectStreamingRequest_Metadata_
- type PutObjectStreamingResponse
- func (*PutObjectStreamingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutObjectStreamingResponse) GetAck() *PutObjectStreamingResponse_Ack
- func (x *PutObjectStreamingResponse) GetChunks() *ObjectChunks
- func (x *PutObjectStreamingResponse) GetId() string
- func (m *PutObjectStreamingResponse) GetResponse() isPutObjectStreamingResponse_Response
- func (*PutObjectStreamingResponse) ProtoMessage()
- func (x *PutObjectStreamingResponse) ProtoReflect() protoreflect.Message
- func (x *PutObjectStreamingResponse) Reset()
- func (x *PutObjectStreamingResponse) String() string
- type PutObjectStreamingResponse_Ack
- func (*PutObjectStreamingResponse_Ack) Descriptor() ([]byte, []int)deprecated
- func (*PutObjectStreamingResponse_Ack) ProtoMessage()
- func (x *PutObjectStreamingResponse_Ack) ProtoReflect() protoreflect.Message
- func (x *PutObjectStreamingResponse_Ack) Reset()
- func (x *PutObjectStreamingResponse_Ack) String() string
- type PutObjectStreamingResponse_Ack_
- type PutObjectStreamingResponse_Chunks
- type QueryFramesFromFlowRequest
- func (*QueryFramesFromFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFramesFromFlowRequest) GetDevice() *OpDevice
- func (x *QueryFramesFromFlowRequest) GetFrom() *timestamppb.Timestamp
- func (x *QueryFramesFromFlowRequest) GetTo() *timestamppb.Timestamp
- func (*QueryFramesFromFlowRequest) ProtoMessage()
- func (x *QueryFramesFromFlowRequest) ProtoReflect() protoreflect.Message
- func (x *QueryFramesFromFlowRequest) Reset()
- func (x *QueryFramesFromFlowRequest) String() string
- type QueryFramesFromFlowResponse
- func (*QueryFramesFromFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFramesFromFlowResponse) GetPacks() []*QueryFramesFromFlowResponse_Pack
- func (*QueryFramesFromFlowResponse) ProtoMessage()
- func (x *QueryFramesFromFlowResponse) ProtoReflect() protoreflect.Message
- func (x *QueryFramesFromFlowResponse) Reset()
- func (x *QueryFramesFromFlowResponse) String() string
- type QueryFramesFromFlowResponse_Pack
- func (*QueryFramesFromFlowResponse_Pack) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFramesFromFlowResponse_Pack) GetFlow() *Flow
- func (x *QueryFramesFromFlowResponse_Pack) GetFrames() []*Frame
- func (*QueryFramesFromFlowResponse_Pack) ProtoMessage()
- func (x *QueryFramesFromFlowResponse_Pack) ProtoReflect() protoreflect.Message
- func (x *QueryFramesFromFlowResponse_Pack) Reset()
- func (x *QueryFramesFromFlowResponse_Pack) String() string
- type RemoveConfigsFromDeviceRequest
- func (*RemoveConfigsFromDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveConfigsFromDeviceRequest) GetConfigs() []*OpConfig
- func (x *RemoveConfigsFromDeviceRequest) GetDevice() *OpDevice
- func (*RemoveConfigsFromDeviceRequest) ProtoMessage()
- func (x *RemoveConfigsFromDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveConfigsFromDeviceRequest) Reset()
- func (x *RemoveConfigsFromDeviceRequest) String() string
- type RemoveDevicesFromFirmwareHubRequest
- func (*RemoveDevicesFromFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDevicesFromFirmwareHubRequest) GetDevices() []*OpDevice
- func (x *RemoveDevicesFromFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*RemoveDevicesFromFirmwareHubRequest) ProtoMessage()
- func (x *RemoveDevicesFromFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveDevicesFromFirmwareHubRequest) Reset()
- func (x *RemoveDevicesFromFirmwareHubRequest) String() string
- type RemoveFirmwareDescriptorFromFirmwareHubRequest
- func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
- func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
- func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoMessage()
- func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) Reset()
- func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) String() string
- type RemoveFlowsFromFlowSetRequest
- func (*RemoveFlowsFromFlowSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFlowsFromFlowSetRequest) GetDevices() []*OpDevice
- func (x *RemoveFlowsFromFlowSetRequest) GetFlowSet() *OpFlowSet
- func (*RemoveFlowsFromFlowSetRequest) ProtoMessage()
- func (x *RemoveFlowsFromFlowSetRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveFlowsFromFlowSetRequest) Reset()
- func (x *RemoveFlowsFromFlowSetRequest) String() string
- type RemoveObjectRequest
- func (*RemoveObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveObjectRequest) GetObject() *OpObject
- func (*RemoveObjectRequest) ProtoMessage()
- func (x *RemoveObjectRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveObjectRequest) Reset()
- func (x *RemoveObjectRequest) String() string
- type RenameObjectRequest
- func (*RenameObjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameObjectRequest) GetDestination() *OpObject
- func (x *RenameObjectRequest) GetSource() *OpObject
- func (*RenameObjectRequest) ProtoMessage()
- func (x *RenameObjectRequest) ProtoReflect() protoreflect.Message
- func (x *RenameObjectRequest) Reset()
- func (x *RenameObjectRequest) String() string
- type SetDeviceFirmwareDescriptorRequest
- func (*SetDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
- func (x *SetDeviceFirmwareDescriptorRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
- func (*SetDeviceFirmwareDescriptorRequest) ProtoMessage()
- func (x *SetDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
- func (x *SetDeviceFirmwareDescriptorRequest) Reset()
- func (x *SetDeviceFirmwareDescriptorRequest) String() string
- type ShowDeviceFirmwareDescriptorResponse
- func (*ShowDeviceFirmwareDescriptorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ShowDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor() *FirmwareDescriptor
- func (*ShowDeviceFirmwareDescriptorResponse) ProtoMessage()
- func (x *ShowDeviceFirmwareDescriptorResponse) ProtoReflect() protoreflect.Message
- func (x *ShowDeviceFirmwareDescriptorResponse) Reset()
- func (x *ShowDeviceFirmwareDescriptorResponse) String() string
- type ShowDeviceResponse
- func (*ShowDeviceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ShowDeviceResponse) GetDevice() *Device
- func (*ShowDeviceResponse) ProtoMessage()
- func (x *ShowDeviceResponse) ProtoReflect() protoreflect.Message
- func (x *ShowDeviceResponse) Reset()
- func (x *ShowDeviceResponse) String() string
- type StreamCallConfig
- func (*StreamCallConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StreamCallConfig) GetComponent() string
- func (x *StreamCallConfig) GetMethod() string
- func (x *StreamCallConfig) GetName() string
- func (*StreamCallConfig) ProtoMessage()
- func (x *StreamCallConfig) ProtoReflect() protoreflect.Message
- func (x *StreamCallConfig) Reset()
- func (x *StreamCallConfig) String() string
- type StreamCallConfigAck
- type StreamCallExit
- type StreamCallRequest
- func (*StreamCallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamCallRequest) GetDevice() *OpDevice
- func (x *StreamCallRequest) GetValue() *OpStreamCallValue
- func (*StreamCallRequest) ProtoMessage()
- func (x *StreamCallRequest) ProtoReflect() protoreflect.Message
- func (x *StreamCallRequest) Reset()
- func (x *StreamCallRequest) String() string
- type StreamCallResponse
- func (*StreamCallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamCallResponse) GetDevice() *Device
- func (x *StreamCallResponse) GetValue() *StreamCallValue
- func (*StreamCallResponse) ProtoMessage()
- func (x *StreamCallResponse) ProtoReflect() protoreflect.Message
- func (x *StreamCallResponse) Reset()
- func (x *StreamCallResponse) String() string
- type StreamCallValue
- func (*StreamCallValue) Descriptor() ([]byte, []int)deprecated
- func (x *StreamCallValue) GetConfig() *StreamCallConfig
- func (x *StreamCallValue) GetConfigAck() *StreamCallConfigAck
- func (x *StreamCallValue) GetExit() *StreamCallExit
- func (m *StreamCallValue) GetUnion() isStreamCallValue_Union
- func (x *StreamCallValue) GetValue() *anypb.Any
- func (*StreamCallValue) ProtoMessage()
- func (x *StreamCallValue) ProtoReflect() protoreflect.Message
- func (x *StreamCallValue) Reset()
- func (x *StreamCallValue) String() string
- type StreamCallValue_Config
- type StreamCallValue_ConfigAck
- type StreamCallValue_Exit
- type StreamCallValue_Value
- type SyncDeviceFirmwareDescriptorRequest
- func (*SyncDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
- func (*SyncDeviceFirmwareDescriptorRequest) ProtoMessage()
- func (x *SyncDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
- func (x *SyncDeviceFirmwareDescriptorRequest) Reset()
- func (x *SyncDeviceFirmwareDescriptorRequest) String() string
- type UnaryCallRequest
- func (*UnaryCallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnaryCallRequest) GetDevice() *OpDevice
- func (x *UnaryCallRequest) GetValue() *OpUnaryCallValue
- func (*UnaryCallRequest) ProtoMessage()
- func (x *UnaryCallRequest) ProtoReflect() protoreflect.Message
- func (x *UnaryCallRequest) Reset()
- func (x *UnaryCallRequest) String() string
- type UnaryCallResponse
- func (*UnaryCallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnaryCallResponse) GetDevice() *Device
- func (x *UnaryCallResponse) GetValue() *UnaryCallValue
- func (*UnaryCallResponse) ProtoMessage()
- func (x *UnaryCallResponse) ProtoReflect() protoreflect.Message
- func (x *UnaryCallResponse) Reset()
- func (x *UnaryCallResponse) String() string
- type UnaryCallValue
- func (*UnaryCallValue) Descriptor() ([]byte, []int)deprecated
- func (x *UnaryCallValue) GetComponent() string
- func (x *UnaryCallValue) GetMethod() string
- func (x *UnaryCallValue) GetName() string
- func (x *UnaryCallValue) GetValue() *anypb.Any
- func (*UnaryCallValue) ProtoMessage()
- func (x *UnaryCallValue) ProtoReflect() protoreflect.Message
- func (x *UnaryCallValue) Reset()
- func (x *UnaryCallValue) String() string
- type UnimplementedDevicedServiceServer
- func (*UnimplementedDevicedServiceServer) AddConfigsToDevice(context.Context, *AddConfigsToDeviceRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) AddDevicesToFirmwareHub(context.Context, *AddDevicesToFirmwareHubRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) AddFirmwareDescriptorToFirmwareHub(context.Context, *AddFirmwareDescriptorToFirmwareHubRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) AddFlowsToFlowSet(context.Context, *AddFlowsToFlowSetRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) Connect(DevicedService_ConnectServer) error
- func (*UnimplementedDevicedServiceServer) CreateConfig(context.Context, *CreateConfigRequest) (*CreateConfigResponse, error)
- func (*UnimplementedDevicedServiceServer) CreateDevice(context.Context, *CreateDeviceRequest) (*CreateDeviceResponse, error)
- func (*UnimplementedDevicedServiceServer) CreateFirmwareHub(context.Context, *CreateFirmwareHubRequest) (*CreateFirmwareHubResponse, error)
- func (*UnimplementedDevicedServiceServer) CreateFlowSet(context.Context, *CreateFlowSetRequest) (*CreateFlowSetResponse, error)
- func (*UnimplementedDevicedServiceServer) DeleteConfig(context.Context, *DeleteConfigRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) DeleteDevice(context.Context, *DeleteDeviceRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) DeleteFirmwareHub(context.Context, *DeleteFirmwareHubRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) DeleteFlowSet(context.Context, *DeleteFlowSetRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error)
- func (*UnimplementedDevicedServiceServer) GetDescriptor(context.Context, *GetDescriptorRequest) (*GetDescriptorResponse, error)
- func (*UnimplementedDevicedServiceServer) GetDevice(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
- func (*UnimplementedDevicedServiceServer) GetDeviceByModule(context.Context, *GetDeviceByModuleRequest) (*GetDeviceByModuleResponse, error)
- func (*UnimplementedDevicedServiceServer) GetDeviceFirmwareDescriptor(context.Context, *GetDeviceFirmwareDescriptorRequest) (*GetDeviceFirmwareDescriptorResponse, error)
- func (*UnimplementedDevicedServiceServer) GetFirmwareHub(context.Context, *GetFirmwareHubRequest) (*GetFirmwareHubResponse, error)
- func (*UnimplementedDevicedServiceServer) GetFlowSet(context.Context, *GetFlowSetRequest) (*GetFlowSetResponse, error)
- func (*UnimplementedDevicedServiceServer) GetObject(context.Context, *GetObjectRequest) (*GetObjectResponse, error)
- func (*UnimplementedDevicedServiceServer) GetObjectContent(context.Context, *GetObjectContentRequest) (*GetObjectContentResponse, error)
- func (*UnimplementedDevicedServiceServer) GetObjectStreamingContent(*GetObjectStreamingContentRequest, ...) error
- func (*UnimplementedDevicedServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) ListConfigs(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error)
- func (*UnimplementedDevicedServiceServer) ListConfigsByDevice(context.Context, *ListConfigsByDeviceRequest) (*ListConfigsByDeviceResponse, error)
- func (*UnimplementedDevicedServiceServer) ListDevices(context.Context, *ListDevicesRequest) (*ListDevicesResponse, error)
- func (*UnimplementedDevicedServiceServer) ListFirmwareHubs(context.Context, *ListFirmwareHubsRequest) (*ListFirmwareHubsResponse, error)
- func (*UnimplementedDevicedServiceServer) ListFlowSets(context.Context, *ListFlowSetsRequest) (*ListFlowSetsResponse, error)
- func (*UnimplementedDevicedServiceServer) ListObjects(context.Context, *ListObjectsRequest) (*ListObjectsResponse, error)
- func (*UnimplementedDevicedServiceServer) PatchConfig(context.Context, *PatchConfigRequest) (*PatchConfigResponse, error)
- func (*UnimplementedDevicedServiceServer) PatchDevice(context.Context, *PatchDeviceRequest) (*PatchDeviceResponse, error)
- func (*UnimplementedDevicedServiceServer) PatchFirmwareHub(context.Context, *PatchFirmwareHubRequest) (*PatchFirmwareHubResponse, error)
- func (*UnimplementedDevicedServiceServer) PatchFlowSet(context.Context, *PatchFlowSetRequest) (*PatchFlowSetResponse, error)
- func (*UnimplementedDevicedServiceServer) PullFrameFromFlow(*PullFrameFromFlowRequest, DevicedService_PullFrameFromFlowServer) error
- func (*UnimplementedDevicedServiceServer) PullFrameFromFlowSet(*PullFrameFromFlowSetRequest, DevicedService_PullFrameFromFlowSetServer) error
- func (*UnimplementedDevicedServiceServer) PushFrameToFlow(DevicedService_PushFrameToFlowServer) error
- func (*UnimplementedDevicedServiceServer) PushFrameToFlowOnce(context.Context, *PushFrameToFlowOnceRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) PutObject(context.Context, *PutObjectRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) PutObjectStreaming(DevicedService_PutObjectStreamingServer) error
- func (*UnimplementedDevicedServiceServer) QueryFramesFromFlow(context.Context, *QueryFramesFromFlowRequest) (*QueryFramesFromFlowResponse, error)
- func (*UnimplementedDevicedServiceServer) RemoveConfigsFromDevice(context.Context, *RemoveConfigsFromDeviceRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) RemoveDevicesFromFirmwareHub(context.Context, *RemoveDevicesFromFirmwareHubRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) RemoveFirmwareDescriptorFromFirmwareHub(context.Context, *RemoveFirmwareDescriptorFromFirmwareHubRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) RemoveFlowsFromFlowSet(context.Context, *RemoveFlowsFromFlowSetRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) RemoveObject(context.Context, *RemoveObjectRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) RenameObject(context.Context, *RenameObjectRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) SetDeviceFirmwareDescriptor(context.Context, *SetDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) ShowDevice(context.Context, *emptypb.Empty) (*ShowDeviceResponse, error)
- func (*UnimplementedDevicedServiceServer) ShowDeviceFirmwareDescriptor(context.Context, *emptypb.Empty) (*ShowDeviceFirmwareDescriptorResponse, error)
- func (*UnimplementedDevicedServiceServer) StreamCall(DevicedService_StreamCallServer) error
- func (*UnimplementedDevicedServiceServer) SyncDeviceFirmwareDescriptor(context.Context, *SyncDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error)
- func (*UnimplementedDevicedServiceServer) UnaryCall(context.Context, *UnaryCallRequest) (*UnaryCallResponse, error)
- func (*UnimplementedDevicedServiceServer) UploadDescriptor(context.Context, *UploadDescriptorRequest) (*UploadDescriptorResponse, error)
- type UploadDescriptorRequest
- func (*UploadDescriptorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadDescriptorRequest) GetDescriptor_() *OpDescriptor
- func (*UploadDescriptorRequest) ProtoMessage()
- func (x *UploadDescriptorRequest) ProtoReflect() protoreflect.Message
- func (x *UploadDescriptorRequest) Reset()
- func (x *UploadDescriptorRequest) String() string
- type UploadDescriptorResponse
- func (*UploadDescriptorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadDescriptorResponse) GetDescriptor_() *Descriptor
- func (*UploadDescriptorResponse) ProtoMessage()
- func (x *UploadDescriptorResponse) ProtoReflect() protoreflect.Message
- func (x *UploadDescriptorResponse) Reset()
- func (x *UploadDescriptorResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ConnectMessageKind_name = map[int32]string{ 0: "CONNECT_MESSAGE_KIND_UNKNOWN", 1: "CONNECT_MESSAGE_KIND_SYSTEM", 2: "CONNECT_MESSAGE_KIND_USER", } ConnectMessageKind_value = map[string]int32{ "CONNECT_MESSAGE_KIND_UNKNOWN": 0, "CONNECT_MESSAGE_KIND_SYSTEM": 1, "CONNECT_MESSAGE_KIND_USER": 2, } )
Enum value maps for ConnectMessageKind.
var File_add_configs_to_device_proto protoreflect.FileDescriptor
var File_add_devices_to_firmware_hub_proto protoreflect.FileDescriptor
var File_add_firmware_descriptor_to_firmware_hub_proto protoreflect.FileDescriptor
var File_add_flows_to_flow_set_proto protoreflect.FileDescriptor
var File_connect_proto protoreflect.FileDescriptor
var File_create_config_proto protoreflect.FileDescriptor
var File_create_device_proto protoreflect.FileDescriptor
var File_create_firmware_hub_proto protoreflect.FileDescriptor
var File_create_flow_set_proto protoreflect.FileDescriptor
var File_delete_config_proto protoreflect.FileDescriptor
var File_delete_device_proto protoreflect.FileDescriptor
var File_delete_firmware_hub_proto protoreflect.FileDescriptor
var File_delete_flow_set_proto protoreflect.FileDescriptor
var File_get_config_proto protoreflect.FileDescriptor
var File_get_descriptor_proto protoreflect.FileDescriptor
var File_get_device_by_module_proto protoreflect.FileDescriptor
var File_get_device_firmware_descriptor_proto protoreflect.FileDescriptor
var File_get_device_proto protoreflect.FileDescriptor
var File_get_firmware_hub_proto protoreflect.FileDescriptor
var File_get_flow_set_proto protoreflect.FileDescriptor
var File_get_object_content_proto protoreflect.FileDescriptor
var File_get_object_proto protoreflect.FileDescriptor
var File_get_object_streaming_content_proto protoreflect.FileDescriptor
var File_heartbeat_proto protoreflect.FileDescriptor
var File_list_configs_by_device_proto protoreflect.FileDescriptor
var File_list_configs_proto protoreflect.FileDescriptor
var File_list_devices_proto protoreflect.FileDescriptor
var File_list_firmware_hubs_proto protoreflect.FileDescriptor
var File_list_flow_sets_proto protoreflect.FileDescriptor
var File_list_objects_proto protoreflect.FileDescriptor
var File_model_proto protoreflect.FileDescriptor
var File_patch_config_proto protoreflect.FileDescriptor
var File_patch_device_proto protoreflect.FileDescriptor
var File_patch_firmware_hub_proto protoreflect.FileDescriptor
var File_patch_flow_set_proto protoreflect.FileDescriptor
var File_pull_frame_from_flow_proto protoreflect.FileDescriptor
var File_pull_frame_from_flow_set_proto protoreflect.FileDescriptor
var File_push_frame_to_flow_once_proto protoreflect.FileDescriptor
var File_push_frame_to_flow_proto protoreflect.FileDescriptor
var File_put_object_proto protoreflect.FileDescriptor
var File_put_object_streaming_proto protoreflect.FileDescriptor
var File_query_frames_from_flow_proto protoreflect.FileDescriptor
var File_remove_configs_from_device_proto protoreflect.FileDescriptor
var File_remove_devices_from_firmware_hub_proto protoreflect.FileDescriptor
var File_remove_firmware_descriptor_from_firmware_hub_proto protoreflect.FileDescriptor
var File_remove_flows_from_flow_set_proto protoreflect.FileDescriptor
var File_remove_object_proto protoreflect.FileDescriptor
var File_rename_object_proto protoreflect.FileDescriptor
var File_service_proto protoreflect.FileDescriptor
var File_set_device_firmware_descriptor_proto protoreflect.FileDescriptor
var File_show_device_firmware_descriptor_proto protoreflect.FileDescriptor
var File_show_device_proto protoreflect.FileDescriptor
var File_stream_call_proto protoreflect.FileDescriptor
var File_sync_device_firmware_descriptor_proto protoreflect.FileDescriptor
var File_unary_call_proto protoreflect.FileDescriptor
var File_upload_descriptor_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDevicedServiceServer ¶
func RegisterDevicedServiceServer(s *grpc.Server, srv DevicedServiceServer)
Types ¶
type AddConfigsToDeviceRequest ¶
type AddConfigsToDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Configs []*OpConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"` // contains filtered or unexported fields }
func (*AddConfigsToDeviceRequest) Descriptor
deprecated
func (*AddConfigsToDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddConfigsToDeviceRequest.ProtoReflect.Descriptor instead.
func (*AddConfigsToDeviceRequest) GetConfigs ¶
func (x *AddConfigsToDeviceRequest) GetConfigs() []*OpConfig
func (*AddConfigsToDeviceRequest) GetDevice ¶
func (x *AddConfigsToDeviceRequest) GetDevice() *OpDevice
func (*AddConfigsToDeviceRequest) ProtoMessage ¶
func (*AddConfigsToDeviceRequest) ProtoMessage()
func (*AddConfigsToDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *AddConfigsToDeviceRequest) ProtoReflect() protoreflect.Message
func (*AddConfigsToDeviceRequest) Reset ¶
func (x *AddConfigsToDeviceRequest) Reset()
func (*AddConfigsToDeviceRequest) String ¶
func (x *AddConfigsToDeviceRequest) String() string
type AddDevicesToFirmwareHubRequest ¶
type AddDevicesToFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` Devices []*OpDevice `protobuf:"bytes,2,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*AddDevicesToFirmwareHubRequest) Descriptor
deprecated
func (*AddDevicesToFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddDevicesToFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*AddDevicesToFirmwareHubRequest) GetDevices ¶
func (x *AddDevicesToFirmwareHubRequest) GetDevices() []*OpDevice
func (*AddDevicesToFirmwareHubRequest) GetFirmwareHub ¶
func (x *AddDevicesToFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*AddDevicesToFirmwareHubRequest) ProtoMessage ¶
func (*AddDevicesToFirmwareHubRequest) ProtoMessage()
func (*AddDevicesToFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *AddDevicesToFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*AddDevicesToFirmwareHubRequest) Reset ¶
func (x *AddDevicesToFirmwareHubRequest) Reset()
func (*AddDevicesToFirmwareHubRequest) String ¶
func (x *AddDevicesToFirmwareHubRequest) String() string
type AddFirmwareDescriptorToFirmwareHubRequest ¶
type AddFirmwareDescriptorToFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` FirmwareDescriptor *OpFirmwareDescriptor `protobuf:"bytes,2,opt,name=firmware_descriptor,json=firmwareDescriptor,proto3" json:"firmware_descriptor,omitempty"` // contains filtered or unexported fields }
func (*AddFirmwareDescriptorToFirmwareHubRequest) Descriptor
deprecated
func (*AddFirmwareDescriptorToFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddFirmwareDescriptorToFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareDescriptor ¶
func (x *AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
func (*AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareHub ¶
func (x *AddFirmwareDescriptorToFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*AddFirmwareDescriptorToFirmwareHubRequest) ProtoMessage ¶
func (*AddFirmwareDescriptorToFirmwareHubRequest) ProtoMessage()
func (*AddFirmwareDescriptorToFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *AddFirmwareDescriptorToFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*AddFirmwareDescriptorToFirmwareHubRequest) Reset ¶
func (x *AddFirmwareDescriptorToFirmwareHubRequest) Reset()
func (*AddFirmwareDescriptorToFirmwareHubRequest) String ¶
func (x *AddFirmwareDescriptorToFirmwareHubRequest) String() string
type AddFlowsToFlowSetRequest ¶
type AddFlowsToFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` Devices []*OpDevice `protobuf:"bytes,2,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*AddFlowsToFlowSetRequest) Descriptor
deprecated
func (*AddFlowsToFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddFlowsToFlowSetRequest.ProtoReflect.Descriptor instead.
func (*AddFlowsToFlowSetRequest) GetDevices ¶
func (x *AddFlowsToFlowSetRequest) GetDevices() []*OpDevice
func (*AddFlowsToFlowSetRequest) GetFlowSet ¶
func (x *AddFlowsToFlowSetRequest) GetFlowSet() *OpFlowSet
func (*AddFlowsToFlowSetRequest) ProtoMessage ¶
func (*AddFlowsToFlowSetRequest) ProtoMessage()
func (*AddFlowsToFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *AddFlowsToFlowSetRequest) ProtoReflect() protoreflect.Message
func (*AddFlowsToFlowSetRequest) Reset ¶
func (x *AddFlowsToFlowSetRequest) Reset()
func (*AddFlowsToFlowSetRequest) String ¶
func (x *AddFlowsToFlowSetRequest) String() string
type Config ¶
type Config struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` Body *structpb.Struct `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶ added in v1.2.14
func (x *Config) ProtoReflect() protoreflect.Message
type ConnectMessageKind ¶
type ConnectMessageKind int32
const ( ConnectMessageKind_CONNECT_MESSAGE_KIND_UNKNOWN ConnectMessageKind = 0 ConnectMessageKind_CONNECT_MESSAGE_KIND_SYSTEM ConnectMessageKind = 1 ConnectMessageKind_CONNECT_MESSAGE_KIND_USER ConnectMessageKind = 2 )
func (ConnectMessageKind) Descriptor ¶ added in v1.2.14
func (ConnectMessageKind) Descriptor() protoreflect.EnumDescriptor
func (ConnectMessageKind) Enum ¶ added in v1.2.14
func (x ConnectMessageKind) Enum() *ConnectMessageKind
func (ConnectMessageKind) EnumDescriptor
deprecated
func (ConnectMessageKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectMessageKind.Descriptor instead.
func (ConnectMessageKind) Number ¶ added in v1.2.14
func (x ConnectMessageKind) Number() protoreflect.EnumNumber
func (ConnectMessageKind) String ¶
func (x ConnectMessageKind) String() string
func (ConnectMessageKind) Type ¶ added in v1.2.14
func (ConnectMessageKind) Type() protoreflect.EnumType
type ConnectRequest ¶
type ConnectRequest struct { SessionId *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` Kind ConnectMessageKind `protobuf:"varint,2,opt,name=kind,proto3,enum=ai.metathings.service.deviced.ConnectMessageKind" json:"kind,omitempty"` // Types that are assignable to Union: // *ConnectRequest_UnaryCall // *ConnectRequest_StreamCall Union isConnectRequest_Union `protobuf_oneof:"union"` // contains filtered or unexported fields }
func (*ConnectRequest) Descriptor
deprecated
func (*ConnectRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConnectRequest.ProtoReflect.Descriptor instead.
func (*ConnectRequest) GetKind ¶
func (x *ConnectRequest) GetKind() ConnectMessageKind
func (*ConnectRequest) GetSessionId ¶
func (x *ConnectRequest) GetSessionId() *wrapperspb.Int64Value
func (*ConnectRequest) GetStreamCall ¶
func (x *ConnectRequest) GetStreamCall() *OpStreamCallValue
func (*ConnectRequest) GetUnaryCall ¶
func (x *ConnectRequest) GetUnaryCall() *OpUnaryCallValue
func (*ConnectRequest) GetUnion ¶
func (m *ConnectRequest) GetUnion() isConnectRequest_Union
func (*ConnectRequest) ProtoMessage ¶
func (*ConnectRequest) ProtoMessage()
func (*ConnectRequest) ProtoReflect ¶ added in v1.2.14
func (x *ConnectRequest) ProtoReflect() protoreflect.Message
func (*ConnectRequest) Reset ¶
func (x *ConnectRequest) Reset()
func (*ConnectRequest) String ¶
func (x *ConnectRequest) String() string
type ConnectRequest_StreamCall ¶
type ConnectRequest_StreamCall struct {
StreamCall *OpStreamCallValue `protobuf:"bytes,4,opt,name=stream_call,json=streamCall,proto3,oneof"`
}
type ConnectRequest_UnaryCall ¶
type ConnectRequest_UnaryCall struct {
UnaryCall *OpUnaryCallValue `protobuf:"bytes,3,opt,name=unary_call,json=unaryCall,proto3,oneof"`
}
type ConnectResponse ¶
type ConnectResponse struct { SessionId int64 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` Kind ConnectMessageKind `protobuf:"varint,2,opt,name=kind,proto3,enum=ai.metathings.service.deviced.ConnectMessageKind" json:"kind,omitempty"` // Types that are assignable to Union: // *ConnectResponse_UnaryCall // *ConnectResponse_StreamCall // *ConnectResponse_Err Union isConnectResponse_Union `protobuf_oneof:"union"` // contains filtered or unexported fields }
func (*ConnectResponse) Descriptor
deprecated
func (*ConnectResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConnectResponse.ProtoReflect.Descriptor instead.
func (*ConnectResponse) GetErr ¶
func (x *ConnectResponse) GetErr() *ErrorValue
func (*ConnectResponse) GetKind ¶
func (x *ConnectResponse) GetKind() ConnectMessageKind
func (*ConnectResponse) GetSessionId ¶
func (x *ConnectResponse) GetSessionId() int64
func (*ConnectResponse) GetStreamCall ¶
func (x *ConnectResponse) GetStreamCall() *StreamCallValue
func (*ConnectResponse) GetUnaryCall ¶
func (x *ConnectResponse) GetUnaryCall() *UnaryCallValue
func (*ConnectResponse) GetUnion ¶
func (m *ConnectResponse) GetUnion() isConnectResponse_Union
func (*ConnectResponse) ProtoMessage ¶
func (*ConnectResponse) ProtoMessage()
func (*ConnectResponse) ProtoReflect ¶ added in v1.2.14
func (x *ConnectResponse) ProtoReflect() protoreflect.Message
func (*ConnectResponse) Reset ¶
func (x *ConnectResponse) Reset()
func (*ConnectResponse) String ¶
func (x *ConnectResponse) String() string
type ConnectResponse_Err ¶
type ConnectResponse_Err struct {
Err *ErrorValue `protobuf:"bytes,9,opt,name=err,proto3,oneof"`
}
type ConnectResponse_StreamCall ¶
type ConnectResponse_StreamCall struct {
StreamCall *StreamCallValue `protobuf:"bytes,4,opt,name=stream_call,json=streamCall,proto3,oneof"`
}
type ConnectResponse_UnaryCall ¶
type ConnectResponse_UnaryCall struct {
UnaryCall *UnaryCallValue `protobuf:"bytes,3,opt,name=unary_call,json=unaryCall,proto3,oneof"`
}
type CreateConfigRequest ¶
type CreateConfigRequest struct { Config *OpConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*CreateConfigRequest) Descriptor
deprecated
func (*CreateConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfigRequest.ProtoReflect.Descriptor instead.
func (*CreateConfigRequest) GetConfig ¶
func (x *CreateConfigRequest) GetConfig() *OpConfig
func (*CreateConfigRequest) ProtoMessage ¶
func (*CreateConfigRequest) ProtoMessage()
func (*CreateConfigRequest) ProtoReflect ¶ added in v1.2.14
func (x *CreateConfigRequest) ProtoReflect() protoreflect.Message
func (*CreateConfigRequest) Reset ¶
func (x *CreateConfigRequest) Reset()
func (*CreateConfigRequest) String ¶
func (x *CreateConfigRequest) String() string
type CreateConfigResponse ¶
type CreateConfigResponse struct { Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*CreateConfigResponse) Descriptor
deprecated
func (*CreateConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfigResponse.ProtoReflect.Descriptor instead.
func (*CreateConfigResponse) GetConfig ¶
func (x *CreateConfigResponse) GetConfig() *Config
func (*CreateConfigResponse) ProtoMessage ¶
func (*CreateConfigResponse) ProtoMessage()
func (*CreateConfigResponse) ProtoReflect ¶ added in v1.2.14
func (x *CreateConfigResponse) ProtoReflect() protoreflect.Message
func (*CreateConfigResponse) Reset ¶
func (x *CreateConfigResponse) Reset()
func (*CreateConfigResponse) String ¶
func (x *CreateConfigResponse) String() string
type CreateDeviceRequest ¶
type CreateDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceRequest) Descriptor
deprecated
func (*CreateDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceRequest) GetDevice ¶
func (x *CreateDeviceRequest) GetDevice() *OpDevice
func (*CreateDeviceRequest) ProtoMessage ¶
func (*CreateDeviceRequest) ProtoMessage()
func (*CreateDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *CreateDeviceRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceRequest) Reset ¶
func (x *CreateDeviceRequest) Reset()
func (*CreateDeviceRequest) String ¶
func (x *CreateDeviceRequest) String() string
type CreateDeviceResponse ¶
type CreateDeviceResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceResponse) Descriptor
deprecated
func (*CreateDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceResponse.ProtoReflect.Descriptor instead.
func (*CreateDeviceResponse) GetDevice ¶
func (x *CreateDeviceResponse) GetDevice() *Device
func (*CreateDeviceResponse) ProtoMessage ¶
func (*CreateDeviceResponse) ProtoMessage()
func (*CreateDeviceResponse) ProtoReflect ¶ added in v1.2.14
func (x *CreateDeviceResponse) ProtoReflect() protoreflect.Message
func (*CreateDeviceResponse) Reset ¶
func (x *CreateDeviceResponse) Reset()
func (*CreateDeviceResponse) String ¶
func (x *CreateDeviceResponse) String() string
type CreateFirmwareHubRequest ¶
type CreateFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*CreateFirmwareHubRequest) Descriptor
deprecated
func (*CreateFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*CreateFirmwareHubRequest) GetFirmwareHub ¶
func (x *CreateFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*CreateFirmwareHubRequest) ProtoMessage ¶
func (*CreateFirmwareHubRequest) ProtoMessage()
func (*CreateFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *CreateFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*CreateFirmwareHubRequest) Reset ¶
func (x *CreateFirmwareHubRequest) Reset()
func (*CreateFirmwareHubRequest) String ¶
func (x *CreateFirmwareHubRequest) String() string
type CreateFirmwareHubResponse ¶
type CreateFirmwareHubResponse struct { FirmwareHub *FirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*CreateFirmwareHubResponse) Descriptor
deprecated
func (*CreateFirmwareHubResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateFirmwareHubResponse.ProtoReflect.Descriptor instead.
func (*CreateFirmwareHubResponse) GetFirmwareHub ¶
func (x *CreateFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
func (*CreateFirmwareHubResponse) ProtoMessage ¶
func (*CreateFirmwareHubResponse) ProtoMessage()
func (*CreateFirmwareHubResponse) ProtoReflect ¶ added in v1.2.14
func (x *CreateFirmwareHubResponse) ProtoReflect() protoreflect.Message
func (*CreateFirmwareHubResponse) Reset ¶
func (x *CreateFirmwareHubResponse) Reset()
func (*CreateFirmwareHubResponse) String ¶
func (x *CreateFirmwareHubResponse) String() string
type CreateFlowSetRequest ¶
type CreateFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*CreateFlowSetRequest) Descriptor
deprecated
func (*CreateFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFlowSetRequest.ProtoReflect.Descriptor instead.
func (*CreateFlowSetRequest) GetFlowSet ¶
func (x *CreateFlowSetRequest) GetFlowSet() *OpFlowSet
func (*CreateFlowSetRequest) ProtoMessage ¶
func (*CreateFlowSetRequest) ProtoMessage()
func (*CreateFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *CreateFlowSetRequest) ProtoReflect() protoreflect.Message
func (*CreateFlowSetRequest) Reset ¶
func (x *CreateFlowSetRequest) Reset()
func (*CreateFlowSetRequest) String ¶
func (x *CreateFlowSetRequest) String() string
type CreateFlowSetResponse ¶
type CreateFlowSetResponse struct { FlowSet *FlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*CreateFlowSetResponse) Descriptor
deprecated
func (*CreateFlowSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateFlowSetResponse.ProtoReflect.Descriptor instead.
func (*CreateFlowSetResponse) GetFlowSet ¶
func (x *CreateFlowSetResponse) GetFlowSet() *FlowSet
func (*CreateFlowSetResponse) ProtoMessage ¶
func (*CreateFlowSetResponse) ProtoMessage()
func (*CreateFlowSetResponse) ProtoReflect ¶ added in v1.2.14
func (x *CreateFlowSetResponse) ProtoReflect() protoreflect.Message
func (*CreateFlowSetResponse) Reset ¶
func (x *CreateFlowSetResponse) Reset()
func (*CreateFlowSetResponse) String ¶
func (x *CreateFlowSetResponse) String() string
type DeleteConfigRequest ¶
type DeleteConfigRequest struct { Config *OpConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*DeleteConfigRequest) Descriptor
deprecated
func (*DeleteConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteConfigRequest) GetConfig ¶
func (x *DeleteConfigRequest) GetConfig() *OpConfig
func (*DeleteConfigRequest) ProtoMessage ¶
func (*DeleteConfigRequest) ProtoMessage()
func (*DeleteConfigRequest) ProtoReflect ¶ added in v1.2.14
func (x *DeleteConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteConfigRequest) Reset ¶
func (x *DeleteConfigRequest) Reset()
func (*DeleteConfigRequest) String ¶
func (x *DeleteConfigRequest) String() string
type DeleteDeviceRequest ¶
type DeleteDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*DeleteDeviceRequest) Descriptor
deprecated
func (*DeleteDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeviceRequest.ProtoReflect.Descriptor instead.
func (*DeleteDeviceRequest) GetDevice ¶
func (x *DeleteDeviceRequest) GetDevice() *OpDevice
func (*DeleteDeviceRequest) ProtoMessage ¶
func (*DeleteDeviceRequest) ProtoMessage()
func (*DeleteDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *DeleteDeviceRequest) ProtoReflect() protoreflect.Message
func (*DeleteDeviceRequest) Reset ¶
func (x *DeleteDeviceRequest) Reset()
func (*DeleteDeviceRequest) String ¶
func (x *DeleteDeviceRequest) String() string
type DeleteFirmwareHubRequest ¶
type DeleteFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*DeleteFirmwareHubRequest) Descriptor
deprecated
func (*DeleteFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*DeleteFirmwareHubRequest) GetFirmwareHub ¶
func (x *DeleteFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*DeleteFirmwareHubRequest) ProtoMessage ¶
func (*DeleteFirmwareHubRequest) ProtoMessage()
func (*DeleteFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *DeleteFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*DeleteFirmwareHubRequest) Reset ¶
func (x *DeleteFirmwareHubRequest) Reset()
func (*DeleteFirmwareHubRequest) String ¶
func (x *DeleteFirmwareHubRequest) String() string
type DeleteFlowSetRequest ¶
type DeleteFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*DeleteFlowSetRequest) Descriptor
deprecated
func (*DeleteFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFlowSetRequest.ProtoReflect.Descriptor instead.
func (*DeleteFlowSetRequest) GetFlowSet ¶
func (x *DeleteFlowSetRequest) GetFlowSet() *OpFlowSet
func (*DeleteFlowSetRequest) ProtoMessage ¶
func (*DeleteFlowSetRequest) ProtoMessage()
func (*DeleteFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *DeleteFlowSetRequest) ProtoReflect() protoreflect.Message
func (*DeleteFlowSetRequest) Reset ¶
func (x *DeleteFlowSetRequest) Reset()
func (*DeleteFlowSetRequest) String ¶
func (x *DeleteFlowSetRequest) String() string
type Descriptor ¶
type Descriptor struct { Sha1 string `protobuf:"bytes,1,opt,name=sha1,proto3" json:"sha1,omitempty"` Body []byte `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*Descriptor) Descriptor
deprecated
func (*Descriptor) Descriptor() ([]byte, []int)
Deprecated: Use Descriptor.ProtoReflect.Descriptor instead.
func (*Descriptor) GetBody ¶
func (x *Descriptor) GetBody() []byte
func (*Descriptor) GetSha1 ¶
func (x *Descriptor) GetSha1() string
func (*Descriptor) ProtoMessage ¶
func (*Descriptor) ProtoMessage()
func (*Descriptor) ProtoReflect ¶ added in v1.2.14
func (x *Descriptor) ProtoReflect() protoreflect.Message
func (*Descriptor) Reset ¶
func (x *Descriptor) Reset()
func (*Descriptor) String ¶
func (x *Descriptor) String() string
type Device ¶
type Device struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Kind kind.DeviceKind `protobuf:"varint,2,opt,name=kind,proto3,enum=ai.metathings.constant.kind.DeviceKind" json:"kind,omitempty"` State state.DeviceState `protobuf:"varint,3,opt,name=state,proto3,enum=ai.metathings.constant.state.DeviceState" json:"state,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,5,opt,name=alias,proto3" json:"alias,omitempty"` Extra map[string]string `` /* 152-byte string literal not displayed */ Modules []*Module `protobuf:"bytes,6,rep,name=modules,proto3" json:"modules,omitempty"` HeartbeatAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=heartbeat_at,json=heartbeatAt,proto3" json:"heartbeat_at,omitempty"` Flows []*Flow `protobuf:"bytes,8,rep,name=flows,proto3" json:"flows,omitempty"` // contains filtered or unexported fields }
func (*Device) Descriptor
deprecated
func (*Device) GetHeartbeatAt ¶
func (x *Device) GetHeartbeatAt() *timestamppb.Timestamp
func (*Device) GetKind ¶
func (x *Device) GetKind() kind.DeviceKind
func (*Device) GetModules ¶
func (*Device) GetState ¶
func (x *Device) GetState() state.DeviceState
func (*Device) ProtoMessage ¶
func (*Device) ProtoMessage()
func (*Device) ProtoReflect ¶ added in v1.2.14
func (x *Device) ProtoReflect() protoreflect.Message
type DevicedServiceClient ¶
type DevicedServiceClient interface { CreateDevice(ctx context.Context, in *CreateDeviceRequest, opts ...grpc.CallOption) (*CreateDeviceResponse, error) DeleteDevice(ctx context.Context, in *DeleteDeviceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PatchDevice(ctx context.Context, in *PatchDeviceRequest, opts ...grpc.CallOption) (*PatchDeviceResponse, error) GetDevice(ctx context.Context, in *GetDeviceRequest, opts ...grpc.CallOption) (*GetDeviceResponse, error) ListDevices(ctx context.Context, in *ListDevicesRequest, opts ...grpc.CallOption) (*ListDevicesResponse, error) GetDeviceByModule(ctx context.Context, in *GetDeviceByModuleRequest, opts ...grpc.CallOption) (*GetDeviceByModuleResponse, error) // Config CreateConfig(ctx context.Context, in *CreateConfigRequest, opts ...grpc.CallOption) (*CreateConfigResponse, error) DeleteConfig(ctx context.Context, in *DeleteConfigRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PatchConfig(ctx context.Context, in *PatchConfigRequest, opts ...grpc.CallOption) (*PatchConfigResponse, error) GetConfig(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*GetConfigResponse, error) ListConfigs(ctx context.Context, in *ListConfigsRequest, opts ...grpc.CallOption) (*ListConfigsResponse, error) AddConfigsToDevice(ctx context.Context, in *AddConfigsToDeviceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveConfigsFromDevice(ctx context.Context, in *RemoveConfigsFromDeviceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) ListConfigsByDevice(ctx context.Context, in *ListConfigsByDeviceRequest, opts ...grpc.CallOption) (*ListConfigsByDeviceResponse, error) // Descriptor UploadDescriptor(ctx context.Context, in *UploadDescriptorRequest, opts ...grpc.CallOption) (*UploadDescriptorResponse, error) GetDescriptor(ctx context.Context, in *GetDescriptorRequest, opts ...grpc.CallOption) (*GetDescriptorResponse, error) // Calling UnaryCall(ctx context.Context, in *UnaryCallRequest, opts ...grpc.CallOption) (*UnaryCallResponse, error) StreamCall(ctx context.Context, opts ...grpc.CallOption) (DevicedService_StreamCallClient, error) // Flow PullFrameFromFlow(ctx context.Context, in *PullFrameFromFlowRequest, opts ...grpc.CallOption) (DevicedService_PullFrameFromFlowClient, error) PushFrameToFlow(ctx context.Context, opts ...grpc.CallOption) (DevicedService_PushFrameToFlowClient, error) PushFrameToFlowOnce(ctx context.Context, in *PushFrameToFlowOnceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) QueryFramesFromFlow(ctx context.Context, in *QueryFramesFromFlowRequest, opts ...grpc.CallOption) (*QueryFramesFromFlowResponse, error) // Flow Set CreateFlowSet(ctx context.Context, in *CreateFlowSetRequest, opts ...grpc.CallOption) (*CreateFlowSetResponse, error) DeleteFlowSet(ctx context.Context, in *DeleteFlowSetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PatchFlowSet(ctx context.Context, in *PatchFlowSetRequest, opts ...grpc.CallOption) (*PatchFlowSetResponse, error) GetFlowSet(ctx context.Context, in *GetFlowSetRequest, opts ...grpc.CallOption) (*GetFlowSetResponse, error) ListFlowSets(ctx context.Context, in *ListFlowSetsRequest, opts ...grpc.CallOption) (*ListFlowSetsResponse, error) AddFlowsToFlowSet(ctx context.Context, in *AddFlowsToFlowSetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveFlowsFromFlowSet(ctx context.Context, in *RemoveFlowsFromFlowSetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PullFrameFromFlowSet(ctx context.Context, in *PullFrameFromFlowSetRequest, opts ...grpc.CallOption) (DevicedService_PullFrameFromFlowSetClient, error) // Simple Storage PutObject(ctx context.Context, in *PutObjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PutObjectStreaming(ctx context.Context, opts ...grpc.CallOption) (DevicedService_PutObjectStreamingClient, error) RemoveObject(ctx context.Context, in *RemoveObjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameObject(ctx context.Context, in *RenameObjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetObject(ctx context.Context, in *GetObjectRequest, opts ...grpc.CallOption) (*GetObjectResponse, error) GetObjectContent(ctx context.Context, in *GetObjectContentRequest, opts ...grpc.CallOption) (*GetObjectContentResponse, error) GetObjectStreamingContent(ctx context.Context, in *GetObjectStreamingContentRequest, opts ...grpc.CallOption) (DevicedService_GetObjectStreamingContentClient, error) ListObjects(ctx context.Context, in *ListObjectsRequest, opts ...grpc.CallOption) (*ListObjectsResponse, error) // Firmware Hub CreateFirmwareHub(ctx context.Context, in *CreateFirmwareHubRequest, opts ...grpc.CallOption) (*CreateFirmwareHubResponse, error) DeleteFirmwareHub(ctx context.Context, in *DeleteFirmwareHubRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) PatchFirmwareHub(ctx context.Context, in *PatchFirmwareHubRequest, opts ...grpc.CallOption) (*PatchFirmwareHubResponse, error) GetFirmwareHub(ctx context.Context, in *GetFirmwareHubRequest, opts ...grpc.CallOption) (*GetFirmwareHubResponse, error) ListFirmwareHubs(ctx context.Context, in *ListFirmwareHubsRequest, opts ...grpc.CallOption) (*ListFirmwareHubsResponse, error) AddDevicesToFirmwareHub(ctx context.Context, in *AddDevicesToFirmwareHubRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveDevicesFromFirmwareHub(ctx context.Context, in *RemoveDevicesFromFirmwareHubRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) AddFirmwareDescriptorToFirmwareHub(ctx context.Context, in *AddFirmwareDescriptorToFirmwareHubRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveFirmwareDescriptorFromFirmwareHub(ctx context.Context, in *RemoveFirmwareDescriptorFromFirmwareHubRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetDeviceFirmwareDescriptor(ctx context.Context, in *GetDeviceFirmwareDescriptorRequest, opts ...grpc.CallOption) (*GetDeviceFirmwareDescriptorResponse, error) SetDeviceFirmwareDescriptor(ctx context.Context, in *SetDeviceFirmwareDescriptorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) SyncDeviceFirmwareDescriptor(ctx context.Context, in *SyncDeviceFirmwareDescriptorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // internal device only ShowDevice(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ShowDeviceResponse, error) ShowDeviceFirmwareDescriptor(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ShowDeviceFirmwareDescriptorResponse, error) Connect(ctx context.Context, opts ...grpc.CallOption) (DevicedService_ConnectClient, error) Heartbeat(ctx context.Context, in *HeartbeatRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
DevicedServiceClient is the client API for DevicedService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDevicedServiceClient ¶
func NewDevicedServiceClient(cc grpc.ClientConnInterface) DevicedServiceClient
type DevicedServiceServer ¶
type DevicedServiceServer interface { CreateDevice(context.Context, *CreateDeviceRequest) (*CreateDeviceResponse, error) DeleteDevice(context.Context, *DeleteDeviceRequest) (*emptypb.Empty, error) PatchDevice(context.Context, *PatchDeviceRequest) (*PatchDeviceResponse, error) GetDevice(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error) ListDevices(context.Context, *ListDevicesRequest) (*ListDevicesResponse, error) GetDeviceByModule(context.Context, *GetDeviceByModuleRequest) (*GetDeviceByModuleResponse, error) // Config CreateConfig(context.Context, *CreateConfigRequest) (*CreateConfigResponse, error) DeleteConfig(context.Context, *DeleteConfigRequest) (*emptypb.Empty, error) PatchConfig(context.Context, *PatchConfigRequest) (*PatchConfigResponse, error) GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error) ListConfigs(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error) AddConfigsToDevice(context.Context, *AddConfigsToDeviceRequest) (*emptypb.Empty, error) RemoveConfigsFromDevice(context.Context, *RemoveConfigsFromDeviceRequest) (*emptypb.Empty, error) ListConfigsByDevice(context.Context, *ListConfigsByDeviceRequest) (*ListConfigsByDeviceResponse, error) // Descriptor UploadDescriptor(context.Context, *UploadDescriptorRequest) (*UploadDescriptorResponse, error) GetDescriptor(context.Context, *GetDescriptorRequest) (*GetDescriptorResponse, error) // Calling UnaryCall(context.Context, *UnaryCallRequest) (*UnaryCallResponse, error) StreamCall(DevicedService_StreamCallServer) error // Flow PullFrameFromFlow(*PullFrameFromFlowRequest, DevicedService_PullFrameFromFlowServer) error PushFrameToFlow(DevicedService_PushFrameToFlowServer) error PushFrameToFlowOnce(context.Context, *PushFrameToFlowOnceRequest) (*emptypb.Empty, error) QueryFramesFromFlow(context.Context, *QueryFramesFromFlowRequest) (*QueryFramesFromFlowResponse, error) // Flow Set CreateFlowSet(context.Context, *CreateFlowSetRequest) (*CreateFlowSetResponse, error) DeleteFlowSet(context.Context, *DeleteFlowSetRequest) (*emptypb.Empty, error) PatchFlowSet(context.Context, *PatchFlowSetRequest) (*PatchFlowSetResponse, error) GetFlowSet(context.Context, *GetFlowSetRequest) (*GetFlowSetResponse, error) ListFlowSets(context.Context, *ListFlowSetsRequest) (*ListFlowSetsResponse, error) AddFlowsToFlowSet(context.Context, *AddFlowsToFlowSetRequest) (*emptypb.Empty, error) RemoveFlowsFromFlowSet(context.Context, *RemoveFlowsFromFlowSetRequest) (*emptypb.Empty, error) PullFrameFromFlowSet(*PullFrameFromFlowSetRequest, DevicedService_PullFrameFromFlowSetServer) error // Simple Storage PutObject(context.Context, *PutObjectRequest) (*emptypb.Empty, error) PutObjectStreaming(DevicedService_PutObjectStreamingServer) error RemoveObject(context.Context, *RemoveObjectRequest) (*emptypb.Empty, error) RenameObject(context.Context, *RenameObjectRequest) (*emptypb.Empty, error) GetObject(context.Context, *GetObjectRequest) (*GetObjectResponse, error) GetObjectContent(context.Context, *GetObjectContentRequest) (*GetObjectContentResponse, error) GetObjectStreamingContent(*GetObjectStreamingContentRequest, DevicedService_GetObjectStreamingContentServer) error ListObjects(context.Context, *ListObjectsRequest) (*ListObjectsResponse, error) // Firmware Hub CreateFirmwareHub(context.Context, *CreateFirmwareHubRequest) (*CreateFirmwareHubResponse, error) DeleteFirmwareHub(context.Context, *DeleteFirmwareHubRequest) (*emptypb.Empty, error) PatchFirmwareHub(context.Context, *PatchFirmwareHubRequest) (*PatchFirmwareHubResponse, error) GetFirmwareHub(context.Context, *GetFirmwareHubRequest) (*GetFirmwareHubResponse, error) ListFirmwareHubs(context.Context, *ListFirmwareHubsRequest) (*ListFirmwareHubsResponse, error) AddDevicesToFirmwareHub(context.Context, *AddDevicesToFirmwareHubRequest) (*emptypb.Empty, error) RemoveDevicesFromFirmwareHub(context.Context, *RemoveDevicesFromFirmwareHubRequest) (*emptypb.Empty, error) AddFirmwareDescriptorToFirmwareHub(context.Context, *AddFirmwareDescriptorToFirmwareHubRequest) (*emptypb.Empty, error) RemoveFirmwareDescriptorFromFirmwareHub(context.Context, *RemoveFirmwareDescriptorFromFirmwareHubRequest) (*emptypb.Empty, error) GetDeviceFirmwareDescriptor(context.Context, *GetDeviceFirmwareDescriptorRequest) (*GetDeviceFirmwareDescriptorResponse, error) SetDeviceFirmwareDescriptor(context.Context, *SetDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error) SyncDeviceFirmwareDescriptor(context.Context, *SyncDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error) // internal device only ShowDevice(context.Context, *emptypb.Empty) (*ShowDeviceResponse, error) ShowDeviceFirmwareDescriptor(context.Context, *emptypb.Empty) (*ShowDeviceFirmwareDescriptorResponse, error) Connect(DevicedService_ConnectServer) error Heartbeat(context.Context, *HeartbeatRequest) (*emptypb.Empty, error) }
DevicedServiceServer is the server API for DevicedService service.
type DevicedService_ConnectClient ¶
type DevicedService_ConnectClient interface { Send(*ConnectResponse) error Recv() (*ConnectRequest, error) grpc.ClientStream }
type DevicedService_ConnectServer ¶
type DevicedService_ConnectServer interface { Send(*ConnectRequest) error Recv() (*ConnectResponse, error) grpc.ServerStream }
type DevicedService_GetObjectStreamingContentClient ¶
type DevicedService_GetObjectStreamingContentClient interface { Recv() (*GetObjectStreamingContentResponse, error) grpc.ClientStream }
type DevicedService_GetObjectStreamingContentServer ¶
type DevicedService_GetObjectStreamingContentServer interface { Send(*GetObjectStreamingContentResponse) error grpc.ServerStream }
type DevicedService_PullFrameFromFlowClient ¶
type DevicedService_PullFrameFromFlowClient interface { Recv() (*PullFrameFromFlowResponse, error) grpc.ClientStream }
type DevicedService_PullFrameFromFlowServer ¶
type DevicedService_PullFrameFromFlowServer interface { Send(*PullFrameFromFlowResponse) error grpc.ServerStream }
type DevicedService_PullFrameFromFlowSetClient ¶
type DevicedService_PullFrameFromFlowSetClient interface { Recv() (*PullFrameFromFlowSetResponse, error) grpc.ClientStream }
type DevicedService_PullFrameFromFlowSetServer ¶
type DevicedService_PullFrameFromFlowSetServer interface { Send(*PullFrameFromFlowSetResponse) error grpc.ServerStream }
type DevicedService_PushFrameToFlowClient ¶
type DevicedService_PushFrameToFlowClient interface { Send(*PushFrameToFlowRequest) error Recv() (*PushFrameToFlowResponse, error) grpc.ClientStream }
type DevicedService_PushFrameToFlowServer ¶
type DevicedService_PushFrameToFlowServer interface { Send(*PushFrameToFlowResponse) error Recv() (*PushFrameToFlowRequest, error) grpc.ServerStream }
type DevicedService_PutObjectStreamingClient ¶
type DevicedService_PutObjectStreamingClient interface { Send(*PutObjectStreamingRequest) error Recv() (*PutObjectStreamingResponse, error) grpc.ClientStream }
type DevicedService_PutObjectStreamingServer ¶
type DevicedService_PutObjectStreamingServer interface { Send(*PutObjectStreamingResponse) error Recv() (*PutObjectStreamingRequest, error) grpc.ServerStream }
type DevicedService_StreamCallClient ¶
type DevicedService_StreamCallClient interface { Send(*StreamCallRequest) error Recv() (*StreamCallResponse, error) grpc.ClientStream }
type DevicedService_StreamCallServer ¶
type DevicedService_StreamCallServer interface { Send(*StreamCallResponse) error Recv() (*StreamCallRequest, error) grpc.ServerStream }
type ErrorValue ¶
type ErrorValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Component string `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` Code uint32 `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ErrorValue) Descriptor
deprecated
func (*ErrorValue) Descriptor() ([]byte, []int)
Deprecated: Use ErrorValue.ProtoReflect.Descriptor instead.
func (*ErrorValue) GetCode ¶
func (x *ErrorValue) GetCode() uint32
func (*ErrorValue) GetComponent ¶
func (x *ErrorValue) GetComponent() string
func (*ErrorValue) GetMessage ¶
func (x *ErrorValue) GetMessage() string
func (*ErrorValue) GetMethod ¶
func (x *ErrorValue) GetMethod() string
func (*ErrorValue) GetName ¶
func (x *ErrorValue) GetName() string
func (*ErrorValue) ProtoMessage ¶
func (*ErrorValue) ProtoMessage()
func (*ErrorValue) ProtoReflect ¶ added in v1.2.14
func (x *ErrorValue) ProtoReflect() protoreflect.Message
func (*ErrorValue) Reset ¶
func (x *ErrorValue) Reset()
func (*ErrorValue) String ¶
func (x *ErrorValue) String() string
type FirmwareDescriptor ¶
type FirmwareDescriptor struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Descriptor_ *structpb.Struct `protobuf:"bytes,10,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*FirmwareDescriptor) Descriptor
deprecated
func (*FirmwareDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use FirmwareDescriptor.ProtoReflect.Descriptor instead.
func (*FirmwareDescriptor) GetCreatedAt ¶
func (x *FirmwareDescriptor) GetCreatedAt() *timestamppb.Timestamp
func (*FirmwareDescriptor) GetDescriptor_ ¶
func (x *FirmwareDescriptor) GetDescriptor_() *structpb.Struct
func (*FirmwareDescriptor) GetId ¶
func (x *FirmwareDescriptor) GetId() string
func (*FirmwareDescriptor) GetName ¶
func (x *FirmwareDescriptor) GetName() string
func (*FirmwareDescriptor) ProtoMessage ¶
func (*FirmwareDescriptor) ProtoMessage()
func (*FirmwareDescriptor) ProtoReflect ¶ added in v1.2.14
func (x *FirmwareDescriptor) ProtoReflect() protoreflect.Message
func (*FirmwareDescriptor) Reset ¶
func (x *FirmwareDescriptor) Reset()
func (*FirmwareDescriptor) String ¶
func (x *FirmwareDescriptor) String() string
type FirmwareHub ¶
type FirmwareHub struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Devices []*Device `protobuf:"bytes,8,rep,name=devices,proto3" json:"devices,omitempty"` FirmwareDescriptors []*FirmwareDescriptor `protobuf:"bytes,9,rep,name=firmware_descriptors,json=firmwareDescriptors,proto3" json:"firmware_descriptors,omitempty"` // contains filtered or unexported fields }
func (*FirmwareHub) Descriptor
deprecated
func (*FirmwareHub) Descriptor() ([]byte, []int)
Deprecated: Use FirmwareHub.ProtoReflect.Descriptor instead.
func (*FirmwareHub) GetAlias ¶
func (x *FirmwareHub) GetAlias() string
func (*FirmwareHub) GetDescription ¶
func (x *FirmwareHub) GetDescription() string
func (*FirmwareHub) GetDevices ¶
func (x *FirmwareHub) GetDevices() []*Device
func (*FirmwareHub) GetFirmwareDescriptors ¶
func (x *FirmwareHub) GetFirmwareDescriptors() []*FirmwareDescriptor
func (*FirmwareHub) GetId ¶
func (x *FirmwareHub) GetId() string
func (*FirmwareHub) ProtoMessage ¶
func (*FirmwareHub) ProtoMessage()
func (*FirmwareHub) ProtoReflect ¶ added in v1.2.14
func (x *FirmwareHub) ProtoReflect() protoreflect.Message
func (*FirmwareHub) Reset ¶
func (x *FirmwareHub) Reset()
func (*FirmwareHub) String ¶
func (x *FirmwareHub) String() string
type Flow ¶
type Flow struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DeviceId string `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*Flow) Descriptor
deprecated
func (*Flow) GetDeviceId ¶
func (*Flow) ProtoMessage ¶
func (*Flow) ProtoMessage()
func (*Flow) ProtoReflect ¶ added in v1.2.14
func (x *Flow) ProtoReflect() protoreflect.Message
type FlowSet ¶
type FlowSet struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Flows []*Flow `protobuf:"bytes,4,rep,name=flows,proto3" json:"flows,omitempty"` // contains filtered or unexported fields }
func (*FlowSet) Descriptor
deprecated
func (*FlowSet) ProtoMessage ¶
func (*FlowSet) ProtoMessage()
func (*FlowSet) ProtoReflect ¶ added in v1.2.14
func (x *FlowSet) ProtoReflect() protoreflect.Message
type Frame ¶
type Frame struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Frame) Descriptor
deprecated
func (*Frame) GetTs ¶
func (x *Frame) GetTs() *timestamppb.Timestamp
func (*Frame) ProtoMessage ¶
func (*Frame) ProtoMessage()
func (*Frame) ProtoReflect ¶ added in v1.2.14
func (x *Frame) ProtoReflect() protoreflect.Message
type GetConfigRequest ¶
type GetConfigRequest struct { Config *OpConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetConfigRequest) Descriptor
deprecated
func (*GetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.
func (*GetConfigRequest) GetConfig ¶
func (x *GetConfigRequest) GetConfig() *OpConfig
func (*GetConfigRequest) ProtoMessage ¶
func (*GetConfigRequest) ProtoMessage()
func (*GetConfigRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
func (*GetConfigRequest) Reset ¶
func (x *GetConfigRequest) Reset()
func (*GetConfigRequest) String ¶
func (x *GetConfigRequest) String() string
type GetConfigResponse ¶
type GetConfigResponse struct { Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetConfigResponse) Descriptor
deprecated
func (*GetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.
func (*GetConfigResponse) GetConfig ¶
func (x *GetConfigResponse) GetConfig() *Config
func (*GetConfigResponse) ProtoMessage ¶
func (*GetConfigResponse) ProtoMessage()
func (*GetConfigResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
func (*GetConfigResponse) Reset ¶
func (x *GetConfigResponse) Reset()
func (*GetConfigResponse) String ¶
func (x *GetConfigResponse) String() string
type GetDescriptorRequest ¶
type GetDescriptorRequest struct { Descriptor_ *OpDescriptor `protobuf:"bytes,1,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*GetDescriptorRequest) Descriptor
deprecated
func (*GetDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDescriptorRequest.ProtoReflect.Descriptor instead.
func (*GetDescriptorRequest) GetDescriptor_ ¶
func (x *GetDescriptorRequest) GetDescriptor_() *OpDescriptor
func (*GetDescriptorRequest) ProtoMessage ¶
func (*GetDescriptorRequest) ProtoMessage()
func (*GetDescriptorRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetDescriptorRequest) ProtoReflect() protoreflect.Message
func (*GetDescriptorRequest) Reset ¶
func (x *GetDescriptorRequest) Reset()
func (*GetDescriptorRequest) String ¶
func (x *GetDescriptorRequest) String() string
type GetDescriptorResponse ¶
type GetDescriptorResponse struct { Descriptor_ *Descriptor `protobuf:"bytes,1,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*GetDescriptorResponse) Descriptor
deprecated
func (*GetDescriptorResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDescriptorResponse.ProtoReflect.Descriptor instead.
func (*GetDescriptorResponse) GetDescriptor_ ¶
func (x *GetDescriptorResponse) GetDescriptor_() *Descriptor
func (*GetDescriptorResponse) ProtoMessage ¶
func (*GetDescriptorResponse) ProtoMessage()
func (*GetDescriptorResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetDescriptorResponse) ProtoReflect() protoreflect.Message
func (*GetDescriptorResponse) Reset ¶
func (x *GetDescriptorResponse) Reset()
func (*GetDescriptorResponse) String ¶
func (x *GetDescriptorResponse) String() string
type GetDeviceByModuleRequest ¶
type GetDeviceByModuleRequest struct { Module *OpModule `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceByModuleRequest) Descriptor
deprecated
func (*GetDeviceByModuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceByModuleRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceByModuleRequest) GetModule ¶
func (x *GetDeviceByModuleRequest) GetModule() *OpModule
func (*GetDeviceByModuleRequest) ProtoMessage ¶
func (*GetDeviceByModuleRequest) ProtoMessage()
func (*GetDeviceByModuleRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceByModuleRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceByModuleRequest) Reset ¶
func (x *GetDeviceByModuleRequest) Reset()
func (*GetDeviceByModuleRequest) String ¶
func (x *GetDeviceByModuleRequest) String() string
type GetDeviceByModuleResponse ¶
type GetDeviceByModuleResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceByModuleResponse) Descriptor
deprecated
func (*GetDeviceByModuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceByModuleResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceByModuleResponse) GetDevice ¶
func (x *GetDeviceByModuleResponse) GetDevice() *Device
func (*GetDeviceByModuleResponse) ProtoMessage ¶
func (*GetDeviceByModuleResponse) ProtoMessage()
func (*GetDeviceByModuleResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceByModuleResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceByModuleResponse) Reset ¶
func (x *GetDeviceByModuleResponse) Reset()
func (*GetDeviceByModuleResponse) String ¶
func (x *GetDeviceByModuleResponse) String() string
type GetDeviceFirmwareDescriptorRequest ¶
type GetDeviceFirmwareDescriptorRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceFirmwareDescriptorRequest) Descriptor
deprecated
func (*GetDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceFirmwareDescriptorRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceFirmwareDescriptorRequest) GetDevice ¶
func (x *GetDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
func (*GetDeviceFirmwareDescriptorRequest) ProtoMessage ¶
func (*GetDeviceFirmwareDescriptorRequest) ProtoMessage()
func (*GetDeviceFirmwareDescriptorRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceFirmwareDescriptorRequest) Reset ¶
func (x *GetDeviceFirmwareDescriptorRequest) Reset()
func (*GetDeviceFirmwareDescriptorRequest) String ¶
func (x *GetDeviceFirmwareDescriptorRequest) String() string
type GetDeviceFirmwareDescriptorResponse ¶
type GetDeviceFirmwareDescriptorResponse struct { FirmwareDescriptor *FirmwareDescriptor `protobuf:"bytes,1,opt,name=firmware_descriptor,json=firmwareDescriptor,proto3" json:"firmware_descriptor,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceFirmwareDescriptorResponse) Descriptor
deprecated
func (*GetDeviceFirmwareDescriptorResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceFirmwareDescriptorResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor ¶
func (x *GetDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor() *FirmwareDescriptor
func (*GetDeviceFirmwareDescriptorResponse) ProtoMessage ¶
func (*GetDeviceFirmwareDescriptorResponse) ProtoMessage()
func (*GetDeviceFirmwareDescriptorResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceFirmwareDescriptorResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceFirmwareDescriptorResponse) Reset ¶
func (x *GetDeviceFirmwareDescriptorResponse) Reset()
func (*GetDeviceFirmwareDescriptorResponse) String ¶
func (x *GetDeviceFirmwareDescriptorResponse) String() string
type GetDeviceRequest ¶
type GetDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceRequest) Descriptor
deprecated
func (*GetDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceRequest) GetDevice ¶
func (x *GetDeviceRequest) GetDevice() *OpDevice
func (*GetDeviceRequest) ProtoMessage ¶
func (*GetDeviceRequest) ProtoMessage()
func (*GetDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceRequest) Reset ¶
func (x *GetDeviceRequest) Reset()
func (*GetDeviceRequest) String ¶
func (x *GetDeviceRequest) String() string
type GetDeviceResponse ¶
type GetDeviceResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceResponse) Descriptor
deprecated
func (*GetDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceResponse) GetDevice ¶
func (x *GetDeviceResponse) GetDevice() *Device
func (*GetDeviceResponse) ProtoMessage ¶
func (*GetDeviceResponse) ProtoMessage()
func (*GetDeviceResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetDeviceResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceResponse) Reset ¶
func (x *GetDeviceResponse) Reset()
func (*GetDeviceResponse) String ¶
func (x *GetDeviceResponse) String() string
type GetFirmwareHubRequest ¶
type GetFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*GetFirmwareHubRequest) Descriptor
deprecated
func (*GetFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*GetFirmwareHubRequest) GetFirmwareHub ¶
func (x *GetFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*GetFirmwareHubRequest) ProtoMessage ¶
func (*GetFirmwareHubRequest) ProtoMessage()
func (*GetFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*GetFirmwareHubRequest) Reset ¶
func (x *GetFirmwareHubRequest) Reset()
func (*GetFirmwareHubRequest) String ¶
func (x *GetFirmwareHubRequest) String() string
type GetFirmwareHubResponse ¶
type GetFirmwareHubResponse struct { FirmwareHub *FirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*GetFirmwareHubResponse) Descriptor
deprecated
func (*GetFirmwareHubResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFirmwareHubResponse.ProtoReflect.Descriptor instead.
func (*GetFirmwareHubResponse) GetFirmwareHub ¶
func (x *GetFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
func (*GetFirmwareHubResponse) ProtoMessage ¶
func (*GetFirmwareHubResponse) ProtoMessage()
func (*GetFirmwareHubResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetFirmwareHubResponse) ProtoReflect() protoreflect.Message
func (*GetFirmwareHubResponse) Reset ¶
func (x *GetFirmwareHubResponse) Reset()
func (*GetFirmwareHubResponse) String ¶
func (x *GetFirmwareHubResponse) String() string
type GetFlowSetRequest ¶
type GetFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*GetFlowSetRequest) Descriptor
deprecated
func (*GetFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFlowSetRequest.ProtoReflect.Descriptor instead.
func (*GetFlowSetRequest) GetFlowSet ¶
func (x *GetFlowSetRequest) GetFlowSet() *OpFlowSet
func (*GetFlowSetRequest) ProtoMessage ¶
func (*GetFlowSetRequest) ProtoMessage()
func (*GetFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetFlowSetRequest) ProtoReflect() protoreflect.Message
func (*GetFlowSetRequest) Reset ¶
func (x *GetFlowSetRequest) Reset()
func (*GetFlowSetRequest) String ¶
func (x *GetFlowSetRequest) String() string
type GetFlowSetResponse ¶
type GetFlowSetResponse struct { FlowSet *FlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*GetFlowSetResponse) Descriptor
deprecated
func (*GetFlowSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFlowSetResponse.ProtoReflect.Descriptor instead.
func (*GetFlowSetResponse) GetFlowSet ¶
func (x *GetFlowSetResponse) GetFlowSet() *FlowSet
func (*GetFlowSetResponse) ProtoMessage ¶
func (*GetFlowSetResponse) ProtoMessage()
func (*GetFlowSetResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetFlowSetResponse) ProtoReflect() protoreflect.Message
func (*GetFlowSetResponse) Reset ¶
func (x *GetFlowSetResponse) Reset()
func (*GetFlowSetResponse) String ¶
func (x *GetFlowSetResponse) String() string
type GetObjectContentRequest ¶
type GetObjectContentRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*GetObjectContentRequest) Descriptor
deprecated
func (*GetObjectContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectContentRequest.ProtoReflect.Descriptor instead.
func (*GetObjectContentRequest) GetObject ¶
func (x *GetObjectContentRequest) GetObject() *OpObject
func (*GetObjectContentRequest) ProtoMessage ¶
func (*GetObjectContentRequest) ProtoMessage()
func (*GetObjectContentRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectContentRequest) ProtoReflect() protoreflect.Message
func (*GetObjectContentRequest) Reset ¶
func (x *GetObjectContentRequest) Reset()
func (*GetObjectContentRequest) String ¶
func (x *GetObjectContentRequest) String() string
type GetObjectContentResponse ¶
type GetObjectContentResponse struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*GetObjectContentResponse) Descriptor
deprecated
func (*GetObjectContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectContentResponse.ProtoReflect.Descriptor instead.
func (*GetObjectContentResponse) GetContent ¶
func (x *GetObjectContentResponse) GetContent() []byte
func (*GetObjectContentResponse) ProtoMessage ¶
func (*GetObjectContentResponse) ProtoMessage()
func (*GetObjectContentResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectContentResponse) ProtoReflect() protoreflect.Message
func (*GetObjectContentResponse) Reset ¶
func (x *GetObjectContentResponse) Reset()
func (*GetObjectContentResponse) String ¶
func (x *GetObjectContentResponse) String() string
type GetObjectRequest ¶
type GetObjectRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*GetObjectRequest) Descriptor
deprecated
func (*GetObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectRequest.ProtoReflect.Descriptor instead.
func (*GetObjectRequest) GetObject ¶
func (x *GetObjectRequest) GetObject() *OpObject
func (*GetObjectRequest) ProtoMessage ¶
func (*GetObjectRequest) ProtoMessage()
func (*GetObjectRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectRequest) ProtoReflect() protoreflect.Message
func (*GetObjectRequest) Reset ¶
func (x *GetObjectRequest) Reset()
func (*GetObjectRequest) String ¶
func (x *GetObjectRequest) String() string
type GetObjectResponse ¶
type GetObjectResponse struct { Object *Object `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*GetObjectResponse) Descriptor
deprecated
func (*GetObjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectResponse.ProtoReflect.Descriptor instead.
func (*GetObjectResponse) GetObject ¶
func (x *GetObjectResponse) GetObject() *Object
func (*GetObjectResponse) ProtoMessage ¶
func (*GetObjectResponse) ProtoMessage()
func (*GetObjectResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectResponse) ProtoReflect() protoreflect.Message
func (*GetObjectResponse) Reset ¶
func (x *GetObjectResponse) Reset()
func (*GetObjectResponse) String ¶
func (x *GetObjectResponse) String() string
type GetObjectStreamingContentRequest ¶
type GetObjectStreamingContentRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*GetObjectStreamingContentRequest) Descriptor
deprecated
func (*GetObjectStreamingContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectStreamingContentRequest.ProtoReflect.Descriptor instead.
func (*GetObjectStreamingContentRequest) GetObject ¶
func (x *GetObjectStreamingContentRequest) GetObject() *OpObject
func (*GetObjectStreamingContentRequest) ProtoMessage ¶
func (*GetObjectStreamingContentRequest) ProtoMessage()
func (*GetObjectStreamingContentRequest) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectStreamingContentRequest) ProtoReflect() protoreflect.Message
func (*GetObjectStreamingContentRequest) Reset ¶
func (x *GetObjectStreamingContentRequest) Reset()
func (*GetObjectStreamingContentRequest) String ¶
func (x *GetObjectStreamingContentRequest) String() string
type GetObjectStreamingContentResponse ¶
type GetObjectStreamingContentResponse struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*GetObjectStreamingContentResponse) Descriptor
deprecated
func (*GetObjectStreamingContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetObjectStreamingContentResponse.ProtoReflect.Descriptor instead.
func (*GetObjectStreamingContentResponse) GetContent ¶
func (x *GetObjectStreamingContentResponse) GetContent() []byte
func (*GetObjectStreamingContentResponse) ProtoMessage ¶
func (*GetObjectStreamingContentResponse) ProtoMessage()
func (*GetObjectStreamingContentResponse) ProtoReflect ¶ added in v1.2.14
func (x *GetObjectStreamingContentResponse) ProtoReflect() protoreflect.Message
func (*GetObjectStreamingContentResponse) Reset ¶
func (x *GetObjectStreamingContentResponse) Reset()
func (*GetObjectStreamingContentResponse) String ¶
func (x *GetObjectStreamingContentResponse) String() string
type HeartbeatRequest ¶
type HeartbeatRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` StartupSession *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=startup_session,json=startupSession,proto3" json:"startup_session,omitempty"` // contains filtered or unexported fields }
func (*HeartbeatRequest) Descriptor
deprecated
func (*HeartbeatRequest) Descriptor() ([]byte, []int)
Deprecated: Use HeartbeatRequest.ProtoReflect.Descriptor instead.
func (*HeartbeatRequest) GetDevice ¶
func (x *HeartbeatRequest) GetDevice() *OpDevice
func (*HeartbeatRequest) GetStartupSession ¶
func (x *HeartbeatRequest) GetStartupSession() *wrapperspb.Int32Value
func (*HeartbeatRequest) ProtoMessage ¶
func (*HeartbeatRequest) ProtoMessage()
func (*HeartbeatRequest) ProtoReflect ¶ added in v1.2.14
func (x *HeartbeatRequest) ProtoReflect() protoreflect.Message
func (*HeartbeatRequest) Reset ¶
func (x *HeartbeatRequest) Reset()
func (*HeartbeatRequest) String ¶
func (x *HeartbeatRequest) String() string
type ListConfigsByDeviceRequest ¶
type ListConfigsByDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsByDeviceRequest) Descriptor
deprecated
func (*ListConfigsByDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsByDeviceRequest.ProtoReflect.Descriptor instead.
func (*ListConfigsByDeviceRequest) GetDevice ¶
func (x *ListConfigsByDeviceRequest) GetDevice() *OpDevice
func (*ListConfigsByDeviceRequest) ProtoMessage ¶
func (*ListConfigsByDeviceRequest) ProtoMessage()
func (*ListConfigsByDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListConfigsByDeviceRequest) ProtoReflect() protoreflect.Message
func (*ListConfigsByDeviceRequest) Reset ¶
func (x *ListConfigsByDeviceRequest) Reset()
func (*ListConfigsByDeviceRequest) String ¶
func (x *ListConfigsByDeviceRequest) String() string
type ListConfigsByDeviceResponse ¶
type ListConfigsByDeviceResponse struct { Configs []*Config `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsByDeviceResponse) Descriptor
deprecated
func (*ListConfigsByDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsByDeviceResponse.ProtoReflect.Descriptor instead.
func (*ListConfigsByDeviceResponse) GetConfigs ¶
func (x *ListConfigsByDeviceResponse) GetConfigs() []*Config
func (*ListConfigsByDeviceResponse) ProtoMessage ¶
func (*ListConfigsByDeviceResponse) ProtoMessage()
func (*ListConfigsByDeviceResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListConfigsByDeviceResponse) ProtoReflect() protoreflect.Message
func (*ListConfigsByDeviceResponse) Reset ¶
func (x *ListConfigsByDeviceResponse) Reset()
func (*ListConfigsByDeviceResponse) String ¶
func (x *ListConfigsByDeviceResponse) String() string
type ListConfigsRequest ¶
type ListConfigsRequest struct { Config *OpConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsRequest) Descriptor
deprecated
func (*ListConfigsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsRequest.ProtoReflect.Descriptor instead.
func (*ListConfigsRequest) GetConfig ¶
func (x *ListConfigsRequest) GetConfig() *OpConfig
func (*ListConfigsRequest) ProtoMessage ¶
func (*ListConfigsRequest) ProtoMessage()
func (*ListConfigsRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListConfigsRequest) ProtoReflect() protoreflect.Message
func (*ListConfigsRequest) Reset ¶
func (x *ListConfigsRequest) Reset()
func (*ListConfigsRequest) String ¶
func (x *ListConfigsRequest) String() string
type ListConfigsResponse ¶
type ListConfigsResponse struct { Configs []*Config `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsResponse) Descriptor
deprecated
func (*ListConfigsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListConfigsResponse) GetConfigs ¶
func (x *ListConfigsResponse) GetConfigs() []*Config
func (*ListConfigsResponse) ProtoMessage ¶
func (*ListConfigsResponse) ProtoMessage()
func (*ListConfigsResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListConfigsResponse) ProtoReflect() protoreflect.Message
func (*ListConfigsResponse) Reset ¶
func (x *ListConfigsResponse) Reset()
func (*ListConfigsResponse) String ¶
func (x *ListConfigsResponse) String() string
type ListDevicesRequest ¶
type ListDevicesRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*ListDevicesRequest) Descriptor
deprecated
func (*ListDevicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDevicesRequest.ProtoReflect.Descriptor instead.
func (*ListDevicesRequest) GetDevice ¶
func (x *ListDevicesRequest) GetDevice() *OpDevice
func (*ListDevicesRequest) ProtoMessage ¶
func (*ListDevicesRequest) ProtoMessage()
func (*ListDevicesRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListDevicesRequest) ProtoReflect() protoreflect.Message
func (*ListDevicesRequest) Reset ¶
func (x *ListDevicesRequest) Reset()
func (*ListDevicesRequest) String ¶
func (x *ListDevicesRequest) String() string
type ListDevicesResponse ¶
type ListDevicesResponse struct { Devices []*Device `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*ListDevicesResponse) Descriptor
deprecated
func (*ListDevicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDevicesResponse.ProtoReflect.Descriptor instead.
func (*ListDevicesResponse) GetDevices ¶
func (x *ListDevicesResponse) GetDevices() []*Device
func (*ListDevicesResponse) ProtoMessage ¶
func (*ListDevicesResponse) ProtoMessage()
func (*ListDevicesResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListDevicesResponse) ProtoReflect() protoreflect.Message
func (*ListDevicesResponse) Reset ¶
func (x *ListDevicesResponse) Reset()
func (*ListDevicesResponse) String ¶
func (x *ListDevicesResponse) String() string
type ListFirmwareHubsRequest ¶
type ListFirmwareHubsRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*ListFirmwareHubsRequest) Descriptor
deprecated
func (*ListFirmwareHubsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFirmwareHubsRequest.ProtoReflect.Descriptor instead.
func (*ListFirmwareHubsRequest) GetFirmwareHub ¶
func (x *ListFirmwareHubsRequest) GetFirmwareHub() *OpFirmwareHub
func (*ListFirmwareHubsRequest) ProtoMessage ¶
func (*ListFirmwareHubsRequest) ProtoMessage()
func (*ListFirmwareHubsRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListFirmwareHubsRequest) ProtoReflect() protoreflect.Message
func (*ListFirmwareHubsRequest) Reset ¶
func (x *ListFirmwareHubsRequest) Reset()
func (*ListFirmwareHubsRequest) String ¶
func (x *ListFirmwareHubsRequest) String() string
type ListFirmwareHubsResponse ¶
type ListFirmwareHubsResponse struct { FirmwareHubs []*FirmwareHub `protobuf:"bytes,1,rep,name=firmware_hubs,json=firmwareHubs,proto3" json:"firmware_hubs,omitempty"` // contains filtered or unexported fields }
func (*ListFirmwareHubsResponse) Descriptor
deprecated
func (*ListFirmwareHubsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFirmwareHubsResponse.ProtoReflect.Descriptor instead.
func (*ListFirmwareHubsResponse) GetFirmwareHubs ¶
func (x *ListFirmwareHubsResponse) GetFirmwareHubs() []*FirmwareHub
func (*ListFirmwareHubsResponse) ProtoMessage ¶
func (*ListFirmwareHubsResponse) ProtoMessage()
func (*ListFirmwareHubsResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListFirmwareHubsResponse) ProtoReflect() protoreflect.Message
func (*ListFirmwareHubsResponse) Reset ¶
func (x *ListFirmwareHubsResponse) Reset()
func (*ListFirmwareHubsResponse) String ¶
func (x *ListFirmwareHubsResponse) String() string
type ListFlowSetsRequest ¶
type ListFlowSetsRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*ListFlowSetsRequest) Descriptor
deprecated
func (*ListFlowSetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFlowSetsRequest.ProtoReflect.Descriptor instead.
func (*ListFlowSetsRequest) GetFlowSet ¶
func (x *ListFlowSetsRequest) GetFlowSet() *OpFlowSet
func (*ListFlowSetsRequest) ProtoMessage ¶
func (*ListFlowSetsRequest) ProtoMessage()
func (*ListFlowSetsRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListFlowSetsRequest) ProtoReflect() protoreflect.Message
func (*ListFlowSetsRequest) Reset ¶
func (x *ListFlowSetsRequest) Reset()
func (*ListFlowSetsRequest) String ¶
func (x *ListFlowSetsRequest) String() string
type ListFlowSetsResponse ¶
type ListFlowSetsResponse struct { FlowSets []*FlowSet `protobuf:"bytes,1,rep,name=flow_sets,json=flowSets,proto3" json:"flow_sets,omitempty"` // contains filtered or unexported fields }
func (*ListFlowSetsResponse) Descriptor
deprecated
func (*ListFlowSetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFlowSetsResponse.ProtoReflect.Descriptor instead.
func (*ListFlowSetsResponse) GetFlowSets ¶
func (x *ListFlowSetsResponse) GetFlowSets() []*FlowSet
func (*ListFlowSetsResponse) ProtoMessage ¶
func (*ListFlowSetsResponse) ProtoMessage()
func (*ListFlowSetsResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListFlowSetsResponse) ProtoReflect() protoreflect.Message
func (*ListFlowSetsResponse) Reset ¶
func (x *ListFlowSetsResponse) Reset()
func (*ListFlowSetsResponse) String ¶
func (x *ListFlowSetsResponse) String() string
type ListObjectsRequest ¶
type ListObjectsRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` Recursive *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=recursive,proto3" json:"recursive,omitempty"` Depth *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=depth,proto3" json:"depth,omitempty"` // contains filtered or unexported fields }
func (*ListObjectsRequest) Descriptor
deprecated
func (*ListObjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListObjectsRequest.ProtoReflect.Descriptor instead.
func (*ListObjectsRequest) GetDepth ¶
func (x *ListObjectsRequest) GetDepth() *wrapperspb.Int32Value
func (*ListObjectsRequest) GetObject ¶
func (x *ListObjectsRequest) GetObject() *OpObject
func (*ListObjectsRequest) GetRecursive ¶
func (x *ListObjectsRequest) GetRecursive() *wrapperspb.BoolValue
func (*ListObjectsRequest) ProtoMessage ¶
func (*ListObjectsRequest) ProtoMessage()
func (*ListObjectsRequest) ProtoReflect ¶ added in v1.2.14
func (x *ListObjectsRequest) ProtoReflect() protoreflect.Message
func (*ListObjectsRequest) Reset ¶
func (x *ListObjectsRequest) Reset()
func (*ListObjectsRequest) String ¶
func (x *ListObjectsRequest) String() string
type ListObjectsResponse ¶
type ListObjectsResponse struct { Objects []*Object `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"` // contains filtered or unexported fields }
func (*ListObjectsResponse) Descriptor
deprecated
func (*ListObjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListObjectsResponse.ProtoReflect.Descriptor instead.
func (*ListObjectsResponse) GetObjects ¶
func (x *ListObjectsResponse) GetObjects() []*Object
func (*ListObjectsResponse) ProtoMessage ¶
func (*ListObjectsResponse) ProtoMessage()
func (*ListObjectsResponse) ProtoReflect ¶ added in v1.2.14
func (x *ListObjectsResponse) ProtoReflect() protoreflect.Message
func (*ListObjectsResponse) Reset ¶
func (x *ListObjectsResponse) Reset()
func (*ListObjectsResponse) String ¶
func (x *ListObjectsResponse) String() string
type Module ¶
type Module struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` State state.ModuleState `protobuf:"varint,2,opt,name=state,proto3,enum=ai.metathings.constant.state.ModuleState" json:"state,omitempty"` DeviceId string `protobuf:"bytes,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Endpoint string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Component string `protobuf:"bytes,5,opt,name=component,proto3" json:"component,omitempty"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,7,opt,name=alias,proto3" json:"alias,omitempty"` HeartbeatAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=heartbeat_at,json=heartbeatAt,proto3" json:"heartbeat_at,omitempty"` // contains filtered or unexported fields }
func (*Module) Descriptor
deprecated
func (*Module) GetComponent ¶
func (*Module) GetDeviceId ¶
func (*Module) GetEndpoint ¶
func (*Module) GetHeartbeatAt ¶
func (x *Module) GetHeartbeatAt() *timestamppb.Timestamp
func (*Module) GetState ¶
func (x *Module) GetState() state.ModuleState
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶ added in v1.2.14
func (x *Module) ProtoReflect() protoreflect.Message
type Object ¶
type Object struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Length int64 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"` Etag string `protobuf:"bytes,5,opt,name=etag,proto3" json:"etag,omitempty"` LastModified *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"` // contains filtered or unexported fields }
func (*Object) Descriptor
deprecated
func (*Object) GetLastModified ¶
func (x *Object) GetLastModified() *timestamppb.Timestamp
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) ProtoReflect ¶ added in v1.2.14
func (x *Object) ProtoReflect() protoreflect.Message
type ObjectChunk ¶
type ObjectChunk struct { Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Length int64 `protobuf:"varint,3,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*ObjectChunk) Descriptor
deprecated
func (*ObjectChunk) Descriptor() ([]byte, []int)
Deprecated: Use ObjectChunk.ProtoReflect.Descriptor instead.
func (*ObjectChunk) GetData ¶
func (x *ObjectChunk) GetData() []byte
func (*ObjectChunk) GetLength ¶
func (x *ObjectChunk) GetLength() int64
func (*ObjectChunk) GetOffset ¶
func (x *ObjectChunk) GetOffset() int64
func (*ObjectChunk) ProtoMessage ¶
func (*ObjectChunk) ProtoMessage()
func (*ObjectChunk) ProtoReflect ¶ added in v1.2.14
func (x *ObjectChunk) ProtoReflect() protoreflect.Message
func (*ObjectChunk) Reset ¶
func (x *ObjectChunk) Reset()
func (*ObjectChunk) String ¶
func (x *ObjectChunk) String() string
type ObjectChunks ¶
type ObjectChunks struct { Chunks []*ObjectChunk `protobuf:"bytes,1,rep,name=chunks,proto3" json:"chunks,omitempty"` // contains filtered or unexported fields }
func (*ObjectChunks) Descriptor
deprecated
func (*ObjectChunks) Descriptor() ([]byte, []int)
Deprecated: Use ObjectChunks.ProtoReflect.Descriptor instead.
func (*ObjectChunks) GetChunks ¶
func (x *ObjectChunks) GetChunks() []*ObjectChunk
func (*ObjectChunks) ProtoMessage ¶
func (*ObjectChunks) ProtoMessage()
func (*ObjectChunks) ProtoReflect ¶ added in v1.2.14
func (x *ObjectChunks) ProtoReflect() protoreflect.Message
func (*ObjectChunks) Reset ¶
func (x *ObjectChunks) Reset()
func (*ObjectChunks) String ¶
func (x *ObjectChunks) String() string
type OpConfig ¶
type OpConfig struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` Body *structpb.Struct `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*OpConfig) Descriptor
deprecated
func (*OpConfig) GetAlias ¶
func (x *OpConfig) GetAlias() *wrapperspb.StringValue
func (*OpConfig) GetId ¶
func (x *OpConfig) GetId() *wrapperspb.StringValue
func (*OpConfig) ProtoMessage ¶
func (*OpConfig) ProtoMessage()
func (*OpConfig) ProtoReflect ¶ added in v1.2.14
func (x *OpConfig) ProtoReflect() protoreflect.Message
type OpDescriptor ¶
type OpDescriptor struct { Sha1 *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=sha1,proto3" json:"sha1,omitempty"` Body *wrapperspb.BytesValue `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*OpDescriptor) Descriptor
deprecated
func (*OpDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use OpDescriptor.ProtoReflect.Descriptor instead.
func (*OpDescriptor) GetBody ¶
func (x *OpDescriptor) GetBody() *wrapperspb.BytesValue
func (*OpDescriptor) GetSha1 ¶
func (x *OpDescriptor) GetSha1() *wrapperspb.StringValue
func (*OpDescriptor) ProtoMessage ¶
func (*OpDescriptor) ProtoMessage()
func (*OpDescriptor) ProtoReflect ¶ added in v1.2.14
func (x *OpDescriptor) ProtoReflect() protoreflect.Message
func (*OpDescriptor) Reset ¶
func (x *OpDescriptor) Reset()
func (*OpDescriptor) String ¶
func (x *OpDescriptor) String() string
type OpDevice ¶
type OpDevice struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Kind kind.DeviceKind `protobuf:"varint,2,opt,name=kind,proto3,enum=ai.metathings.constant.kind.DeviceKind" json:"kind,omitempty"` State state.DeviceState `protobuf:"varint,3,opt,name=state,proto3,enum=ai.metathings.constant.state.DeviceState" json:"state,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=alias,proto3" json:"alias,omitempty"` Extra map[string]*wrapperspb.StringValue `` /* 152-byte string literal not displayed */ Modules []*OpModule `protobuf:"bytes,6,rep,name=modules,proto3" json:"modules,omitempty"` HeartbeatAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=heartbeat_at,json=heartbeatAt,proto3" json:"heartbeat_at,omitempty"` Flows []*OpFlow `protobuf:"bytes,8,rep,name=flows,proto3" json:"flows,omitempty"` // contains filtered or unexported fields }
func (*OpDevice) Descriptor
deprecated
func (*OpDevice) GetAlias ¶
func (x *OpDevice) GetAlias() *wrapperspb.StringValue
func (*OpDevice) GetExtra ¶
func (x *OpDevice) GetExtra() map[string]*wrapperspb.StringValue
func (*OpDevice) GetHeartbeatAt ¶
func (x *OpDevice) GetHeartbeatAt() *timestamppb.Timestamp
func (*OpDevice) GetId ¶
func (x *OpDevice) GetId() *wrapperspb.StringValue
func (*OpDevice) GetKind ¶
func (x *OpDevice) GetKind() kind.DeviceKind
func (*OpDevice) GetModules ¶
func (*OpDevice) GetName ¶
func (x *OpDevice) GetName() *wrapperspb.StringValue
func (*OpDevice) GetState ¶
func (x *OpDevice) GetState() state.DeviceState
func (*OpDevice) ProtoMessage ¶
func (*OpDevice) ProtoMessage()
func (*OpDevice) ProtoReflect ¶ added in v1.2.14
func (x *OpDevice) ProtoReflect() protoreflect.Message
type OpFirmwareDescriptor ¶
type OpFirmwareDescriptor struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Descriptor_ *structpb.Struct `protobuf:"bytes,10,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*OpFirmwareDescriptor) Descriptor
deprecated
func (*OpFirmwareDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use OpFirmwareDescriptor.ProtoReflect.Descriptor instead.
func (*OpFirmwareDescriptor) GetCreatedAt ¶
func (x *OpFirmwareDescriptor) GetCreatedAt() *timestamppb.Timestamp
func (*OpFirmwareDescriptor) GetDescriptor_ ¶
func (x *OpFirmwareDescriptor) GetDescriptor_() *structpb.Struct
func (*OpFirmwareDescriptor) GetId ¶
func (x *OpFirmwareDescriptor) GetId() *wrapperspb.StringValue
func (*OpFirmwareDescriptor) GetName ¶
func (x *OpFirmwareDescriptor) GetName() *wrapperspb.StringValue
func (*OpFirmwareDescriptor) ProtoMessage ¶
func (*OpFirmwareDescriptor) ProtoMessage()
func (*OpFirmwareDescriptor) ProtoReflect ¶ added in v1.2.14
func (x *OpFirmwareDescriptor) ProtoReflect() protoreflect.Message
func (*OpFirmwareDescriptor) Reset ¶
func (x *OpFirmwareDescriptor) Reset()
func (*OpFirmwareDescriptor) String ¶
func (x *OpFirmwareDescriptor) String() string
type OpFirmwareHub ¶
type OpFirmwareHub struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Devices []*OpDevice `protobuf:"bytes,8,rep,name=devices,proto3" json:"devices,omitempty"` FirmwareDescriptors []*OpFirmwareDescriptor `protobuf:"bytes,9,rep,name=firmware_descriptors,json=firmwareDescriptors,proto3" json:"firmware_descriptors,omitempty"` // contains filtered or unexported fields }
func (*OpFirmwareHub) Descriptor
deprecated
func (*OpFirmwareHub) Descriptor() ([]byte, []int)
Deprecated: Use OpFirmwareHub.ProtoReflect.Descriptor instead.
func (*OpFirmwareHub) GetAlias ¶
func (x *OpFirmwareHub) GetAlias() *wrapperspb.StringValue
func (*OpFirmwareHub) GetDescription ¶
func (x *OpFirmwareHub) GetDescription() *wrapperspb.StringValue
func (*OpFirmwareHub) GetDevices ¶
func (x *OpFirmwareHub) GetDevices() []*OpDevice
func (*OpFirmwareHub) GetFirmwareDescriptors ¶
func (x *OpFirmwareHub) GetFirmwareDescriptors() []*OpFirmwareDescriptor
func (*OpFirmwareHub) GetId ¶
func (x *OpFirmwareHub) GetId() *wrapperspb.StringValue
func (*OpFirmwareHub) ProtoMessage ¶
func (*OpFirmwareHub) ProtoMessage()
func (*OpFirmwareHub) ProtoReflect ¶ added in v1.2.14
func (x *OpFirmwareHub) ProtoReflect() protoreflect.Message
func (*OpFirmwareHub) Reset ¶
func (x *OpFirmwareHub) Reset()
func (*OpFirmwareHub) String ¶
func (x *OpFirmwareHub) String() string
type OpFlow ¶
type OpFlow struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DeviceId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*OpFlow) Descriptor
deprecated
func (*OpFlow) GetAlias ¶
func (x *OpFlow) GetAlias() *wrapperspb.StringValue
func (*OpFlow) GetDeviceId ¶
func (x *OpFlow) GetDeviceId() *wrapperspb.StringValue
func (*OpFlow) GetId ¶
func (x *OpFlow) GetId() *wrapperspb.StringValue
func (*OpFlow) GetName ¶
func (x *OpFlow) GetName() *wrapperspb.StringValue
func (*OpFlow) ProtoMessage ¶
func (*OpFlow) ProtoMessage()
func (*OpFlow) ProtoReflect ¶ added in v1.2.14
func (x *OpFlow) ProtoReflect() protoreflect.Message
type OpFlowSet ¶
type OpFlowSet struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Flows []*OpFlow `protobuf:"bytes,4,rep,name=flows,proto3" json:"flows,omitempty"` // contains filtered or unexported fields }
func (*OpFlowSet) Descriptor
deprecated
func (*OpFlowSet) GetAlias ¶
func (x *OpFlowSet) GetAlias() *wrapperspb.StringValue
func (*OpFlowSet) GetId ¶
func (x *OpFlowSet) GetId() *wrapperspb.StringValue
func (*OpFlowSet) GetName ¶
func (x *OpFlowSet) GetName() *wrapperspb.StringValue
func (*OpFlowSet) ProtoMessage ¶
func (*OpFlowSet) ProtoMessage()
func (*OpFlowSet) ProtoReflect ¶ added in v1.2.14
func (x *OpFlowSet) ProtoReflect() protoreflect.Message
type OpFrame ¶
type OpFrame struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*OpFrame) Descriptor
deprecated
func (*OpFrame) GetTs ¶
func (x *OpFrame) GetTs() *timestamppb.Timestamp
func (*OpFrame) ProtoMessage ¶
func (*OpFrame) ProtoMessage()
func (*OpFrame) ProtoReflect ¶ added in v1.2.14
func (x *OpFrame) ProtoReflect() protoreflect.Message
type OpModule ¶
type OpModule struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` State state.ModuleState `protobuf:"varint,2,opt,name=state,proto3,enum=ai.metathings.constant.state.ModuleState" json:"state,omitempty"` DeviceId *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Endpoint *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Component *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=component,proto3" json:"component,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=alias,proto3" json:"alias,omitempty"` HeartbeatAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=heartbeat_at,json=heartbeatAt,proto3" json:"heartbeat_at,omitempty"` // contains filtered or unexported fields }
func (*OpModule) Descriptor
deprecated
func (*OpModule) GetAlias ¶
func (x *OpModule) GetAlias() *wrapperspb.StringValue
func (*OpModule) GetComponent ¶
func (x *OpModule) GetComponent() *wrapperspb.StringValue
func (*OpModule) GetDeviceId ¶
func (x *OpModule) GetDeviceId() *wrapperspb.StringValue
func (*OpModule) GetEndpoint ¶
func (x *OpModule) GetEndpoint() *wrapperspb.StringValue
func (*OpModule) GetHeartbeatAt ¶
func (x *OpModule) GetHeartbeatAt() *timestamppb.Timestamp
func (*OpModule) GetId ¶
func (x *OpModule) GetId() *wrapperspb.StringValue
func (*OpModule) GetName ¶
func (x *OpModule) GetName() *wrapperspb.StringValue
func (*OpModule) GetState ¶
func (x *OpModule) GetState() state.ModuleState
func (*OpModule) ProtoMessage ¶
func (*OpModule) ProtoMessage()
func (*OpModule) ProtoReflect ¶ added in v1.2.14
func (x *OpModule) ProtoReflect() protoreflect.Message
type OpObject ¶
type OpObject struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Prefix *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Length *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=length,proto3" json:"length,omitempty"` Etag *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=etag,proto3" json:"etag,omitempty"` LastModified *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"` // contains filtered or unexported fields }
func (*OpObject) Descriptor
deprecated
func (*OpObject) GetEtag ¶
func (x *OpObject) GetEtag() *wrapperspb.StringValue
func (*OpObject) GetLastModified ¶
func (x *OpObject) GetLastModified() *timestamppb.Timestamp
func (*OpObject) GetLength ¶
func (x *OpObject) GetLength() *wrapperspb.Int64Value
func (*OpObject) GetName ¶
func (x *OpObject) GetName() *wrapperspb.StringValue
func (*OpObject) GetPrefix ¶
func (x *OpObject) GetPrefix() *wrapperspb.StringValue
func (*OpObject) ProtoMessage ¶
func (*OpObject) ProtoMessage()
func (*OpObject) ProtoReflect ¶ added in v1.2.14
func (x *OpObject) ProtoReflect() protoreflect.Message
type OpObjectChunk ¶
type OpObjectChunk struct { Offset *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"` Data *wrapperspb.BytesValue `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Length *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*OpObjectChunk) Descriptor
deprecated
func (*OpObjectChunk) Descriptor() ([]byte, []int)
Deprecated: Use OpObjectChunk.ProtoReflect.Descriptor instead.
func (*OpObjectChunk) GetData ¶
func (x *OpObjectChunk) GetData() *wrapperspb.BytesValue
func (*OpObjectChunk) GetLength ¶
func (x *OpObjectChunk) GetLength() *wrapperspb.Int64Value
func (*OpObjectChunk) GetOffset ¶
func (x *OpObjectChunk) GetOffset() *wrapperspb.Int64Value
func (*OpObjectChunk) ProtoMessage ¶
func (*OpObjectChunk) ProtoMessage()
func (*OpObjectChunk) ProtoReflect ¶ added in v1.2.14
func (x *OpObjectChunk) ProtoReflect() protoreflect.Message
func (*OpObjectChunk) Reset ¶
func (x *OpObjectChunk) Reset()
func (*OpObjectChunk) String ¶
func (x *OpObjectChunk) String() string
type OpObjectChunks ¶
type OpObjectChunks struct { Chunks []*OpObjectChunk `protobuf:"bytes,1,rep,name=chunks,proto3" json:"chunks,omitempty"` // contains filtered or unexported fields }
func (*OpObjectChunks) Descriptor
deprecated
func (*OpObjectChunks) Descriptor() ([]byte, []int)
Deprecated: Use OpObjectChunks.ProtoReflect.Descriptor instead.
func (*OpObjectChunks) GetChunks ¶
func (x *OpObjectChunks) GetChunks() []*OpObjectChunk
func (*OpObjectChunks) ProtoMessage ¶
func (*OpObjectChunks) ProtoMessage()
func (*OpObjectChunks) ProtoReflect ¶ added in v1.2.14
func (x *OpObjectChunks) ProtoReflect() protoreflect.Message
func (*OpObjectChunks) Reset ¶
func (x *OpObjectChunks) Reset()
func (*OpObjectChunks) String ¶
func (x *OpObjectChunks) String() string
type OpStreamCallConfig ¶
type OpStreamCallConfig struct { Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Component *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` Method *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*OpStreamCallConfig) Descriptor
deprecated
func (*OpStreamCallConfig) Descriptor() ([]byte, []int)
Deprecated: Use OpStreamCallConfig.ProtoReflect.Descriptor instead.
func (*OpStreamCallConfig) GetComponent ¶
func (x *OpStreamCallConfig) GetComponent() *wrapperspb.StringValue
func (*OpStreamCallConfig) GetMethod ¶
func (x *OpStreamCallConfig) GetMethod() *wrapperspb.StringValue
func (*OpStreamCallConfig) GetName ¶
func (x *OpStreamCallConfig) GetName() *wrapperspb.StringValue
func (*OpStreamCallConfig) ProtoMessage ¶
func (*OpStreamCallConfig) ProtoMessage()
func (*OpStreamCallConfig) ProtoReflect ¶ added in v1.2.14
func (x *OpStreamCallConfig) ProtoReflect() protoreflect.Message
func (*OpStreamCallConfig) Reset ¶
func (x *OpStreamCallConfig) Reset()
func (*OpStreamCallConfig) String ¶
func (x *OpStreamCallConfig) String() string
type OpStreamCallConfigAck ¶
type OpStreamCallConfigAck struct {
// contains filtered or unexported fields
}
func (*OpStreamCallConfigAck) Descriptor
deprecated
func (*OpStreamCallConfigAck) Descriptor() ([]byte, []int)
Deprecated: Use OpStreamCallConfigAck.ProtoReflect.Descriptor instead.
func (*OpStreamCallConfigAck) ProtoMessage ¶
func (*OpStreamCallConfigAck) ProtoMessage()
func (*OpStreamCallConfigAck) ProtoReflect ¶ added in v1.2.14
func (x *OpStreamCallConfigAck) ProtoReflect() protoreflect.Message
func (*OpStreamCallConfigAck) Reset ¶
func (x *OpStreamCallConfigAck) Reset()
func (*OpStreamCallConfigAck) String ¶
func (x *OpStreamCallConfigAck) String() string
type OpStreamCallExit ¶
type OpStreamCallExit struct {
// contains filtered or unexported fields
}
func (*OpStreamCallExit) Descriptor
deprecated
func (*OpStreamCallExit) Descriptor() ([]byte, []int)
Deprecated: Use OpStreamCallExit.ProtoReflect.Descriptor instead.
func (*OpStreamCallExit) ProtoMessage ¶
func (*OpStreamCallExit) ProtoMessage()
func (*OpStreamCallExit) ProtoReflect ¶ added in v1.2.14
func (x *OpStreamCallExit) ProtoReflect() protoreflect.Message
func (*OpStreamCallExit) Reset ¶
func (x *OpStreamCallExit) Reset()
func (*OpStreamCallExit) String ¶
func (x *OpStreamCallExit) String() string
type OpStreamCallValue ¶
type OpStreamCallValue struct { // Types that are assignable to Union: // *OpStreamCallValue_Value // *OpStreamCallValue_Config // *OpStreamCallValue_ConfigAck // *OpStreamCallValue_Exit Union isOpStreamCallValue_Union `protobuf_oneof:"union"` // contains filtered or unexported fields }
func (*OpStreamCallValue) Descriptor
deprecated
func (*OpStreamCallValue) Descriptor() ([]byte, []int)
Deprecated: Use OpStreamCallValue.ProtoReflect.Descriptor instead.
func (*OpStreamCallValue) GetConfig ¶
func (x *OpStreamCallValue) GetConfig() *OpStreamCallConfig
func (*OpStreamCallValue) GetConfigAck ¶
func (x *OpStreamCallValue) GetConfigAck() *OpStreamCallConfigAck
func (*OpStreamCallValue) GetExit ¶
func (x *OpStreamCallValue) GetExit() *OpStreamCallExit
func (*OpStreamCallValue) GetUnion ¶
func (m *OpStreamCallValue) GetUnion() isOpStreamCallValue_Union
func (*OpStreamCallValue) GetValue ¶
func (x *OpStreamCallValue) GetValue() *anypb.Any
func (*OpStreamCallValue) ProtoMessage ¶
func (*OpStreamCallValue) ProtoMessage()
func (*OpStreamCallValue) ProtoReflect ¶ added in v1.2.14
func (x *OpStreamCallValue) ProtoReflect() protoreflect.Message
func (*OpStreamCallValue) Reset ¶
func (x *OpStreamCallValue) Reset()
func (*OpStreamCallValue) String ¶
func (x *OpStreamCallValue) String() string
type OpStreamCallValue_Config ¶
type OpStreamCallValue_Config struct {
Config *OpStreamCallConfig `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}
type OpStreamCallValue_ConfigAck ¶
type OpStreamCallValue_ConfigAck struct {
ConfigAck *OpStreamCallConfigAck `protobuf:"bytes,3,opt,name=config_ack,json=configAck,proto3,oneof"`
}
type OpStreamCallValue_Exit ¶
type OpStreamCallValue_Exit struct {
Exit *OpStreamCallExit `protobuf:"bytes,4,opt,name=exit,proto3,oneof"`
}
type OpStreamCallValue_Value ¶
type OpUnaryCallValue ¶
type OpUnaryCallValue struct { Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Component *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` Method *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` Value *anypb.Any `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*OpUnaryCallValue) Descriptor
deprecated
func (*OpUnaryCallValue) Descriptor() ([]byte, []int)
Deprecated: Use OpUnaryCallValue.ProtoReflect.Descriptor instead.
func (*OpUnaryCallValue) GetComponent ¶
func (x *OpUnaryCallValue) GetComponent() *wrapperspb.StringValue
func (*OpUnaryCallValue) GetMethod ¶
func (x *OpUnaryCallValue) GetMethod() *wrapperspb.StringValue
func (*OpUnaryCallValue) GetName ¶
func (x *OpUnaryCallValue) GetName() *wrapperspb.StringValue
func (*OpUnaryCallValue) GetValue ¶
func (x *OpUnaryCallValue) GetValue() *anypb.Any
func (*OpUnaryCallValue) ProtoMessage ¶
func (*OpUnaryCallValue) ProtoMessage()
func (*OpUnaryCallValue) ProtoReflect ¶ added in v1.2.14
func (x *OpUnaryCallValue) ProtoReflect() protoreflect.Message
func (*OpUnaryCallValue) Reset ¶
func (x *OpUnaryCallValue) Reset()
func (*OpUnaryCallValue) String ¶
func (x *OpUnaryCallValue) String() string
type PatchConfigRequest ¶
type PatchConfigRequest struct { Config *OpConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*PatchConfigRequest) Descriptor
deprecated
func (*PatchConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchConfigRequest.ProtoReflect.Descriptor instead.
func (*PatchConfigRequest) GetConfig ¶
func (x *PatchConfigRequest) GetConfig() *OpConfig
func (*PatchConfigRequest) ProtoMessage ¶
func (*PatchConfigRequest) ProtoMessage()
func (*PatchConfigRequest) ProtoReflect ¶ added in v1.2.14
func (x *PatchConfigRequest) ProtoReflect() protoreflect.Message
func (*PatchConfigRequest) Reset ¶
func (x *PatchConfigRequest) Reset()
func (*PatchConfigRequest) String ¶
func (x *PatchConfigRequest) String() string
type PatchConfigResponse ¶
type PatchConfigResponse struct { Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*PatchConfigResponse) Descriptor
deprecated
func (*PatchConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchConfigResponse.ProtoReflect.Descriptor instead.
func (*PatchConfigResponse) GetConfig ¶
func (x *PatchConfigResponse) GetConfig() *Config
func (*PatchConfigResponse) ProtoMessage ¶
func (*PatchConfigResponse) ProtoMessage()
func (*PatchConfigResponse) ProtoReflect ¶ added in v1.2.14
func (x *PatchConfigResponse) ProtoReflect() protoreflect.Message
func (*PatchConfigResponse) Reset ¶
func (x *PatchConfigResponse) Reset()
func (*PatchConfigResponse) String ¶
func (x *PatchConfigResponse) String() string
type PatchDeviceRequest ¶
type PatchDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*PatchDeviceRequest) Descriptor
deprecated
func (*PatchDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchDeviceRequest.ProtoReflect.Descriptor instead.
func (*PatchDeviceRequest) GetDevice ¶
func (x *PatchDeviceRequest) GetDevice() *OpDevice
func (*PatchDeviceRequest) ProtoMessage ¶
func (*PatchDeviceRequest) ProtoMessage()
func (*PatchDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *PatchDeviceRequest) ProtoReflect() protoreflect.Message
func (*PatchDeviceRequest) Reset ¶
func (x *PatchDeviceRequest) Reset()
func (*PatchDeviceRequest) String ¶
func (x *PatchDeviceRequest) String() string
type PatchDeviceResponse ¶
type PatchDeviceResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*PatchDeviceResponse) Descriptor
deprecated
func (*PatchDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchDeviceResponse.ProtoReflect.Descriptor instead.
func (*PatchDeviceResponse) GetDevice ¶
func (x *PatchDeviceResponse) GetDevice() *Device
func (*PatchDeviceResponse) ProtoMessage ¶
func (*PatchDeviceResponse) ProtoMessage()
func (*PatchDeviceResponse) ProtoReflect ¶ added in v1.2.14
func (x *PatchDeviceResponse) ProtoReflect() protoreflect.Message
func (*PatchDeviceResponse) Reset ¶
func (x *PatchDeviceResponse) Reset()
func (*PatchDeviceResponse) String ¶
func (x *PatchDeviceResponse) String() string
type PatchFirmwareHubRequest ¶
type PatchFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*PatchFirmwareHubRequest) Descriptor
deprecated
func (*PatchFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*PatchFirmwareHubRequest) GetFirmwareHub ¶
func (x *PatchFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*PatchFirmwareHubRequest) ProtoMessage ¶
func (*PatchFirmwareHubRequest) ProtoMessage()
func (*PatchFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *PatchFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*PatchFirmwareHubRequest) Reset ¶
func (x *PatchFirmwareHubRequest) Reset()
func (*PatchFirmwareHubRequest) String ¶
func (x *PatchFirmwareHubRequest) String() string
type PatchFirmwareHubResponse ¶
type PatchFirmwareHubResponse struct { FirmwareHub *FirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` // contains filtered or unexported fields }
func (*PatchFirmwareHubResponse) Descriptor
deprecated
func (*PatchFirmwareHubResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchFirmwareHubResponse.ProtoReflect.Descriptor instead.
func (*PatchFirmwareHubResponse) GetFirmwareHub ¶
func (x *PatchFirmwareHubResponse) GetFirmwareHub() *FirmwareHub
func (*PatchFirmwareHubResponse) ProtoMessage ¶
func (*PatchFirmwareHubResponse) ProtoMessage()
func (*PatchFirmwareHubResponse) ProtoReflect ¶ added in v1.2.14
func (x *PatchFirmwareHubResponse) ProtoReflect() protoreflect.Message
func (*PatchFirmwareHubResponse) Reset ¶
func (x *PatchFirmwareHubResponse) Reset()
func (*PatchFirmwareHubResponse) String ¶
func (x *PatchFirmwareHubResponse) String() string
type PatchFlowSetRequest ¶
type PatchFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*PatchFlowSetRequest) Descriptor
deprecated
func (*PatchFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchFlowSetRequest.ProtoReflect.Descriptor instead.
func (*PatchFlowSetRequest) GetFlowSet ¶
func (x *PatchFlowSetRequest) GetFlowSet() *OpFlowSet
func (*PatchFlowSetRequest) ProtoMessage ¶
func (*PatchFlowSetRequest) ProtoMessage()
func (*PatchFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *PatchFlowSetRequest) ProtoReflect() protoreflect.Message
func (*PatchFlowSetRequest) Reset ¶
func (x *PatchFlowSetRequest) Reset()
func (*PatchFlowSetRequest) String ¶
func (x *PatchFlowSetRequest) String() string
type PatchFlowSetResponse ¶
type PatchFlowSetResponse struct { FlowSet *FlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` // contains filtered or unexported fields }
func (*PatchFlowSetResponse) Descriptor
deprecated
func (*PatchFlowSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchFlowSetResponse.ProtoReflect.Descriptor instead.
func (*PatchFlowSetResponse) GetFlowSet ¶
func (x *PatchFlowSetResponse) GetFlowSet() *FlowSet
func (*PatchFlowSetResponse) ProtoMessage ¶
func (*PatchFlowSetResponse) ProtoMessage()
func (*PatchFlowSetResponse) ProtoReflect ¶ added in v1.2.14
func (x *PatchFlowSetResponse) ProtoReflect() protoreflect.Message
func (*PatchFlowSetResponse) Reset ¶
func (x *PatchFlowSetResponse) Reset()
func (*PatchFlowSetResponse) String ¶
func (x *PatchFlowSetResponse) String() string
type PullFrameFromFlowRequest ¶
type PullFrameFromFlowRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Request: // *PullFrameFromFlowRequest_Config_ Request isPullFrameFromFlowRequest_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*PullFrameFromFlowRequest) Descriptor
deprecated
func (*PullFrameFromFlowRequest) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowRequest.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowRequest) GetConfig ¶
func (x *PullFrameFromFlowRequest) GetConfig() *PullFrameFromFlowRequest_Config
func (*PullFrameFromFlowRequest) GetId ¶
func (x *PullFrameFromFlowRequest) GetId() *wrapperspb.StringValue
func (*PullFrameFromFlowRequest) GetRequest ¶
func (m *PullFrameFromFlowRequest) GetRequest() isPullFrameFromFlowRequest_Request
func (*PullFrameFromFlowRequest) ProtoMessage ¶
func (*PullFrameFromFlowRequest) ProtoMessage()
func (*PullFrameFromFlowRequest) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowRequest) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowRequest) Reset ¶
func (x *PullFrameFromFlowRequest) Reset()
func (*PullFrameFromFlowRequest) String ¶
func (x *PullFrameFromFlowRequest) String() string
type PullFrameFromFlowRequest_Config ¶
type PullFrameFromFlowRequest_Config struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` ConfigAck *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=config_ack,json=configAck,proto3" json:"config_ack,omitempty"` // contains filtered or unexported fields }
func (*PullFrameFromFlowRequest_Config) Descriptor
deprecated
func (*PullFrameFromFlowRequest_Config) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowRequest_Config.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowRequest_Config) GetConfigAck ¶
func (x *PullFrameFromFlowRequest_Config) GetConfigAck() *wrapperspb.BoolValue
func (*PullFrameFromFlowRequest_Config) GetDevice ¶
func (x *PullFrameFromFlowRequest_Config) GetDevice() *OpDevice
func (*PullFrameFromFlowRequest_Config) ProtoMessage ¶
func (*PullFrameFromFlowRequest_Config) ProtoMessage()
func (*PullFrameFromFlowRequest_Config) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowRequest_Config) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowRequest_Config) Reset ¶
func (x *PullFrameFromFlowRequest_Config) Reset()
func (*PullFrameFromFlowRequest_Config) String ¶
func (x *PullFrameFromFlowRequest_Config) String() string
type PullFrameFromFlowRequest_Config_ ¶
type PullFrameFromFlowRequest_Config_ struct {
Config *PullFrameFromFlowRequest_Config `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}
type PullFrameFromFlowResponse ¶
type PullFrameFromFlowResponse struct { // stream alive check when id is ffffffffffffffffffffffffffffffff, // drop it in receive side. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Response: // *PullFrameFromFlowResponse_Ack_ // *PullFrameFromFlowResponse_Pack_ Response isPullFrameFromFlowResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PullFrameFromFlowResponse) Descriptor
deprecated
func (*PullFrameFromFlowResponse) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowResponse.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowResponse) GetAck ¶
func (x *PullFrameFromFlowResponse) GetAck() *PullFrameFromFlowResponse_Ack
func (*PullFrameFromFlowResponse) GetId ¶
func (x *PullFrameFromFlowResponse) GetId() string
func (*PullFrameFromFlowResponse) GetPack ¶
func (x *PullFrameFromFlowResponse) GetPack() *PullFrameFromFlowResponse_Pack
func (*PullFrameFromFlowResponse) GetResponse ¶
func (m *PullFrameFromFlowResponse) GetResponse() isPullFrameFromFlowResponse_Response
func (*PullFrameFromFlowResponse) ProtoMessage ¶
func (*PullFrameFromFlowResponse) ProtoMessage()
func (*PullFrameFromFlowResponse) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowResponse) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowResponse) Reset ¶
func (x *PullFrameFromFlowResponse) Reset()
func (*PullFrameFromFlowResponse) String ¶
func (x *PullFrameFromFlowResponse) String() string
type PullFrameFromFlowResponse_Ack ¶
type PullFrameFromFlowResponse_Ack struct {
// contains filtered or unexported fields
}
func (*PullFrameFromFlowResponse_Ack) Descriptor
deprecated
func (*PullFrameFromFlowResponse_Ack) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowResponse_Ack.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowResponse_Ack) ProtoMessage ¶
func (*PullFrameFromFlowResponse_Ack) ProtoMessage()
func (*PullFrameFromFlowResponse_Ack) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowResponse_Ack) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowResponse_Ack) Reset ¶
func (x *PullFrameFromFlowResponse_Ack) Reset()
func (*PullFrameFromFlowResponse_Ack) String ¶
func (x *PullFrameFromFlowResponse_Ack) String() string
type PullFrameFromFlowResponse_Ack_ ¶
type PullFrameFromFlowResponse_Ack_ struct {
Ack *PullFrameFromFlowResponse_Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof"`
}
type PullFrameFromFlowResponse_Pack ¶
type PullFrameFromFlowResponse_Pack struct { Flow *Flow `protobuf:"bytes,1,opt,name=flow,proto3" json:"flow,omitempty"` Frames []*Frame `protobuf:"bytes,2,rep,name=frames,proto3" json:"frames,omitempty"` // contains filtered or unexported fields }
func (*PullFrameFromFlowResponse_Pack) Descriptor
deprecated
func (*PullFrameFromFlowResponse_Pack) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowResponse_Pack.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowResponse_Pack) GetFlow ¶
func (x *PullFrameFromFlowResponse_Pack) GetFlow() *Flow
func (*PullFrameFromFlowResponse_Pack) GetFrames ¶
func (x *PullFrameFromFlowResponse_Pack) GetFrames() []*Frame
func (*PullFrameFromFlowResponse_Pack) ProtoMessage ¶
func (*PullFrameFromFlowResponse_Pack) ProtoMessage()
func (*PullFrameFromFlowResponse_Pack) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowResponse_Pack) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowResponse_Pack) Reset ¶
func (x *PullFrameFromFlowResponse_Pack) Reset()
func (*PullFrameFromFlowResponse_Pack) String ¶
func (x *PullFrameFromFlowResponse_Pack) String() string
type PullFrameFromFlowResponse_Pack_ ¶
type PullFrameFromFlowResponse_Pack_ struct {
Pack *PullFrameFromFlowResponse_Pack `protobuf:"bytes,3,opt,name=pack,proto3,oneof"`
}
type PullFrameFromFlowSetRequest ¶
type PullFrameFromFlowSetRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Request: // *PullFrameFromFlowSetRequest_Config_ Request isPullFrameFromFlowSetRequest_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*PullFrameFromFlowSetRequest) Descriptor
deprecated
func (*PullFrameFromFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowSetRequest.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowSetRequest) GetConfig ¶
func (x *PullFrameFromFlowSetRequest) GetConfig() *PullFrameFromFlowSetRequest_Config
func (*PullFrameFromFlowSetRequest) GetId ¶
func (x *PullFrameFromFlowSetRequest) GetId() *wrapperspb.StringValue
func (*PullFrameFromFlowSetRequest) GetRequest ¶
func (m *PullFrameFromFlowSetRequest) GetRequest() isPullFrameFromFlowSetRequest_Request
func (*PullFrameFromFlowSetRequest) ProtoMessage ¶
func (*PullFrameFromFlowSetRequest) ProtoMessage()
func (*PullFrameFromFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowSetRequest) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowSetRequest) Reset ¶
func (x *PullFrameFromFlowSetRequest) Reset()
func (*PullFrameFromFlowSetRequest) String ¶
func (x *PullFrameFromFlowSetRequest) String() string
type PullFrameFromFlowSetRequest_Config ¶
type PullFrameFromFlowSetRequest_Config struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` ConfigAck *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=config_ack,json=configAck,proto3" json:"config_ack,omitempty"` // contains filtered or unexported fields }
func (*PullFrameFromFlowSetRequest_Config) Descriptor
deprecated
func (*PullFrameFromFlowSetRequest_Config) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowSetRequest_Config.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowSetRequest_Config) GetConfigAck ¶
func (x *PullFrameFromFlowSetRequest_Config) GetConfigAck() *wrapperspb.BoolValue
func (*PullFrameFromFlowSetRequest_Config) GetFlowSet ¶
func (x *PullFrameFromFlowSetRequest_Config) GetFlowSet() *OpFlowSet
func (*PullFrameFromFlowSetRequest_Config) ProtoMessage ¶
func (*PullFrameFromFlowSetRequest_Config) ProtoMessage()
func (*PullFrameFromFlowSetRequest_Config) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowSetRequest_Config) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowSetRequest_Config) Reset ¶
func (x *PullFrameFromFlowSetRequest_Config) Reset()
func (*PullFrameFromFlowSetRequest_Config) String ¶
func (x *PullFrameFromFlowSetRequest_Config) String() string
type PullFrameFromFlowSetRequest_Config_ ¶
type PullFrameFromFlowSetRequest_Config_ struct {
Config *PullFrameFromFlowSetRequest_Config `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}
type PullFrameFromFlowSetResponse ¶
type PullFrameFromFlowSetResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Response: // *PullFrameFromFlowSetResponse_Ack_ // *PullFrameFromFlowSetResponse_Pack_ Response isPullFrameFromFlowSetResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PullFrameFromFlowSetResponse) Descriptor
deprecated
func (*PullFrameFromFlowSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowSetResponse.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowSetResponse) GetAck ¶
func (x *PullFrameFromFlowSetResponse) GetAck() *PullFrameFromFlowSetResponse_Ack
func (*PullFrameFromFlowSetResponse) GetId ¶
func (x *PullFrameFromFlowSetResponse) GetId() string
func (*PullFrameFromFlowSetResponse) GetPack ¶
func (x *PullFrameFromFlowSetResponse) GetPack() *PullFrameFromFlowSetResponse_Pack
func (*PullFrameFromFlowSetResponse) GetResponse ¶
func (m *PullFrameFromFlowSetResponse) GetResponse() isPullFrameFromFlowSetResponse_Response
func (*PullFrameFromFlowSetResponse) ProtoMessage ¶
func (*PullFrameFromFlowSetResponse) ProtoMessage()
func (*PullFrameFromFlowSetResponse) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowSetResponse) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowSetResponse) Reset ¶
func (x *PullFrameFromFlowSetResponse) Reset()
func (*PullFrameFromFlowSetResponse) String ¶
func (x *PullFrameFromFlowSetResponse) String() string
type PullFrameFromFlowSetResponse_Ack ¶
type PullFrameFromFlowSetResponse_Ack struct {
// contains filtered or unexported fields
}
func (*PullFrameFromFlowSetResponse_Ack) Descriptor
deprecated
func (*PullFrameFromFlowSetResponse_Ack) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowSetResponse_Ack.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowSetResponse_Ack) ProtoMessage ¶
func (*PullFrameFromFlowSetResponse_Ack) ProtoMessage()
func (*PullFrameFromFlowSetResponse_Ack) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowSetResponse_Ack) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowSetResponse_Ack) Reset ¶
func (x *PullFrameFromFlowSetResponse_Ack) Reset()
func (*PullFrameFromFlowSetResponse_Ack) String ¶
func (x *PullFrameFromFlowSetResponse_Ack) String() string
type PullFrameFromFlowSetResponse_Ack_ ¶
type PullFrameFromFlowSetResponse_Ack_ struct {
Ack *PullFrameFromFlowSetResponse_Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof"`
}
type PullFrameFromFlowSetResponse_Pack ¶
type PullFrameFromFlowSetResponse_Pack struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Frames []*Frame `protobuf:"bytes,2,rep,name=frames,proto3" json:"frames,omitempty"` // contains filtered or unexported fields }
func (*PullFrameFromFlowSetResponse_Pack) Descriptor
deprecated
func (*PullFrameFromFlowSetResponse_Pack) Descriptor() ([]byte, []int)
Deprecated: Use PullFrameFromFlowSetResponse_Pack.ProtoReflect.Descriptor instead.
func (*PullFrameFromFlowSetResponse_Pack) GetDevice ¶
func (x *PullFrameFromFlowSetResponse_Pack) GetDevice() *Device
func (*PullFrameFromFlowSetResponse_Pack) GetFrames ¶
func (x *PullFrameFromFlowSetResponse_Pack) GetFrames() []*Frame
func (*PullFrameFromFlowSetResponse_Pack) ProtoMessage ¶
func (*PullFrameFromFlowSetResponse_Pack) ProtoMessage()
func (*PullFrameFromFlowSetResponse_Pack) ProtoReflect ¶ added in v1.2.14
func (x *PullFrameFromFlowSetResponse_Pack) ProtoReflect() protoreflect.Message
func (*PullFrameFromFlowSetResponse_Pack) Reset ¶
func (x *PullFrameFromFlowSetResponse_Pack) Reset()
func (*PullFrameFromFlowSetResponse_Pack) String ¶
func (x *PullFrameFromFlowSetResponse_Pack) String() string
type PullFrameFromFlowSetResponse_Pack_ ¶
type PullFrameFromFlowSetResponse_Pack_ struct {
Pack *PullFrameFromFlowSetResponse_Pack `protobuf:"bytes,3,opt,name=pack,proto3,oneof"`
}
type PushFrameToFlowOnceRequest ¶
type PushFrameToFlowOnceRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Device *OpDevice `protobuf:"bytes,2,opt,name=device,proto3" json:"device,omitempty"` Frame *OpFrame `protobuf:"bytes,3,opt,name=frame,proto3" json:"frame,omitempty"` // contains filtered or unexported fields }
func (*PushFrameToFlowOnceRequest) Descriptor
deprecated
func (*PushFrameToFlowOnceRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushFrameToFlowOnceRequest.ProtoReflect.Descriptor instead.
func (*PushFrameToFlowOnceRequest) GetDevice ¶
func (x *PushFrameToFlowOnceRequest) GetDevice() *OpDevice
func (*PushFrameToFlowOnceRequest) GetFrame ¶
func (x *PushFrameToFlowOnceRequest) GetFrame() *OpFrame
func (*PushFrameToFlowOnceRequest) GetId ¶
func (x *PushFrameToFlowOnceRequest) GetId() *wrapperspb.StringValue
func (*PushFrameToFlowOnceRequest) ProtoMessage ¶
func (*PushFrameToFlowOnceRequest) ProtoMessage()
func (*PushFrameToFlowOnceRequest) ProtoReflect ¶ added in v1.2.14
func (x *PushFrameToFlowOnceRequest) ProtoReflect() protoreflect.Message
func (*PushFrameToFlowOnceRequest) Reset ¶
func (x *PushFrameToFlowOnceRequest) Reset()
func (*PushFrameToFlowOnceRequest) String ¶
func (x *PushFrameToFlowOnceRequest) String() string
type PushFrameToFlowRequest ¶
type PushFrameToFlowRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Request: // *PushFrameToFlowRequest_Config_ // *PushFrameToFlowRequest_Frame Request isPushFrameToFlowRequest_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*PushFrameToFlowRequest) Descriptor
deprecated
func (*PushFrameToFlowRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushFrameToFlowRequest.ProtoReflect.Descriptor instead.
func (*PushFrameToFlowRequest) GetConfig ¶
func (x *PushFrameToFlowRequest) GetConfig() *PushFrameToFlowRequest_Config
func (*PushFrameToFlowRequest) GetFrame ¶
func (x *PushFrameToFlowRequest) GetFrame() *OpFrame
func (*PushFrameToFlowRequest) GetId ¶
func (x *PushFrameToFlowRequest) GetId() *wrapperspb.StringValue
func (*PushFrameToFlowRequest) GetRequest ¶
func (m *PushFrameToFlowRequest) GetRequest() isPushFrameToFlowRequest_Request
func (*PushFrameToFlowRequest) ProtoMessage ¶
func (*PushFrameToFlowRequest) ProtoMessage()
func (*PushFrameToFlowRequest) ProtoReflect ¶ added in v1.2.14
func (x *PushFrameToFlowRequest) ProtoReflect() protoreflect.Message
func (*PushFrameToFlowRequest) Reset ¶
func (x *PushFrameToFlowRequest) Reset()
func (*PushFrameToFlowRequest) String ¶
func (x *PushFrameToFlowRequest) String() string
type PushFrameToFlowRequest_Config ¶
type PushFrameToFlowRequest_Config struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` ConfigAck *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=config_ack,json=configAck,proto3" json:"config_ack,omitempty"` PushAck *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=push_ack,json=pushAck,proto3" json:"push_ack,omitempty"` // contains filtered or unexported fields }
func (*PushFrameToFlowRequest_Config) Descriptor
deprecated
func (*PushFrameToFlowRequest_Config) Descriptor() ([]byte, []int)
Deprecated: Use PushFrameToFlowRequest_Config.ProtoReflect.Descriptor instead.
func (*PushFrameToFlowRequest_Config) GetConfigAck ¶
func (x *PushFrameToFlowRequest_Config) GetConfigAck() *wrapperspb.BoolValue
func (*PushFrameToFlowRequest_Config) GetDevice ¶
func (x *PushFrameToFlowRequest_Config) GetDevice() *OpDevice
func (*PushFrameToFlowRequest_Config) GetPushAck ¶
func (x *PushFrameToFlowRequest_Config) GetPushAck() *wrapperspb.BoolValue
func (*PushFrameToFlowRequest_Config) ProtoMessage ¶
func (*PushFrameToFlowRequest_Config) ProtoMessage()
func (*PushFrameToFlowRequest_Config) ProtoReflect ¶ added in v1.2.14
func (x *PushFrameToFlowRequest_Config) ProtoReflect() protoreflect.Message
func (*PushFrameToFlowRequest_Config) Reset ¶
func (x *PushFrameToFlowRequest_Config) Reset()
func (*PushFrameToFlowRequest_Config) String ¶
func (x *PushFrameToFlowRequest_Config) String() string
type PushFrameToFlowRequest_Config_ ¶
type PushFrameToFlowRequest_Config_ struct {
Config *PushFrameToFlowRequest_Config `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}
type PushFrameToFlowRequest_Frame ¶
type PushFrameToFlowRequest_Frame struct {
Frame *OpFrame `protobuf:"bytes,3,opt,name=frame,proto3,oneof"`
}
type PushFrameToFlowResponse ¶
type PushFrameToFlowResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Response: // *PushFrameToFlowResponse_Ack_ Response isPushFrameToFlowResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PushFrameToFlowResponse) Descriptor
deprecated
func (*PushFrameToFlowResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushFrameToFlowResponse.ProtoReflect.Descriptor instead.
func (*PushFrameToFlowResponse) GetAck ¶
func (x *PushFrameToFlowResponse) GetAck() *PushFrameToFlowResponse_Ack
func (*PushFrameToFlowResponse) GetId ¶
func (x *PushFrameToFlowResponse) GetId() string
func (*PushFrameToFlowResponse) GetResponse ¶
func (m *PushFrameToFlowResponse) GetResponse() isPushFrameToFlowResponse_Response
func (*PushFrameToFlowResponse) ProtoMessage ¶
func (*PushFrameToFlowResponse) ProtoMessage()
func (*PushFrameToFlowResponse) ProtoReflect ¶ added in v1.2.14
func (x *PushFrameToFlowResponse) ProtoReflect() protoreflect.Message
func (*PushFrameToFlowResponse) Reset ¶
func (x *PushFrameToFlowResponse) Reset()
func (*PushFrameToFlowResponse) String ¶
func (x *PushFrameToFlowResponse) String() string
type PushFrameToFlowResponse_Ack ¶
type PushFrameToFlowResponse_Ack struct {
// contains filtered or unexported fields
}
func (*PushFrameToFlowResponse_Ack) Descriptor
deprecated
func (*PushFrameToFlowResponse_Ack) Descriptor() ([]byte, []int)
Deprecated: Use PushFrameToFlowResponse_Ack.ProtoReflect.Descriptor instead.
func (*PushFrameToFlowResponse_Ack) ProtoMessage ¶
func (*PushFrameToFlowResponse_Ack) ProtoMessage()
func (*PushFrameToFlowResponse_Ack) ProtoReflect ¶ added in v1.2.14
func (x *PushFrameToFlowResponse_Ack) ProtoReflect() protoreflect.Message
func (*PushFrameToFlowResponse_Ack) Reset ¶
func (x *PushFrameToFlowResponse_Ack) Reset()
func (*PushFrameToFlowResponse_Ack) String ¶
func (x *PushFrameToFlowResponse_Ack) String() string
type PushFrameToFlowResponse_Ack_ ¶
type PushFrameToFlowResponse_Ack_ struct {
Ack *PushFrameToFlowResponse_Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof"`
}
type PutObjectRequest ¶
type PutObjectRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` Content *wrapperspb.BytesValue `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*PutObjectRequest) Descriptor
deprecated
func (*PutObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectRequest.ProtoReflect.Descriptor instead.
func (*PutObjectRequest) GetContent ¶
func (x *PutObjectRequest) GetContent() *wrapperspb.BytesValue
func (*PutObjectRequest) GetObject ¶
func (x *PutObjectRequest) GetObject() *OpObject
func (*PutObjectRequest) ProtoMessage ¶
func (*PutObjectRequest) ProtoMessage()
func (*PutObjectRequest) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectRequest) ProtoReflect() protoreflect.Message
func (*PutObjectRequest) Reset ¶
func (x *PutObjectRequest) Reset()
func (*PutObjectRequest) String ¶
func (x *PutObjectRequest) String() string
type PutObjectStreamingRequest ¶
type PutObjectStreamingRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Request: // *PutObjectStreamingRequest_Metadata_ // *PutObjectStreamingRequest_Chunks // *PutObjectStreamingRequest_Ack_ Request isPutObjectStreamingRequest_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*PutObjectStreamingRequest) Descriptor
deprecated
func (*PutObjectStreamingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectStreamingRequest.ProtoReflect.Descriptor instead.
func (*PutObjectStreamingRequest) GetAck ¶
func (x *PutObjectStreamingRequest) GetAck() *PutObjectStreamingRequest_Ack
func (*PutObjectStreamingRequest) GetChunks ¶
func (x *PutObjectStreamingRequest) GetChunks() *OpObjectChunks
func (*PutObjectStreamingRequest) GetId ¶
func (x *PutObjectStreamingRequest) GetId() *wrapperspb.StringValue
func (*PutObjectStreamingRequest) GetMetadata ¶
func (x *PutObjectStreamingRequest) GetMetadata() *PutObjectStreamingRequest_Metadata
func (*PutObjectStreamingRequest) GetRequest ¶
func (m *PutObjectStreamingRequest) GetRequest() isPutObjectStreamingRequest_Request
func (*PutObjectStreamingRequest) ProtoMessage ¶
func (*PutObjectStreamingRequest) ProtoMessage()
func (*PutObjectStreamingRequest) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectStreamingRequest) ProtoReflect() protoreflect.Message
func (*PutObjectStreamingRequest) Reset ¶
func (x *PutObjectStreamingRequest) Reset()
func (*PutObjectStreamingRequest) String ¶
func (x *PutObjectStreamingRequest) String() string
type PutObjectStreamingRequest_Ack ¶
type PutObjectStreamingRequest_Ack struct {
// contains filtered or unexported fields
}
func (*PutObjectStreamingRequest_Ack) Descriptor
deprecated
func (*PutObjectStreamingRequest_Ack) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectStreamingRequest_Ack.ProtoReflect.Descriptor instead.
func (*PutObjectStreamingRequest_Ack) ProtoMessage ¶
func (*PutObjectStreamingRequest_Ack) ProtoMessage()
func (*PutObjectStreamingRequest_Ack) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectStreamingRequest_Ack) ProtoReflect() protoreflect.Message
func (*PutObjectStreamingRequest_Ack) Reset ¶
func (x *PutObjectStreamingRequest_Ack) Reset()
func (*PutObjectStreamingRequest_Ack) String ¶
func (x *PutObjectStreamingRequest_Ack) String() string
type PutObjectStreamingRequest_Ack_ ¶
type PutObjectStreamingRequest_Ack_ struct {
Ack *PutObjectStreamingRequest_Ack `protobuf:"bytes,4,opt,name=ack,proto3,oneof"`
}
type PutObjectStreamingRequest_Chunks ¶
type PutObjectStreamingRequest_Chunks struct {
Chunks *OpObjectChunks `protobuf:"bytes,3,opt,name=chunks,proto3,oneof"`
}
type PutObjectStreamingRequest_Metadata ¶
type PutObjectStreamingRequest_Metadata struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` Sha1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=sha1,proto3" json:"sha1,omitempty"` // contains filtered or unexported fields }
func (*PutObjectStreamingRequest_Metadata) Descriptor
deprecated
func (*PutObjectStreamingRequest_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectStreamingRequest_Metadata.ProtoReflect.Descriptor instead.
func (*PutObjectStreamingRequest_Metadata) GetObject ¶
func (x *PutObjectStreamingRequest_Metadata) GetObject() *OpObject
func (*PutObjectStreamingRequest_Metadata) GetSha1 ¶
func (x *PutObjectStreamingRequest_Metadata) GetSha1() *wrapperspb.StringValue
func (*PutObjectStreamingRequest_Metadata) ProtoMessage ¶
func (*PutObjectStreamingRequest_Metadata) ProtoMessage()
func (*PutObjectStreamingRequest_Metadata) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectStreamingRequest_Metadata) ProtoReflect() protoreflect.Message
func (*PutObjectStreamingRequest_Metadata) Reset ¶
func (x *PutObjectStreamingRequest_Metadata) Reset()
func (*PutObjectStreamingRequest_Metadata) String ¶
func (x *PutObjectStreamingRequest_Metadata) String() string
type PutObjectStreamingRequest_Metadata_ ¶
type PutObjectStreamingRequest_Metadata_ struct {
Metadata *PutObjectStreamingRequest_Metadata `protobuf:"bytes,2,opt,name=metadata,proto3,oneof"`
}
type PutObjectStreamingResponse ¶
type PutObjectStreamingResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Response: // *PutObjectStreamingResponse_Chunks // *PutObjectStreamingResponse_Ack_ Response isPutObjectStreamingResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PutObjectStreamingResponse) Descriptor
deprecated
func (*PutObjectStreamingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectStreamingResponse.ProtoReflect.Descriptor instead.
func (*PutObjectStreamingResponse) GetAck ¶
func (x *PutObjectStreamingResponse) GetAck() *PutObjectStreamingResponse_Ack
func (*PutObjectStreamingResponse) GetChunks ¶
func (x *PutObjectStreamingResponse) GetChunks() *ObjectChunks
func (*PutObjectStreamingResponse) GetId ¶
func (x *PutObjectStreamingResponse) GetId() string
func (*PutObjectStreamingResponse) GetResponse ¶
func (m *PutObjectStreamingResponse) GetResponse() isPutObjectStreamingResponse_Response
func (*PutObjectStreamingResponse) ProtoMessage ¶
func (*PutObjectStreamingResponse) ProtoMessage()
func (*PutObjectStreamingResponse) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectStreamingResponse) ProtoReflect() protoreflect.Message
func (*PutObjectStreamingResponse) Reset ¶
func (x *PutObjectStreamingResponse) Reset()
func (*PutObjectStreamingResponse) String ¶
func (x *PutObjectStreamingResponse) String() string
type PutObjectStreamingResponse_Ack ¶
type PutObjectStreamingResponse_Ack struct {
// contains filtered or unexported fields
}
func (*PutObjectStreamingResponse_Ack) Descriptor
deprecated
func (*PutObjectStreamingResponse_Ack) Descriptor() ([]byte, []int)
Deprecated: Use PutObjectStreamingResponse_Ack.ProtoReflect.Descriptor instead.
func (*PutObjectStreamingResponse_Ack) ProtoMessage ¶
func (*PutObjectStreamingResponse_Ack) ProtoMessage()
func (*PutObjectStreamingResponse_Ack) ProtoReflect ¶ added in v1.2.14
func (x *PutObjectStreamingResponse_Ack) ProtoReflect() protoreflect.Message
func (*PutObjectStreamingResponse_Ack) Reset ¶
func (x *PutObjectStreamingResponse_Ack) Reset()
func (*PutObjectStreamingResponse_Ack) String ¶
func (x *PutObjectStreamingResponse_Ack) String() string
type PutObjectStreamingResponse_Ack_ ¶
type PutObjectStreamingResponse_Ack_ struct {
Ack *PutObjectStreamingResponse_Ack `protobuf:"bytes,3,opt,name=ack,proto3,oneof"`
}
type PutObjectStreamingResponse_Chunks ¶
type PutObjectStreamingResponse_Chunks struct {
Chunks *ObjectChunks `protobuf:"bytes,2,opt,name=chunks,proto3,oneof"`
}
type QueryFramesFromFlowRequest ¶
type QueryFramesFromFlowRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` From *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` To *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*QueryFramesFromFlowRequest) Descriptor
deprecated
func (*QueryFramesFromFlowRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryFramesFromFlowRequest.ProtoReflect.Descriptor instead.
func (*QueryFramesFromFlowRequest) GetDevice ¶
func (x *QueryFramesFromFlowRequest) GetDevice() *OpDevice
func (*QueryFramesFromFlowRequest) GetFrom ¶
func (x *QueryFramesFromFlowRequest) GetFrom() *timestamppb.Timestamp
func (*QueryFramesFromFlowRequest) GetTo ¶
func (x *QueryFramesFromFlowRequest) GetTo() *timestamppb.Timestamp
func (*QueryFramesFromFlowRequest) ProtoMessage ¶
func (*QueryFramesFromFlowRequest) ProtoMessage()
func (*QueryFramesFromFlowRequest) ProtoReflect ¶ added in v1.2.14
func (x *QueryFramesFromFlowRequest) ProtoReflect() protoreflect.Message
func (*QueryFramesFromFlowRequest) Reset ¶
func (x *QueryFramesFromFlowRequest) Reset()
func (*QueryFramesFromFlowRequest) String ¶
func (x *QueryFramesFromFlowRequest) String() string
type QueryFramesFromFlowResponse ¶
type QueryFramesFromFlowResponse struct { Packs []*QueryFramesFromFlowResponse_Pack `protobuf:"bytes,1,rep,name=packs,proto3" json:"packs,omitempty"` // contains filtered or unexported fields }
func (*QueryFramesFromFlowResponse) Descriptor
deprecated
func (*QueryFramesFromFlowResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryFramesFromFlowResponse.ProtoReflect.Descriptor instead.
func (*QueryFramesFromFlowResponse) GetPacks ¶
func (x *QueryFramesFromFlowResponse) GetPacks() []*QueryFramesFromFlowResponse_Pack
func (*QueryFramesFromFlowResponse) ProtoMessage ¶
func (*QueryFramesFromFlowResponse) ProtoMessage()
func (*QueryFramesFromFlowResponse) ProtoReflect ¶ added in v1.2.14
func (x *QueryFramesFromFlowResponse) ProtoReflect() protoreflect.Message
func (*QueryFramesFromFlowResponse) Reset ¶
func (x *QueryFramesFromFlowResponse) Reset()
func (*QueryFramesFromFlowResponse) String ¶
func (x *QueryFramesFromFlowResponse) String() string
type QueryFramesFromFlowResponse_Pack ¶
type QueryFramesFromFlowResponse_Pack struct { Flow *Flow `protobuf:"bytes,1,opt,name=flow,proto3" json:"flow,omitempty"` Frames []*Frame `protobuf:"bytes,2,rep,name=frames,proto3" json:"frames,omitempty"` // contains filtered or unexported fields }
func (*QueryFramesFromFlowResponse_Pack) Descriptor
deprecated
func (*QueryFramesFromFlowResponse_Pack) Descriptor() ([]byte, []int)
Deprecated: Use QueryFramesFromFlowResponse_Pack.ProtoReflect.Descriptor instead.
func (*QueryFramesFromFlowResponse_Pack) GetFlow ¶
func (x *QueryFramesFromFlowResponse_Pack) GetFlow() *Flow
func (*QueryFramesFromFlowResponse_Pack) GetFrames ¶
func (x *QueryFramesFromFlowResponse_Pack) GetFrames() []*Frame
func (*QueryFramesFromFlowResponse_Pack) ProtoMessage ¶
func (*QueryFramesFromFlowResponse_Pack) ProtoMessage()
func (*QueryFramesFromFlowResponse_Pack) ProtoReflect ¶ added in v1.2.14
func (x *QueryFramesFromFlowResponse_Pack) ProtoReflect() protoreflect.Message
func (*QueryFramesFromFlowResponse_Pack) Reset ¶
func (x *QueryFramesFromFlowResponse_Pack) Reset()
func (*QueryFramesFromFlowResponse_Pack) String ¶
func (x *QueryFramesFromFlowResponse_Pack) String() string
type RemoveConfigsFromDeviceRequest ¶
type RemoveConfigsFromDeviceRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Configs []*OpConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"` // contains filtered or unexported fields }
func (*RemoveConfigsFromDeviceRequest) Descriptor
deprecated
func (*RemoveConfigsFromDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveConfigsFromDeviceRequest.ProtoReflect.Descriptor instead.
func (*RemoveConfigsFromDeviceRequest) GetConfigs ¶
func (x *RemoveConfigsFromDeviceRequest) GetConfigs() []*OpConfig
func (*RemoveConfigsFromDeviceRequest) GetDevice ¶
func (x *RemoveConfigsFromDeviceRequest) GetDevice() *OpDevice
func (*RemoveConfigsFromDeviceRequest) ProtoMessage ¶
func (*RemoveConfigsFromDeviceRequest) ProtoMessage()
func (*RemoveConfigsFromDeviceRequest) ProtoReflect ¶ added in v1.2.14
func (x *RemoveConfigsFromDeviceRequest) ProtoReflect() protoreflect.Message
func (*RemoveConfigsFromDeviceRequest) Reset ¶
func (x *RemoveConfigsFromDeviceRequest) Reset()
func (*RemoveConfigsFromDeviceRequest) String ¶
func (x *RemoveConfigsFromDeviceRequest) String() string
type RemoveDevicesFromFirmwareHubRequest ¶
type RemoveDevicesFromFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` Devices []*OpDevice `protobuf:"bytes,2,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*RemoveDevicesFromFirmwareHubRequest) Descriptor
deprecated
func (*RemoveDevicesFromFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDevicesFromFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*RemoveDevicesFromFirmwareHubRequest) GetDevices ¶
func (x *RemoveDevicesFromFirmwareHubRequest) GetDevices() []*OpDevice
func (*RemoveDevicesFromFirmwareHubRequest) GetFirmwareHub ¶
func (x *RemoveDevicesFromFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*RemoveDevicesFromFirmwareHubRequest) ProtoMessage ¶
func (*RemoveDevicesFromFirmwareHubRequest) ProtoMessage()
func (*RemoveDevicesFromFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *RemoveDevicesFromFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*RemoveDevicesFromFirmwareHubRequest) Reset ¶
func (x *RemoveDevicesFromFirmwareHubRequest) Reset()
func (*RemoveDevicesFromFirmwareHubRequest) String ¶
func (x *RemoveDevicesFromFirmwareHubRequest) String() string
type RemoveFirmwareDescriptorFromFirmwareHubRequest ¶
type RemoveFirmwareDescriptorFromFirmwareHubRequest struct { FirmwareHub *OpFirmwareHub `protobuf:"bytes,1,opt,name=firmware_hub,json=firmwareHub,proto3" json:"firmware_hub,omitempty"` FirmwareDescriptor *OpFirmwareDescriptor `protobuf:"bytes,2,opt,name=firmware_descriptor,json=firmwareDescriptor,proto3" json:"firmware_descriptor,omitempty"` // contains filtered or unexported fields }
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) Descriptor
deprecated
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFirmwareDescriptorFromFirmwareHubRequest.ProtoReflect.Descriptor instead.
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareDescriptor ¶
func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareHub ¶
func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) GetFirmwareHub() *OpFirmwareHub
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoMessage ¶
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoMessage()
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoReflect ¶ added in v1.2.14
func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) ProtoReflect() protoreflect.Message
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) Reset ¶
func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) Reset()
func (*RemoveFirmwareDescriptorFromFirmwareHubRequest) String ¶
func (x *RemoveFirmwareDescriptorFromFirmwareHubRequest) String() string
type RemoveFlowsFromFlowSetRequest ¶
type RemoveFlowsFromFlowSetRequest struct { FlowSet *OpFlowSet `protobuf:"bytes,1,opt,name=flow_set,json=flowSet,proto3" json:"flow_set,omitempty"` Devices []*OpDevice `protobuf:"bytes,2,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*RemoveFlowsFromFlowSetRequest) Descriptor
deprecated
func (*RemoveFlowsFromFlowSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFlowsFromFlowSetRequest.ProtoReflect.Descriptor instead.
func (*RemoveFlowsFromFlowSetRequest) GetDevices ¶
func (x *RemoveFlowsFromFlowSetRequest) GetDevices() []*OpDevice
func (*RemoveFlowsFromFlowSetRequest) GetFlowSet ¶
func (x *RemoveFlowsFromFlowSetRequest) GetFlowSet() *OpFlowSet
func (*RemoveFlowsFromFlowSetRequest) ProtoMessage ¶
func (*RemoveFlowsFromFlowSetRequest) ProtoMessage()
func (*RemoveFlowsFromFlowSetRequest) ProtoReflect ¶ added in v1.2.14
func (x *RemoveFlowsFromFlowSetRequest) ProtoReflect() protoreflect.Message
func (*RemoveFlowsFromFlowSetRequest) Reset ¶
func (x *RemoveFlowsFromFlowSetRequest) Reset()
func (*RemoveFlowsFromFlowSetRequest) String ¶
func (x *RemoveFlowsFromFlowSetRequest) String() string
type RemoveObjectRequest ¶
type RemoveObjectRequest struct { Object *OpObject `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*RemoveObjectRequest) Descriptor
deprecated
func (*RemoveObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveObjectRequest.ProtoReflect.Descriptor instead.
func (*RemoveObjectRequest) GetObject ¶
func (x *RemoveObjectRequest) GetObject() *OpObject
func (*RemoveObjectRequest) ProtoMessage ¶
func (*RemoveObjectRequest) ProtoMessage()
func (*RemoveObjectRequest) ProtoReflect ¶ added in v1.2.14
func (x *RemoveObjectRequest) ProtoReflect() protoreflect.Message
func (*RemoveObjectRequest) Reset ¶
func (x *RemoveObjectRequest) Reset()
func (*RemoveObjectRequest) String ¶
func (x *RemoveObjectRequest) String() string
type RenameObjectRequest ¶
type RenameObjectRequest struct { Source *OpObject `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Destination *OpObject `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // contains filtered or unexported fields }
func (*RenameObjectRequest) Descriptor
deprecated
func (*RenameObjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameObjectRequest.ProtoReflect.Descriptor instead.
func (*RenameObjectRequest) GetDestination ¶
func (x *RenameObjectRequest) GetDestination() *OpObject
func (*RenameObjectRequest) GetSource ¶
func (x *RenameObjectRequest) GetSource() *OpObject
func (*RenameObjectRequest) ProtoMessage ¶
func (*RenameObjectRequest) ProtoMessage()
func (*RenameObjectRequest) ProtoReflect ¶ added in v1.2.14
func (x *RenameObjectRequest) ProtoReflect() protoreflect.Message
func (*RenameObjectRequest) Reset ¶
func (x *RenameObjectRequest) Reset()
func (*RenameObjectRequest) String ¶
func (x *RenameObjectRequest) String() string
type SetDeviceFirmwareDescriptorRequest ¶
type SetDeviceFirmwareDescriptorRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` FirmwareDescriptor *OpFirmwareDescriptor `protobuf:"bytes,2,opt,name=firmware_descriptor,json=firmwareDescriptor,proto3" json:"firmware_descriptor,omitempty"` // contains filtered or unexported fields }
func (*SetDeviceFirmwareDescriptorRequest) Descriptor
deprecated
func (*SetDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetDeviceFirmwareDescriptorRequest.ProtoReflect.Descriptor instead.
func (*SetDeviceFirmwareDescriptorRequest) GetDevice ¶
func (x *SetDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
func (*SetDeviceFirmwareDescriptorRequest) GetFirmwareDescriptor ¶
func (x *SetDeviceFirmwareDescriptorRequest) GetFirmwareDescriptor() *OpFirmwareDescriptor
func (*SetDeviceFirmwareDescriptorRequest) ProtoMessage ¶
func (*SetDeviceFirmwareDescriptorRequest) ProtoMessage()
func (*SetDeviceFirmwareDescriptorRequest) ProtoReflect ¶ added in v1.2.14
func (x *SetDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
func (*SetDeviceFirmwareDescriptorRequest) Reset ¶
func (x *SetDeviceFirmwareDescriptorRequest) Reset()
func (*SetDeviceFirmwareDescriptorRequest) String ¶
func (x *SetDeviceFirmwareDescriptorRequest) String() string
type ShowDeviceFirmwareDescriptorResponse ¶
type ShowDeviceFirmwareDescriptorResponse struct { FirmwareDescriptor *FirmwareDescriptor `protobuf:"bytes,1,opt,name=firmware_descriptor,json=firmwareDescriptor,proto3" json:"firmware_descriptor,omitempty"` // contains filtered or unexported fields }
func (*ShowDeviceFirmwareDescriptorResponse) Descriptor
deprecated
func (*ShowDeviceFirmwareDescriptorResponse) Descriptor() ([]byte, []int)
Deprecated: Use ShowDeviceFirmwareDescriptorResponse.ProtoReflect.Descriptor instead.
func (*ShowDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor ¶
func (x *ShowDeviceFirmwareDescriptorResponse) GetFirmwareDescriptor() *FirmwareDescriptor
func (*ShowDeviceFirmwareDescriptorResponse) ProtoMessage ¶
func (*ShowDeviceFirmwareDescriptorResponse) ProtoMessage()
func (*ShowDeviceFirmwareDescriptorResponse) ProtoReflect ¶ added in v1.2.14
func (x *ShowDeviceFirmwareDescriptorResponse) ProtoReflect() protoreflect.Message
func (*ShowDeviceFirmwareDescriptorResponse) Reset ¶
func (x *ShowDeviceFirmwareDescriptorResponse) Reset()
func (*ShowDeviceFirmwareDescriptorResponse) String ¶
func (x *ShowDeviceFirmwareDescriptorResponse) String() string
type ShowDeviceResponse ¶
type ShowDeviceResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*ShowDeviceResponse) Descriptor
deprecated
func (*ShowDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ShowDeviceResponse.ProtoReflect.Descriptor instead.
func (*ShowDeviceResponse) GetDevice ¶
func (x *ShowDeviceResponse) GetDevice() *Device
func (*ShowDeviceResponse) ProtoMessage ¶
func (*ShowDeviceResponse) ProtoMessage()
func (*ShowDeviceResponse) ProtoReflect ¶ added in v1.2.14
func (x *ShowDeviceResponse) ProtoReflect() protoreflect.Message
func (*ShowDeviceResponse) Reset ¶
func (x *ShowDeviceResponse) Reset()
func (*ShowDeviceResponse) String ¶
func (x *ShowDeviceResponse) String() string
type StreamCallConfig ¶
type StreamCallConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Component string `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*StreamCallConfig) Descriptor
deprecated
func (*StreamCallConfig) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallConfig.ProtoReflect.Descriptor instead.
func (*StreamCallConfig) GetComponent ¶
func (x *StreamCallConfig) GetComponent() string
func (*StreamCallConfig) GetMethod ¶
func (x *StreamCallConfig) GetMethod() string
func (*StreamCallConfig) GetName ¶
func (x *StreamCallConfig) GetName() string
func (*StreamCallConfig) ProtoMessage ¶
func (*StreamCallConfig) ProtoMessage()
func (*StreamCallConfig) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallConfig) ProtoReflect() protoreflect.Message
func (*StreamCallConfig) Reset ¶
func (x *StreamCallConfig) Reset()
func (*StreamCallConfig) String ¶
func (x *StreamCallConfig) String() string
type StreamCallConfigAck ¶
type StreamCallConfigAck struct {
// contains filtered or unexported fields
}
func (*StreamCallConfigAck) Descriptor
deprecated
func (*StreamCallConfigAck) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallConfigAck.ProtoReflect.Descriptor instead.
func (*StreamCallConfigAck) ProtoMessage ¶
func (*StreamCallConfigAck) ProtoMessage()
func (*StreamCallConfigAck) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallConfigAck) ProtoReflect() protoreflect.Message
func (*StreamCallConfigAck) Reset ¶
func (x *StreamCallConfigAck) Reset()
func (*StreamCallConfigAck) String ¶
func (x *StreamCallConfigAck) String() string
type StreamCallExit ¶
type StreamCallExit struct {
// contains filtered or unexported fields
}
func (*StreamCallExit) Descriptor
deprecated
func (*StreamCallExit) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallExit.ProtoReflect.Descriptor instead.
func (*StreamCallExit) ProtoMessage ¶
func (*StreamCallExit) ProtoMessage()
func (*StreamCallExit) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallExit) ProtoReflect() protoreflect.Message
func (*StreamCallExit) Reset ¶
func (x *StreamCallExit) Reset()
func (*StreamCallExit) String ¶
func (x *StreamCallExit) String() string
type StreamCallRequest ¶
type StreamCallRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Value *OpStreamCallValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StreamCallRequest) Descriptor
deprecated
func (*StreamCallRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallRequest.ProtoReflect.Descriptor instead.
func (*StreamCallRequest) GetDevice ¶
func (x *StreamCallRequest) GetDevice() *OpDevice
func (*StreamCallRequest) GetValue ¶
func (x *StreamCallRequest) GetValue() *OpStreamCallValue
func (*StreamCallRequest) ProtoMessage ¶
func (*StreamCallRequest) ProtoMessage()
func (*StreamCallRequest) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallRequest) ProtoReflect() protoreflect.Message
func (*StreamCallRequest) Reset ¶
func (x *StreamCallRequest) Reset()
func (*StreamCallRequest) String ¶
func (x *StreamCallRequest) String() string
type StreamCallResponse ¶
type StreamCallResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Value *StreamCallValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StreamCallResponse) Descriptor
deprecated
func (*StreamCallResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallResponse.ProtoReflect.Descriptor instead.
func (*StreamCallResponse) GetDevice ¶
func (x *StreamCallResponse) GetDevice() *Device
func (*StreamCallResponse) GetValue ¶
func (x *StreamCallResponse) GetValue() *StreamCallValue
func (*StreamCallResponse) ProtoMessage ¶
func (*StreamCallResponse) ProtoMessage()
func (*StreamCallResponse) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallResponse) ProtoReflect() protoreflect.Message
func (*StreamCallResponse) Reset ¶
func (x *StreamCallResponse) Reset()
func (*StreamCallResponse) String ¶
func (x *StreamCallResponse) String() string
type StreamCallValue ¶
type StreamCallValue struct { // Types that are assignable to Union: // *StreamCallValue_Value // *StreamCallValue_Config // *StreamCallValue_ConfigAck // *StreamCallValue_Exit Union isStreamCallValue_Union `protobuf_oneof:"union"` // contains filtered or unexported fields }
func (*StreamCallValue) Descriptor
deprecated
func (*StreamCallValue) Descriptor() ([]byte, []int)
Deprecated: Use StreamCallValue.ProtoReflect.Descriptor instead.
func (*StreamCallValue) GetConfig ¶
func (x *StreamCallValue) GetConfig() *StreamCallConfig
func (*StreamCallValue) GetConfigAck ¶
func (x *StreamCallValue) GetConfigAck() *StreamCallConfigAck
func (*StreamCallValue) GetExit ¶
func (x *StreamCallValue) GetExit() *StreamCallExit
func (*StreamCallValue) GetUnion ¶
func (m *StreamCallValue) GetUnion() isStreamCallValue_Union
func (*StreamCallValue) GetValue ¶
func (x *StreamCallValue) GetValue() *anypb.Any
func (*StreamCallValue) ProtoMessage ¶
func (*StreamCallValue) ProtoMessage()
func (*StreamCallValue) ProtoReflect ¶ added in v1.2.14
func (x *StreamCallValue) ProtoReflect() protoreflect.Message
func (*StreamCallValue) Reset ¶
func (x *StreamCallValue) Reset()
func (*StreamCallValue) String ¶
func (x *StreamCallValue) String() string
type StreamCallValue_Config ¶
type StreamCallValue_Config struct {
Config *StreamCallConfig `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}
type StreamCallValue_ConfigAck ¶
type StreamCallValue_ConfigAck struct {
ConfigAck *StreamCallConfigAck `protobuf:"bytes,3,opt,name=config_ack,json=configAck,proto3,oneof"`
}
type StreamCallValue_Exit ¶
type StreamCallValue_Exit struct {
Exit *StreamCallExit `protobuf:"bytes,4,opt,name=exit,proto3,oneof"`
}
type StreamCallValue_Value ¶
type SyncDeviceFirmwareDescriptorRequest ¶
type SyncDeviceFirmwareDescriptorRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*SyncDeviceFirmwareDescriptorRequest) Descriptor
deprecated
func (*SyncDeviceFirmwareDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncDeviceFirmwareDescriptorRequest.ProtoReflect.Descriptor instead.
func (*SyncDeviceFirmwareDescriptorRequest) GetDevice ¶
func (x *SyncDeviceFirmwareDescriptorRequest) GetDevice() *OpDevice
func (*SyncDeviceFirmwareDescriptorRequest) ProtoMessage ¶
func (*SyncDeviceFirmwareDescriptorRequest) ProtoMessage()
func (*SyncDeviceFirmwareDescriptorRequest) ProtoReflect ¶ added in v1.2.14
func (x *SyncDeviceFirmwareDescriptorRequest) ProtoReflect() protoreflect.Message
func (*SyncDeviceFirmwareDescriptorRequest) Reset ¶
func (x *SyncDeviceFirmwareDescriptorRequest) Reset()
func (*SyncDeviceFirmwareDescriptorRequest) String ¶
func (x *SyncDeviceFirmwareDescriptorRequest) String() string
type UnaryCallRequest ¶
type UnaryCallRequest struct { Device *OpDevice `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Value *OpUnaryCallValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UnaryCallRequest) Descriptor
deprecated
func (*UnaryCallRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnaryCallRequest.ProtoReflect.Descriptor instead.
func (*UnaryCallRequest) GetDevice ¶
func (x *UnaryCallRequest) GetDevice() *OpDevice
func (*UnaryCallRequest) GetValue ¶
func (x *UnaryCallRequest) GetValue() *OpUnaryCallValue
func (*UnaryCallRequest) ProtoMessage ¶
func (*UnaryCallRequest) ProtoMessage()
func (*UnaryCallRequest) ProtoReflect ¶ added in v1.2.14
func (x *UnaryCallRequest) ProtoReflect() protoreflect.Message
func (*UnaryCallRequest) Reset ¶
func (x *UnaryCallRequest) Reset()
func (*UnaryCallRequest) String ¶
func (x *UnaryCallRequest) String() string
type UnaryCallResponse ¶
type UnaryCallResponse struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` Value *UnaryCallValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UnaryCallResponse) Descriptor
deprecated
func (*UnaryCallResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnaryCallResponse.ProtoReflect.Descriptor instead.
func (*UnaryCallResponse) GetDevice ¶
func (x *UnaryCallResponse) GetDevice() *Device
func (*UnaryCallResponse) GetValue ¶
func (x *UnaryCallResponse) GetValue() *UnaryCallValue
func (*UnaryCallResponse) ProtoMessage ¶
func (*UnaryCallResponse) ProtoMessage()
func (*UnaryCallResponse) ProtoReflect ¶ added in v1.2.14
func (x *UnaryCallResponse) ProtoReflect() protoreflect.Message
func (*UnaryCallResponse) Reset ¶
func (x *UnaryCallResponse) Reset()
func (*UnaryCallResponse) String ¶
func (x *UnaryCallResponse) String() string
type UnaryCallValue ¶
type UnaryCallValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Component string `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` Value *anypb.Any `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UnaryCallValue) Descriptor
deprecated
func (*UnaryCallValue) Descriptor() ([]byte, []int)
Deprecated: Use UnaryCallValue.ProtoReflect.Descriptor instead.
func (*UnaryCallValue) GetComponent ¶
func (x *UnaryCallValue) GetComponent() string
func (*UnaryCallValue) GetMethod ¶
func (x *UnaryCallValue) GetMethod() string
func (*UnaryCallValue) GetName ¶
func (x *UnaryCallValue) GetName() string
func (*UnaryCallValue) GetValue ¶
func (x *UnaryCallValue) GetValue() *anypb.Any
func (*UnaryCallValue) ProtoMessage ¶
func (*UnaryCallValue) ProtoMessage()
func (*UnaryCallValue) ProtoReflect ¶ added in v1.2.14
func (x *UnaryCallValue) ProtoReflect() protoreflect.Message
func (*UnaryCallValue) Reset ¶
func (x *UnaryCallValue) Reset()
func (*UnaryCallValue) String ¶
func (x *UnaryCallValue) String() string
type UnimplementedDevicedServiceServer ¶ added in v1.2.14
type UnimplementedDevicedServiceServer struct { }
UnimplementedDevicedServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDevicedServiceServer) AddConfigsToDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) AddConfigsToDevice(context.Context, *AddConfigsToDeviceRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) AddDevicesToFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) AddDevicesToFirmwareHub(context.Context, *AddDevicesToFirmwareHubRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) AddFirmwareDescriptorToFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) AddFirmwareDescriptorToFirmwareHub(context.Context, *AddFirmwareDescriptorToFirmwareHubRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) AddFlowsToFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) AddFlowsToFlowSet(context.Context, *AddFlowsToFlowSetRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) Connect ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) Connect(DevicedService_ConnectServer) error
func (*UnimplementedDevicedServiceServer) CreateConfig ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) CreateConfig(context.Context, *CreateConfigRequest) (*CreateConfigResponse, error)
func (*UnimplementedDevicedServiceServer) CreateDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) CreateDevice(context.Context, *CreateDeviceRequest) (*CreateDeviceResponse, error)
func (*UnimplementedDevicedServiceServer) CreateFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) CreateFirmwareHub(context.Context, *CreateFirmwareHubRequest) (*CreateFirmwareHubResponse, error)
func (*UnimplementedDevicedServiceServer) CreateFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) CreateFlowSet(context.Context, *CreateFlowSetRequest) (*CreateFlowSetResponse, error)
func (*UnimplementedDevicedServiceServer) DeleteConfig ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) DeleteConfig(context.Context, *DeleteConfigRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) DeleteDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) DeleteDevice(context.Context, *DeleteDeviceRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) DeleteFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) DeleteFirmwareHub(context.Context, *DeleteFirmwareHubRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) DeleteFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) DeleteFlowSet(context.Context, *DeleteFlowSetRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) GetConfig ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error)
func (*UnimplementedDevicedServiceServer) GetDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetDescriptor(context.Context, *GetDescriptorRequest) (*GetDescriptorResponse, error)
func (*UnimplementedDevicedServiceServer) GetDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetDevice(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
func (*UnimplementedDevicedServiceServer) GetDeviceByModule ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetDeviceByModule(context.Context, *GetDeviceByModuleRequest) (*GetDeviceByModuleResponse, error)
func (*UnimplementedDevicedServiceServer) GetDeviceFirmwareDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetDeviceFirmwareDescriptor(context.Context, *GetDeviceFirmwareDescriptorRequest) (*GetDeviceFirmwareDescriptorResponse, error)
func (*UnimplementedDevicedServiceServer) GetFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetFirmwareHub(context.Context, *GetFirmwareHubRequest) (*GetFirmwareHubResponse, error)
func (*UnimplementedDevicedServiceServer) GetFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetFlowSet(context.Context, *GetFlowSetRequest) (*GetFlowSetResponse, error)
func (*UnimplementedDevicedServiceServer) GetObject ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetObject(context.Context, *GetObjectRequest) (*GetObjectResponse, error)
func (*UnimplementedDevicedServiceServer) GetObjectContent ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetObjectContent(context.Context, *GetObjectContentRequest) (*GetObjectContentResponse, error)
func (*UnimplementedDevicedServiceServer) GetObjectStreamingContent ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) GetObjectStreamingContent(*GetObjectStreamingContentRequest, DevicedService_GetObjectStreamingContentServer) error
func (*UnimplementedDevicedServiceServer) Heartbeat ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) Heartbeat(context.Context, *HeartbeatRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) ListConfigs ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListConfigs(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error)
func (*UnimplementedDevicedServiceServer) ListConfigsByDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListConfigsByDevice(context.Context, *ListConfigsByDeviceRequest) (*ListConfigsByDeviceResponse, error)
func (*UnimplementedDevicedServiceServer) ListDevices ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListDevices(context.Context, *ListDevicesRequest) (*ListDevicesResponse, error)
func (*UnimplementedDevicedServiceServer) ListFirmwareHubs ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListFirmwareHubs(context.Context, *ListFirmwareHubsRequest) (*ListFirmwareHubsResponse, error)
func (*UnimplementedDevicedServiceServer) ListFlowSets ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListFlowSets(context.Context, *ListFlowSetsRequest) (*ListFlowSetsResponse, error)
func (*UnimplementedDevicedServiceServer) ListObjects ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ListObjects(context.Context, *ListObjectsRequest) (*ListObjectsResponse, error)
func (*UnimplementedDevicedServiceServer) PatchConfig ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PatchConfig(context.Context, *PatchConfigRequest) (*PatchConfigResponse, error)
func (*UnimplementedDevicedServiceServer) PatchDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PatchDevice(context.Context, *PatchDeviceRequest) (*PatchDeviceResponse, error)
func (*UnimplementedDevicedServiceServer) PatchFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PatchFirmwareHub(context.Context, *PatchFirmwareHubRequest) (*PatchFirmwareHubResponse, error)
func (*UnimplementedDevicedServiceServer) PatchFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PatchFlowSet(context.Context, *PatchFlowSetRequest) (*PatchFlowSetResponse, error)
func (*UnimplementedDevicedServiceServer) PullFrameFromFlow ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PullFrameFromFlow(*PullFrameFromFlowRequest, DevicedService_PullFrameFromFlowServer) error
func (*UnimplementedDevicedServiceServer) PullFrameFromFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PullFrameFromFlowSet(*PullFrameFromFlowSetRequest, DevicedService_PullFrameFromFlowSetServer) error
func (*UnimplementedDevicedServiceServer) PushFrameToFlow ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PushFrameToFlow(DevicedService_PushFrameToFlowServer) error
func (*UnimplementedDevicedServiceServer) PushFrameToFlowOnce ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PushFrameToFlowOnce(context.Context, *PushFrameToFlowOnceRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) PutObject ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PutObject(context.Context, *PutObjectRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) PutObjectStreaming ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) PutObjectStreaming(DevicedService_PutObjectStreamingServer) error
func (*UnimplementedDevicedServiceServer) QueryFramesFromFlow ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) QueryFramesFromFlow(context.Context, *QueryFramesFromFlowRequest) (*QueryFramesFromFlowResponse, error)
func (*UnimplementedDevicedServiceServer) RemoveConfigsFromDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RemoveConfigsFromDevice(context.Context, *RemoveConfigsFromDeviceRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) RemoveDevicesFromFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RemoveDevicesFromFirmwareHub(context.Context, *RemoveDevicesFromFirmwareHubRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) RemoveFirmwareDescriptorFromFirmwareHub ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RemoveFirmwareDescriptorFromFirmwareHub(context.Context, *RemoveFirmwareDescriptorFromFirmwareHubRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) RemoveFlowsFromFlowSet ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RemoveFlowsFromFlowSet(context.Context, *RemoveFlowsFromFlowSetRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) RemoveObject ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RemoveObject(context.Context, *RemoveObjectRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) RenameObject ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) RenameObject(context.Context, *RenameObjectRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) SetDeviceFirmwareDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) SetDeviceFirmwareDescriptor(context.Context, *SetDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) ShowDevice ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ShowDevice(context.Context, *emptypb.Empty) (*ShowDeviceResponse, error)
func (*UnimplementedDevicedServiceServer) ShowDeviceFirmwareDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) ShowDeviceFirmwareDescriptor(context.Context, *emptypb.Empty) (*ShowDeviceFirmwareDescriptorResponse, error)
func (*UnimplementedDevicedServiceServer) StreamCall ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) StreamCall(DevicedService_StreamCallServer) error
func (*UnimplementedDevicedServiceServer) SyncDeviceFirmwareDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) SyncDeviceFirmwareDescriptor(context.Context, *SyncDeviceFirmwareDescriptorRequest) (*emptypb.Empty, error)
func (*UnimplementedDevicedServiceServer) UnaryCall ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) UnaryCall(context.Context, *UnaryCallRequest) (*UnaryCallResponse, error)
func (*UnimplementedDevicedServiceServer) UploadDescriptor ¶ added in v1.2.14
func (*UnimplementedDevicedServiceServer) UploadDescriptor(context.Context, *UploadDescriptorRequest) (*UploadDescriptorResponse, error)
type UploadDescriptorRequest ¶
type UploadDescriptorRequest struct { Descriptor_ *OpDescriptor `protobuf:"bytes,1,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*UploadDescriptorRequest) Descriptor
deprecated
func (*UploadDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadDescriptorRequest.ProtoReflect.Descriptor instead.
func (*UploadDescriptorRequest) GetDescriptor_ ¶
func (x *UploadDescriptorRequest) GetDescriptor_() *OpDescriptor
func (*UploadDescriptorRequest) ProtoMessage ¶
func (*UploadDescriptorRequest) ProtoMessage()
func (*UploadDescriptorRequest) ProtoReflect ¶ added in v1.2.14
func (x *UploadDescriptorRequest) ProtoReflect() protoreflect.Message
func (*UploadDescriptorRequest) Reset ¶
func (x *UploadDescriptorRequest) Reset()
func (*UploadDescriptorRequest) String ¶
func (x *UploadDescriptorRequest) String() string
type UploadDescriptorResponse ¶
type UploadDescriptorResponse struct { Descriptor_ *Descriptor `protobuf:"bytes,1,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*UploadDescriptorResponse) Descriptor
deprecated
func (*UploadDescriptorResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadDescriptorResponse.ProtoReflect.Descriptor instead.
func (*UploadDescriptorResponse) GetDescriptor_ ¶
func (x *UploadDescriptorResponse) GetDescriptor_() *Descriptor
func (*UploadDescriptorResponse) ProtoMessage ¶
func (*UploadDescriptorResponse) ProtoMessage()
func (*UploadDescriptorResponse) ProtoReflect ¶ added in v1.2.14
func (x *UploadDescriptorResponse) ProtoReflect() protoreflect.Message
func (*UploadDescriptorResponse) Reset ¶
func (x *UploadDescriptorResponse) Reset()
func (*UploadDescriptorResponse) String ¶
func (x *UploadDescriptorResponse) String() string
Source Files ¶
- add_configs_to_device.pb.go
- add_devices_to_firmware_hub.pb.go
- add_firmware_descriptor_to_firmware_hub.pb.go
- add_flows_to_flow_set.pb.go
- connect.pb.go
- create_config.pb.go
- create_device.pb.go
- create_firmware_hub.pb.go
- create_flow_set.pb.go
- delete_config.pb.go
- delete_device.pb.go
- delete_firmware_hub.pb.go
- delete_flow_set.pb.go
- get_config.pb.go
- get_descriptor.pb.go
- get_device.pb.go
- get_device_by_module.pb.go
- get_device_firmware_descriptor.pb.go
- get_firmware_hub.pb.go
- get_flow_set.pb.go
- get_object.pb.go
- get_object_content.pb.go
- get_object_streaming_content.pb.go
- heartbeat.pb.go
- list_configs.pb.go
- list_configs_by_device.pb.go
- list_devices.pb.go
- list_firmware_hubs.pb.go
- list_flow_sets.pb.go
- list_objects.pb.go
- model.pb.go
- patch_config.pb.go
- patch_device.pb.go
- patch_firmware_hub.pb.go
- patch_flow_set.pb.go
- pull_frame_from_flow.pb.go
- pull_frame_from_flow_set.pb.go
- push_frame_to_flow.pb.go
- push_frame_to_flow_once.pb.go
- put_object.pb.go
- put_object_streaming.pb.go
- query_frames_from_flow.pb.go
- remove_configs_from_device.pb.go
- remove_devices_from_firmware_hub.pb.go
- remove_firmware_descriptor_from_firmware_hub.pb.go
- remove_flows_from_flow_set.pb.go
- remove_object.pb.go
- rename_object.pb.go
- service.pb.go
- set_device_firmware_descriptor.pb.go
- show_device.pb.go
- show_device_firmware_descriptor.pb.go
- stream_call.pb.go
- sync_device_firmware_descriptor.pb.go
- unary_call.pb.go
- upload_descriptor.pb.go