Documentation ¶
Index ¶
- Variables
- func RegisterActionsServer(s grpc.ServiceRegistrar, srv ActionsServer)
- func RegisterEventingServer(s grpc.ServiceRegistrar, srv EventingServer)
- func RegisterFlowServer(s grpc.ServiceRegistrar, srv FlowServer)
- func RegisterInternalServer(s grpc.ServiceRegistrar, srv InternalServer)
- type ActionLogRequest
- func (*ActionLogRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ActionLogRequest) GetInstanceId() string
- func (x *ActionLogRequest) GetMsg() []string
- func (*ActionLogRequest) ProtoMessage()
- func (x *ActionLogRequest) ProtoReflect() protoreflect.Message
- func (x *ActionLogRequest) Reset()
- func (x *ActionLogRequest) String() string
- type ActionsClient
- type ActionsServer
- type Actions_NamespaceRegistriesStreamClient
- type Actions_NamespaceRegistriesStreamServer
- type BroadcastCloudeventRequest
- func (*BroadcastCloudeventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BroadcastCloudeventRequest) GetCloudevent() []byte
- func (x *BroadcastCloudeventRequest) GetNamespace() string
- func (x *BroadcastCloudeventRequest) GetTimer() int64
- func (*BroadcastCloudeventRequest) ProtoMessage()
- func (x *BroadcastCloudeventRequest) ProtoReflect() protoreflect.Message
- func (x *BroadcastCloudeventRequest) Reset()
- func (x *BroadcastCloudeventRequest) String() string
- type CancelInstanceRequest
- func (*CancelInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelInstanceRequest) GetInstance() string
- func (x *CancelInstanceRequest) GetNamespace() string
- func (*CancelInstanceRequest) ProtoMessage()
- func (x *CancelInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *CancelInstanceRequest) Reset()
- func (x *CancelInstanceRequest) String() string
- type CloudEvent
- type CreateDirectoryRequest
- func (*CreateDirectoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDirectoryRequest) GetIdempotent() bool
- func (x *CreateDirectoryRequest) GetNamespace() string
- func (x *CreateDirectoryRequest) GetParents() bool
- func (x *CreateDirectoryRequest) GetPath() string
- func (*CreateDirectoryRequest) ProtoMessage()
- func (x *CreateDirectoryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDirectoryRequest) Reset()
- func (x *CreateDirectoryRequest) String() string
- type CreateDirectoryResponse
- func (*CreateDirectoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDirectoryResponse) GetNamespace() string
- func (x *CreateDirectoryResponse) GetNode() *Node
- func (*CreateDirectoryResponse) ProtoMessage()
- func (x *CreateDirectoryResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDirectoryResponse) Reset()
- func (x *CreateDirectoryResponse) String() string
- type CreateNamespaceRequest
- func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceRequest) GetIdempotent() bool
- func (x *CreateNamespaceRequest) GetName() string
- func (*CreateNamespaceRequest) ProtoMessage()
- func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceRequest) Reset()
- func (x *CreateNamespaceRequest) String() string
- type CreateNamespaceResponse
- func (*CreateNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceResponse) GetNamespace() *Namespace
- func (*CreateNamespaceResponse) ProtoMessage()
- func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceResponse) Reset()
- func (x *CreateNamespaceResponse) String() string
- type CreateNodeAttributesRequest
- func (*CreateNodeAttributesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNodeAttributesRequest) GetAttributes() []string
- func (x *CreateNodeAttributesRequest) GetNamespace() string
- func (x *CreateNodeAttributesRequest) GetPath() string
- func (*CreateNodeAttributesRequest) ProtoMessage()
- func (x *CreateNodeAttributesRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNodeAttributesRequest) Reset()
- func (x *CreateNodeAttributesRequest) String() string
- type CreateWorkflowRequest
- func (*CreateWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkflowRequest) GetNamespace() string
- func (x *CreateWorkflowRequest) GetPath() string
- func (x *CreateWorkflowRequest) GetSource() []byte
- func (*CreateWorkflowRequest) ProtoMessage()
- func (x *CreateWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkflowRequest) Reset()
- func (x *CreateWorkflowRequest) String() string
- type CreateWorkflowResponse
- func (*CreateWorkflowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkflowResponse) GetNamespace() string
- func (x *CreateWorkflowResponse) GetNode() *Node
- func (x *CreateWorkflowResponse) GetRevision() *Revision
- func (*CreateWorkflowResponse) ProtoMessage()
- func (x *CreateWorkflowResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWorkflowResponse) Reset()
- func (x *CreateWorkflowResponse) String() string
- type DeleteInstanceVariableRequest
- func (*DeleteInstanceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteInstanceVariableRequest) GetInstance() string
- func (x *DeleteInstanceVariableRequest) GetKey() string
- func (x *DeleteInstanceVariableRequest) GetNamespace() string
- func (*DeleteInstanceVariableRequest) ProtoMessage()
- func (x *DeleteInstanceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceVariableRequest) Reset()
- func (x *DeleteInstanceVariableRequest) String() string
- type DeleteNamespaceRegistryRequest
- func (*DeleteNamespaceRegistryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceRegistryRequest) GetNamespace() string
- func (x *DeleteNamespaceRegistryRequest) GetRegistry() string
- func (*DeleteNamespaceRegistryRequest) ProtoMessage()
- func (x *DeleteNamespaceRegistryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceRegistryRequest) Reset()
- func (x *DeleteNamespaceRegistryRequest) String() string
- type DeleteNamespaceRequest
- func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceRequest) GetIdempotent() bool
- func (x *DeleteNamespaceRequest) GetName() string
- func (x *DeleteNamespaceRequest) GetRecursive() bool
- func (*DeleteNamespaceRequest) ProtoMessage()
- func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceRequest) Reset()
- func (x *DeleteNamespaceRequest) String() string
- type DeleteNamespaceVariableRequest
- func (*DeleteNamespaceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceVariableRequest) GetKey() string
- func (x *DeleteNamespaceVariableRequest) GetNamespace() string
- func (*DeleteNamespaceVariableRequest) ProtoMessage()
- func (x *DeleteNamespaceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceVariableRequest) Reset()
- func (x *DeleteNamespaceVariableRequest) String() string
- type DeleteNodeAttributesRequest
- func (*DeleteNodeAttributesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNodeAttributesRequest) GetAttributes() []string
- func (x *DeleteNodeAttributesRequest) GetNamespace() string
- func (x *DeleteNodeAttributesRequest) GetPath() string
- func (*DeleteNodeAttributesRequest) ProtoMessage()
- func (x *DeleteNodeAttributesRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNodeAttributesRequest) Reset()
- func (x *DeleteNodeAttributesRequest) String() string
- type DeleteNodeRequest
- func (*DeleteNodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNodeRequest) GetIdempotent() bool
- func (x *DeleteNodeRequest) GetNamespace() string
- func (x *DeleteNodeRequest) GetPath() string
- func (x *DeleteNodeRequest) GetRecursive() bool
- func (*DeleteNodeRequest) ProtoMessage()
- func (x *DeleteNodeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNodeRequest) Reset()
- func (x *DeleteNodeRequest) String() string
- type DeleteRevisionRequest
- func (*DeleteRevisionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRevisionRequest) GetNamespace() string
- func (x *DeleteRevisionRequest) GetPath() string
- func (x *DeleteRevisionRequest) GetRevision() string
- func (*DeleteRevisionRequest) ProtoMessage()
- func (x *DeleteRevisionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRevisionRequest) Reset()
- func (x *DeleteRevisionRequest) String() string
- type DeleteSecretRequest
- func (*DeleteSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretRequest) GetKey() string
- func (x *DeleteSecretRequest) GetNamespace() string
- func (*DeleteSecretRequest) ProtoMessage()
- func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretRequest) Reset()
- func (x *DeleteSecretRequest) String() string
- type DeleteWorkflowVariableRequest
- func (*DeleteWorkflowVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWorkflowVariableRequest) GetKey() string
- func (x *DeleteWorkflowVariableRequest) GetNamespace() string
- func (x *DeleteWorkflowVariableRequest) GetPath() string
- func (*DeleteWorkflowVariableRequest) ProtoMessage()
- func (x *DeleteWorkflowVariableRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWorkflowVariableRequest) Reset()
- func (x *DeleteWorkflowVariableRequest) String() string
- type DirectoryChildren
- func (*DirectoryChildren) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryChildren) GetEdges() []*DirectoryResponseEdge
- func (x *DirectoryChildren) GetPageInfo() *PageInfo
- func (x *DirectoryChildren) GetTotalCount() int32
- func (*DirectoryChildren) ProtoMessage()
- func (x *DirectoryChildren) ProtoReflect() protoreflect.Message
- func (x *DirectoryChildren) Reset()
- func (x *DirectoryChildren) String() string
- type DirectoryRequest
- func (*DirectoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryRequest) GetNamespace() string
- func (x *DirectoryRequest) GetPagination() *Pagination
- func (x *DirectoryRequest) GetPath() string
- func (*DirectoryRequest) ProtoMessage()
- func (x *DirectoryRequest) ProtoReflect() protoreflect.Message
- func (x *DirectoryRequest) Reset()
- func (x *DirectoryRequest) String() string
- type DirectoryResponse
- func (*DirectoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryResponse) GetChildren() *DirectoryChildren
- func (x *DirectoryResponse) GetNamespace() string
- func (x *DirectoryResponse) GetNode() *Node
- func (*DirectoryResponse) ProtoMessage()
- func (x *DirectoryResponse) ProtoReflect() protoreflect.Message
- func (x *DirectoryResponse) Reset()
- func (x *DirectoryResponse) String() string
- type DirectoryResponseEdge
- func (*DirectoryResponseEdge) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryResponseEdge) GetCursor() string
- func (x *DirectoryResponseEdge) GetNode() *Node
- func (*DirectoryResponseEdge) ProtoMessage()
- func (x *DirectoryResponseEdge) ProtoReflect() protoreflect.Message
- func (x *DirectoryResponseEdge) Reset()
- func (x *DirectoryResponseEdge) String() string
- type DiscardHeadRequest
- func (*DiscardHeadRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiscardHeadRequest) GetNamespace() string
- func (x *DiscardHeadRequest) GetPath() string
- func (*DiscardHeadRequest) ProtoMessage()
- func (x *DiscardHeadRequest) ProtoReflect() protoreflect.Message
- func (x *DiscardHeadRequest) Reset()
- func (x *DiscardHeadRequest) String() string
- type DiscardHeadResponse
- func (*DiscardHeadResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DiscardHeadResponse) GetNamespace() string
- func (x *DiscardHeadResponse) GetNode() *Node
- func (x *DiscardHeadResponse) GetRevision() *Revision
- func (*DiscardHeadResponse) ProtoMessage()
- func (x *DiscardHeadResponse) ProtoReflect() protoreflect.Message
- func (x *DiscardHeadResponse) Reset()
- func (x *DiscardHeadResponse) String() string
- type EditRouterRequest
- func (*EditRouterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditRouterRequest) GetLive() bool
- func (x *EditRouterRequest) GetNamespace() string
- func (x *EditRouterRequest) GetPath() string
- func (x *EditRouterRequest) GetRoute() []*Route
- func (*EditRouterRequest) ProtoMessage()
- func (x *EditRouterRequest) ProtoReflect() protoreflect.Message
- func (x *EditRouterRequest) Reset()
- func (x *EditRouterRequest) String() string
- type EditRouterResponse
- func (*EditRouterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EditRouterResponse) GetLive() bool
- func (x *EditRouterResponse) GetNamespace() string
- func (x *EditRouterResponse) GetNode() *Node
- func (x *EditRouterResponse) GetRoutes() []*Route
- func (*EditRouterResponse) ProtoMessage()
- func (x *EditRouterResponse) ProtoReflect() protoreflect.Message
- func (x *EditRouterResponse) Reset()
- func (x *EditRouterResponse) String() string
- type EventingClient
- type EventingRequest
- type EventingServer
- type Eventing_RequestEventsClient
- type Eventing_RequestEventsServer
- type FlowClient
- type FlowServer
- type Flow_DirectoryStreamClient
- type Flow_DirectoryStreamServer
- type Flow_InstanceLogsParcelsClient
- type Flow_InstanceLogsParcelsServer
- type Flow_InstanceStreamClient
- type Flow_InstanceStreamServer
- type Flow_InstanceVariableParcelsClient
- type Flow_InstanceVariableParcelsServer
- type Flow_InstanceVariablesStreamClient
- type Flow_InstanceVariablesStreamServer
- type Flow_InstancesStreamClient
- type Flow_InstancesStreamServer
- type Flow_NamespaceLogsParcelsClient
- type Flow_NamespaceLogsParcelsServer
- type Flow_NamespaceVariableParcelsClient
- type Flow_NamespaceVariableParcelsServer
- type Flow_NamespaceVariablesStreamClient
- type Flow_NamespaceVariablesStreamServer
- type Flow_NamespacesStreamClient
- type Flow_NamespacesStreamServer
- type Flow_RefsStreamClient
- type Flow_RefsStreamServer
- type Flow_RevisionsStreamClient
- type Flow_RevisionsStreamServer
- type Flow_RouterStreamClient
- type Flow_RouterStreamServer
- type Flow_RunWorkflowClient
- type Flow_RunWorkflowServer
- type Flow_SecretsStreamClient
- type Flow_SecretsStreamServer
- type Flow_ServerLogsParcelsClient
- type Flow_ServerLogsParcelsServer
- type Flow_SetInstanceVariableParcelsClient
- type Flow_SetInstanceVariableParcelsServer
- type Flow_SetNamespaceVariableParcelsClient
- type Flow_SetNamespaceVariableParcelsServer
- type Flow_SetWorkflowVariableParcelsClient
- type Flow_SetWorkflowVariableParcelsServer
- type Flow_TagsStreamClient
- type Flow_TagsStreamServer
- type Flow_WorkflowLogsParcelsClient
- type Flow_WorkflowLogsParcelsServer
- type Flow_WorkflowStreamClient
- type Flow_WorkflowStreamServer
- type Flow_WorkflowVariableParcelsClient
- type Flow_WorkflowVariableParcelsServer
- type Flow_WorkflowVariablesStreamClient
- type Flow_WorkflowVariablesStreamServer
- type GetNamespaceConfigRequest
- func (*GetNamespaceConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceConfigRequest) GetName() string
- func (*GetNamespaceConfigRequest) ProtoMessage()
- func (x *GetNamespaceConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceConfigRequest) Reset()
- func (x *GetNamespaceConfigRequest) String() string
- type GetNamespaceConfigResponse
- func (*GetNamespaceConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceConfigResponse) GetConfig() string
- func (x *GetNamespaceConfigResponse) GetName() string
- func (*GetNamespaceConfigResponse) ProtoMessage()
- func (x *GetNamespaceConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceConfigResponse) Reset()
- func (x *GetNamespaceConfigResponse) String() string
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetAs() string
- func (x *Instance) GetCreatedAt() *timestamppb.Timestamp
- func (x *Instance) GetErrorCode() string
- func (x *Instance) GetErrorMessage() string
- func (x *Instance) GetId() string
- func (x *Instance) GetStatus() string
- func (x *Instance) GetUpdatedAt() *timestamppb.Timestamp
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type InstanceInputRequest
- func (*InstanceInputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceInputRequest) GetInstance() string
- func (x *InstanceInputRequest) GetNamespace() string
- func (*InstanceInputRequest) ProtoMessage()
- func (x *InstanceInputRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceInputRequest) Reset()
- func (x *InstanceInputRequest) String() string
- type InstanceInputResponse
- func (*InstanceInputResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceInputResponse) GetData() []byte
- func (x *InstanceInputResponse) GetInstance() *Instance
- func (x *InstanceInputResponse) GetNamespace() string
- func (*InstanceInputResponse) ProtoMessage()
- func (x *InstanceInputResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceInputResponse) Reset()
- func (x *InstanceInputResponse) String() string
- type InstanceLogsRequest
- func (*InstanceLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceLogsRequest) GetInstance() string
- func (x *InstanceLogsRequest) GetNamespace() string
- func (x *InstanceLogsRequest) GetPagination() *Pagination
- func (*InstanceLogsRequest) ProtoMessage()
- func (x *InstanceLogsRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceLogsRequest) Reset()
- func (x *InstanceLogsRequest) String() string
- type InstanceLogsResponse
- func (*InstanceLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceLogsResponse) GetEdges() []*LogsEdge
- func (x *InstanceLogsResponse) GetInstance() string
- func (x *InstanceLogsResponse) GetNamespace() string
- func (x *InstanceLogsResponse) GetPageInfo() *PageInfo
- func (x *InstanceLogsResponse) GetTotalCount() int32
- func (*InstanceLogsResponse) ProtoMessage()
- func (x *InstanceLogsResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceLogsResponse) Reset()
- func (x *InstanceLogsResponse) String() string
- type InstanceOutputRequest
- func (*InstanceOutputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceOutputRequest) GetInstance() string
- func (x *InstanceOutputRequest) GetNamespace() string
- func (*InstanceOutputRequest) ProtoMessage()
- func (x *InstanceOutputRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceOutputRequest) Reset()
- func (x *InstanceOutputRequest) String() string
- type InstanceOutputResponse
- func (*InstanceOutputResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceOutputResponse) GetData() []byte
- func (x *InstanceOutputResponse) GetInstance() *Instance
- func (x *InstanceOutputResponse) GetNamespace() string
- func (*InstanceOutputResponse) ProtoMessage()
- func (x *InstanceOutputResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceOutputResponse) Reset()
- func (x *InstanceOutputResponse) String() string
- type InstanceRequest
- func (*InstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceRequest) GetInstance() string
- func (x *InstanceRequest) GetNamespace() string
- func (*InstanceRequest) ProtoMessage()
- func (x *InstanceRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceRequest) Reset()
- func (x *InstanceRequest) String() string
- type InstanceResponse
- func (*InstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceResponse) GetFlow() []string
- func (x *InstanceResponse) GetInstance() *Instance
- func (x *InstanceResponse) GetInvokedBy() string
- func (x *InstanceResponse) GetNamespace() string
- func (x *InstanceResponse) GetWorkflow() *InstanceWorkflow
- func (*InstanceResponse) ProtoMessage()
- func (x *InstanceResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceResponse) Reset()
- func (x *InstanceResponse) String() string
- type InstanceVariableRequest
- func (*InstanceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceVariableRequest) GetInstance() string
- func (x *InstanceVariableRequest) GetKey() string
- func (x *InstanceVariableRequest) GetNamespace() string
- func (*InstanceVariableRequest) ProtoMessage()
- func (x *InstanceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceVariableRequest) Reset()
- func (x *InstanceVariableRequest) String() string
- type InstanceVariableResponse
- func (*InstanceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceVariableResponse) GetChecksum() string
- func (x *InstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *InstanceVariableResponse) GetData() []byte
- func (x *InstanceVariableResponse) GetInstance() string
- func (x *InstanceVariableResponse) GetKey() string
- func (x *InstanceVariableResponse) GetNamespace() string
- func (x *InstanceVariableResponse) GetTotalSize() int64
- func (x *InstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*InstanceVariableResponse) ProtoMessage()
- func (x *InstanceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceVariableResponse) Reset()
- func (x *InstanceVariableResponse) String() string
- type InstanceVariablesRequest
- func (*InstanceVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceVariablesRequest) GetInstance() string
- func (x *InstanceVariablesRequest) GetNamespace() string
- func (x *InstanceVariablesRequest) GetPagination() *Pagination
- func (*InstanceVariablesRequest) ProtoMessage()
- func (x *InstanceVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *InstanceVariablesRequest) Reset()
- func (x *InstanceVariablesRequest) String() string
- type InstanceVariablesResponse
- func (*InstanceVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceVariablesResponse) GetInstance() string
- func (x *InstanceVariablesResponse) GetNamespace() string
- func (x *InstanceVariablesResponse) GetVariables() *Variables
- func (*InstanceVariablesResponse) ProtoMessage()
- func (x *InstanceVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *InstanceVariablesResponse) Reset()
- func (x *InstanceVariablesResponse) String() string
- type InstanceWorkflow
- func (*InstanceWorkflow) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceWorkflow) GetName() string
- func (x *InstanceWorkflow) GetParent() string
- func (x *InstanceWorkflow) GetPath() string
- func (x *InstanceWorkflow) GetRevision() string
- func (*InstanceWorkflow) ProtoMessage()
- func (x *InstanceWorkflow) ProtoReflect() protoreflect.Message
- func (x *InstanceWorkflow) Reset()
- func (x *InstanceWorkflow) String() string
- type Instances
- func (*Instances) Descriptor() ([]byte, []int)deprecated
- func (x *Instances) GetEdges() []*InstancesEdge
- func (x *Instances) GetPageInfo() *PageInfo
- func (x *Instances) GetTotalCount() int32
- func (*Instances) ProtoMessage()
- func (x *Instances) ProtoReflect() protoreflect.Message
- func (x *Instances) Reset()
- func (x *Instances) String() string
- type InstancesEdge
- func (*InstancesEdge) Descriptor() ([]byte, []int)deprecated
- func (x *InstancesEdge) GetCursor() string
- func (x *InstancesEdge) GetNode() *Instance
- func (*InstancesEdge) ProtoMessage()
- func (x *InstancesEdge) ProtoReflect() protoreflect.Message
- func (x *InstancesEdge) Reset()
- func (x *InstancesEdge) String() string
- type InstancesRequest
- func (*InstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstancesRequest) GetNamespace() string
- func (x *InstancesRequest) GetPagination() *Pagination
- func (*InstancesRequest) ProtoMessage()
- func (x *InstancesRequest) ProtoReflect() protoreflect.Message
- func (x *InstancesRequest) Reset()
- func (x *InstancesRequest) String() string
- type InstancesResponse
- func (*InstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstancesResponse) GetInstances() *Instances
- func (x *InstancesResponse) GetNamespace() string
- func (*InstancesResponse) ProtoMessage()
- func (x *InstancesResponse) ProtoReflect() protoreflect.Message
- func (x *InstancesResponse) Reset()
- func (x *InstancesResponse) String() string
- type InternalClient
- type InternalServer
- type Internal_InstanceVariableParcelsClient
- type Internal_InstanceVariableParcelsServer
- type Internal_NamespaceVariableParcelsClient
- type Internal_NamespaceVariableParcelsServer
- type Internal_SetInstanceVariableParcelsClient
- type Internal_SetInstanceVariableParcelsServer
- type Internal_SetNamespaceVariableParcelsClient
- type Internal_SetNamespaceVariableParcelsServer
- type Internal_SetWorkflowVariableParcelsClient
- type Internal_SetWorkflowVariableParcelsServer
- type Internal_WorkflowVariableParcelsClient
- type Internal_WorkflowVariableParcelsServer
- type JQRequest
- type JQResponse
- func (*JQResponse) Descriptor() ([]byte, []int)deprecated
- func (x *JQResponse) GetData() []byte
- func (x *JQResponse) GetQuery() string
- func (x *JQResponse) GetResults() []string
- func (*JQResponse) ProtoMessage()
- func (x *JQResponse) ProtoReflect() protoreflect.Message
- func (x *JQResponse) Reset()
- func (x *JQResponse) String() string
- type Log
- type LogsEdge
- type MeanOutcomes
- func (*MeanOutcomes) Descriptor() ([]byte, []int)deprecated
- func (x *MeanOutcomes) GetFailure() float32
- func (x *MeanOutcomes) GetSuccess() float32
- func (x *MeanOutcomes) GetTransitions() map[string]float32
- func (*MeanOutcomes) ProtoMessage()
- func (x *MeanOutcomes) ProtoReflect() protoreflect.Message
- func (x *MeanOutcomes) Reset()
- func (x *MeanOutcomes) String() string
- type Namespace
- func (*Namespace) Descriptor() ([]byte, []int)deprecated
- func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp
- func (x *Namespace) GetName() string
- func (x *Namespace) GetOid() string
- func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp
- func (*Namespace) ProtoMessage()
- func (x *Namespace) ProtoReflect() protoreflect.Message
- func (x *Namespace) Reset()
- func (x *Namespace) String() string
- type NamespaceLogsRequest
- func (*NamespaceLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceLogsRequest) GetNamespace() string
- func (x *NamespaceLogsRequest) GetPagination() *Pagination
- func (*NamespaceLogsRequest) ProtoMessage()
- func (x *NamespaceLogsRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceLogsRequest) Reset()
- func (x *NamespaceLogsRequest) String() string
- type NamespaceLogsResponse
- func (*NamespaceLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceLogsResponse) GetEdges() []*LogsEdge
- func (x *NamespaceLogsResponse) GetNamespace() string
- func (x *NamespaceLogsResponse) GetPageInfo() *PageInfo
- func (x *NamespaceLogsResponse) GetTotalCount() int32
- func (*NamespaceLogsResponse) ProtoMessage()
- func (x *NamespaceLogsResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceLogsResponse) Reset()
- func (x *NamespaceLogsResponse) String() string
- type NamespaceRegistriesRequest
- func (*NamespaceRegistriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceRegistriesRequest) GetNamespace() string
- func (x *NamespaceRegistriesRequest) GetPagination() *Pagination
- func (*NamespaceRegistriesRequest) ProtoMessage()
- func (x *NamespaceRegistriesRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceRegistriesRequest) Reset()
- func (x *NamespaceRegistriesRequest) String() string
- type NamespaceRegistriesResponse
- func (*NamespaceRegistriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceRegistriesResponse) GetNamespace() string
- func (x *NamespaceRegistriesResponse) GetRegistries() *Registries
- func (*NamespaceRegistriesResponse) ProtoMessage()
- func (x *NamespaceRegistriesResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceRegistriesResponse) Reset()
- func (x *NamespaceRegistriesResponse) String() string
- type NamespaceRequest
- type NamespaceResponse
- func (*NamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceResponse) GetNamespace() *Namespace
- func (*NamespaceResponse) ProtoMessage()
- func (x *NamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceResponse) Reset()
- func (x *NamespaceResponse) String() string
- type NamespaceVariableRequest
- func (*NamespaceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceVariableRequest) GetKey() string
- func (x *NamespaceVariableRequest) GetNamespace() string
- func (*NamespaceVariableRequest) ProtoMessage()
- func (x *NamespaceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceVariableRequest) Reset()
- func (x *NamespaceVariableRequest) String() string
- type NamespaceVariableResponse
- func (*NamespaceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceVariableResponse) GetChecksum() string
- func (x *NamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *NamespaceVariableResponse) GetData() []byte
- func (x *NamespaceVariableResponse) GetKey() string
- func (x *NamespaceVariableResponse) GetNamespace() string
- func (x *NamespaceVariableResponse) GetTotalSize() int64
- func (x *NamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*NamespaceVariableResponse) ProtoMessage()
- func (x *NamespaceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceVariableResponse) Reset()
- func (x *NamespaceVariableResponse) String() string
- type NamespaceVariablesRequest
- func (*NamespaceVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceVariablesRequest) GetNamespace() string
- func (x *NamespaceVariablesRequest) GetPagination() *Pagination
- func (*NamespaceVariablesRequest) ProtoMessage()
- func (x *NamespaceVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceVariablesRequest) Reset()
- func (x *NamespaceVariablesRequest) String() string
- type NamespaceVariablesResponse
- func (*NamespaceVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceVariablesResponse) GetNamespace() string
- func (x *NamespaceVariablesResponse) GetVariables() *Variables
- func (*NamespaceVariablesResponse) ProtoMessage()
- func (x *NamespaceVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceVariablesResponse) Reset()
- func (x *NamespaceVariablesResponse) String() string
- type NamespacesRequest
- func (*NamespacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespacesRequest) GetPagination() *Pagination
- func (*NamespacesRequest) ProtoMessage()
- func (x *NamespacesRequest) ProtoReflect() protoreflect.Message
- func (x *NamespacesRequest) Reset()
- func (x *NamespacesRequest) String() string
- type NamespacesResponse
- func (*NamespacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespacesResponse) GetEdges() []*NamespacesResponseEdge
- func (x *NamespacesResponse) GetPageInfo() *PageInfo
- func (x *NamespacesResponse) GetTotalCount() int32
- func (*NamespacesResponse) ProtoMessage()
- func (x *NamespacesResponse) ProtoReflect() protoreflect.Message
- func (x *NamespacesResponse) Reset()
- func (x *NamespacesResponse) String() string
- type NamespacesResponseEdge
- func (*NamespacesResponseEdge) Descriptor() ([]byte, []int)deprecated
- func (x *NamespacesResponseEdge) GetCursor() string
- func (x *NamespacesResponseEdge) GetNode() *Namespace
- func (*NamespacesResponseEdge) ProtoMessage()
- func (x *NamespacesResponseEdge) ProtoReflect() protoreflect.Message
- func (x *NamespacesResponseEdge) Reset()
- func (x *NamespacesResponseEdge) String() string
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetAttributes() []string
- func (x *Node) GetCreatedAt() *timestamppb.Timestamp
- func (x *Node) GetName() string
- func (x *Node) GetOid() string
- func (x *Node) GetParent() string
- func (x *Node) GetPath() string
- func (x *Node) GetType() string
- func (x *Node) GetUpdatedAt() *timestamppb.Timestamp
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type NodeRequest
- func (*NodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NodeRequest) GetNamespace() string
- func (x *NodeRequest) GetPath() string
- func (*NodeRequest) ProtoMessage()
- func (x *NodeRequest) ProtoReflect() protoreflect.Message
- func (x *NodeRequest) Reset()
- func (x *NodeRequest) String() string
- type NodeResponse
- func (*NodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NodeResponse) GetNamespace() string
- func (x *NodeResponse) GetNode() *Node
- func (*NodeResponse) ProtoMessage()
- func (x *NodeResponse) ProtoReflect() protoreflect.Message
- func (x *NodeResponse) Reset()
- func (x *NodeResponse) String() string
- type Outcomes
- func (*Outcomes) Descriptor() ([]byte, []int)deprecated
- func (x *Outcomes) GetFailure() int32
- func (x *Outcomes) GetSuccess() int32
- func (x *Outcomes) GetTransitions() map[string]int32
- func (*Outcomes) ProtoMessage()
- func (x *Outcomes) ProtoReflect() protoreflect.Message
- func (x *Outcomes) Reset()
- func (x *Outcomes) String() string
- type PageFilter
- func (*PageFilter) Descriptor() ([]byte, []int)deprecated
- func (x *PageFilter) GetField() string
- func (x *PageFilter) GetType() string
- func (x *PageFilter) GetVal() string
- func (*PageFilter) ProtoMessage()
- func (x *PageFilter) ProtoReflect() protoreflect.Message
- func (x *PageFilter) Reset()
- func (x *PageFilter) String() string
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetEndCursor() string
- func (x *PageInfo) GetHasNextPage() bool
- func (x *PageInfo) GetHasPreviousPage() bool
- func (x *PageInfo) GetStartCursor() string
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
- type PageOrder
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetAfter() string
- func (x *Pagination) GetBefore() string
- func (x *Pagination) GetFilter() *PageFilter
- func (x *Pagination) GetFirst() int32
- func (x *Pagination) GetLast() int32
- func (x *Pagination) GetOrder() *PageOrder
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- type Ref
- type RefsEdge
- type RefsRequest
- func (*RefsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefsRequest) GetNamespace() string
- func (x *RefsRequest) GetPagination() *Pagination
- func (x *RefsRequest) GetPath() string
- func (*RefsRequest) ProtoMessage()
- func (x *RefsRequest) ProtoReflect() protoreflect.Message
- func (x *RefsRequest) Reset()
- func (x *RefsRequest) String() string
- type RefsResponse
- func (*RefsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RefsResponse) GetEdges() []*RefsEdge
- func (x *RefsResponse) GetNamespace() string
- func (x *RefsResponse) GetNode() *Node
- func (x *RefsResponse) GetPageInfo() *PageInfo
- func (x *RefsResponse) GetTotalCount() int32
- func (*RefsResponse) ProtoMessage()
- func (x *RefsResponse) ProtoReflect() protoreflect.Message
- func (x *RefsResponse) Reset()
- func (x *RefsResponse) String() string
- type Registries
- func (*Registries) Descriptor() ([]byte, []int)deprecated
- func (x *Registries) GetEdges() []*RegistryEdge
- func (x *Registries) GetPageInfo() *PageInfo
- func (x *Registries) GetTotalCount() int32
- func (*Registries) ProtoMessage()
- func (x *Registries) ProtoReflect() protoreflect.Message
- func (x *Registries) Reset()
- func (x *Registries) String() string
- type Registry
- type RegistryEdge
- func (*RegistryEdge) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryEdge) GetCursor() string
- func (x *RegistryEdge) GetNode() *Registry
- func (*RegistryEdge) ProtoMessage()
- func (x *RegistryEdge) ProtoReflect() protoreflect.Message
- func (x *RegistryEdge) Reset()
- func (x *RegistryEdge) String() string
- type RenameInstanceVariableRequest
- func (*RenameInstanceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameInstanceVariableRequest) GetInstance() string
- func (x *RenameInstanceVariableRequest) GetNamespace() string
- func (x *RenameInstanceVariableRequest) GetNew() string
- func (x *RenameInstanceVariableRequest) GetOld() string
- func (*RenameInstanceVariableRequest) ProtoMessage()
- func (x *RenameInstanceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *RenameInstanceVariableRequest) Reset()
- func (x *RenameInstanceVariableRequest) String() string
- type RenameInstanceVariableResponse
- func (*RenameInstanceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameInstanceVariableResponse) GetChecksum() string
- func (x *RenameInstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *RenameInstanceVariableResponse) GetInstance() string
- func (x *RenameInstanceVariableResponse) GetKey() string
- func (x *RenameInstanceVariableResponse) GetNamespace() string
- func (x *RenameInstanceVariableResponse) GetTotalSize() int64
- func (x *RenameInstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*RenameInstanceVariableResponse) ProtoMessage()
- func (x *RenameInstanceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *RenameInstanceVariableResponse) Reset()
- func (x *RenameInstanceVariableResponse) String() string
- type RenameNamespaceRequest
- func (*RenameNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespaceRequest) GetNew() string
- func (x *RenameNamespaceRequest) GetOld() string
- func (*RenameNamespaceRequest) ProtoMessage()
- func (x *RenameNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *RenameNamespaceRequest) Reset()
- func (x *RenameNamespaceRequest) String() string
- type RenameNamespaceResponse
- func (*RenameNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespaceResponse) GetNamespace() *Namespace
- func (*RenameNamespaceResponse) ProtoMessage()
- func (x *RenameNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *RenameNamespaceResponse) Reset()
- func (x *RenameNamespaceResponse) String() string
- type RenameNamespaceVariableRequest
- func (*RenameNamespaceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespaceVariableRequest) GetNamespace() string
- func (x *RenameNamespaceVariableRequest) GetNew() string
- func (x *RenameNamespaceVariableRequest) GetOld() string
- func (*RenameNamespaceVariableRequest) ProtoMessage()
- func (x *RenameNamespaceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *RenameNamespaceVariableRequest) Reset()
- func (x *RenameNamespaceVariableRequest) String() string
- type RenameNamespaceVariableResponse
- func (*RenameNamespaceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNamespaceVariableResponse) GetChecksum() string
- func (x *RenameNamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *RenameNamespaceVariableResponse) GetKey() string
- func (x *RenameNamespaceVariableResponse) GetNamespace() string
- func (x *RenameNamespaceVariableResponse) GetTotalSize() int64
- func (x *RenameNamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*RenameNamespaceVariableResponse) ProtoMessage()
- func (x *RenameNamespaceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *RenameNamespaceVariableResponse) Reset()
- func (x *RenameNamespaceVariableResponse) String() string
- type RenameNodeRequest
- func (*RenameNodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNodeRequest) GetNamespace() string
- func (x *RenameNodeRequest) GetNew() string
- func (x *RenameNodeRequest) GetOld() string
- func (*RenameNodeRequest) ProtoMessage()
- func (x *RenameNodeRequest) ProtoReflect() protoreflect.Message
- func (x *RenameNodeRequest) Reset()
- func (x *RenameNodeRequest) String() string
- type RenameNodeResponse
- func (*RenameNodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameNodeResponse) GetNamespace() string
- func (x *RenameNodeResponse) GetNode() *Node
- func (*RenameNodeResponse) ProtoMessage()
- func (x *RenameNodeResponse) ProtoReflect() protoreflect.Message
- func (x *RenameNodeResponse) Reset()
- func (x *RenameNodeResponse) String() string
- type RenameWorkflowVariableRequest
- func (*RenameWorkflowVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameWorkflowVariableRequest) GetNamespace() string
- func (x *RenameWorkflowVariableRequest) GetNew() string
- func (x *RenameWorkflowVariableRequest) GetOld() string
- func (x *RenameWorkflowVariableRequest) GetPath() string
- func (*RenameWorkflowVariableRequest) ProtoMessage()
- func (x *RenameWorkflowVariableRequest) ProtoReflect() protoreflect.Message
- func (x *RenameWorkflowVariableRequest) Reset()
- func (x *RenameWorkflowVariableRequest) String() string
- type RenameWorkflowVariableResponse
- func (*RenameWorkflowVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameWorkflowVariableResponse) GetChecksum() string
- func (x *RenameWorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *RenameWorkflowVariableResponse) GetKey() string
- func (x *RenameWorkflowVariableResponse) GetNamespace() string
- func (x *RenameWorkflowVariableResponse) GetPath() string
- func (x *RenameWorkflowVariableResponse) GetTotalSize() int64
- func (x *RenameWorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*RenameWorkflowVariableResponse) ProtoMessage()
- func (x *RenameWorkflowVariableResponse) ProtoReflect() protoreflect.Message
- func (x *RenameWorkflowVariableResponse) Reset()
- func (x *RenameWorkflowVariableResponse) String() string
- type ReportActionResultsRequest
- func (*ReportActionResultsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReportActionResultsRequest) GetActionId() string
- func (x *ReportActionResultsRequest) GetErrorCode() string
- func (x *ReportActionResultsRequest) GetErrorMessage() string
- func (x *ReportActionResultsRequest) GetInstanceId() string
- func (x *ReportActionResultsRequest) GetOutput() []byte
- func (x *ReportActionResultsRequest) GetStep() int32
- func (*ReportActionResultsRequest) ProtoMessage()
- func (x *ReportActionResultsRequest) ProtoReflect() protoreflect.Message
- func (x *ReportActionResultsRequest) Reset()
- func (x *ReportActionResultsRequest) String() string
- type ResolveNamespaceUIDRequest
- func (*ResolveNamespaceUIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResolveNamespaceUIDRequest) GetId() string
- func (*ResolveNamespaceUIDRequest) ProtoMessage()
- func (x *ResolveNamespaceUIDRequest) ProtoReflect() protoreflect.Message
- func (x *ResolveNamespaceUIDRequest) Reset()
- func (x *ResolveNamespaceUIDRequest) String() string
- type ResolveWorkflowUIDRequest
- func (*ResolveWorkflowUIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResolveWorkflowUIDRequest) GetId() string
- func (*ResolveWorkflowUIDRequest) ProtoMessage()
- func (x *ResolveWorkflowUIDRequest) ProtoReflect() protoreflect.Message
- func (x *ResolveWorkflowUIDRequest) Reset()
- func (x *ResolveWorkflowUIDRequest) String() string
- type RetagRequest
- func (*RetagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RetagRequest) GetNamespace() string
- func (x *RetagRequest) GetPath() string
- func (x *RetagRequest) GetRef() string
- func (x *RetagRequest) GetTag() string
- func (*RetagRequest) ProtoMessage()
- func (x *RetagRequest) ProtoReflect() protoreflect.Message
- func (x *RetagRequest) Reset()
- func (x *RetagRequest) String() string
- type Revision
- func (*Revision) Descriptor() ([]byte, []int)deprecated
- func (x *Revision) GetCreatedAt() *timestamppb.Timestamp
- func (x *Revision) GetHash() string
- func (x *Revision) GetSource() []byte
- func (*Revision) ProtoMessage()
- func (x *Revision) ProtoReflect() protoreflect.Message
- func (x *Revision) Reset()
- func (x *Revision) String() string
- type RevisionsRequest
- func (*RevisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevisionsRequest) GetNamespace() string
- func (x *RevisionsRequest) GetPagination() *Pagination
- func (x *RevisionsRequest) GetPath() string
- func (*RevisionsRequest) ProtoMessage()
- func (x *RevisionsRequest) ProtoReflect() protoreflect.Message
- func (x *RevisionsRequest) Reset()
- func (x *RevisionsRequest) String() string
- type RevisionsResponse
- func (*RevisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevisionsResponse) GetEdges() []*RefsEdge
- func (x *RevisionsResponse) GetNamespace() string
- func (x *RevisionsResponse) GetNode() *Node
- func (x *RevisionsResponse) GetPageInfo() *PageInfo
- func (x *RevisionsResponse) GetTotalCount() int32
- func (*RevisionsResponse) ProtoMessage()
- func (x *RevisionsResponse) ProtoReflect() protoreflect.Message
- func (x *RevisionsResponse) Reset()
- func (x *RevisionsResponse) String() string
- type Route
- type RouterRequest
- func (*RouterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RouterRequest) GetNamespace() string
- func (x *RouterRequest) GetPath() string
- func (*RouterRequest) ProtoMessage()
- func (x *RouterRequest) ProtoReflect() protoreflect.Message
- func (x *RouterRequest) Reset()
- func (x *RouterRequest) String() string
- type RouterResponse
- func (*RouterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RouterResponse) GetLive() bool
- func (x *RouterResponse) GetNamespace() string
- func (x *RouterResponse) GetNode() *Node
- func (x *RouterResponse) GetRoutes() []*Route
- func (*RouterResponse) ProtoMessage()
- func (x *RouterResponse) ProtoReflect() protoreflect.Message
- func (x *RouterResponse) Reset()
- func (x *RouterResponse) String() string
- type RunWorkflowRequest
- func (*RunWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunWorkflowRequest) GetInput() []byte
- func (x *RunWorkflowRequest) GetNamespace() string
- func (x *RunWorkflowRequest) GetPath() string
- func (x *RunWorkflowRequest) GetRef() string
- func (*RunWorkflowRequest) ProtoMessage()
- func (x *RunWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *RunWorkflowRequest) Reset()
- func (x *RunWorkflowRequest) String() string
- type RunWorkflowResponse
- func (*RunWorkflowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunWorkflowResponse) GetInstance() string
- func (x *RunWorkflowResponse) GetNamespace() string
- func (*RunWorkflowResponse) ProtoMessage()
- func (x *RunWorkflowResponse) ProtoReflect() protoreflect.Message
- func (x *RunWorkflowResponse) Reset()
- func (x *RunWorkflowResponse) String() string
- type SaveHeadRequest
- func (*SaveHeadRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveHeadRequest) GetNamespace() string
- func (x *SaveHeadRequest) GetPath() string
- func (*SaveHeadRequest) ProtoMessage()
- func (x *SaveHeadRequest) ProtoReflect() protoreflect.Message
- func (x *SaveHeadRequest) Reset()
- func (x *SaveHeadRequest) String() string
- type SaveHeadResponse
- func (*SaveHeadResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SaveHeadResponse) GetNamespace() string
- func (x *SaveHeadResponse) GetNode() *Node
- func (x *SaveHeadResponse) GetRevision() *Revision
- func (*SaveHeadResponse) ProtoMessage()
- func (x *SaveHeadResponse) ProtoReflect() protoreflect.Message
- func (x *SaveHeadResponse) Reset()
- func (x *SaveHeadResponse) String() string
- type Secret
- type SecretEdge
- type Secrets
- func (*Secrets) Descriptor() ([]byte, []int)deprecated
- func (x *Secrets) GetEdges() []*SecretEdge
- func (x *Secrets) GetPageInfo() *PageInfo
- func (x *Secrets) GetTotalCount() int32
- func (*Secrets) ProtoMessage()
- func (x *Secrets) ProtoReflect() protoreflect.Message
- func (x *Secrets) Reset()
- func (x *Secrets) String() string
- type SecretsRequest
- func (*SecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SecretsRequest) GetNamespace() string
- func (x *SecretsRequest) GetPagination() *Pagination
- func (*SecretsRequest) ProtoMessage()
- func (x *SecretsRequest) ProtoReflect() protoreflect.Message
- func (x *SecretsRequest) Reset()
- func (x *SecretsRequest) String() string
- type SecretsResponse
- func (*SecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SecretsResponse) GetNamespace() string
- func (x *SecretsResponse) GetSecrets() *Secrets
- func (*SecretsResponse) ProtoMessage()
- func (x *SecretsResponse) ProtoReflect() protoreflect.Message
- func (x *SecretsResponse) Reset()
- func (x *SecretsResponse) String() string
- type ServerLogsRequest
- func (*ServerLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ServerLogsRequest) GetPagination() *Pagination
- func (*ServerLogsRequest) ProtoMessage()
- func (x *ServerLogsRequest) ProtoReflect() protoreflect.Message
- func (x *ServerLogsRequest) Reset()
- func (x *ServerLogsRequest) String() string
- type ServerLogsResponse
- func (*ServerLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServerLogsResponse) GetEdges() []*LogsEdge
- func (x *ServerLogsResponse) GetPageInfo() *PageInfo
- func (x *ServerLogsResponse) GetTotalCount() int32
- func (*ServerLogsResponse) ProtoMessage()
- func (x *ServerLogsResponse) ProtoReflect() protoreflect.Message
- func (x *ServerLogsResponse) Reset()
- func (x *ServerLogsResponse) String() string
- type SetInstanceVariableRequest
- func (*SetInstanceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetInstanceVariableRequest) GetData() []byte
- func (x *SetInstanceVariableRequest) GetInstance() string
- func (x *SetInstanceVariableRequest) GetKey() string
- func (x *SetInstanceVariableRequest) GetNamespace() string
- func (x *SetInstanceVariableRequest) GetTotalSize() int64
- func (*SetInstanceVariableRequest) ProtoMessage()
- func (x *SetInstanceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *SetInstanceVariableRequest) Reset()
- func (x *SetInstanceVariableRequest) String() string
- type SetInstanceVariableResponse
- func (*SetInstanceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetInstanceVariableResponse) GetChecksum() string
- func (x *SetInstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *SetInstanceVariableResponse) GetInstance() string
- func (x *SetInstanceVariableResponse) GetKey() string
- func (x *SetInstanceVariableResponse) GetNamespace() string
- func (x *SetInstanceVariableResponse) GetTotalSize() int64
- func (x *SetInstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*SetInstanceVariableResponse) ProtoMessage()
- func (x *SetInstanceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *SetInstanceVariableResponse) Reset()
- func (x *SetInstanceVariableResponse) String() string
- type SetNamespaceConfigRequest
- func (*SetNamespaceConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetNamespaceConfigRequest) GetConfig() string
- func (x *SetNamespaceConfigRequest) GetName() string
- func (*SetNamespaceConfigRequest) ProtoMessage()
- func (x *SetNamespaceConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetNamespaceConfigRequest) Reset()
- func (x *SetNamespaceConfigRequest) String() string
- type SetNamespaceConfigResponse
- func (*SetNamespaceConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetNamespaceConfigResponse) GetConfig() string
- func (x *SetNamespaceConfigResponse) GetName() string
- func (*SetNamespaceConfigResponse) ProtoMessage()
- func (x *SetNamespaceConfigResponse) ProtoReflect() protoreflect.Message
- func (x *SetNamespaceConfigResponse) Reset()
- func (x *SetNamespaceConfigResponse) String() string
- type SetNamespaceRegistryRequest
- func (*SetNamespaceRegistryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetNamespaceRegistryRequest) GetData() []byte
- func (x *SetNamespaceRegistryRequest) GetNamespace() string
- func (x *SetNamespaceRegistryRequest) GetRegistry() string
- func (*SetNamespaceRegistryRequest) ProtoMessage()
- func (x *SetNamespaceRegistryRequest) ProtoReflect() protoreflect.Message
- func (x *SetNamespaceRegistryRequest) Reset()
- func (x *SetNamespaceRegistryRequest) String() string
- type SetNamespaceVariableRequest
- func (*SetNamespaceVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetNamespaceVariableRequest) GetData() []byte
- func (x *SetNamespaceVariableRequest) GetKey() string
- func (x *SetNamespaceVariableRequest) GetNamespace() string
- func (x *SetNamespaceVariableRequest) GetTotalSize() int64
- func (*SetNamespaceVariableRequest) ProtoMessage()
- func (x *SetNamespaceVariableRequest) ProtoReflect() protoreflect.Message
- func (x *SetNamespaceVariableRequest) Reset()
- func (x *SetNamespaceVariableRequest) String() string
- type SetNamespaceVariableResponse
- func (*SetNamespaceVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetNamespaceVariableResponse) GetChecksum() string
- func (x *SetNamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *SetNamespaceVariableResponse) GetKey() string
- func (x *SetNamespaceVariableResponse) GetNamespace() string
- func (x *SetNamespaceVariableResponse) GetTotalSize() int64
- func (x *SetNamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*SetNamespaceVariableResponse) ProtoMessage()
- func (x *SetNamespaceVariableResponse) ProtoReflect() protoreflect.Message
- func (x *SetNamespaceVariableResponse) Reset()
- func (x *SetNamespaceVariableResponse) String() string
- type SetSecretRequest
- func (*SetSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetSecretRequest) GetData() []byte
- func (x *SetSecretRequest) GetKey() string
- func (x *SetSecretRequest) GetNamespace() string
- func (*SetSecretRequest) ProtoMessage()
- func (x *SetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *SetSecretRequest) Reset()
- func (x *SetSecretRequest) String() string
- type SetSecretResponse
- func (*SetSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetSecretResponse) GetKey() string
- func (x *SetSecretResponse) GetNamespace() string
- func (*SetSecretResponse) ProtoMessage()
- func (x *SetSecretResponse) ProtoReflect() protoreflect.Message
- func (x *SetSecretResponse) Reset()
- func (x *SetSecretResponse) String() string
- type SetVariableInternalRequest
- func (*SetVariableInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVariableInternalRequest) GetData() []byte
- func (x *SetVariableInternalRequest) GetInstance() string
- func (x *SetVariableInternalRequest) GetKey() string
- func (x *SetVariableInternalRequest) GetTotalSize() int64
- func (*SetVariableInternalRequest) ProtoMessage()
- func (x *SetVariableInternalRequest) ProtoReflect() protoreflect.Message
- func (x *SetVariableInternalRequest) Reset()
- func (x *SetVariableInternalRequest) String() string
- type SetVariableInternalResponse
- func (*SetVariableInternalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetVariableInternalResponse) GetChecksum() string
- func (x *SetVariableInternalResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *SetVariableInternalResponse) GetInstance() string
- func (x *SetVariableInternalResponse) GetKey() string
- func (x *SetVariableInternalResponse) GetTotalSize() int64
- func (x *SetVariableInternalResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*SetVariableInternalResponse) ProtoMessage()
- func (x *SetVariableInternalResponse) ProtoReflect() protoreflect.Message
- func (x *SetVariableInternalResponse) Reset()
- func (x *SetVariableInternalResponse) String() string
- type SetWorkflowEventLoggingRequest
- func (*SetWorkflowEventLoggingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetWorkflowEventLoggingRequest) GetLogger() string
- func (x *SetWorkflowEventLoggingRequest) GetNamespace() string
- func (x *SetWorkflowEventLoggingRequest) GetPath() string
- func (*SetWorkflowEventLoggingRequest) ProtoMessage()
- func (x *SetWorkflowEventLoggingRequest) ProtoReflect() protoreflect.Message
- func (x *SetWorkflowEventLoggingRequest) Reset()
- func (x *SetWorkflowEventLoggingRequest) String() string
- type SetWorkflowVariableRequest
- func (*SetWorkflowVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetWorkflowVariableRequest) GetData() []byte
- func (x *SetWorkflowVariableRequest) GetKey() string
- func (x *SetWorkflowVariableRequest) GetNamespace() string
- func (x *SetWorkflowVariableRequest) GetPath() string
- func (x *SetWorkflowVariableRequest) GetTotalSize() int64
- func (*SetWorkflowVariableRequest) ProtoMessage()
- func (x *SetWorkflowVariableRequest) ProtoReflect() protoreflect.Message
- func (x *SetWorkflowVariableRequest) Reset()
- func (x *SetWorkflowVariableRequest) String() string
- type SetWorkflowVariableResponse
- func (*SetWorkflowVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetWorkflowVariableResponse) GetChecksum() string
- func (x *SetWorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *SetWorkflowVariableResponse) GetKey() string
- func (x *SetWorkflowVariableResponse) GetNamespace() string
- func (x *SetWorkflowVariableResponse) GetPath() string
- func (x *SetWorkflowVariableResponse) GetTotalSize() int64
- func (x *SetWorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*SetWorkflowVariableResponse) ProtoMessage()
- func (x *SetWorkflowVariableResponse) ProtoReflect() protoreflect.Message
- func (x *SetWorkflowVariableResponse) Reset()
- func (x *SetWorkflowVariableResponse) String() string
- type StartWorkflowRequest
- func (*StartWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartWorkflowRequest) GetInput() []byte
- func (x *StartWorkflowRequest) GetNamespace() string
- func (x *StartWorkflowRequest) GetPath() string
- func (x *StartWorkflowRequest) GetRef() string
- func (*StartWorkflowRequest) ProtoMessage()
- func (x *StartWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *StartWorkflowRequest) Reset()
- func (x *StartWorkflowRequest) String() string
- type StartWorkflowResponse
- func (*StartWorkflowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartWorkflowResponse) GetInstance() string
- func (x *StartWorkflowResponse) GetNamespace() string
- func (*StartWorkflowResponse) ProtoMessage()
- func (x *StartWorkflowResponse) ProtoReflect() protoreflect.Message
- func (x *StartWorkflowResponse) Reset()
- func (x *StartWorkflowResponse) String() string
- type State
- func (*State) Descriptor() ([]byte, []int)deprecated
- func (x *State) GetFailureRate() float32
- func (x *State) GetInvokers() map[string]int32
- func (x *State) GetInvokersRepresentation() map[string]float32
- func (x *State) GetMeanExecutionsPerInstance() int32
- func (x *State) GetMeanMillisecondsPerInstance() int32
- func (x *State) GetMeanOutcomes() *MeanOutcomes
- func (x *State) GetMeanRetries() float32
- func (x *State) GetName() string
- func (x *State) GetOutcomes() *Outcomes
- func (x *State) GetSuccessRate() float32
- func (x *State) GetTotalExecutions() int32
- func (x *State) GetTotalFailures() int32
- func (x *State) GetTotalMilliseconds() int32
- func (x *State) GetTotalRetries() int32
- func (x *State) GetTotalSuccesses() int32
- func (x *State) GetUnhandledErrors() map[string]int32
- func (x *State) GetUnhandledErrorsRepresentation() map[string]float32
- func (*State) ProtoMessage()
- func (x *State) ProtoReflect() protoreflect.Message
- func (x *State) Reset()
- func (x *State) String() string
- type TagRequest
- func (*TagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TagRequest) GetNamespace() string
- func (x *TagRequest) GetPath() string
- func (x *TagRequest) GetRef() string
- func (x *TagRequest) GetTag() string
- func (*TagRequest) ProtoMessage()
- func (x *TagRequest) ProtoReflect() protoreflect.Message
- func (x *TagRequest) Reset()
- func (x *TagRequest) String() string
- type TagsRequest
- func (*TagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TagsRequest) GetNamespace() string
- func (x *TagsRequest) GetPagination() *Pagination
- func (x *TagsRequest) GetPath() string
- func (*TagsRequest) ProtoMessage()
- func (x *TagsRequest) ProtoReflect() protoreflect.Message
- func (x *TagsRequest) Reset()
- func (x *TagsRequest) String() string
- type TagsResponse
- func (*TagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TagsResponse) GetEdges() []*RefsEdge
- func (x *TagsResponse) GetNamespace() string
- func (x *TagsResponse) GetNode() *Node
- func (x *TagsResponse) GetPageInfo() *PageInfo
- func (x *TagsResponse) GetTotalCount() int32
- func (*TagsResponse) ProtoMessage()
- func (x *TagsResponse) ProtoReflect() protoreflect.Message
- func (x *TagsResponse) Reset()
- func (x *TagsResponse) String() string
- type ToggleWorkflowRequest
- func (*ToggleWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToggleWorkflowRequest) GetLive() bool
- func (x *ToggleWorkflowRequest) GetNamespace() string
- func (x *ToggleWorkflowRequest) GetPath() string
- func (*ToggleWorkflowRequest) ProtoMessage()
- func (x *ToggleWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *ToggleWorkflowRequest) Reset()
- func (x *ToggleWorkflowRequest) String() string
- type UnimplementedActionsServer
- func (UnimplementedActionsServer) DeleteNamespaceRegistry(context.Context, *DeleteNamespaceRegistryRequest) (*emptypb.Empty, error)
- func (UnimplementedActionsServer) NamespaceRegistries(context.Context, *NamespaceRegistriesRequest) (*NamespaceRegistriesResponse, error)
- func (UnimplementedActionsServer) NamespaceRegistriesStream(*NamespaceRegistriesRequest, Actions_NamespaceRegistriesStreamServer) error
- func (UnimplementedActionsServer) SetNamespaceRegistry(context.Context, *SetNamespaceRegistryRequest) (*emptypb.Empty, error)
- type UnimplementedEventingServer
- type UnimplementedFlowServer
- func (UnimplementedFlowServer) BroadcastCloudevent(context.Context, *BroadcastCloudeventRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) CancelInstance(context.Context, *CancelInstanceRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
- func (UnimplementedFlowServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
- func (UnimplementedFlowServer) CreateNodeAttributes(context.Context, *CreateNodeAttributesRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) CreateWorkflow(context.Context, *CreateWorkflowRequest) (*CreateWorkflowResponse, error)
- func (UnimplementedFlowServer) DeleteInstanceVariable(context.Context, *DeleteInstanceVariableRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteNamespaceVariable(context.Context, *DeleteNamespaceVariableRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteNode(context.Context, *DeleteNodeRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteNodeAttributes(context.Context, *DeleteNodeAttributesRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteRevision(context.Context, *DeleteRevisionRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) DeleteWorkflowVariable(context.Context, *DeleteWorkflowVariableRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) Directory(context.Context, *DirectoryRequest) (*DirectoryResponse, error)
- func (UnimplementedFlowServer) DirectoryStream(*DirectoryRequest, Flow_DirectoryStreamServer) error
- func (UnimplementedFlowServer) DiscardHead(context.Context, *DiscardHeadRequest) (*DiscardHeadResponse, error)
- func (UnimplementedFlowServer) EditRouter(context.Context, *EditRouterRequest) (*EditRouterResponse, error)
- func (UnimplementedFlowServer) GetNamespaceConfig(context.Context, *GetNamespaceConfigRequest) (*GetNamespaceConfigResponse, error)
- func (UnimplementedFlowServer) Instance(context.Context, *InstanceRequest) (*InstanceResponse, error)
- func (UnimplementedFlowServer) InstanceInput(context.Context, *InstanceInputRequest) (*InstanceInputResponse, error)
- func (UnimplementedFlowServer) InstanceLogs(context.Context, *InstanceLogsRequest) (*InstanceLogsResponse, error)
- func (UnimplementedFlowServer) InstanceLogsParcels(*InstanceLogsRequest, Flow_InstanceLogsParcelsServer) error
- func (UnimplementedFlowServer) InstanceOutput(context.Context, *InstanceOutputRequest) (*InstanceOutputResponse, error)
- func (UnimplementedFlowServer) InstanceStream(*InstanceRequest, Flow_InstanceStreamServer) error
- func (UnimplementedFlowServer) InstanceVariable(context.Context, *InstanceVariableRequest) (*InstanceVariableResponse, error)
- func (UnimplementedFlowServer) InstanceVariableParcels(*InstanceVariableRequest, Flow_InstanceVariableParcelsServer) error
- func (UnimplementedFlowServer) InstanceVariables(context.Context, *InstanceVariablesRequest) (*InstanceVariablesResponse, error)
- func (UnimplementedFlowServer) InstanceVariablesStream(*InstanceVariablesRequest, Flow_InstanceVariablesStreamServer) error
- func (UnimplementedFlowServer) Instances(context.Context, *InstancesRequest) (*InstancesResponse, error)
- func (UnimplementedFlowServer) InstancesStream(*InstancesRequest, Flow_InstancesStreamServer) error
- func (UnimplementedFlowServer) JQ(context.Context, *JQRequest) (*JQResponse, error)
- func (UnimplementedFlowServer) Namespace(context.Context, *NamespaceRequest) (*NamespaceResponse, error)
- func (UnimplementedFlowServer) NamespaceLogs(context.Context, *NamespaceLogsRequest) (*NamespaceLogsResponse, error)
- func (UnimplementedFlowServer) NamespaceLogsParcels(*NamespaceLogsRequest, Flow_NamespaceLogsParcelsServer) error
- func (UnimplementedFlowServer) NamespaceVariable(context.Context, *NamespaceVariableRequest) (*NamespaceVariableResponse, error)
- func (UnimplementedFlowServer) NamespaceVariableParcels(*NamespaceVariableRequest, Flow_NamespaceVariableParcelsServer) error
- func (UnimplementedFlowServer) NamespaceVariables(context.Context, *NamespaceVariablesRequest) (*NamespaceVariablesResponse, error)
- func (UnimplementedFlowServer) NamespaceVariablesStream(*NamespaceVariablesRequest, Flow_NamespaceVariablesStreamServer) error
- func (UnimplementedFlowServer) Namespaces(context.Context, *NamespacesRequest) (*NamespacesResponse, error)
- func (UnimplementedFlowServer) NamespacesStream(*NamespacesRequest, Flow_NamespacesStreamServer) error
- func (UnimplementedFlowServer) Node(context.Context, *NodeRequest) (*NodeResponse, error)
- func (UnimplementedFlowServer) Refs(context.Context, *RefsRequest) (*RefsResponse, error)
- func (UnimplementedFlowServer) RefsStream(*RefsRequest, Flow_RefsStreamServer) error
- func (UnimplementedFlowServer) RenameInstanceVariable(context.Context, *RenameInstanceVariableRequest) (*RenameInstanceVariableResponse, error)
- func (UnimplementedFlowServer) RenameNamespace(context.Context, *RenameNamespaceRequest) (*RenameNamespaceResponse, error)
- func (UnimplementedFlowServer) RenameNamespaceVariable(context.Context, *RenameNamespaceVariableRequest) (*RenameNamespaceVariableResponse, error)
- func (UnimplementedFlowServer) RenameNode(context.Context, *RenameNodeRequest) (*RenameNodeResponse, error)
- func (UnimplementedFlowServer) RenameWorkflowVariable(context.Context, *RenameWorkflowVariableRequest) (*RenameWorkflowVariableResponse, error)
- func (UnimplementedFlowServer) ResolveNamespaceUID(context.Context, *ResolveNamespaceUIDRequest) (*NamespaceResponse, error)
- func (UnimplementedFlowServer) ResolveWorkflowUID(context.Context, *ResolveWorkflowUIDRequest) (*WorkflowResponse, error)
- func (UnimplementedFlowServer) Retag(context.Context, *RetagRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) Revisions(context.Context, *RevisionsRequest) (*RevisionsResponse, error)
- func (UnimplementedFlowServer) RevisionsStream(*RevisionsRequest, Flow_RevisionsStreamServer) error
- func (UnimplementedFlowServer) Router(context.Context, *RouterRequest) (*RouterResponse, error)
- func (UnimplementedFlowServer) RouterStream(*RouterRequest, Flow_RouterStreamServer) error
- func (UnimplementedFlowServer) RunWorkflow(*RunWorkflowRequest, Flow_RunWorkflowServer) error
- func (UnimplementedFlowServer) SaveHead(context.Context, *SaveHeadRequest) (*SaveHeadResponse, error)
- func (UnimplementedFlowServer) Secrets(context.Context, *SecretsRequest) (*SecretsResponse, error)
- func (UnimplementedFlowServer) SecretsStream(*SecretsRequest, Flow_SecretsStreamServer) error
- func (UnimplementedFlowServer) ServerLogs(context.Context, *ServerLogsRequest) (*ServerLogsResponse, error)
- func (UnimplementedFlowServer) ServerLogsParcels(*ServerLogsRequest, Flow_ServerLogsParcelsServer) error
- func (UnimplementedFlowServer) SetInstanceVariable(context.Context, *SetInstanceVariableRequest) (*SetInstanceVariableResponse, error)
- func (UnimplementedFlowServer) SetInstanceVariableParcels(Flow_SetInstanceVariableParcelsServer) error
- func (UnimplementedFlowServer) SetNamespaceConfig(context.Context, *SetNamespaceConfigRequest) (*SetNamespaceConfigResponse, error)
- func (UnimplementedFlowServer) SetNamespaceVariable(context.Context, *SetNamespaceVariableRequest) (*SetNamespaceVariableResponse, error)
- func (UnimplementedFlowServer) SetNamespaceVariableParcels(Flow_SetNamespaceVariableParcelsServer) error
- func (UnimplementedFlowServer) SetSecret(context.Context, *SetSecretRequest) (*SetSecretResponse, error)
- func (UnimplementedFlowServer) SetWorkflowEventLogging(context.Context, *SetWorkflowEventLoggingRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) SetWorkflowVariable(context.Context, *SetWorkflowVariableRequest) (*SetWorkflowVariableResponse, error)
- func (UnimplementedFlowServer) SetWorkflowVariableParcels(Flow_SetWorkflowVariableParcelsServer) error
- func (UnimplementedFlowServer) StartWorkflow(context.Context, *StartWorkflowRequest) (*StartWorkflowResponse, error)
- func (UnimplementedFlowServer) Tag(context.Context, *TagRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) Tags(context.Context, *TagsRequest) (*TagsResponse, error)
- func (UnimplementedFlowServer) TagsStream(*TagsRequest, Flow_TagsStreamServer) error
- func (UnimplementedFlowServer) ToggleWorkflow(context.Context, *ToggleWorkflowRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) Untag(context.Context, *UntagRequest) (*emptypb.Empty, error)
- func (UnimplementedFlowServer) UpdateWorkflow(context.Context, *UpdateWorkflowRequest) (*UpdateWorkflowResponse, error)
- func (UnimplementedFlowServer) ValidateRef(context.Context, *ValidateRefRequest) (*ValidateRefResponse, error)
- func (UnimplementedFlowServer) ValidateRouter(context.Context, *ValidateRouterRequest) (*ValidateRouterResponse, error)
- func (UnimplementedFlowServer) Workflow(context.Context, *WorkflowRequest) (*WorkflowResponse, error)
- func (UnimplementedFlowServer) WorkflowLogs(context.Context, *WorkflowLogsRequest) (*WorkflowLogsResponse, error)
- func (UnimplementedFlowServer) WorkflowLogsParcels(*WorkflowLogsRequest, Flow_WorkflowLogsParcelsServer) error
- func (UnimplementedFlowServer) WorkflowMetrics(context.Context, *WorkflowMetricsRequest) (*WorkflowMetricsResponse, error)
- func (UnimplementedFlowServer) WorkflowStream(*WorkflowRequest, Flow_WorkflowStreamServer) error
- func (UnimplementedFlowServer) WorkflowVariable(context.Context, *WorkflowVariableRequest) (*WorkflowVariableResponse, error)
- func (UnimplementedFlowServer) WorkflowVariableParcels(*WorkflowVariableRequest, Flow_WorkflowVariableParcelsServer) error
- func (UnimplementedFlowServer) WorkflowVariables(context.Context, *WorkflowVariablesRequest) (*WorkflowVariablesResponse, error)
- func (UnimplementedFlowServer) WorkflowVariablesStream(*WorkflowVariablesRequest, Flow_WorkflowVariablesStreamServer) error
- type UnimplementedInternalServer
- func (UnimplementedInternalServer) ActionLog(context.Context, *ActionLogRequest) (*emptypb.Empty, error)
- func (UnimplementedInternalServer) InstanceVariableParcels(*VariableInternalRequest, Internal_InstanceVariableParcelsServer) error
- func (UnimplementedInternalServer) NamespaceVariableParcels(*VariableInternalRequest, Internal_NamespaceVariableParcelsServer) error
- func (UnimplementedInternalServer) ReportActionResults(context.Context, *ReportActionResultsRequest) (*emptypb.Empty, error)
- func (UnimplementedInternalServer) SetInstanceVariableParcels(Internal_SetInstanceVariableParcelsServer) error
- func (UnimplementedInternalServer) SetNamespaceVariableParcels(Internal_SetNamespaceVariableParcelsServer) error
- func (UnimplementedInternalServer) SetWorkflowVariableParcels(Internal_SetWorkflowVariableParcelsServer) error
- func (UnimplementedInternalServer) WorkflowVariableParcels(*VariableInternalRequest, Internal_WorkflowVariableParcelsServer) error
- type UnsafeActionsServer
- type UnsafeEventingServer
- type UnsafeFlowServer
- type UnsafeInternalServer
- type UntagRequest
- func (*UntagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UntagRequest) GetNamespace() string
- func (x *UntagRequest) GetPath() string
- func (x *UntagRequest) GetTag() string
- func (*UntagRequest) ProtoMessage()
- func (x *UntagRequest) ProtoReflect() protoreflect.Message
- func (x *UntagRequest) Reset()
- func (x *UntagRequest) String() string
- type UpdateWorkflowRequest
- func (*UpdateWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkflowRequest) GetNamespace() string
- func (x *UpdateWorkflowRequest) GetPath() string
- func (x *UpdateWorkflowRequest) GetSource() []byte
- func (*UpdateWorkflowRequest) ProtoMessage()
- func (x *UpdateWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkflowRequest) Reset()
- func (x *UpdateWorkflowRequest) String() string
- type UpdateWorkflowResponse
- func (*UpdateWorkflowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkflowResponse) GetNamespace() string
- func (x *UpdateWorkflowResponse) GetNode() *Node
- func (x *UpdateWorkflowResponse) GetRevision() *Revision
- func (*UpdateWorkflowResponse) ProtoMessage()
- func (x *UpdateWorkflowResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkflowResponse) Reset()
- func (x *UpdateWorkflowResponse) String() string
- type ValidateRefRequest
- func (*ValidateRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateRefRequest) GetNamespace() string
- func (x *ValidateRefRequest) GetPath() string
- func (x *ValidateRefRequest) GetRef() string
- func (*ValidateRefRequest) ProtoMessage()
- func (x *ValidateRefRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateRefRequest) Reset()
- func (x *ValidateRefRequest) String() string
- type ValidateRefResponse
- func (*ValidateRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateRefResponse) GetCompiles() bool
- func (x *ValidateRefResponse) GetInvalid() bool
- func (x *ValidateRefResponse) GetNamespace() string
- func (x *ValidateRefResponse) GetPath() string
- func (x *ValidateRefResponse) GetReason() string
- func (x *ValidateRefResponse) GetRef() string
- func (*ValidateRefResponse) ProtoMessage()
- func (x *ValidateRefResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateRefResponse) Reset()
- func (x *ValidateRefResponse) String() string
- type ValidateRouterRequest
- func (*ValidateRouterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateRouterRequest) GetNamespace() string
- func (x *ValidateRouterRequest) GetPath() string
- func (*ValidateRouterRequest) ProtoMessage()
- func (x *ValidateRouterRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateRouterRequest) Reset()
- func (x *ValidateRouterRequest) String() string
- type ValidateRouterResponse
- func (*ValidateRouterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateRouterResponse) GetInvalid() bool
- func (x *ValidateRouterResponse) GetNamespace() string
- func (x *ValidateRouterResponse) GetPath() string
- func (x *ValidateRouterResponse) GetReason() string
- func (*ValidateRouterResponse) ProtoMessage()
- func (x *ValidateRouterResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateRouterResponse) Reset()
- func (x *ValidateRouterResponse) String() string
- type Variable
- func (*Variable) Descriptor() ([]byte, []int)deprecated
- func (x *Variable) GetChecksum() string
- func (x *Variable) GetCreatedAt() *timestamppb.Timestamp
- func (x *Variable) GetName() string
- func (x *Variable) GetSize() int64
- func (x *Variable) GetUpdatedAt() *timestamppb.Timestamp
- func (*Variable) ProtoMessage()
- func (x *Variable) ProtoReflect() protoreflect.Message
- func (x *Variable) Reset()
- func (x *Variable) String() string
- type VariableEdge
- func (*VariableEdge) Descriptor() ([]byte, []int)deprecated
- func (x *VariableEdge) GetCursor() string
- func (x *VariableEdge) GetNode() *Variable
- func (*VariableEdge) ProtoMessage()
- func (x *VariableEdge) ProtoReflect() protoreflect.Message
- func (x *VariableEdge) Reset()
- func (x *VariableEdge) String() string
- type VariableInternalRequest
- func (*VariableInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VariableInternalRequest) GetInstance() string
- func (x *VariableInternalRequest) GetKey() string
- func (*VariableInternalRequest) ProtoMessage()
- func (x *VariableInternalRequest) ProtoReflect() protoreflect.Message
- func (x *VariableInternalRequest) Reset()
- func (x *VariableInternalRequest) String() string
- type VariableInternalResponse
- func (*VariableInternalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VariableInternalResponse) GetChecksum() string
- func (x *VariableInternalResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *VariableInternalResponse) GetData() []byte
- func (x *VariableInternalResponse) GetInstance() string
- func (x *VariableInternalResponse) GetKey() string
- func (x *VariableInternalResponse) GetTotalSize() int64
- func (x *VariableInternalResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*VariableInternalResponse) ProtoMessage()
- func (x *VariableInternalResponse) ProtoReflect() protoreflect.Message
- func (x *VariableInternalResponse) Reset()
- func (x *VariableInternalResponse) String() string
- type Variables
- func (*Variables) Descriptor() ([]byte, []int)deprecated
- func (x *Variables) GetEdges() []*VariableEdge
- func (x *Variables) GetPageInfo() *PageInfo
- func (x *Variables) GetTotalCount() int32
- func (*Variables) ProtoMessage()
- func (x *Variables) ProtoReflect() protoreflect.Message
- func (x *Variables) Reset()
- func (x *Variables) String() string
- type WorkflowLogsRequest
- func (*WorkflowLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowLogsRequest) GetNamespace() string
- func (x *WorkflowLogsRequest) GetPagination() *Pagination
- func (x *WorkflowLogsRequest) GetPath() string
- func (*WorkflowLogsRequest) ProtoMessage()
- func (x *WorkflowLogsRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowLogsRequest) Reset()
- func (x *WorkflowLogsRequest) String() string
- type WorkflowLogsResponse
- func (*WorkflowLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowLogsResponse) GetEdges() []*LogsEdge
- func (x *WorkflowLogsResponse) GetNamespace() string
- func (x *WorkflowLogsResponse) GetPageInfo() *PageInfo
- func (x *WorkflowLogsResponse) GetPath() string
- func (x *WorkflowLogsResponse) GetTotalCount() int32
- func (*WorkflowLogsResponse) ProtoMessage()
- func (x *WorkflowLogsResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowLogsResponse) Reset()
- func (x *WorkflowLogsResponse) String() string
- type WorkflowMetricsRequest
- func (*WorkflowMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowMetricsRequest) GetNamespace() string
- func (x *WorkflowMetricsRequest) GetPath() string
- func (x *WorkflowMetricsRequest) GetSinceTimestamp() *timestamppb.Timestamp
- func (*WorkflowMetricsRequest) ProtoMessage()
- func (x *WorkflowMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowMetricsRequest) Reset()
- func (x *WorkflowMetricsRequest) String() string
- type WorkflowMetricsResponse
- func (*WorkflowMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowMetricsResponse) GetErrorCodes() map[string]int32
- func (x *WorkflowMetricsResponse) GetErrorCodesRepresentation() map[string]float32
- func (x *WorkflowMetricsResponse) GetFailedExecutions() int32
- func (x *WorkflowMetricsResponse) GetFailureRate() float32
- func (x *WorkflowMetricsResponse) GetMeanInstanceMilliseconds() int32
- func (x *WorkflowMetricsResponse) GetSampleSize() int32
- func (x *WorkflowMetricsResponse) GetStates() []*State
- func (x *WorkflowMetricsResponse) GetSuccessRate() float32
- func (x *WorkflowMetricsResponse) GetSuccessfulExecutions() int32
- func (x *WorkflowMetricsResponse) GetTotalInstanceMilliseconds() int32
- func (x *WorkflowMetricsResponse) GetTotalInstancesRun() int32
- func (*WorkflowMetricsResponse) ProtoMessage()
- func (x *WorkflowMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowMetricsResponse) Reset()
- func (x *WorkflowMetricsResponse) String() string
- type WorkflowRequest
- func (*WorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRequest) GetNamespace() string
- func (x *WorkflowRequest) GetPath() string
- func (x *WorkflowRequest) GetRef() string
- func (*WorkflowRequest) ProtoMessage()
- func (x *WorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowRequest) Reset()
- func (x *WorkflowRequest) String() string
- type WorkflowResponse
- func (*WorkflowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowResponse) GetEventLogging() string
- func (x *WorkflowResponse) GetNamespace() string
- func (x *WorkflowResponse) GetNode() *Node
- func (x *WorkflowResponse) GetOid() string
- func (x *WorkflowResponse) GetRevision() *Revision
- func (*WorkflowResponse) ProtoMessage()
- func (x *WorkflowResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowResponse) Reset()
- func (x *WorkflowResponse) String() string
- type WorkflowVariableRequest
- func (*WorkflowVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVariableRequest) GetKey() string
- func (x *WorkflowVariableRequest) GetNamespace() string
- func (x *WorkflowVariableRequest) GetPath() string
- func (*WorkflowVariableRequest) ProtoMessage()
- func (x *WorkflowVariableRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowVariableRequest) Reset()
- func (x *WorkflowVariableRequest) String() string
- type WorkflowVariableResponse
- func (*WorkflowVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVariableResponse) GetChecksum() string
- func (x *WorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowVariableResponse) GetData() []byte
- func (x *WorkflowVariableResponse) GetKey() string
- func (x *WorkflowVariableResponse) GetNamespace() string
- func (x *WorkflowVariableResponse) GetPath() string
- func (x *WorkflowVariableResponse) GetTotalSize() int64
- func (x *WorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*WorkflowVariableResponse) ProtoMessage()
- func (x *WorkflowVariableResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowVariableResponse) Reset()
- func (x *WorkflowVariableResponse) String() string
- type WorkflowVariablesRequest
- func (*WorkflowVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVariablesRequest) GetNamespace() string
- func (x *WorkflowVariablesRequest) GetPagination() *Pagination
- func (x *WorkflowVariablesRequest) GetPath() string
- func (*WorkflowVariablesRequest) ProtoMessage()
- func (x *WorkflowVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowVariablesRequest) Reset()
- func (x *WorkflowVariablesRequest) String() string
- type WorkflowVariablesResponse
- func (*WorkflowVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVariablesResponse) GetNamespace() string
- func (x *WorkflowVariablesResponse) GetPath() string
- func (x *WorkflowVariablesResponse) GetVariables() *Variables
- func (*WorkflowVariablesResponse) ProtoMessage()
- func (x *WorkflowVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowVariablesResponse) Reset()
- func (x *WorkflowVariablesResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var Actions_ServiceDesc = grpc.ServiceDesc{ ServiceName: "direktiv_flow.Actions", HandlerType: (*ActionsServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "SetNamespaceRegistry", Handler: _Actions_SetNamespaceRegistry_Handler, }, { MethodName: "DeleteNamespaceRegistry", Handler: _Actions_DeleteNamespaceRegistry_Handler, }, { MethodName: "NamespaceRegistries", Handler: _Actions_NamespaceRegistries_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "NamespaceRegistriesStream", Handler: _Actions_NamespaceRegistriesStream_Handler, ServerStreams: true, }, }, Metadata: "pkg/flow/grpc/protocol.proto", }
Actions_ServiceDesc is the grpc.ServiceDesc for Actions service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Eventing_ServiceDesc = grpc.ServiceDesc{ ServiceName: "direktiv_flow.Eventing", HandlerType: (*EventingServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "RequestEvents", Handler: _Eventing_RequestEvents_Handler, ServerStreams: true, }, }, Metadata: "pkg/flow/grpc/protocol.proto", }
Eventing_ServiceDesc is the grpc.ServiceDesc for Eventing service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_pkg_flow_grpc_cloudevent_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_eventing_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_instances_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_internal_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_logs_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_namespaces_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_nodes_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_pagination_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_protocol_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_registries_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_secrets_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_util_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_variables_proto protoreflect.FileDescriptor
var File_pkg_flow_grpc_workflows_proto protoreflect.FileDescriptor
var Flow_ServiceDesc = grpc.ServiceDesc{ ServiceName: "direktiv_flow.Flow", HandlerType: (*FlowServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Namespace", Handler: _Flow_Namespace_Handler, }, { MethodName: "Namespaces", Handler: _Flow_Namespaces_Handler, }, { MethodName: "CreateNamespace", Handler: _Flow_CreateNamespace_Handler, }, { MethodName: "DeleteNamespace", Handler: _Flow_DeleteNamespace_Handler, }, { MethodName: "RenameNamespace", Handler: _Flow_RenameNamespace_Handler, }, { MethodName: "ServerLogs", Handler: _Flow_ServerLogs_Handler, }, { MethodName: "NamespaceLogs", Handler: _Flow_NamespaceLogs_Handler, }, { MethodName: "WorkflowLogs", Handler: _Flow_WorkflowLogs_Handler, }, { MethodName: "Directory", Handler: _Flow_Directory_Handler, }, { MethodName: "CreateDirectory", Handler: _Flow_CreateDirectory_Handler, }, { MethodName: "DeleteNode", Handler: _Flow_DeleteNode_Handler, }, { MethodName: "RenameNode", Handler: _Flow_RenameNode_Handler, }, { MethodName: "Node", Handler: _Flow_Node_Handler, }, { MethodName: "Workflow", Handler: _Flow_Workflow_Handler, }, { MethodName: "CreateWorkflow", Handler: _Flow_CreateWorkflow_Handler, }, { MethodName: "UpdateWorkflow", Handler: _Flow_UpdateWorkflow_Handler, }, { MethodName: "SaveHead", Handler: _Flow_SaveHead_Handler, }, { MethodName: "DiscardHead", Handler: _Flow_DiscardHead_Handler, }, { MethodName: "Tags", Handler: _Flow_Tags_Handler, }, { MethodName: "Refs", Handler: _Flow_Refs_Handler, }, { MethodName: "Revisions", Handler: _Flow_Revisions_Handler, }, { MethodName: "DeleteRevision", Handler: _Flow_DeleteRevision_Handler, }, { MethodName: "Tag", Handler: _Flow_Tag_Handler, }, { MethodName: "Untag", Handler: _Flow_Untag_Handler, }, { MethodName: "Retag", Handler: _Flow_Retag_Handler, }, { MethodName: "Router", Handler: _Flow_Router_Handler, }, { MethodName: "EditRouter", Handler: _Flow_EditRouter_Handler, }, { MethodName: "ValidateRef", Handler: _Flow_ValidateRef_Handler, }, { MethodName: "ValidateRouter", Handler: _Flow_ValidateRouter_Handler, }, { MethodName: "Secrets", Handler: _Flow_Secrets_Handler, }, { MethodName: "SetSecret", Handler: _Flow_SetSecret_Handler, }, { MethodName: "DeleteSecret", Handler: _Flow_DeleteSecret_Handler, }, { MethodName: "Instance", Handler: _Flow_Instance_Handler, }, { MethodName: "Instances", Handler: _Flow_Instances_Handler, }, { MethodName: "InstanceInput", Handler: _Flow_InstanceInput_Handler, }, { MethodName: "InstanceOutput", Handler: _Flow_InstanceOutput_Handler, }, { MethodName: "InstanceLogs", Handler: _Flow_InstanceLogs_Handler, }, { MethodName: "StartWorkflow", Handler: _Flow_StartWorkflow_Handler, }, { MethodName: "CancelInstance", Handler: _Flow_CancelInstance_Handler, }, { MethodName: "BroadcastCloudevent", Handler: _Flow_BroadcastCloudevent_Handler, }, { MethodName: "NamespaceVariable", Handler: _Flow_NamespaceVariable_Handler, }, { MethodName: "NamespaceVariables", Handler: _Flow_NamespaceVariables_Handler, }, { MethodName: "SetNamespaceVariable", Handler: _Flow_SetNamespaceVariable_Handler, }, { MethodName: "DeleteNamespaceVariable", Handler: _Flow_DeleteNamespaceVariable_Handler, }, { MethodName: "RenameNamespaceVariable", Handler: _Flow_RenameNamespaceVariable_Handler, }, { MethodName: "WorkflowVariable", Handler: _Flow_WorkflowVariable_Handler, }, { MethodName: "WorkflowVariables", Handler: _Flow_WorkflowVariables_Handler, }, { MethodName: "SetWorkflowVariable", Handler: _Flow_SetWorkflowVariable_Handler, }, { MethodName: "DeleteWorkflowVariable", Handler: _Flow_DeleteWorkflowVariable_Handler, }, { MethodName: "RenameWorkflowVariable", Handler: _Flow_RenameWorkflowVariable_Handler, }, { MethodName: "InstanceVariable", Handler: _Flow_InstanceVariable_Handler, }, { MethodName: "InstanceVariables", Handler: _Flow_InstanceVariables_Handler, }, { MethodName: "SetInstanceVariable", Handler: _Flow_SetInstanceVariable_Handler, }, { MethodName: "DeleteInstanceVariable", Handler: _Flow_DeleteInstanceVariable_Handler, }, { MethodName: "RenameInstanceVariable", Handler: _Flow_RenameInstanceVariable_Handler, }, { MethodName: "JQ", Handler: _Flow_JQ_Handler, }, { MethodName: "CreateNodeAttributes", Handler: _Flow_CreateNodeAttributes_Handler, }, { MethodName: "DeleteNodeAttributes", Handler: _Flow_DeleteNodeAttributes_Handler, }, { MethodName: "WorkflowMetrics", Handler: _Flow_WorkflowMetrics_Handler, }, { MethodName: "ToggleWorkflow", Handler: _Flow_ToggleWorkflow_Handler, }, { MethodName: "SetWorkflowEventLogging", Handler: _Flow_SetWorkflowEventLogging_Handler, }, { MethodName: "ResolveNamespaceUID", Handler: _Flow_ResolveNamespaceUID_Handler, }, { MethodName: "ResolveWorkflowUID", Handler: _Flow_ResolveWorkflowUID_Handler, }, { MethodName: "SetNamespaceConfig", Handler: _Flow_SetNamespaceConfig_Handler, }, { MethodName: "GetNamespaceConfig", Handler: _Flow_GetNamespaceConfig_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "NamespacesStream", Handler: _Flow_NamespacesStream_Handler, ServerStreams: true, }, { StreamName: "ServerLogsParcels", Handler: _Flow_ServerLogsParcels_Handler, ServerStreams: true, }, { StreamName: "NamespaceLogsParcels", Handler: _Flow_NamespaceLogsParcels_Handler, ServerStreams: true, }, { StreamName: "WorkflowLogsParcels", Handler: _Flow_WorkflowLogsParcels_Handler, ServerStreams: true, }, { StreamName: "DirectoryStream", Handler: _Flow_DirectoryStream_Handler, ServerStreams: true, }, { StreamName: "WorkflowStream", Handler: _Flow_WorkflowStream_Handler, ServerStreams: true, }, { StreamName: "TagsStream", Handler: _Flow_TagsStream_Handler, ServerStreams: true, }, { StreamName: "RefsStream", Handler: _Flow_RefsStream_Handler, ServerStreams: true, }, { StreamName: "RevisionsStream", Handler: _Flow_RevisionsStream_Handler, ServerStreams: true, }, { StreamName: "RouterStream", Handler: _Flow_RouterStream_Handler, ServerStreams: true, }, { StreamName: "SecretsStream", Handler: _Flow_SecretsStream_Handler, ServerStreams: true, }, { StreamName: "InstanceStream", Handler: _Flow_InstanceStream_Handler, ServerStreams: true, }, { StreamName: "InstancesStream", Handler: _Flow_InstancesStream_Handler, ServerStreams: true, }, { StreamName: "InstanceLogsParcels", Handler: _Flow_InstanceLogsParcels_Handler, ServerStreams: true, }, { StreamName: "RunWorkflow", Handler: _Flow_RunWorkflow_Handler, ServerStreams: true, }, { StreamName: "NamespaceVariableParcels", Handler: _Flow_NamespaceVariableParcels_Handler, ServerStreams: true, }, { StreamName: "NamespaceVariablesStream", Handler: _Flow_NamespaceVariablesStream_Handler, ServerStreams: true, }, { StreamName: "SetNamespaceVariableParcels", Handler: _Flow_SetNamespaceVariableParcels_Handler, ClientStreams: true, }, { StreamName: "WorkflowVariableParcels", Handler: _Flow_WorkflowVariableParcels_Handler, ServerStreams: true, }, { StreamName: "WorkflowVariablesStream", Handler: _Flow_WorkflowVariablesStream_Handler, ServerStreams: true, }, { StreamName: "SetWorkflowVariableParcels", Handler: _Flow_SetWorkflowVariableParcels_Handler, ClientStreams: true, }, { StreamName: "InstanceVariableParcels", Handler: _Flow_InstanceVariableParcels_Handler, ServerStreams: true, }, { StreamName: "InstanceVariablesStream", Handler: _Flow_InstanceVariablesStream_Handler, ServerStreams: true, }, { StreamName: "SetInstanceVariableParcels", Handler: _Flow_SetInstanceVariableParcels_Handler, ClientStreams: true, }, }, Metadata: "pkg/flow/grpc/protocol.proto", }
Flow_ServiceDesc is the grpc.ServiceDesc for Flow service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Internal_ServiceDesc = grpc.ServiceDesc{ ServiceName: "direktiv_flow.Internal", HandlerType: (*InternalServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ReportActionResults", Handler: _Internal_ReportActionResults_Handler, }, { MethodName: "ActionLog", Handler: _Internal_ActionLog_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "NamespaceVariableParcels", Handler: _Internal_NamespaceVariableParcels_Handler, ServerStreams: true, }, { StreamName: "SetNamespaceVariableParcels", Handler: _Internal_SetNamespaceVariableParcels_Handler, ClientStreams: true, }, { StreamName: "WorkflowVariableParcels", Handler: _Internal_WorkflowVariableParcels_Handler, ServerStreams: true, }, { StreamName: "SetWorkflowVariableParcels", Handler: _Internal_SetWorkflowVariableParcels_Handler, ClientStreams: true, }, { StreamName: "InstanceVariableParcels", Handler: _Internal_InstanceVariableParcels_Handler, ServerStreams: true, }, { StreamName: "SetInstanceVariableParcels", Handler: _Internal_SetInstanceVariableParcels_Handler, ClientStreams: true, }, }, Metadata: "pkg/flow/grpc/protocol.proto", }
Internal_ServiceDesc is the grpc.ServiceDesc for Internal service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterActionsServer ¶
func RegisterActionsServer(s grpc.ServiceRegistrar, srv ActionsServer)
func RegisterEventingServer ¶ added in v0.5.5
func RegisterEventingServer(s grpc.ServiceRegistrar, srv EventingServer)
func RegisterFlowServer ¶
func RegisterFlowServer(s grpc.ServiceRegistrar, srv FlowServer)
func RegisterInternalServer ¶
func RegisterInternalServer(s grpc.ServiceRegistrar, srv InternalServer)
Types ¶
type ActionLogRequest ¶
type ActionLogRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId,omitempty"` Msg []string `protobuf:"bytes,2,rep,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*ActionLogRequest) Descriptor
deprecated
func (*ActionLogRequest) Descriptor() ([]byte, []int)
Deprecated: Use ActionLogRequest.ProtoReflect.Descriptor instead.
func (*ActionLogRequest) GetInstanceId ¶
func (x *ActionLogRequest) GetInstanceId() string
func (*ActionLogRequest) GetMsg ¶
func (x *ActionLogRequest) GetMsg() []string
func (*ActionLogRequest) ProtoMessage ¶
func (*ActionLogRequest) ProtoMessage()
func (*ActionLogRequest) ProtoReflect ¶
func (x *ActionLogRequest) ProtoReflect() protoreflect.Message
func (*ActionLogRequest) Reset ¶
func (x *ActionLogRequest) Reset()
func (*ActionLogRequest) String ¶
func (x *ActionLogRequest) String() string
type ActionsClient ¶
type ActionsClient interface { SetNamespaceRegistry(ctx context.Context, in *SetNamespaceRegistryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteNamespaceRegistry(ctx context.Context, in *DeleteNamespaceRegistryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) NamespaceRegistries(ctx context.Context, in *NamespaceRegistriesRequest, opts ...grpc.CallOption) (*NamespaceRegistriesResponse, error) NamespaceRegistriesStream(ctx context.Context, in *NamespaceRegistriesRequest, opts ...grpc.CallOption) (Actions_NamespaceRegistriesStreamClient, error) }
ActionsClient is the client API for Actions service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewActionsClient ¶
func NewActionsClient(cc grpc.ClientConnInterface) ActionsClient
type ActionsServer ¶
type ActionsServer interface { SetNamespaceRegistry(context.Context, *SetNamespaceRegistryRequest) (*emptypb.Empty, error) DeleteNamespaceRegistry(context.Context, *DeleteNamespaceRegistryRequest) (*emptypb.Empty, error) NamespaceRegistries(context.Context, *NamespaceRegistriesRequest) (*NamespaceRegistriesResponse, error) NamespaceRegistriesStream(*NamespaceRegistriesRequest, Actions_NamespaceRegistriesStreamServer) error // contains filtered or unexported methods }
ActionsServer is the server API for Actions service. All implementations must embed UnimplementedActionsServer for forward compatibility
type Actions_NamespaceRegistriesStreamClient ¶
type Actions_NamespaceRegistriesStreamClient interface { Recv() (*NamespaceRegistriesResponse, error) grpc.ClientStream }
type Actions_NamespaceRegistriesStreamServer ¶
type Actions_NamespaceRegistriesStreamServer interface { Send(*NamespaceRegistriesResponse) error grpc.ServerStream }
type BroadcastCloudeventRequest ¶
type BroadcastCloudeventRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Cloudevent []byte `protobuf:"bytes,2,opt,name=cloudevent,proto3" json:"cloudevent,omitempty"` Timer int64 `protobuf:"varint,3,opt,name=timer,proto3" json:"timer,omitempty"` // contains filtered or unexported fields }
func (*BroadcastCloudeventRequest) Descriptor
deprecated
func (*BroadcastCloudeventRequest) Descriptor() ([]byte, []int)
Deprecated: Use BroadcastCloudeventRequest.ProtoReflect.Descriptor instead.
func (*BroadcastCloudeventRequest) GetCloudevent ¶
func (x *BroadcastCloudeventRequest) GetCloudevent() []byte
func (*BroadcastCloudeventRequest) GetNamespace ¶
func (x *BroadcastCloudeventRequest) GetNamespace() string
func (*BroadcastCloudeventRequest) GetTimer ¶
func (x *BroadcastCloudeventRequest) GetTimer() int64
func (*BroadcastCloudeventRequest) ProtoMessage ¶
func (*BroadcastCloudeventRequest) ProtoMessage()
func (*BroadcastCloudeventRequest) ProtoReflect ¶
func (x *BroadcastCloudeventRequest) ProtoReflect() protoreflect.Message
func (*BroadcastCloudeventRequest) Reset ¶
func (x *BroadcastCloudeventRequest) Reset()
func (*BroadcastCloudeventRequest) String ¶
func (x *BroadcastCloudeventRequest) String() string
type CancelInstanceRequest ¶
type CancelInstanceRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*CancelInstanceRequest) Descriptor
deprecated
func (*CancelInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelInstanceRequest.ProtoReflect.Descriptor instead.
func (*CancelInstanceRequest) GetInstance ¶
func (x *CancelInstanceRequest) GetInstance() string
func (*CancelInstanceRequest) GetNamespace ¶
func (x *CancelInstanceRequest) GetNamespace() string
func (*CancelInstanceRequest) ProtoMessage ¶
func (*CancelInstanceRequest) ProtoMessage()
func (*CancelInstanceRequest) ProtoReflect ¶
func (x *CancelInstanceRequest) ProtoReflect() protoreflect.Message
func (*CancelInstanceRequest) Reset ¶
func (x *CancelInstanceRequest) Reset()
func (*CancelInstanceRequest) String ¶
func (x *CancelInstanceRequest) String() string
type CloudEvent ¶ added in v0.5.5
type CloudEvent struct { Ce []byte `protobuf:"bytes,1,opt,name=ce,proto3" json:"ce,omitempty"` // contains filtered or unexported fields }
func (*CloudEvent) Descriptor
deprecated
added in
v0.5.5
func (*CloudEvent) Descriptor() ([]byte, []int)
Deprecated: Use CloudEvent.ProtoReflect.Descriptor instead.
func (*CloudEvent) GetCe ¶ added in v0.5.5
func (x *CloudEvent) GetCe() []byte
func (*CloudEvent) ProtoMessage ¶ added in v0.5.5
func (*CloudEvent) ProtoMessage()
func (*CloudEvent) ProtoReflect ¶ added in v0.5.5
func (x *CloudEvent) ProtoReflect() protoreflect.Message
func (*CloudEvent) Reset ¶ added in v0.5.5
func (x *CloudEvent) Reset()
func (*CloudEvent) String ¶ added in v0.5.5
func (x *CloudEvent) String() string
type CreateDirectoryRequest ¶
type CreateDirectoryRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Idempotent bool `protobuf:"varint,3,opt,name=idempotent,proto3" json:"idempotent,omitempty"` Parents bool `protobuf:"varint,4,opt,name=parents,proto3" json:"parents,omitempty"` // contains filtered or unexported fields }
func (*CreateDirectoryRequest) Descriptor
deprecated
func (*CreateDirectoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDirectoryRequest.ProtoReflect.Descriptor instead.
func (*CreateDirectoryRequest) GetIdempotent ¶
func (x *CreateDirectoryRequest) GetIdempotent() bool
func (*CreateDirectoryRequest) GetNamespace ¶
func (x *CreateDirectoryRequest) GetNamespace() string
func (*CreateDirectoryRequest) GetParents ¶
func (x *CreateDirectoryRequest) GetParents() bool
func (*CreateDirectoryRequest) GetPath ¶
func (x *CreateDirectoryRequest) GetPath() string
func (*CreateDirectoryRequest) ProtoMessage ¶
func (*CreateDirectoryRequest) ProtoMessage()
func (*CreateDirectoryRequest) ProtoReflect ¶
func (x *CreateDirectoryRequest) ProtoReflect() protoreflect.Message
func (*CreateDirectoryRequest) Reset ¶
func (x *CreateDirectoryRequest) Reset()
func (*CreateDirectoryRequest) String ¶
func (x *CreateDirectoryRequest) String() string
type CreateDirectoryResponse ¶
type CreateDirectoryResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` // contains filtered or unexported fields }
func (*CreateDirectoryResponse) Descriptor
deprecated
func (*CreateDirectoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDirectoryResponse.ProtoReflect.Descriptor instead.
func (*CreateDirectoryResponse) GetNamespace ¶
func (x *CreateDirectoryResponse) GetNamespace() string
func (*CreateDirectoryResponse) GetNode ¶
func (x *CreateDirectoryResponse) GetNode() *Node
func (*CreateDirectoryResponse) ProtoMessage ¶
func (*CreateDirectoryResponse) ProtoMessage()
func (*CreateDirectoryResponse) ProtoReflect ¶
func (x *CreateDirectoryResponse) ProtoReflect() protoreflect.Message
func (*CreateDirectoryResponse) Reset ¶
func (x *CreateDirectoryResponse) Reset()
func (*CreateDirectoryResponse) String ¶
func (x *CreateDirectoryResponse) String() string
type CreateNamespaceRequest ¶
type CreateNamespaceRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Idempotent bool `protobuf:"varint,2,opt,name=idempotent,proto3" json:"idempotent,omitempty"` // contains filtered or unexported fields }
func (*CreateNamespaceRequest) Descriptor
deprecated
func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespaceRequest) GetIdempotent ¶
func (x *CreateNamespaceRequest) GetIdempotent() bool
func (*CreateNamespaceRequest) GetName ¶
func (x *CreateNamespaceRequest) GetName() string
func (*CreateNamespaceRequest) ProtoMessage ¶
func (*CreateNamespaceRequest) ProtoMessage()
func (*CreateNamespaceRequest) ProtoReflect ¶
func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespaceRequest) Reset ¶
func (x *CreateNamespaceRequest) Reset()
func (*CreateNamespaceRequest) String ¶
func (x *CreateNamespaceRequest) String() string
type CreateNamespaceResponse ¶
type CreateNamespaceResponse struct { Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*CreateNamespaceResponse) Descriptor
deprecated
func (*CreateNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespaceResponse) GetNamespace ¶
func (x *CreateNamespaceResponse) GetNamespace() *Namespace
func (*CreateNamespaceResponse) ProtoMessage ¶
func (*CreateNamespaceResponse) ProtoMessage()
func (*CreateNamespaceResponse) ProtoReflect ¶
func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespaceResponse) Reset ¶
func (x *CreateNamespaceResponse) Reset()
func (*CreateNamespaceResponse) String ¶
func (x *CreateNamespaceResponse) String() string
type CreateNodeAttributesRequest ¶
type CreateNodeAttributesRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Attributes []string `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
func (*CreateNodeAttributesRequest) Descriptor
deprecated
func (*CreateNodeAttributesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNodeAttributesRequest.ProtoReflect.Descriptor instead.
func (*CreateNodeAttributesRequest) GetAttributes ¶
func (x *CreateNodeAttributesRequest) GetAttributes() []string
func (*CreateNodeAttributesRequest) GetNamespace ¶
func (x *CreateNodeAttributesRequest) GetNamespace() string
func (*CreateNodeAttributesRequest) GetPath ¶
func (x *CreateNodeAttributesRequest) GetPath() string
func (*CreateNodeAttributesRequest) ProtoMessage ¶
func (*CreateNodeAttributesRequest) ProtoMessage()
func (*CreateNodeAttributesRequest) ProtoReflect ¶
func (x *CreateNodeAttributesRequest) ProtoReflect() protoreflect.Message
func (*CreateNodeAttributesRequest) Reset ¶
func (x *CreateNodeAttributesRequest) Reset()
func (*CreateNodeAttributesRequest) String ¶
func (x *CreateNodeAttributesRequest) String() string
type CreateWorkflowRequest ¶
type CreateWorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Source []byte `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
func (*CreateWorkflowRequest) Descriptor
deprecated
func (*CreateWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWorkflowRequest.ProtoReflect.Descriptor instead.
func (*CreateWorkflowRequest) GetNamespace ¶
func (x *CreateWorkflowRequest) GetNamespace() string
func (*CreateWorkflowRequest) GetPath ¶
func (x *CreateWorkflowRequest) GetPath() string
func (*CreateWorkflowRequest) GetSource ¶
func (x *CreateWorkflowRequest) GetSource() []byte
func (*CreateWorkflowRequest) ProtoMessage ¶
func (*CreateWorkflowRequest) ProtoMessage()
func (*CreateWorkflowRequest) ProtoReflect ¶
func (x *CreateWorkflowRequest) ProtoReflect() protoreflect.Message
func (*CreateWorkflowRequest) Reset ¶
func (x *CreateWorkflowRequest) Reset()
func (*CreateWorkflowRequest) String ¶
func (x *CreateWorkflowRequest) String() string
type CreateWorkflowResponse ¶
type CreateWorkflowResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Revision *Revision `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*CreateWorkflowResponse) Descriptor
deprecated
func (*CreateWorkflowResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWorkflowResponse.ProtoReflect.Descriptor instead.
func (*CreateWorkflowResponse) GetNamespace ¶
func (x *CreateWorkflowResponse) GetNamespace() string
func (*CreateWorkflowResponse) GetNode ¶
func (x *CreateWorkflowResponse) GetNode() *Node
func (*CreateWorkflowResponse) GetRevision ¶
func (x *CreateWorkflowResponse) GetRevision() *Revision
func (*CreateWorkflowResponse) ProtoMessage ¶
func (*CreateWorkflowResponse) ProtoMessage()
func (*CreateWorkflowResponse) ProtoReflect ¶
func (x *CreateWorkflowResponse) ProtoReflect() protoreflect.Message
func (*CreateWorkflowResponse) Reset ¶
func (x *CreateWorkflowResponse) Reset()
func (*CreateWorkflowResponse) String ¶
func (x *CreateWorkflowResponse) String() string
type DeleteInstanceVariableRequest ¶
type DeleteInstanceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeleteInstanceVariableRequest) Descriptor
deprecated
func (*DeleteInstanceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceVariableRequest.ProtoReflect.Descriptor instead.
func (*DeleteInstanceVariableRequest) GetInstance ¶
func (x *DeleteInstanceVariableRequest) GetInstance() string
func (*DeleteInstanceVariableRequest) GetKey ¶
func (x *DeleteInstanceVariableRequest) GetKey() string
func (*DeleteInstanceVariableRequest) GetNamespace ¶
func (x *DeleteInstanceVariableRequest) GetNamespace() string
func (*DeleteInstanceVariableRequest) ProtoMessage ¶
func (*DeleteInstanceVariableRequest) ProtoMessage()
func (*DeleteInstanceVariableRequest) ProtoReflect ¶
func (x *DeleteInstanceVariableRequest) ProtoReflect() protoreflect.Message
func (*DeleteInstanceVariableRequest) Reset ¶
func (x *DeleteInstanceVariableRequest) Reset()
func (*DeleteInstanceVariableRequest) String ¶
func (x *DeleteInstanceVariableRequest) String() string
type DeleteNamespaceRegistryRequest ¶
type DeleteNamespaceRegistryRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"` // contains filtered or unexported fields }
func (*DeleteNamespaceRegistryRequest) Descriptor
deprecated
func (*DeleteNamespaceRegistryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceRegistryRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceRegistryRequest) GetNamespace ¶
func (x *DeleteNamespaceRegistryRequest) GetNamespace() string
func (*DeleteNamespaceRegistryRequest) GetRegistry ¶
func (x *DeleteNamespaceRegistryRequest) GetRegistry() string
func (*DeleteNamespaceRegistryRequest) ProtoMessage ¶
func (*DeleteNamespaceRegistryRequest) ProtoMessage()
func (*DeleteNamespaceRegistryRequest) ProtoReflect ¶
func (x *DeleteNamespaceRegistryRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceRegistryRequest) Reset ¶
func (x *DeleteNamespaceRegistryRequest) Reset()
func (*DeleteNamespaceRegistryRequest) String ¶
func (x *DeleteNamespaceRegistryRequest) String() string
type DeleteNamespaceRequest ¶
type DeleteNamespaceRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Idempotent bool `protobuf:"varint,2,opt,name=idempotent,proto3" json:"idempotent,omitempty"` Recursive bool `protobuf:"varint,3,opt,name=recursive,proto3" json:"recursive,omitempty"` // contains filtered or unexported fields }
func (*DeleteNamespaceRequest) Descriptor
deprecated
func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceRequest) GetIdempotent ¶
func (x *DeleteNamespaceRequest) GetIdempotent() bool
func (*DeleteNamespaceRequest) GetName ¶
func (x *DeleteNamespaceRequest) GetName() string
func (*DeleteNamespaceRequest) GetRecursive ¶
func (x *DeleteNamespaceRequest) GetRecursive() bool
func (*DeleteNamespaceRequest) ProtoMessage ¶
func (*DeleteNamespaceRequest) ProtoMessage()
func (*DeleteNamespaceRequest) ProtoReflect ¶
func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceRequest) Reset ¶
func (x *DeleteNamespaceRequest) Reset()
func (*DeleteNamespaceRequest) String ¶
func (x *DeleteNamespaceRequest) String() string
type DeleteNamespaceVariableRequest ¶
type DeleteNamespaceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeleteNamespaceVariableRequest) Descriptor
deprecated
func (*DeleteNamespaceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceVariableRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceVariableRequest) GetKey ¶
func (x *DeleteNamespaceVariableRequest) GetKey() string
func (*DeleteNamespaceVariableRequest) GetNamespace ¶
func (x *DeleteNamespaceVariableRequest) GetNamespace() string
func (*DeleteNamespaceVariableRequest) ProtoMessage ¶
func (*DeleteNamespaceVariableRequest) ProtoMessage()
func (*DeleteNamespaceVariableRequest) ProtoReflect ¶
func (x *DeleteNamespaceVariableRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceVariableRequest) Reset ¶
func (x *DeleteNamespaceVariableRequest) Reset()
func (*DeleteNamespaceVariableRequest) String ¶
func (x *DeleteNamespaceVariableRequest) String() string
type DeleteNodeAttributesRequest ¶
type DeleteNodeAttributesRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Attributes []string `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
func (*DeleteNodeAttributesRequest) Descriptor
deprecated
func (*DeleteNodeAttributesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNodeAttributesRequest.ProtoReflect.Descriptor instead.
func (*DeleteNodeAttributesRequest) GetAttributes ¶
func (x *DeleteNodeAttributesRequest) GetAttributes() []string
func (*DeleteNodeAttributesRequest) GetNamespace ¶
func (x *DeleteNodeAttributesRequest) GetNamespace() string
func (*DeleteNodeAttributesRequest) GetPath ¶
func (x *DeleteNodeAttributesRequest) GetPath() string
func (*DeleteNodeAttributesRequest) ProtoMessage ¶
func (*DeleteNodeAttributesRequest) ProtoMessage()
func (*DeleteNodeAttributesRequest) ProtoReflect ¶
func (x *DeleteNodeAttributesRequest) ProtoReflect() protoreflect.Message
func (*DeleteNodeAttributesRequest) Reset ¶
func (x *DeleteNodeAttributesRequest) Reset()
func (*DeleteNodeAttributesRequest) String ¶
func (x *DeleteNodeAttributesRequest) String() string
type DeleteNodeRequest ¶
type DeleteNodeRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Idempotent bool `protobuf:"varint,3,opt,name=idempotent,proto3" json:"idempotent,omitempty"` Recursive bool `protobuf:"varint,4,opt,name=recursive,proto3" json:"recursive,omitempty"` // contains filtered or unexported fields }
func (*DeleteNodeRequest) Descriptor
deprecated
func (*DeleteNodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNodeRequest.ProtoReflect.Descriptor instead.
func (*DeleteNodeRequest) GetIdempotent ¶
func (x *DeleteNodeRequest) GetIdempotent() bool
func (*DeleteNodeRequest) GetNamespace ¶
func (x *DeleteNodeRequest) GetNamespace() string
func (*DeleteNodeRequest) GetPath ¶
func (x *DeleteNodeRequest) GetPath() string
func (*DeleteNodeRequest) GetRecursive ¶
func (x *DeleteNodeRequest) GetRecursive() bool
func (*DeleteNodeRequest) ProtoMessage ¶
func (*DeleteNodeRequest) ProtoMessage()
func (*DeleteNodeRequest) ProtoReflect ¶
func (x *DeleteNodeRequest) ProtoReflect() protoreflect.Message
func (*DeleteNodeRequest) Reset ¶
func (x *DeleteNodeRequest) Reset()
func (*DeleteNodeRequest) String ¶
func (x *DeleteNodeRequest) String() string
type DeleteRevisionRequest ¶
type DeleteRevisionRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*DeleteRevisionRequest) Descriptor
deprecated
func (*DeleteRevisionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRevisionRequest.ProtoReflect.Descriptor instead.
func (*DeleteRevisionRequest) GetNamespace ¶
func (x *DeleteRevisionRequest) GetNamespace() string
func (*DeleteRevisionRequest) GetPath ¶
func (x *DeleteRevisionRequest) GetPath() string
func (*DeleteRevisionRequest) GetRevision ¶
func (x *DeleteRevisionRequest) GetRevision() string
func (*DeleteRevisionRequest) ProtoMessage ¶
func (*DeleteRevisionRequest) ProtoMessage()
func (*DeleteRevisionRequest) ProtoReflect ¶
func (x *DeleteRevisionRequest) ProtoReflect() protoreflect.Message
func (*DeleteRevisionRequest) Reset ¶
func (x *DeleteRevisionRequest) Reset()
func (*DeleteRevisionRequest) String ¶
func (x *DeleteRevisionRequest) String() string
type DeleteSecretRequest ¶
type DeleteSecretRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeleteSecretRequest) Descriptor
deprecated
func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteSecretRequest) GetKey ¶
func (x *DeleteSecretRequest) GetKey() string
func (*DeleteSecretRequest) GetNamespace ¶
func (x *DeleteSecretRequest) GetNamespace() string
func (*DeleteSecretRequest) ProtoMessage ¶
func (*DeleteSecretRequest) ProtoMessage()
func (*DeleteSecretRequest) ProtoReflect ¶
func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteSecretRequest) Reset ¶
func (x *DeleteSecretRequest) Reset()
func (*DeleteSecretRequest) String ¶
func (x *DeleteSecretRequest) String() string
type DeleteWorkflowVariableRequest ¶
type DeleteWorkflowVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeleteWorkflowVariableRequest) Descriptor
deprecated
func (*DeleteWorkflowVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWorkflowVariableRequest.ProtoReflect.Descriptor instead.
func (*DeleteWorkflowVariableRequest) GetKey ¶
func (x *DeleteWorkflowVariableRequest) GetKey() string
func (*DeleteWorkflowVariableRequest) GetNamespace ¶
func (x *DeleteWorkflowVariableRequest) GetNamespace() string
func (*DeleteWorkflowVariableRequest) GetPath ¶
func (x *DeleteWorkflowVariableRequest) GetPath() string
func (*DeleteWorkflowVariableRequest) ProtoMessage ¶
func (*DeleteWorkflowVariableRequest) ProtoMessage()
func (*DeleteWorkflowVariableRequest) ProtoReflect ¶
func (x *DeleteWorkflowVariableRequest) ProtoReflect() protoreflect.Message
func (*DeleteWorkflowVariableRequest) Reset ¶
func (x *DeleteWorkflowVariableRequest) Reset()
func (*DeleteWorkflowVariableRequest) String ¶
func (x *DeleteWorkflowVariableRequest) String() string
type DirectoryChildren ¶
type DirectoryChildren struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*DirectoryResponseEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*DirectoryChildren) Descriptor
deprecated
func (*DirectoryChildren) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryChildren.ProtoReflect.Descriptor instead.
func (*DirectoryChildren) GetEdges ¶
func (x *DirectoryChildren) GetEdges() []*DirectoryResponseEdge
func (*DirectoryChildren) GetPageInfo ¶
func (x *DirectoryChildren) GetPageInfo() *PageInfo
func (*DirectoryChildren) GetTotalCount ¶
func (x *DirectoryChildren) GetTotalCount() int32
func (*DirectoryChildren) ProtoMessage ¶
func (*DirectoryChildren) ProtoMessage()
func (*DirectoryChildren) ProtoReflect ¶
func (x *DirectoryChildren) ProtoReflect() protoreflect.Message
func (*DirectoryChildren) Reset ¶
func (x *DirectoryChildren) Reset()
func (*DirectoryChildren) String ¶
func (x *DirectoryChildren) String() string
type DirectoryRequest ¶
type DirectoryRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*DirectoryRequest) Descriptor
deprecated
func (*DirectoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryRequest.ProtoReflect.Descriptor instead.
func (*DirectoryRequest) GetNamespace ¶
func (x *DirectoryRequest) GetNamespace() string
func (*DirectoryRequest) GetPagination ¶
func (x *DirectoryRequest) GetPagination() *Pagination
func (*DirectoryRequest) GetPath ¶
func (x *DirectoryRequest) GetPath() string
func (*DirectoryRequest) ProtoMessage ¶
func (*DirectoryRequest) ProtoMessage()
func (*DirectoryRequest) ProtoReflect ¶
func (x *DirectoryRequest) ProtoReflect() protoreflect.Message
func (*DirectoryRequest) Reset ¶
func (x *DirectoryRequest) Reset()
func (*DirectoryRequest) String ¶
func (x *DirectoryRequest) String() string
type DirectoryResponse ¶
type DirectoryResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Children *DirectoryChildren `protobuf:"bytes,3,opt,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
func (*DirectoryResponse) Descriptor
deprecated
func (*DirectoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryResponse.ProtoReflect.Descriptor instead.
func (*DirectoryResponse) GetChildren ¶
func (x *DirectoryResponse) GetChildren() *DirectoryChildren
func (*DirectoryResponse) GetNamespace ¶
func (x *DirectoryResponse) GetNamespace() string
func (*DirectoryResponse) GetNode ¶
func (x *DirectoryResponse) GetNode() *Node
func (*DirectoryResponse) ProtoMessage ¶
func (*DirectoryResponse) ProtoMessage()
func (*DirectoryResponse) ProtoReflect ¶
func (x *DirectoryResponse) ProtoReflect() protoreflect.Message
func (*DirectoryResponse) Reset ¶
func (x *DirectoryResponse) Reset()
func (*DirectoryResponse) String ¶
func (x *DirectoryResponse) String() string
type DirectoryResponseEdge ¶
type DirectoryResponseEdge struct { Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*DirectoryResponseEdge) Descriptor
deprecated
func (*DirectoryResponseEdge) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryResponseEdge.ProtoReflect.Descriptor instead.
func (*DirectoryResponseEdge) GetCursor ¶
func (x *DirectoryResponseEdge) GetCursor() string
func (*DirectoryResponseEdge) GetNode ¶
func (x *DirectoryResponseEdge) GetNode() *Node
func (*DirectoryResponseEdge) ProtoMessage ¶
func (*DirectoryResponseEdge) ProtoMessage()
func (*DirectoryResponseEdge) ProtoReflect ¶
func (x *DirectoryResponseEdge) ProtoReflect() protoreflect.Message
func (*DirectoryResponseEdge) Reset ¶
func (x *DirectoryResponseEdge) Reset()
func (*DirectoryResponseEdge) String ¶
func (x *DirectoryResponseEdge) String() string
type DiscardHeadRequest ¶
type DiscardHeadRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*DiscardHeadRequest) Descriptor
deprecated
func (*DiscardHeadRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiscardHeadRequest.ProtoReflect.Descriptor instead.
func (*DiscardHeadRequest) GetNamespace ¶
func (x *DiscardHeadRequest) GetNamespace() string
func (*DiscardHeadRequest) GetPath ¶
func (x *DiscardHeadRequest) GetPath() string
func (*DiscardHeadRequest) ProtoMessage ¶
func (*DiscardHeadRequest) ProtoMessage()
func (*DiscardHeadRequest) ProtoReflect ¶
func (x *DiscardHeadRequest) ProtoReflect() protoreflect.Message
func (*DiscardHeadRequest) Reset ¶
func (x *DiscardHeadRequest) Reset()
func (*DiscardHeadRequest) String ¶
func (x *DiscardHeadRequest) String() string
type DiscardHeadResponse ¶
type DiscardHeadResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Revision *Revision `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*DiscardHeadResponse) Descriptor
deprecated
func (*DiscardHeadResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiscardHeadResponse.ProtoReflect.Descriptor instead.
func (*DiscardHeadResponse) GetNamespace ¶
func (x *DiscardHeadResponse) GetNamespace() string
func (*DiscardHeadResponse) GetNode ¶
func (x *DiscardHeadResponse) GetNode() *Node
func (*DiscardHeadResponse) GetRevision ¶
func (x *DiscardHeadResponse) GetRevision() *Revision
func (*DiscardHeadResponse) ProtoMessage ¶
func (*DiscardHeadResponse) ProtoMessage()
func (*DiscardHeadResponse) ProtoReflect ¶
func (x *DiscardHeadResponse) ProtoReflect() protoreflect.Message
func (*DiscardHeadResponse) Reset ¶
func (x *DiscardHeadResponse) Reset()
func (*DiscardHeadResponse) String ¶
func (x *DiscardHeadResponse) String() string
type EditRouterRequest ¶
type EditRouterRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Live bool `protobuf:"varint,3,opt,name=live,proto3" json:"live,omitempty"` Route []*Route `protobuf:"bytes,4,rep,name=route,proto3" json:"route,omitempty"` // contains filtered or unexported fields }
func (*EditRouterRequest) Descriptor
deprecated
func (*EditRouterRequest) Descriptor() ([]byte, []int)
Deprecated: Use EditRouterRequest.ProtoReflect.Descriptor instead.
func (*EditRouterRequest) GetLive ¶
func (x *EditRouterRequest) GetLive() bool
func (*EditRouterRequest) GetNamespace ¶
func (x *EditRouterRequest) GetNamespace() string
func (*EditRouterRequest) GetPath ¶
func (x *EditRouterRequest) GetPath() string
func (*EditRouterRequest) GetRoute ¶
func (x *EditRouterRequest) GetRoute() []*Route
func (*EditRouterRequest) ProtoMessage ¶
func (*EditRouterRequest) ProtoMessage()
func (*EditRouterRequest) ProtoReflect ¶
func (x *EditRouterRequest) ProtoReflect() protoreflect.Message
func (*EditRouterRequest) Reset ¶
func (x *EditRouterRequest) Reset()
func (*EditRouterRequest) String ¶
func (x *EditRouterRequest) String() string
type EditRouterResponse ¶
type EditRouterResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Live bool `protobuf:"varint,3,opt,name=live,proto3" json:"live,omitempty"` Routes []*Route `protobuf:"bytes,4,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*EditRouterResponse) Descriptor
deprecated
func (*EditRouterResponse) Descriptor() ([]byte, []int)
Deprecated: Use EditRouterResponse.ProtoReflect.Descriptor instead.
func (*EditRouterResponse) GetLive ¶
func (x *EditRouterResponse) GetLive() bool
func (*EditRouterResponse) GetNamespace ¶
func (x *EditRouterResponse) GetNamespace() string
func (*EditRouterResponse) GetNode ¶
func (x *EditRouterResponse) GetNode() *Node
func (*EditRouterResponse) GetRoutes ¶
func (x *EditRouterResponse) GetRoutes() []*Route
func (*EditRouterResponse) ProtoMessage ¶
func (*EditRouterResponse) ProtoMessage()
func (*EditRouterResponse) ProtoReflect ¶
func (x *EditRouterResponse) ProtoReflect() protoreflect.Message
func (*EditRouterResponse) Reset ¶
func (x *EditRouterResponse) Reset()
func (*EditRouterResponse) String ¶
func (x *EditRouterResponse) String() string
type EventingClient ¶ added in v0.5.5
type EventingClient interface {
RequestEvents(ctx context.Context, in *EventingRequest, opts ...grpc.CallOption) (Eventing_RequestEventsClient, error)
}
EventingClient is the client API for Eventing service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEventingClient ¶ added in v0.5.5
func NewEventingClient(cc grpc.ClientConnInterface) EventingClient
type EventingRequest ¶ added in v0.5.5
type EventingRequest struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*EventingRequest) Descriptor
deprecated
added in
v0.5.5
func (*EventingRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventingRequest.ProtoReflect.Descriptor instead.
func (*EventingRequest) GetUuid ¶ added in v0.5.5
func (x *EventingRequest) GetUuid() string
func (*EventingRequest) ProtoMessage ¶ added in v0.5.5
func (*EventingRequest) ProtoMessage()
func (*EventingRequest) ProtoReflect ¶ added in v0.5.5
func (x *EventingRequest) ProtoReflect() protoreflect.Message
func (*EventingRequest) Reset ¶ added in v0.5.5
func (x *EventingRequest) Reset()
func (*EventingRequest) String ¶ added in v0.5.5
func (x *EventingRequest) String() string
type EventingServer ¶ added in v0.5.5
type EventingServer interface { RequestEvents(*EventingRequest, Eventing_RequestEventsServer) error // contains filtered or unexported methods }
EventingServer is the server API for Eventing service. All implementations must embed UnimplementedEventingServer for forward compatibility
type Eventing_RequestEventsClient ¶ added in v0.5.5
type Eventing_RequestEventsClient interface { Recv() (*CloudEvent, error) grpc.ClientStream }
type Eventing_RequestEventsServer ¶ added in v0.5.5
type Eventing_RequestEventsServer interface { Send(*CloudEvent) error grpc.ServerStream }
type FlowClient ¶
type FlowClient interface { Namespace(ctx context.Context, in *NamespaceRequest, opts ...grpc.CallOption) (*NamespaceResponse, error) Namespaces(ctx context.Context, in *NamespacesRequest, opts ...grpc.CallOption) (*NamespacesResponse, error) NamespacesStream(ctx context.Context, in *NamespacesRequest, opts ...grpc.CallOption) (Flow_NamespacesStreamClient, error) CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error) DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameNamespace(ctx context.Context, in *RenameNamespaceRequest, opts ...grpc.CallOption) (*RenameNamespaceResponse, error) ServerLogs(ctx context.Context, in *ServerLogsRequest, opts ...grpc.CallOption) (*ServerLogsResponse, error) ServerLogsParcels(ctx context.Context, in *ServerLogsRequest, opts ...grpc.CallOption) (Flow_ServerLogsParcelsClient, error) NamespaceLogs(ctx context.Context, in *NamespaceLogsRequest, opts ...grpc.CallOption) (*NamespaceLogsResponse, error) NamespaceLogsParcels(ctx context.Context, in *NamespaceLogsRequest, opts ...grpc.CallOption) (Flow_NamespaceLogsParcelsClient, error) WorkflowLogs(ctx context.Context, in *WorkflowLogsRequest, opts ...grpc.CallOption) (*WorkflowLogsResponse, error) WorkflowLogsParcels(ctx context.Context, in *WorkflowLogsRequest, opts ...grpc.CallOption) (Flow_WorkflowLogsParcelsClient, error) Directory(ctx context.Context, in *DirectoryRequest, opts ...grpc.CallOption) (*DirectoryResponse, error) DirectoryStream(ctx context.Context, in *DirectoryRequest, opts ...grpc.CallOption) (Flow_DirectoryStreamClient, error) CreateDirectory(ctx context.Context, in *CreateDirectoryRequest, opts ...grpc.CallOption) (*CreateDirectoryResponse, error) DeleteNode(ctx context.Context, in *DeleteNodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameNode(ctx context.Context, in *RenameNodeRequest, opts ...grpc.CallOption) (*RenameNodeResponse, error) Node(ctx context.Context, in *NodeRequest, opts ...grpc.CallOption) (*NodeResponse, error) Workflow(ctx context.Context, in *WorkflowRequest, opts ...grpc.CallOption) (*WorkflowResponse, error) WorkflowStream(ctx context.Context, in *WorkflowRequest, opts ...grpc.CallOption) (Flow_WorkflowStreamClient, error) CreateWorkflow(ctx context.Context, in *CreateWorkflowRequest, opts ...grpc.CallOption) (*CreateWorkflowResponse, error) UpdateWorkflow(ctx context.Context, in *UpdateWorkflowRequest, opts ...grpc.CallOption) (*UpdateWorkflowResponse, error) SaveHead(ctx context.Context, in *SaveHeadRequest, opts ...grpc.CallOption) (*SaveHeadResponse, error) DiscardHead(ctx context.Context, in *DiscardHeadRequest, opts ...grpc.CallOption) (*DiscardHeadResponse, error) Tags(ctx context.Context, in *TagsRequest, opts ...grpc.CallOption) (*TagsResponse, error) TagsStream(ctx context.Context, in *TagsRequest, opts ...grpc.CallOption) (Flow_TagsStreamClient, error) Refs(ctx context.Context, in *RefsRequest, opts ...grpc.CallOption) (*RefsResponse, error) RefsStream(ctx context.Context, in *RefsRequest, opts ...grpc.CallOption) (Flow_RefsStreamClient, error) Revisions(ctx context.Context, in *RevisionsRequest, opts ...grpc.CallOption) (*RevisionsResponse, error) RevisionsStream(ctx context.Context, in *RevisionsRequest, opts ...grpc.CallOption) (Flow_RevisionsStreamClient, error) DeleteRevision(ctx context.Context, in *DeleteRevisionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Tag(ctx context.Context, in *TagRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Untag(ctx context.Context, in *UntagRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Retag(ctx context.Context, in *RetagRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Router(ctx context.Context, in *RouterRequest, opts ...grpc.CallOption) (*RouterResponse, error) RouterStream(ctx context.Context, in *RouterRequest, opts ...grpc.CallOption) (Flow_RouterStreamClient, error) EditRouter(ctx context.Context, in *EditRouterRequest, opts ...grpc.CallOption) (*EditRouterResponse, error) ValidateRef(ctx context.Context, in *ValidateRefRequest, opts ...grpc.CallOption) (*ValidateRefResponse, error) ValidateRouter(ctx context.Context, in *ValidateRouterRequest, opts ...grpc.CallOption) (*ValidateRouterResponse, error) Secrets(ctx context.Context, in *SecretsRequest, opts ...grpc.CallOption) (*SecretsResponse, error) SecretsStream(ctx context.Context, in *SecretsRequest, opts ...grpc.CallOption) (Flow_SecretsStreamClient, error) SetSecret(ctx context.Context, in *SetSecretRequest, opts ...grpc.CallOption) (*SetSecretResponse, error) DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Instance(ctx context.Context, in *InstanceRequest, opts ...grpc.CallOption) (*InstanceResponse, error) InstanceStream(ctx context.Context, in *InstanceRequest, opts ...grpc.CallOption) (Flow_InstanceStreamClient, error) Instances(ctx context.Context, in *InstancesRequest, opts ...grpc.CallOption) (*InstancesResponse, error) InstancesStream(ctx context.Context, in *InstancesRequest, opts ...grpc.CallOption) (Flow_InstancesStreamClient, error) InstanceInput(ctx context.Context, in *InstanceInputRequest, opts ...grpc.CallOption) (*InstanceInputResponse, error) InstanceOutput(ctx context.Context, in *InstanceOutputRequest, opts ...grpc.CallOption) (*InstanceOutputResponse, error) InstanceLogs(ctx context.Context, in *InstanceLogsRequest, opts ...grpc.CallOption) (*InstanceLogsResponse, error) InstanceLogsParcels(ctx context.Context, in *InstanceLogsRequest, opts ...grpc.CallOption) (Flow_InstanceLogsParcelsClient, error) StartWorkflow(ctx context.Context, in *StartWorkflowRequest, opts ...grpc.CallOption) (*StartWorkflowResponse, error) RunWorkflow(ctx context.Context, in *RunWorkflowRequest, opts ...grpc.CallOption) (Flow_RunWorkflowClient, error) CancelInstance(ctx context.Context, in *CancelInstanceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) BroadcastCloudevent(ctx context.Context, in *BroadcastCloudeventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) NamespaceVariable(ctx context.Context, in *NamespaceVariableRequest, opts ...grpc.CallOption) (*NamespaceVariableResponse, error) NamespaceVariableParcels(ctx context.Context, in *NamespaceVariableRequest, opts ...grpc.CallOption) (Flow_NamespaceVariableParcelsClient, error) NamespaceVariables(ctx context.Context, in *NamespaceVariablesRequest, opts ...grpc.CallOption) (*NamespaceVariablesResponse, error) NamespaceVariablesStream(ctx context.Context, in *NamespaceVariablesRequest, opts ...grpc.CallOption) (Flow_NamespaceVariablesStreamClient, error) SetNamespaceVariable(ctx context.Context, in *SetNamespaceVariableRequest, opts ...grpc.CallOption) (*SetNamespaceVariableResponse, error) SetNamespaceVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Flow_SetNamespaceVariableParcelsClient, error) DeleteNamespaceVariable(ctx context.Context, in *DeleteNamespaceVariableRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameNamespaceVariable(ctx context.Context, in *RenameNamespaceVariableRequest, opts ...grpc.CallOption) (*RenameNamespaceVariableResponse, error) WorkflowVariable(ctx context.Context, in *WorkflowVariableRequest, opts ...grpc.CallOption) (*WorkflowVariableResponse, error) WorkflowVariableParcels(ctx context.Context, in *WorkflowVariableRequest, opts ...grpc.CallOption) (Flow_WorkflowVariableParcelsClient, error) WorkflowVariables(ctx context.Context, in *WorkflowVariablesRequest, opts ...grpc.CallOption) (*WorkflowVariablesResponse, error) WorkflowVariablesStream(ctx context.Context, in *WorkflowVariablesRequest, opts ...grpc.CallOption) (Flow_WorkflowVariablesStreamClient, error) SetWorkflowVariable(ctx context.Context, in *SetWorkflowVariableRequest, opts ...grpc.CallOption) (*SetWorkflowVariableResponse, error) SetWorkflowVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Flow_SetWorkflowVariableParcelsClient, error) DeleteWorkflowVariable(ctx context.Context, in *DeleteWorkflowVariableRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameWorkflowVariable(ctx context.Context, in *RenameWorkflowVariableRequest, opts ...grpc.CallOption) (*RenameWorkflowVariableResponse, error) InstanceVariable(ctx context.Context, in *InstanceVariableRequest, opts ...grpc.CallOption) (*InstanceVariableResponse, error) InstanceVariableParcels(ctx context.Context, in *InstanceVariableRequest, opts ...grpc.CallOption) (Flow_InstanceVariableParcelsClient, error) InstanceVariables(ctx context.Context, in *InstanceVariablesRequest, opts ...grpc.CallOption) (*InstanceVariablesResponse, error) InstanceVariablesStream(ctx context.Context, in *InstanceVariablesRequest, opts ...grpc.CallOption) (Flow_InstanceVariablesStreamClient, error) SetInstanceVariable(ctx context.Context, in *SetInstanceVariableRequest, opts ...grpc.CallOption) (*SetInstanceVariableResponse, error) SetInstanceVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Flow_SetInstanceVariableParcelsClient, error) DeleteInstanceVariable(ctx context.Context, in *DeleteInstanceVariableRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) RenameInstanceVariable(ctx context.Context, in *RenameInstanceVariableRequest, opts ...grpc.CallOption) (*RenameInstanceVariableResponse, error) JQ(ctx context.Context, in *JQRequest, opts ...grpc.CallOption) (*JQResponse, error) CreateNodeAttributes(ctx context.Context, in *CreateNodeAttributesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteNodeAttributes(ctx context.Context, in *DeleteNodeAttributesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) WorkflowMetrics(ctx context.Context, in *WorkflowMetricsRequest, opts ...grpc.CallOption) (*WorkflowMetricsResponse, error) ToggleWorkflow(ctx context.Context, in *ToggleWorkflowRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) SetWorkflowEventLogging(ctx context.Context, in *SetWorkflowEventLoggingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) ResolveNamespaceUID(ctx context.Context, in *ResolveNamespaceUIDRequest, opts ...grpc.CallOption) (*NamespaceResponse, error) ResolveWorkflowUID(ctx context.Context, in *ResolveWorkflowUIDRequest, opts ...grpc.CallOption) (*WorkflowResponse, error) SetNamespaceConfig(ctx context.Context, in *SetNamespaceConfigRequest, opts ...grpc.CallOption) (*SetNamespaceConfigResponse, error) GetNamespaceConfig(ctx context.Context, in *GetNamespaceConfigRequest, opts ...grpc.CallOption) (*GetNamespaceConfigResponse, error) }
FlowClient is the client API for Flow service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFlowClient ¶
func NewFlowClient(cc grpc.ClientConnInterface) FlowClient
type FlowServer ¶
type FlowServer interface { Namespace(context.Context, *NamespaceRequest) (*NamespaceResponse, error) Namespaces(context.Context, *NamespacesRequest) (*NamespacesResponse, error) NamespacesStream(*NamespacesRequest, Flow_NamespacesStreamServer) error CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error) RenameNamespace(context.Context, *RenameNamespaceRequest) (*RenameNamespaceResponse, error) ServerLogs(context.Context, *ServerLogsRequest) (*ServerLogsResponse, error) ServerLogsParcels(*ServerLogsRequest, Flow_ServerLogsParcelsServer) error NamespaceLogs(context.Context, *NamespaceLogsRequest) (*NamespaceLogsResponse, error) NamespaceLogsParcels(*NamespaceLogsRequest, Flow_NamespaceLogsParcelsServer) error WorkflowLogs(context.Context, *WorkflowLogsRequest) (*WorkflowLogsResponse, error) WorkflowLogsParcels(*WorkflowLogsRequest, Flow_WorkflowLogsParcelsServer) error Directory(context.Context, *DirectoryRequest) (*DirectoryResponse, error) DirectoryStream(*DirectoryRequest, Flow_DirectoryStreamServer) error CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error) DeleteNode(context.Context, *DeleteNodeRequest) (*emptypb.Empty, error) RenameNode(context.Context, *RenameNodeRequest) (*RenameNodeResponse, error) Node(context.Context, *NodeRequest) (*NodeResponse, error) Workflow(context.Context, *WorkflowRequest) (*WorkflowResponse, error) WorkflowStream(*WorkflowRequest, Flow_WorkflowStreamServer) error CreateWorkflow(context.Context, *CreateWorkflowRequest) (*CreateWorkflowResponse, error) UpdateWorkflow(context.Context, *UpdateWorkflowRequest) (*UpdateWorkflowResponse, error) SaveHead(context.Context, *SaveHeadRequest) (*SaveHeadResponse, error) DiscardHead(context.Context, *DiscardHeadRequest) (*DiscardHeadResponse, error) Tags(context.Context, *TagsRequest) (*TagsResponse, error) TagsStream(*TagsRequest, Flow_TagsStreamServer) error Refs(context.Context, *RefsRequest) (*RefsResponse, error) RefsStream(*RefsRequest, Flow_RefsStreamServer) error Revisions(context.Context, *RevisionsRequest) (*RevisionsResponse, error) RevisionsStream(*RevisionsRequest, Flow_RevisionsStreamServer) error DeleteRevision(context.Context, *DeleteRevisionRequest) (*emptypb.Empty, error) Tag(context.Context, *TagRequest) (*emptypb.Empty, error) Untag(context.Context, *UntagRequest) (*emptypb.Empty, error) Retag(context.Context, *RetagRequest) (*emptypb.Empty, error) Router(context.Context, *RouterRequest) (*RouterResponse, error) RouterStream(*RouterRequest, Flow_RouterStreamServer) error EditRouter(context.Context, *EditRouterRequest) (*EditRouterResponse, error) ValidateRef(context.Context, *ValidateRefRequest) (*ValidateRefResponse, error) ValidateRouter(context.Context, *ValidateRouterRequest) (*ValidateRouterResponse, error) Secrets(context.Context, *SecretsRequest) (*SecretsResponse, error) SecretsStream(*SecretsRequest, Flow_SecretsStreamServer) error SetSecret(context.Context, *SetSecretRequest) (*SetSecretResponse, error) DeleteSecret(context.Context, *DeleteSecretRequest) (*emptypb.Empty, error) Instance(context.Context, *InstanceRequest) (*InstanceResponse, error) InstanceStream(*InstanceRequest, Flow_InstanceStreamServer) error Instances(context.Context, *InstancesRequest) (*InstancesResponse, error) InstancesStream(*InstancesRequest, Flow_InstancesStreamServer) error InstanceInput(context.Context, *InstanceInputRequest) (*InstanceInputResponse, error) InstanceOutput(context.Context, *InstanceOutputRequest) (*InstanceOutputResponse, error) InstanceLogs(context.Context, *InstanceLogsRequest) (*InstanceLogsResponse, error) InstanceLogsParcels(*InstanceLogsRequest, Flow_InstanceLogsParcelsServer) error StartWorkflow(context.Context, *StartWorkflowRequest) (*StartWorkflowResponse, error) RunWorkflow(*RunWorkflowRequest, Flow_RunWorkflowServer) error CancelInstance(context.Context, *CancelInstanceRequest) (*emptypb.Empty, error) BroadcastCloudevent(context.Context, *BroadcastCloudeventRequest) (*emptypb.Empty, error) NamespaceVariable(context.Context, *NamespaceVariableRequest) (*NamespaceVariableResponse, error) NamespaceVariableParcels(*NamespaceVariableRequest, Flow_NamespaceVariableParcelsServer) error NamespaceVariables(context.Context, *NamespaceVariablesRequest) (*NamespaceVariablesResponse, error) NamespaceVariablesStream(*NamespaceVariablesRequest, Flow_NamespaceVariablesStreamServer) error SetNamespaceVariable(context.Context, *SetNamespaceVariableRequest) (*SetNamespaceVariableResponse, error) SetNamespaceVariableParcels(Flow_SetNamespaceVariableParcelsServer) error DeleteNamespaceVariable(context.Context, *DeleteNamespaceVariableRequest) (*emptypb.Empty, error) RenameNamespaceVariable(context.Context, *RenameNamespaceVariableRequest) (*RenameNamespaceVariableResponse, error) WorkflowVariable(context.Context, *WorkflowVariableRequest) (*WorkflowVariableResponse, error) WorkflowVariableParcels(*WorkflowVariableRequest, Flow_WorkflowVariableParcelsServer) error WorkflowVariables(context.Context, *WorkflowVariablesRequest) (*WorkflowVariablesResponse, error) WorkflowVariablesStream(*WorkflowVariablesRequest, Flow_WorkflowVariablesStreamServer) error SetWorkflowVariable(context.Context, *SetWorkflowVariableRequest) (*SetWorkflowVariableResponse, error) SetWorkflowVariableParcels(Flow_SetWorkflowVariableParcelsServer) error DeleteWorkflowVariable(context.Context, *DeleteWorkflowVariableRequest) (*emptypb.Empty, error) RenameWorkflowVariable(context.Context, *RenameWorkflowVariableRequest) (*RenameWorkflowVariableResponse, error) InstanceVariable(context.Context, *InstanceVariableRequest) (*InstanceVariableResponse, error) InstanceVariableParcels(*InstanceVariableRequest, Flow_InstanceVariableParcelsServer) error InstanceVariables(context.Context, *InstanceVariablesRequest) (*InstanceVariablesResponse, error) InstanceVariablesStream(*InstanceVariablesRequest, Flow_InstanceVariablesStreamServer) error SetInstanceVariable(context.Context, *SetInstanceVariableRequest) (*SetInstanceVariableResponse, error) SetInstanceVariableParcels(Flow_SetInstanceVariableParcelsServer) error DeleteInstanceVariable(context.Context, *DeleteInstanceVariableRequest) (*emptypb.Empty, error) RenameInstanceVariable(context.Context, *RenameInstanceVariableRequest) (*RenameInstanceVariableResponse, error) JQ(context.Context, *JQRequest) (*JQResponse, error) CreateNodeAttributes(context.Context, *CreateNodeAttributesRequest) (*emptypb.Empty, error) DeleteNodeAttributes(context.Context, *DeleteNodeAttributesRequest) (*emptypb.Empty, error) WorkflowMetrics(context.Context, *WorkflowMetricsRequest) (*WorkflowMetricsResponse, error) ToggleWorkflow(context.Context, *ToggleWorkflowRequest) (*emptypb.Empty, error) SetWorkflowEventLogging(context.Context, *SetWorkflowEventLoggingRequest) (*emptypb.Empty, error) ResolveNamespaceUID(context.Context, *ResolveNamespaceUIDRequest) (*NamespaceResponse, error) ResolveWorkflowUID(context.Context, *ResolveWorkflowUIDRequest) (*WorkflowResponse, error) SetNamespaceConfig(context.Context, *SetNamespaceConfigRequest) (*SetNamespaceConfigResponse, error) GetNamespaceConfig(context.Context, *GetNamespaceConfigRequest) (*GetNamespaceConfigResponse, error) // contains filtered or unexported methods }
FlowServer is the server API for Flow service. All implementations must embed UnimplementedFlowServer for forward compatibility
type Flow_DirectoryStreamClient ¶
type Flow_DirectoryStreamClient interface { Recv() (*DirectoryResponse, error) grpc.ClientStream }
type Flow_DirectoryStreamServer ¶
type Flow_DirectoryStreamServer interface { Send(*DirectoryResponse) error grpc.ServerStream }
type Flow_InstanceLogsParcelsClient ¶
type Flow_InstanceLogsParcelsClient interface { Recv() (*InstanceLogsResponse, error) grpc.ClientStream }
type Flow_InstanceLogsParcelsServer ¶
type Flow_InstanceLogsParcelsServer interface { Send(*InstanceLogsResponse) error grpc.ServerStream }
type Flow_InstanceStreamClient ¶
type Flow_InstanceStreamClient interface { Recv() (*InstanceResponse, error) grpc.ClientStream }
type Flow_InstanceStreamServer ¶
type Flow_InstanceStreamServer interface { Send(*InstanceResponse) error grpc.ServerStream }
type Flow_InstanceVariableParcelsClient ¶
type Flow_InstanceVariableParcelsClient interface { Recv() (*InstanceVariableResponse, error) grpc.ClientStream }
type Flow_InstanceVariableParcelsServer ¶
type Flow_InstanceVariableParcelsServer interface { Send(*InstanceVariableResponse) error grpc.ServerStream }
type Flow_InstanceVariablesStreamClient ¶
type Flow_InstanceVariablesStreamClient interface { Recv() (*InstanceVariablesResponse, error) grpc.ClientStream }
type Flow_InstanceVariablesStreamServer ¶
type Flow_InstanceVariablesStreamServer interface { Send(*InstanceVariablesResponse) error grpc.ServerStream }
type Flow_InstancesStreamClient ¶
type Flow_InstancesStreamClient interface { Recv() (*InstancesResponse, error) grpc.ClientStream }
type Flow_InstancesStreamServer ¶
type Flow_InstancesStreamServer interface { Send(*InstancesResponse) error grpc.ServerStream }
type Flow_NamespaceLogsParcelsClient ¶
type Flow_NamespaceLogsParcelsClient interface { Recv() (*NamespaceLogsResponse, error) grpc.ClientStream }
type Flow_NamespaceLogsParcelsServer ¶
type Flow_NamespaceLogsParcelsServer interface { Send(*NamespaceLogsResponse) error grpc.ServerStream }
type Flow_NamespaceVariableParcelsClient ¶
type Flow_NamespaceVariableParcelsClient interface { Recv() (*NamespaceVariableResponse, error) grpc.ClientStream }
type Flow_NamespaceVariableParcelsServer ¶
type Flow_NamespaceVariableParcelsServer interface { Send(*NamespaceVariableResponse) error grpc.ServerStream }
type Flow_NamespaceVariablesStreamClient ¶
type Flow_NamespaceVariablesStreamClient interface { Recv() (*NamespaceVariablesResponse, error) grpc.ClientStream }
type Flow_NamespaceVariablesStreamServer ¶
type Flow_NamespaceVariablesStreamServer interface { Send(*NamespaceVariablesResponse) error grpc.ServerStream }
type Flow_NamespacesStreamClient ¶
type Flow_NamespacesStreamClient interface { Recv() (*NamespacesResponse, error) grpc.ClientStream }
type Flow_NamespacesStreamServer ¶
type Flow_NamespacesStreamServer interface { Send(*NamespacesResponse) error grpc.ServerStream }
type Flow_RefsStreamClient ¶
type Flow_RefsStreamClient interface { Recv() (*RefsResponse, error) grpc.ClientStream }
type Flow_RefsStreamServer ¶
type Flow_RefsStreamServer interface { Send(*RefsResponse) error grpc.ServerStream }
type Flow_RevisionsStreamClient ¶
type Flow_RevisionsStreamClient interface { Recv() (*RevisionsResponse, error) grpc.ClientStream }
type Flow_RevisionsStreamServer ¶
type Flow_RevisionsStreamServer interface { Send(*RevisionsResponse) error grpc.ServerStream }
type Flow_RouterStreamClient ¶
type Flow_RouterStreamClient interface { Recv() (*RouterResponse, error) grpc.ClientStream }
type Flow_RouterStreamServer ¶
type Flow_RouterStreamServer interface { Send(*RouterResponse) error grpc.ServerStream }
type Flow_RunWorkflowClient ¶
type Flow_RunWorkflowClient interface { Recv() (*RunWorkflowResponse, error) grpc.ClientStream }
type Flow_RunWorkflowServer ¶
type Flow_RunWorkflowServer interface { Send(*RunWorkflowResponse) error grpc.ServerStream }
type Flow_SecretsStreamClient ¶
type Flow_SecretsStreamClient interface { Recv() (*SecretsResponse, error) grpc.ClientStream }
type Flow_SecretsStreamServer ¶
type Flow_SecretsStreamServer interface { Send(*SecretsResponse) error grpc.ServerStream }
type Flow_ServerLogsParcelsClient ¶
type Flow_ServerLogsParcelsClient interface { Recv() (*ServerLogsResponse, error) grpc.ClientStream }
type Flow_ServerLogsParcelsServer ¶
type Flow_ServerLogsParcelsServer interface { Send(*ServerLogsResponse) error grpc.ServerStream }
type Flow_SetInstanceVariableParcelsClient ¶
type Flow_SetInstanceVariableParcelsClient interface { Send(*SetInstanceVariableRequest) error CloseAndRecv() (*SetInstanceVariableResponse, error) grpc.ClientStream }
type Flow_SetInstanceVariableParcelsServer ¶
type Flow_SetInstanceVariableParcelsServer interface { SendAndClose(*SetInstanceVariableResponse) error Recv() (*SetInstanceVariableRequest, error) grpc.ServerStream }
type Flow_SetNamespaceVariableParcelsClient ¶
type Flow_SetNamespaceVariableParcelsClient interface { Send(*SetNamespaceVariableRequest) error CloseAndRecv() (*SetNamespaceVariableResponse, error) grpc.ClientStream }
type Flow_SetNamespaceVariableParcelsServer ¶
type Flow_SetNamespaceVariableParcelsServer interface { SendAndClose(*SetNamespaceVariableResponse) error Recv() (*SetNamespaceVariableRequest, error) grpc.ServerStream }
type Flow_SetWorkflowVariableParcelsClient ¶
type Flow_SetWorkflowVariableParcelsClient interface { Send(*SetWorkflowVariableRequest) error CloseAndRecv() (*SetWorkflowVariableResponse, error) grpc.ClientStream }
type Flow_SetWorkflowVariableParcelsServer ¶
type Flow_SetWorkflowVariableParcelsServer interface { SendAndClose(*SetWorkflowVariableResponse) error Recv() (*SetWorkflowVariableRequest, error) grpc.ServerStream }
type Flow_TagsStreamClient ¶
type Flow_TagsStreamClient interface { Recv() (*TagsResponse, error) grpc.ClientStream }
type Flow_TagsStreamServer ¶
type Flow_TagsStreamServer interface { Send(*TagsResponse) error grpc.ServerStream }
type Flow_WorkflowLogsParcelsClient ¶
type Flow_WorkflowLogsParcelsClient interface { Recv() (*WorkflowLogsResponse, error) grpc.ClientStream }
type Flow_WorkflowLogsParcelsServer ¶
type Flow_WorkflowLogsParcelsServer interface { Send(*WorkflowLogsResponse) error grpc.ServerStream }
type Flow_WorkflowStreamClient ¶
type Flow_WorkflowStreamClient interface { Recv() (*WorkflowResponse, error) grpc.ClientStream }
type Flow_WorkflowStreamServer ¶
type Flow_WorkflowStreamServer interface { Send(*WorkflowResponse) error grpc.ServerStream }
type Flow_WorkflowVariableParcelsClient ¶
type Flow_WorkflowVariableParcelsClient interface { Recv() (*WorkflowVariableResponse, error) grpc.ClientStream }
type Flow_WorkflowVariableParcelsServer ¶
type Flow_WorkflowVariableParcelsServer interface { Send(*WorkflowVariableResponse) error grpc.ServerStream }
type Flow_WorkflowVariablesStreamClient ¶
type Flow_WorkflowVariablesStreamClient interface { Recv() (*WorkflowVariablesResponse, error) grpc.ClientStream }
type Flow_WorkflowVariablesStreamServer ¶
type Flow_WorkflowVariablesStreamServer interface { Send(*WorkflowVariablesResponse) error grpc.ServerStream }
type GetNamespaceConfigRequest ¶ added in v0.5.5
type GetNamespaceConfigRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetNamespaceConfigRequest) Descriptor
deprecated
added in
v0.5.5
func (*GetNamespaceConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceConfigRequest.ProtoReflect.Descriptor instead.
func (*GetNamespaceConfigRequest) GetName ¶ added in v0.5.5
func (x *GetNamespaceConfigRequest) GetName() string
func (*GetNamespaceConfigRequest) ProtoMessage ¶ added in v0.5.5
func (*GetNamespaceConfigRequest) ProtoMessage()
func (*GetNamespaceConfigRequest) ProtoReflect ¶ added in v0.5.5
func (x *GetNamespaceConfigRequest) ProtoReflect() protoreflect.Message
func (*GetNamespaceConfigRequest) Reset ¶ added in v0.5.5
func (x *GetNamespaceConfigRequest) Reset()
func (*GetNamespaceConfigRequest) String ¶ added in v0.5.5
func (x *GetNamespaceConfigRequest) String() string
type GetNamespaceConfigResponse ¶ added in v0.5.5
type GetNamespaceConfigResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Config string `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetNamespaceConfigResponse) Descriptor
deprecated
added in
v0.5.5
func (*GetNamespaceConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceConfigResponse.ProtoReflect.Descriptor instead.
func (*GetNamespaceConfigResponse) GetConfig ¶ added in v0.5.5
func (x *GetNamespaceConfigResponse) GetConfig() string
func (*GetNamespaceConfigResponse) GetName ¶ added in v0.5.5
func (x *GetNamespaceConfigResponse) GetName() string
func (*GetNamespaceConfigResponse) ProtoMessage ¶ added in v0.5.5
func (*GetNamespaceConfigResponse) ProtoMessage()
func (*GetNamespaceConfigResponse) ProtoReflect ¶ added in v0.5.5
func (x *GetNamespaceConfigResponse) ProtoReflect() protoreflect.Message
func (*GetNamespaceConfigResponse) Reset ¶ added in v0.5.5
func (x *GetNamespaceConfigResponse) Reset()
func (*GetNamespaceConfigResponse) String ¶ added in v0.5.5
func (x *GetNamespaceConfigResponse) String() string
type Instance ¶
type Instance struct { CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` As string `protobuf:"bytes,4,opt,name=as,proto3" json:"as,omitempty"` Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` ErrorCode string `protobuf:"bytes,6,opt,name=errorCode,proto3" json:"errorCode,omitempty"` ErrorMessage string `protobuf:"bytes,7,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // contains filtered or unexported fields }
func (*Instance) Descriptor
deprecated
func (*Instance) GetCreatedAt ¶
func (x *Instance) GetCreatedAt() *timestamppb.Timestamp
func (*Instance) GetErrorCode ¶
func (*Instance) GetErrorMessage ¶
func (*Instance) GetUpdatedAt ¶
func (x *Instance) GetUpdatedAt() *timestamppb.Timestamp
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type InstanceInputRequest ¶
type InstanceInputRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceInputRequest) Descriptor
deprecated
func (*InstanceInputRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceInputRequest.ProtoReflect.Descriptor instead.
func (*InstanceInputRequest) GetInstance ¶
func (x *InstanceInputRequest) GetInstance() string
func (*InstanceInputRequest) GetNamespace ¶
func (x *InstanceInputRequest) GetNamespace() string
func (*InstanceInputRequest) ProtoMessage ¶
func (*InstanceInputRequest) ProtoMessage()
func (*InstanceInputRequest) ProtoReflect ¶
func (x *InstanceInputRequest) ProtoReflect() protoreflect.Message
func (*InstanceInputRequest) Reset ¶
func (x *InstanceInputRequest) Reset()
func (*InstanceInputRequest) String ¶
func (x *InstanceInputRequest) String() string
type InstanceInputResponse ¶
type InstanceInputResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InstanceInputResponse) Descriptor
deprecated
func (*InstanceInputResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceInputResponse.ProtoReflect.Descriptor instead.
func (*InstanceInputResponse) GetData ¶
func (x *InstanceInputResponse) GetData() []byte
func (*InstanceInputResponse) GetInstance ¶
func (x *InstanceInputResponse) GetInstance() *Instance
func (*InstanceInputResponse) GetNamespace ¶
func (x *InstanceInputResponse) GetNamespace() string
func (*InstanceInputResponse) ProtoMessage ¶
func (*InstanceInputResponse) ProtoMessage()
func (*InstanceInputResponse) ProtoReflect ¶
func (x *InstanceInputResponse) ProtoReflect() protoreflect.Message
func (*InstanceInputResponse) Reset ¶
func (x *InstanceInputResponse) Reset()
func (*InstanceInputResponse) String ¶
func (x *InstanceInputResponse) String() string
type InstanceLogsRequest ¶
type InstanceLogsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceLogsRequest) Descriptor
deprecated
func (*InstanceLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceLogsRequest.ProtoReflect.Descriptor instead.
func (*InstanceLogsRequest) GetInstance ¶
func (x *InstanceLogsRequest) GetInstance() string
func (*InstanceLogsRequest) GetNamespace ¶
func (x *InstanceLogsRequest) GetNamespace() string
func (*InstanceLogsRequest) GetPagination ¶
func (x *InstanceLogsRequest) GetPagination() *Pagination
func (*InstanceLogsRequest) ProtoMessage ¶
func (*InstanceLogsRequest) ProtoMessage()
func (*InstanceLogsRequest) ProtoReflect ¶
func (x *InstanceLogsRequest) ProtoReflect() protoreflect.Message
func (*InstanceLogsRequest) Reset ¶
func (x *InstanceLogsRequest) Reset()
func (*InstanceLogsRequest) String ¶
func (x *InstanceLogsRequest) String() string
type InstanceLogsResponse ¶
type InstanceLogsResponse struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*LogsEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,5,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceLogsResponse) Descriptor
deprecated
func (*InstanceLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceLogsResponse.ProtoReflect.Descriptor instead.
func (*InstanceLogsResponse) GetEdges ¶
func (x *InstanceLogsResponse) GetEdges() []*LogsEdge
func (*InstanceLogsResponse) GetInstance ¶
func (x *InstanceLogsResponse) GetInstance() string
func (*InstanceLogsResponse) GetNamespace ¶
func (x *InstanceLogsResponse) GetNamespace() string
func (*InstanceLogsResponse) GetPageInfo ¶
func (x *InstanceLogsResponse) GetPageInfo() *PageInfo
func (*InstanceLogsResponse) GetTotalCount ¶
func (x *InstanceLogsResponse) GetTotalCount() int32
func (*InstanceLogsResponse) ProtoMessage ¶
func (*InstanceLogsResponse) ProtoMessage()
func (*InstanceLogsResponse) ProtoReflect ¶
func (x *InstanceLogsResponse) ProtoReflect() protoreflect.Message
func (*InstanceLogsResponse) Reset ¶
func (x *InstanceLogsResponse) Reset()
func (*InstanceLogsResponse) String ¶
func (x *InstanceLogsResponse) String() string
type InstanceOutputRequest ¶
type InstanceOutputRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceOutputRequest) Descriptor
deprecated
func (*InstanceOutputRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceOutputRequest.ProtoReflect.Descriptor instead.
func (*InstanceOutputRequest) GetInstance ¶
func (x *InstanceOutputRequest) GetInstance() string
func (*InstanceOutputRequest) GetNamespace ¶
func (x *InstanceOutputRequest) GetNamespace() string
func (*InstanceOutputRequest) ProtoMessage ¶
func (*InstanceOutputRequest) ProtoMessage()
func (*InstanceOutputRequest) ProtoReflect ¶
func (x *InstanceOutputRequest) ProtoReflect() protoreflect.Message
func (*InstanceOutputRequest) Reset ¶
func (x *InstanceOutputRequest) Reset()
func (*InstanceOutputRequest) String ¶
func (x *InstanceOutputRequest) String() string
type InstanceOutputResponse ¶
type InstanceOutputResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InstanceOutputResponse) Descriptor
deprecated
func (*InstanceOutputResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceOutputResponse.ProtoReflect.Descriptor instead.
func (*InstanceOutputResponse) GetData ¶
func (x *InstanceOutputResponse) GetData() []byte
func (*InstanceOutputResponse) GetInstance ¶
func (x *InstanceOutputResponse) GetInstance() *Instance
func (*InstanceOutputResponse) GetNamespace ¶
func (x *InstanceOutputResponse) GetNamespace() string
func (*InstanceOutputResponse) ProtoMessage ¶
func (*InstanceOutputResponse) ProtoMessage()
func (*InstanceOutputResponse) ProtoReflect ¶
func (x *InstanceOutputResponse) ProtoReflect() protoreflect.Message
func (*InstanceOutputResponse) Reset ¶
func (x *InstanceOutputResponse) Reset()
func (*InstanceOutputResponse) String ¶
func (x *InstanceOutputResponse) String() string
type InstanceRequest ¶
type InstanceRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceRequest) Descriptor
deprecated
func (*InstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceRequest.ProtoReflect.Descriptor instead.
func (*InstanceRequest) GetInstance ¶
func (x *InstanceRequest) GetInstance() string
func (*InstanceRequest) GetNamespace ¶
func (x *InstanceRequest) GetNamespace() string
func (*InstanceRequest) ProtoMessage ¶
func (*InstanceRequest) ProtoMessage()
func (*InstanceRequest) ProtoReflect ¶
func (x *InstanceRequest) ProtoReflect() protoreflect.Message
func (*InstanceRequest) Reset ¶
func (x *InstanceRequest) Reset()
func (*InstanceRequest) String ¶
func (x *InstanceRequest) String() string
type InstanceResponse ¶
type InstanceResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance *Instance `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` InvokedBy string `protobuf:"bytes,3,opt,name=invokedBy,proto3" json:"invokedBy,omitempty"` Flow []string `protobuf:"bytes,4,rep,name=flow,proto3" json:"flow,omitempty"` Workflow *InstanceWorkflow `protobuf:"bytes,5,opt,name=workflow,proto3" json:"workflow,omitempty"` // contains filtered or unexported fields }
func (*InstanceResponse) Descriptor
deprecated
func (*InstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceResponse.ProtoReflect.Descriptor instead.
func (*InstanceResponse) GetFlow ¶
func (x *InstanceResponse) GetFlow() []string
func (*InstanceResponse) GetInstance ¶
func (x *InstanceResponse) GetInstance() *Instance
func (*InstanceResponse) GetInvokedBy ¶
func (x *InstanceResponse) GetInvokedBy() string
func (*InstanceResponse) GetNamespace ¶
func (x *InstanceResponse) GetNamespace() string
func (*InstanceResponse) GetWorkflow ¶
func (x *InstanceResponse) GetWorkflow() *InstanceWorkflow
func (*InstanceResponse) ProtoMessage ¶
func (*InstanceResponse) ProtoMessage()
func (*InstanceResponse) ProtoReflect ¶
func (x *InstanceResponse) ProtoReflect() protoreflect.Message
func (*InstanceResponse) Reset ¶
func (x *InstanceResponse) Reset()
func (*InstanceResponse) String ¶
func (x *InstanceResponse) String() string
type InstanceVariableRequest ¶
type InstanceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*InstanceVariableRequest) Descriptor
deprecated
func (*InstanceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceVariableRequest.ProtoReflect.Descriptor instead.
func (*InstanceVariableRequest) GetInstance ¶
func (x *InstanceVariableRequest) GetInstance() string
func (*InstanceVariableRequest) GetKey ¶
func (x *InstanceVariableRequest) GetKey() string
func (*InstanceVariableRequest) GetNamespace ¶
func (x *InstanceVariableRequest) GetNamespace() string
func (*InstanceVariableRequest) ProtoMessage ¶
func (*InstanceVariableRequest) ProtoMessage()
func (*InstanceVariableRequest) ProtoReflect ¶
func (x *InstanceVariableRequest) ProtoReflect() protoreflect.Message
func (*InstanceVariableRequest) Reset ¶
func (x *InstanceVariableRequest) Reset()
func (*InstanceVariableRequest) String ¶
func (x *InstanceVariableRequest) String() string
type InstanceVariableResponse ¶
type InstanceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,8,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InstanceVariableResponse) Descriptor
deprecated
func (*InstanceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceVariableResponse.ProtoReflect.Descriptor instead.
func (*InstanceVariableResponse) GetChecksum ¶
func (x *InstanceVariableResponse) GetChecksum() string
func (*InstanceVariableResponse) GetCreatedAt ¶
func (x *InstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*InstanceVariableResponse) GetData ¶
func (x *InstanceVariableResponse) GetData() []byte
func (*InstanceVariableResponse) GetInstance ¶
func (x *InstanceVariableResponse) GetInstance() string
func (*InstanceVariableResponse) GetKey ¶
func (x *InstanceVariableResponse) GetKey() string
func (*InstanceVariableResponse) GetNamespace ¶
func (x *InstanceVariableResponse) GetNamespace() string
func (*InstanceVariableResponse) GetTotalSize ¶
func (x *InstanceVariableResponse) GetTotalSize() int64
func (*InstanceVariableResponse) GetUpdatedAt ¶
func (x *InstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*InstanceVariableResponse) ProtoMessage ¶
func (*InstanceVariableResponse) ProtoMessage()
func (*InstanceVariableResponse) ProtoReflect ¶
func (x *InstanceVariableResponse) ProtoReflect() protoreflect.Message
func (*InstanceVariableResponse) Reset ¶
func (x *InstanceVariableResponse) Reset()
func (*InstanceVariableResponse) String ¶
func (x *InstanceVariableResponse) String() string
type InstanceVariablesRequest ¶
type InstanceVariablesRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstanceVariablesRequest) Descriptor
deprecated
func (*InstanceVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstanceVariablesRequest.ProtoReflect.Descriptor instead.
func (*InstanceVariablesRequest) GetInstance ¶
func (x *InstanceVariablesRequest) GetInstance() string
func (*InstanceVariablesRequest) GetNamespace ¶
func (x *InstanceVariablesRequest) GetNamespace() string
func (*InstanceVariablesRequest) GetPagination ¶
func (x *InstanceVariablesRequest) GetPagination() *Pagination
func (*InstanceVariablesRequest) ProtoMessage ¶
func (*InstanceVariablesRequest) ProtoMessage()
func (*InstanceVariablesRequest) ProtoReflect ¶
func (x *InstanceVariablesRequest) ProtoReflect() protoreflect.Message
func (*InstanceVariablesRequest) Reset ¶
func (x *InstanceVariablesRequest) Reset()
func (*InstanceVariablesRequest) String ¶
func (x *InstanceVariablesRequest) String() string
type InstanceVariablesResponse ¶
type InstanceVariablesResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Variables *Variables `protobuf:"bytes,3,opt,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*InstanceVariablesResponse) Descriptor
deprecated
func (*InstanceVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstanceVariablesResponse.ProtoReflect.Descriptor instead.
func (*InstanceVariablesResponse) GetInstance ¶
func (x *InstanceVariablesResponse) GetInstance() string
func (*InstanceVariablesResponse) GetNamespace ¶
func (x *InstanceVariablesResponse) GetNamespace() string
func (*InstanceVariablesResponse) GetVariables ¶
func (x *InstanceVariablesResponse) GetVariables() *Variables
func (*InstanceVariablesResponse) ProtoMessage ¶
func (*InstanceVariablesResponse) ProtoMessage()
func (*InstanceVariablesResponse) ProtoReflect ¶
func (x *InstanceVariablesResponse) ProtoReflect() protoreflect.Message
func (*InstanceVariablesResponse) Reset ¶
func (x *InstanceVariablesResponse) Reset()
func (*InstanceVariablesResponse) String ¶
func (x *InstanceVariablesResponse) String() string
type InstanceWorkflow ¶
type InstanceWorkflow struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"` Revision string `protobuf:"bytes,4,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*InstanceWorkflow) Descriptor
deprecated
func (*InstanceWorkflow) Descriptor() ([]byte, []int)
Deprecated: Use InstanceWorkflow.ProtoReflect.Descriptor instead.
func (*InstanceWorkflow) GetName ¶
func (x *InstanceWorkflow) GetName() string
func (*InstanceWorkflow) GetParent ¶
func (x *InstanceWorkflow) GetParent() string
func (*InstanceWorkflow) GetPath ¶
func (x *InstanceWorkflow) GetPath() string
func (*InstanceWorkflow) GetRevision ¶
func (x *InstanceWorkflow) GetRevision() string
func (*InstanceWorkflow) ProtoMessage ¶
func (*InstanceWorkflow) ProtoMessage()
func (*InstanceWorkflow) ProtoReflect ¶
func (x *InstanceWorkflow) ProtoReflect() protoreflect.Message
func (*InstanceWorkflow) Reset ¶
func (x *InstanceWorkflow) Reset()
func (*InstanceWorkflow) String ¶
func (x *InstanceWorkflow) String() string
type Instances ¶
type Instances struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*InstancesEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*Instances) Descriptor
deprecated
func (*Instances) GetEdges ¶
func (x *Instances) GetEdges() []*InstancesEdge
func (*Instances) GetPageInfo ¶
func (*Instances) GetTotalCount ¶
func (*Instances) ProtoMessage ¶
func (*Instances) ProtoMessage()
func (*Instances) ProtoReflect ¶
func (x *Instances) ProtoReflect() protoreflect.Message
type InstancesEdge ¶
type InstancesEdge struct { Node *Instance `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*InstancesEdge) Descriptor
deprecated
func (*InstancesEdge) Descriptor() ([]byte, []int)
Deprecated: Use InstancesEdge.ProtoReflect.Descriptor instead.
func (*InstancesEdge) GetCursor ¶
func (x *InstancesEdge) GetCursor() string
func (*InstancesEdge) GetNode ¶
func (x *InstancesEdge) GetNode() *Instance
func (*InstancesEdge) ProtoMessage ¶
func (*InstancesEdge) ProtoMessage()
func (*InstancesEdge) ProtoReflect ¶
func (x *InstancesEdge) ProtoReflect() protoreflect.Message
func (*InstancesEdge) Reset ¶
func (x *InstancesEdge) Reset()
func (*InstancesEdge) String ¶
func (x *InstancesEdge) String() string
type InstancesRequest ¶
type InstancesRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*InstancesRequest) Descriptor
deprecated
func (*InstancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstancesRequest.ProtoReflect.Descriptor instead.
func (*InstancesRequest) GetNamespace ¶
func (x *InstancesRequest) GetNamespace() string
func (*InstancesRequest) GetPagination ¶
func (x *InstancesRequest) GetPagination() *Pagination
func (*InstancesRequest) ProtoMessage ¶
func (*InstancesRequest) ProtoMessage()
func (*InstancesRequest) ProtoReflect ¶
func (x *InstancesRequest) ProtoReflect() protoreflect.Message
func (*InstancesRequest) Reset ¶
func (x *InstancesRequest) Reset()
func (*InstancesRequest) String ¶
func (x *InstancesRequest) String() string
type InstancesResponse ¶
type InstancesResponse struct { Instances *Instances `protobuf:"bytes,1,opt,name=instances,proto3" json:"instances,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*InstancesResponse) Descriptor
deprecated
func (*InstancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstancesResponse.ProtoReflect.Descriptor instead.
func (*InstancesResponse) GetInstances ¶
func (x *InstancesResponse) GetInstances() *Instances
func (*InstancesResponse) GetNamespace ¶
func (x *InstancesResponse) GetNamespace() string
func (*InstancesResponse) ProtoMessage ¶
func (*InstancesResponse) ProtoMessage()
func (*InstancesResponse) ProtoReflect ¶
func (x *InstancesResponse) ProtoReflect() protoreflect.Message
func (*InstancesResponse) Reset ¶
func (x *InstancesResponse) Reset()
func (*InstancesResponse) String ¶
func (x *InstancesResponse) String() string
type InternalClient ¶
type InternalClient interface { ReportActionResults(ctx context.Context, in *ReportActionResultsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) ActionLog(ctx context.Context, in *ActionLogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) NamespaceVariableParcels(ctx context.Context, in *VariableInternalRequest, opts ...grpc.CallOption) (Internal_NamespaceVariableParcelsClient, error) SetNamespaceVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Internal_SetNamespaceVariableParcelsClient, error) WorkflowVariableParcels(ctx context.Context, in *VariableInternalRequest, opts ...grpc.CallOption) (Internal_WorkflowVariableParcelsClient, error) SetWorkflowVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Internal_SetWorkflowVariableParcelsClient, error) InstanceVariableParcels(ctx context.Context, in *VariableInternalRequest, opts ...grpc.CallOption) (Internal_InstanceVariableParcelsClient, error) SetInstanceVariableParcels(ctx context.Context, opts ...grpc.CallOption) (Internal_SetInstanceVariableParcelsClient, error) }
InternalClient is the client API for Internal service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewInternalClient ¶
func NewInternalClient(cc grpc.ClientConnInterface) InternalClient
type InternalServer ¶
type InternalServer interface { ReportActionResults(context.Context, *ReportActionResultsRequest) (*emptypb.Empty, error) ActionLog(context.Context, *ActionLogRequest) (*emptypb.Empty, error) NamespaceVariableParcels(*VariableInternalRequest, Internal_NamespaceVariableParcelsServer) error SetNamespaceVariableParcels(Internal_SetNamespaceVariableParcelsServer) error WorkflowVariableParcels(*VariableInternalRequest, Internal_WorkflowVariableParcelsServer) error SetWorkflowVariableParcels(Internal_SetWorkflowVariableParcelsServer) error InstanceVariableParcels(*VariableInternalRequest, Internal_InstanceVariableParcelsServer) error SetInstanceVariableParcels(Internal_SetInstanceVariableParcelsServer) error // contains filtered or unexported methods }
InternalServer is the server API for Internal service. All implementations must embed UnimplementedInternalServer for forward compatibility
type Internal_InstanceVariableParcelsClient ¶
type Internal_InstanceVariableParcelsClient interface { Recv() (*VariableInternalResponse, error) grpc.ClientStream }
type Internal_InstanceVariableParcelsServer ¶
type Internal_InstanceVariableParcelsServer interface { Send(*VariableInternalResponse) error grpc.ServerStream }
type Internal_NamespaceVariableParcelsClient ¶
type Internal_NamespaceVariableParcelsClient interface { Recv() (*VariableInternalResponse, error) grpc.ClientStream }
type Internal_NamespaceVariableParcelsServer ¶
type Internal_NamespaceVariableParcelsServer interface { Send(*VariableInternalResponse) error grpc.ServerStream }
type Internal_SetInstanceVariableParcelsClient ¶
type Internal_SetInstanceVariableParcelsClient interface { Send(*SetVariableInternalRequest) error CloseAndRecv() (*SetVariableInternalResponse, error) grpc.ClientStream }
type Internal_SetInstanceVariableParcelsServer ¶
type Internal_SetInstanceVariableParcelsServer interface { SendAndClose(*SetVariableInternalResponse) error Recv() (*SetVariableInternalRequest, error) grpc.ServerStream }
type Internal_SetNamespaceVariableParcelsClient ¶
type Internal_SetNamespaceVariableParcelsClient interface { Send(*SetVariableInternalRequest) error CloseAndRecv() (*SetVariableInternalResponse, error) grpc.ClientStream }
type Internal_SetNamespaceVariableParcelsServer ¶
type Internal_SetNamespaceVariableParcelsServer interface { SendAndClose(*SetVariableInternalResponse) error Recv() (*SetVariableInternalRequest, error) grpc.ServerStream }
type Internal_SetWorkflowVariableParcelsClient ¶
type Internal_SetWorkflowVariableParcelsClient interface { Send(*SetVariableInternalRequest) error CloseAndRecv() (*SetVariableInternalResponse, error) grpc.ClientStream }
type Internal_SetWorkflowVariableParcelsServer ¶
type Internal_SetWorkflowVariableParcelsServer interface { SendAndClose(*SetVariableInternalResponse) error Recv() (*SetVariableInternalRequest, error) grpc.ServerStream }
type Internal_WorkflowVariableParcelsClient ¶
type Internal_WorkflowVariableParcelsClient interface { Recv() (*VariableInternalResponse, error) grpc.ClientStream }
type Internal_WorkflowVariableParcelsServer ¶
type Internal_WorkflowVariableParcelsServer interface { Send(*VariableInternalResponse) error grpc.ServerStream }
type JQRequest ¶
type JQRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*JQRequest) Descriptor
deprecated
func (*JQRequest) ProtoMessage ¶
func (*JQRequest) ProtoMessage()
func (*JQRequest) ProtoReflect ¶
func (x *JQRequest) ProtoReflect() protoreflect.Message
type JQResponse ¶
type JQResponse struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Results []string `protobuf:"bytes,3,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*JQResponse) Descriptor
deprecated
func (*JQResponse) Descriptor() ([]byte, []int)
Deprecated: Use JQResponse.ProtoReflect.Descriptor instead.
func (*JQResponse) GetData ¶
func (x *JQResponse) GetData() []byte
func (*JQResponse) GetQuery ¶
func (x *JQResponse) GetQuery() string
func (*JQResponse) GetResults ¶
func (x *JQResponse) GetResults() []string
func (*JQResponse) ProtoMessage ¶
func (*JQResponse) ProtoMessage()
func (*JQResponse) ProtoReflect ¶
func (x *JQResponse) ProtoReflect() protoreflect.Message
func (*JQResponse) Reset ¶
func (x *JQResponse) Reset()
func (*JQResponse) String ¶
func (x *JQResponse) String() string
type Log ¶
type Log struct { T *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=t,proto3" json:"t,omitempty"` Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*Log) Descriptor
deprecated
func (*Log) GetT ¶
func (x *Log) GetT() *timestamppb.Timestamp
func (*Log) ProtoMessage ¶
func (*Log) ProtoMessage()
func (*Log) ProtoReflect ¶
func (x *Log) ProtoReflect() protoreflect.Message
type LogsEdge ¶
type LogsEdge struct { Node *Log `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*LogsEdge) Descriptor
deprecated
func (*LogsEdge) ProtoMessage ¶
func (*LogsEdge) ProtoMessage()
func (*LogsEdge) ProtoReflect ¶
func (x *LogsEdge) ProtoReflect() protoreflect.Message
type MeanOutcomes ¶
type MeanOutcomes struct { Success float32 `protobuf:"fixed32,1,opt,name=success,proto3" json:"success,omitempty"` Failure float32 `protobuf:"fixed32,2,opt,name=failure,proto3" json:"failure,omitempty"` Transitions map[string]float32 `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MeanOutcomes) Descriptor
deprecated
func (*MeanOutcomes) Descriptor() ([]byte, []int)
Deprecated: Use MeanOutcomes.ProtoReflect.Descriptor instead.
func (*MeanOutcomes) GetFailure ¶
func (x *MeanOutcomes) GetFailure() float32
func (*MeanOutcomes) GetSuccess ¶
func (x *MeanOutcomes) GetSuccess() float32
func (*MeanOutcomes) GetTransitions ¶
func (x *MeanOutcomes) GetTransitions() map[string]float32
func (*MeanOutcomes) ProtoMessage ¶
func (*MeanOutcomes) ProtoMessage()
func (*MeanOutcomes) ProtoReflect ¶
func (x *MeanOutcomes) ProtoReflect() protoreflect.Message
func (*MeanOutcomes) Reset ¶
func (x *MeanOutcomes) Reset()
func (*MeanOutcomes) String ¶
func (x *MeanOutcomes) String() string
type Namespace ¶
type Namespace struct { CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Oid string `protobuf:"bytes,4,opt,name=oid,proto3" json:"oid,omitempty"` // contains filtered or unexported fields }
func (*Namespace) Descriptor
deprecated
func (*Namespace) GetCreatedAt ¶
func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp
func (*Namespace) GetUpdatedAt ¶
func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp
func (*Namespace) ProtoMessage ¶
func (*Namespace) ProtoMessage()
func (*Namespace) ProtoReflect ¶
func (x *Namespace) ProtoReflect() protoreflect.Message
type NamespaceLogsRequest ¶
type NamespaceLogsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*NamespaceLogsRequest) Descriptor
deprecated
func (*NamespaceLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceLogsRequest.ProtoReflect.Descriptor instead.
func (*NamespaceLogsRequest) GetNamespace ¶
func (x *NamespaceLogsRequest) GetNamespace() string
func (*NamespaceLogsRequest) GetPagination ¶
func (x *NamespaceLogsRequest) GetPagination() *Pagination
func (*NamespaceLogsRequest) ProtoMessage ¶
func (*NamespaceLogsRequest) ProtoMessage()
func (*NamespaceLogsRequest) ProtoReflect ¶
func (x *NamespaceLogsRequest) ProtoReflect() protoreflect.Message
func (*NamespaceLogsRequest) Reset ¶
func (x *NamespaceLogsRequest) Reset()
func (*NamespaceLogsRequest) String ¶
func (x *NamespaceLogsRequest) String() string
type NamespaceLogsResponse ¶
type NamespaceLogsResponse struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*LogsEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*NamespaceLogsResponse) Descriptor
deprecated
func (*NamespaceLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceLogsResponse.ProtoReflect.Descriptor instead.
func (*NamespaceLogsResponse) GetEdges ¶
func (x *NamespaceLogsResponse) GetEdges() []*LogsEdge
func (*NamespaceLogsResponse) GetNamespace ¶
func (x *NamespaceLogsResponse) GetNamespace() string
func (*NamespaceLogsResponse) GetPageInfo ¶
func (x *NamespaceLogsResponse) GetPageInfo() *PageInfo
func (*NamespaceLogsResponse) GetTotalCount ¶
func (x *NamespaceLogsResponse) GetTotalCount() int32
func (*NamespaceLogsResponse) ProtoMessage ¶
func (*NamespaceLogsResponse) ProtoMessage()
func (*NamespaceLogsResponse) ProtoReflect ¶
func (x *NamespaceLogsResponse) ProtoReflect() protoreflect.Message
func (*NamespaceLogsResponse) Reset ¶
func (x *NamespaceLogsResponse) Reset()
func (*NamespaceLogsResponse) String ¶
func (x *NamespaceLogsResponse) String() string
type NamespaceRegistriesRequest ¶
type NamespaceRegistriesRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*NamespaceRegistriesRequest) Descriptor
deprecated
func (*NamespaceRegistriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceRegistriesRequest.ProtoReflect.Descriptor instead.
func (*NamespaceRegistriesRequest) GetNamespace ¶
func (x *NamespaceRegistriesRequest) GetNamespace() string
func (*NamespaceRegistriesRequest) GetPagination ¶
func (x *NamespaceRegistriesRequest) GetPagination() *Pagination
func (*NamespaceRegistriesRequest) ProtoMessage ¶
func (*NamespaceRegistriesRequest) ProtoMessage()
func (*NamespaceRegistriesRequest) ProtoReflect ¶
func (x *NamespaceRegistriesRequest) ProtoReflect() protoreflect.Message
func (*NamespaceRegistriesRequest) Reset ¶
func (x *NamespaceRegistriesRequest) Reset()
func (*NamespaceRegistriesRequest) String ¶
func (x *NamespaceRegistriesRequest) String() string
type NamespaceRegistriesResponse ¶
type NamespaceRegistriesResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Registries *Registries `protobuf:"bytes,2,opt,name=registries,proto3" json:"registries,omitempty"` // contains filtered or unexported fields }
func (*NamespaceRegistriesResponse) Descriptor
deprecated
func (*NamespaceRegistriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceRegistriesResponse.ProtoReflect.Descriptor instead.
func (*NamespaceRegistriesResponse) GetNamespace ¶
func (x *NamespaceRegistriesResponse) GetNamespace() string
func (*NamespaceRegistriesResponse) GetRegistries ¶
func (x *NamespaceRegistriesResponse) GetRegistries() *Registries
func (*NamespaceRegistriesResponse) ProtoMessage ¶
func (*NamespaceRegistriesResponse) ProtoMessage()
func (*NamespaceRegistriesResponse) ProtoReflect ¶
func (x *NamespaceRegistriesResponse) ProtoReflect() protoreflect.Message
func (*NamespaceRegistriesResponse) Reset ¶
func (x *NamespaceRegistriesResponse) Reset()
func (*NamespaceRegistriesResponse) String ¶
func (x *NamespaceRegistriesResponse) String() string
type NamespaceRequest ¶
type NamespaceRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceRequest) Descriptor
deprecated
func (*NamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceRequest.ProtoReflect.Descriptor instead.
func (*NamespaceRequest) GetName ¶
func (x *NamespaceRequest) GetName() string
func (*NamespaceRequest) ProtoMessage ¶
func (*NamespaceRequest) ProtoMessage()
func (*NamespaceRequest) ProtoReflect ¶
func (x *NamespaceRequest) ProtoReflect() protoreflect.Message
func (*NamespaceRequest) Reset ¶
func (x *NamespaceRequest) Reset()
func (*NamespaceRequest) String ¶
func (x *NamespaceRequest) String() string
type NamespaceResponse ¶
type NamespaceResponse struct { Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*NamespaceResponse) Descriptor
deprecated
func (*NamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceResponse.ProtoReflect.Descriptor instead.
func (*NamespaceResponse) GetNamespace ¶
func (x *NamespaceResponse) GetNamespace() *Namespace
func (*NamespaceResponse) ProtoMessage ¶
func (*NamespaceResponse) ProtoMessage()
func (*NamespaceResponse) ProtoReflect ¶
func (x *NamespaceResponse) ProtoReflect() protoreflect.Message
func (*NamespaceResponse) Reset ¶
func (x *NamespaceResponse) Reset()
func (*NamespaceResponse) String ¶
func (x *NamespaceResponse) String() string
type NamespaceVariableRequest ¶
type NamespaceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*NamespaceVariableRequest) Descriptor
deprecated
func (*NamespaceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceVariableRequest.ProtoReflect.Descriptor instead.
func (*NamespaceVariableRequest) GetKey ¶
func (x *NamespaceVariableRequest) GetKey() string
func (*NamespaceVariableRequest) GetNamespace ¶
func (x *NamespaceVariableRequest) GetNamespace() string
func (*NamespaceVariableRequest) ProtoMessage ¶
func (*NamespaceVariableRequest) ProtoMessage()
func (*NamespaceVariableRequest) ProtoReflect ¶
func (x *NamespaceVariableRequest) ProtoReflect() protoreflect.Message
func (*NamespaceVariableRequest) Reset ¶
func (x *NamespaceVariableRequest) Reset()
func (*NamespaceVariableRequest) String ¶
func (x *NamespaceVariableRequest) String() string
type NamespaceVariableResponse ¶
type NamespaceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,6,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*NamespaceVariableResponse) Descriptor
deprecated
func (*NamespaceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceVariableResponse.ProtoReflect.Descriptor instead.
func (*NamespaceVariableResponse) GetChecksum ¶
func (x *NamespaceVariableResponse) GetChecksum() string
func (*NamespaceVariableResponse) GetCreatedAt ¶
func (x *NamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*NamespaceVariableResponse) GetData ¶
func (x *NamespaceVariableResponse) GetData() []byte
func (*NamespaceVariableResponse) GetKey ¶
func (x *NamespaceVariableResponse) GetKey() string
func (*NamespaceVariableResponse) GetNamespace ¶
func (x *NamespaceVariableResponse) GetNamespace() string
func (*NamespaceVariableResponse) GetTotalSize ¶
func (x *NamespaceVariableResponse) GetTotalSize() int64
func (*NamespaceVariableResponse) GetUpdatedAt ¶
func (x *NamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*NamespaceVariableResponse) ProtoMessage ¶
func (*NamespaceVariableResponse) ProtoMessage()
func (*NamespaceVariableResponse) ProtoReflect ¶
func (x *NamespaceVariableResponse) ProtoReflect() protoreflect.Message
func (*NamespaceVariableResponse) Reset ¶
func (x *NamespaceVariableResponse) Reset()
func (*NamespaceVariableResponse) String ¶
func (x *NamespaceVariableResponse) String() string
type NamespaceVariablesRequest ¶
type NamespaceVariablesRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*NamespaceVariablesRequest) Descriptor
deprecated
func (*NamespaceVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceVariablesRequest.ProtoReflect.Descriptor instead.
func (*NamespaceVariablesRequest) GetNamespace ¶
func (x *NamespaceVariablesRequest) GetNamespace() string
func (*NamespaceVariablesRequest) GetPagination ¶
func (x *NamespaceVariablesRequest) GetPagination() *Pagination
func (*NamespaceVariablesRequest) ProtoMessage ¶
func (*NamespaceVariablesRequest) ProtoMessage()
func (*NamespaceVariablesRequest) ProtoReflect ¶
func (x *NamespaceVariablesRequest) ProtoReflect() protoreflect.Message
func (*NamespaceVariablesRequest) Reset ¶
func (x *NamespaceVariablesRequest) Reset()
func (*NamespaceVariablesRequest) String ¶
func (x *NamespaceVariablesRequest) String() string
type NamespaceVariablesResponse ¶
type NamespaceVariablesResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Variables *Variables `protobuf:"bytes,2,opt,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*NamespaceVariablesResponse) Descriptor
deprecated
func (*NamespaceVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceVariablesResponse.ProtoReflect.Descriptor instead.
func (*NamespaceVariablesResponse) GetNamespace ¶
func (x *NamespaceVariablesResponse) GetNamespace() string
func (*NamespaceVariablesResponse) GetVariables ¶
func (x *NamespaceVariablesResponse) GetVariables() *Variables
func (*NamespaceVariablesResponse) ProtoMessage ¶
func (*NamespaceVariablesResponse) ProtoMessage()
func (*NamespaceVariablesResponse) ProtoReflect ¶
func (x *NamespaceVariablesResponse) ProtoReflect() protoreflect.Message
func (*NamespaceVariablesResponse) Reset ¶
func (x *NamespaceVariablesResponse) Reset()
func (*NamespaceVariablesResponse) String ¶
func (x *NamespaceVariablesResponse) String() string
type NamespacesRequest ¶
type NamespacesRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*NamespacesRequest) Descriptor
deprecated
func (*NamespacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespacesRequest.ProtoReflect.Descriptor instead.
func (*NamespacesRequest) GetPagination ¶
func (x *NamespacesRequest) GetPagination() *Pagination
func (*NamespacesRequest) ProtoMessage ¶
func (*NamespacesRequest) ProtoMessage()
func (*NamespacesRequest) ProtoReflect ¶
func (x *NamespacesRequest) ProtoReflect() protoreflect.Message
func (*NamespacesRequest) Reset ¶
func (x *NamespacesRequest) Reset()
func (*NamespacesRequest) String ¶
func (x *NamespacesRequest) String() string
type NamespacesResponse ¶
type NamespacesResponse struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*NamespacesResponseEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*NamespacesResponse) Descriptor
deprecated
func (*NamespacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespacesResponse.ProtoReflect.Descriptor instead.
func (*NamespacesResponse) GetEdges ¶
func (x *NamespacesResponse) GetEdges() []*NamespacesResponseEdge
func (*NamespacesResponse) GetPageInfo ¶
func (x *NamespacesResponse) GetPageInfo() *PageInfo
func (*NamespacesResponse) GetTotalCount ¶
func (x *NamespacesResponse) GetTotalCount() int32
func (*NamespacesResponse) ProtoMessage ¶
func (*NamespacesResponse) ProtoMessage()
func (*NamespacesResponse) ProtoReflect ¶
func (x *NamespacesResponse) ProtoReflect() protoreflect.Message
func (*NamespacesResponse) Reset ¶
func (x *NamespacesResponse) Reset()
func (*NamespacesResponse) String ¶
func (x *NamespacesResponse) String() string
type NamespacesResponseEdge ¶
type NamespacesResponseEdge struct { Node *Namespace `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*NamespacesResponseEdge) Descriptor
deprecated
func (*NamespacesResponseEdge) Descriptor() ([]byte, []int)
Deprecated: Use NamespacesResponseEdge.ProtoReflect.Descriptor instead.
func (*NamespacesResponseEdge) GetCursor ¶
func (x *NamespacesResponseEdge) GetCursor() string
func (*NamespacesResponseEdge) GetNode ¶
func (x *NamespacesResponseEdge) GetNode() *Namespace
func (*NamespacesResponseEdge) ProtoMessage ¶
func (*NamespacesResponseEdge) ProtoMessage()
func (*NamespacesResponseEdge) ProtoReflect ¶
func (x *NamespacesResponseEdge) ProtoReflect() protoreflect.Message
func (*NamespacesResponseEdge) Reset ¶
func (x *NamespacesResponseEdge) Reset()
func (*NamespacesResponseEdge) String ¶
func (x *NamespacesResponseEdge) String() string
type Node ¶
type Node struct { CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"` Parent string `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` Attributes []string `protobuf:"bytes,7,rep,name=attributes,proto3" json:"attributes,omitempty"` Oid string `protobuf:"bytes,8,opt,name=oid,proto3" json:"oid,omitempty"` // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetAttributes ¶
func (*Node) GetCreatedAt ¶
func (x *Node) GetCreatedAt() *timestamppb.Timestamp
func (*Node) GetUpdatedAt ¶
func (x *Node) GetUpdatedAt() *timestamppb.Timestamp
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
type NodeRequest ¶
type NodeRequest struct { Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*NodeRequest) Descriptor
deprecated
func (*NodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use NodeRequest.ProtoReflect.Descriptor instead.
func (*NodeRequest) GetNamespace ¶
func (x *NodeRequest) GetNamespace() string
func (*NodeRequest) GetPath ¶
func (x *NodeRequest) GetPath() string
func (*NodeRequest) ProtoMessage ¶
func (*NodeRequest) ProtoMessage()
func (*NodeRequest) ProtoReflect ¶
func (x *NodeRequest) ProtoReflect() protoreflect.Message
func (*NodeRequest) Reset ¶
func (x *NodeRequest) Reset()
func (*NodeRequest) String ¶
func (x *NodeRequest) String() string
type NodeResponse ¶
type NodeResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` // contains filtered or unexported fields }
func (*NodeResponse) Descriptor
deprecated
func (*NodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use NodeResponse.ProtoReflect.Descriptor instead.
func (*NodeResponse) GetNamespace ¶
func (x *NodeResponse) GetNamespace() string
func (*NodeResponse) GetNode ¶
func (x *NodeResponse) GetNode() *Node
func (*NodeResponse) ProtoMessage ¶
func (*NodeResponse) ProtoMessage()
func (*NodeResponse) ProtoReflect ¶
func (x *NodeResponse) ProtoReflect() protoreflect.Message
func (*NodeResponse) Reset ¶
func (x *NodeResponse) Reset()
func (*NodeResponse) String ¶
func (x *NodeResponse) String() string
type Outcomes ¶
type Outcomes struct { Success int32 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Failure int32 `protobuf:"varint,2,opt,name=failure,proto3" json:"failure,omitempty"` Transitions map[string]int32 `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Outcomes) Descriptor
deprecated
func (*Outcomes) GetFailure ¶
func (*Outcomes) GetSuccess ¶
func (*Outcomes) GetTransitions ¶
func (*Outcomes) ProtoMessage ¶
func (*Outcomes) ProtoMessage()
func (*Outcomes) ProtoReflect ¶
func (x *Outcomes) ProtoReflect() protoreflect.Message
type PageFilter ¶
type PageFilter struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Val string `protobuf:"bytes,3,opt,name=val,proto3" json:"val,omitempty"` // contains filtered or unexported fields }
func (*PageFilter) Descriptor
deprecated
func (*PageFilter) Descriptor() ([]byte, []int)
Deprecated: Use PageFilter.ProtoReflect.Descriptor instead.
func (*PageFilter) GetField ¶
func (x *PageFilter) GetField() string
func (*PageFilter) GetType ¶
func (x *PageFilter) GetType() string
func (*PageFilter) GetVal ¶
func (x *PageFilter) GetVal() string
func (*PageFilter) ProtoMessage ¶
func (*PageFilter) ProtoMessage()
func (*PageFilter) ProtoReflect ¶
func (x *PageFilter) ProtoReflect() protoreflect.Message
func (*PageFilter) Reset ¶
func (x *PageFilter) Reset()
func (*PageFilter) String ¶
func (x *PageFilter) String() string
type PageInfo ¶
type PageInfo struct { HasNextPage bool `protobuf:"varint,1,opt,name=hasNextPage,proto3" json:"hasNextPage,omitempty"` HasPreviousPage bool `protobuf:"varint,2,opt,name=hasPreviousPage,proto3" json:"hasPreviousPage,omitempty"` StartCursor string `protobuf:"bytes,3,opt,name=startCursor,proto3" json:"startCursor,omitempty"` EndCursor string `protobuf:"bytes,4,opt,name=endCursor,proto3" json:"endCursor,omitempty"` // contains filtered or unexported fields }
func (*PageInfo) Descriptor
deprecated
func (*PageInfo) GetEndCursor ¶
func (*PageInfo) GetHasNextPage ¶
func (*PageInfo) GetHasPreviousPage ¶
func (*PageInfo) GetStartCursor ¶
func (*PageInfo) ProtoMessage ¶
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶
func (x *PageInfo) ProtoReflect() protoreflect.Message
type PageOrder ¶
type PageOrder struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"` // contains filtered or unexported fields }
func (*PageOrder) Descriptor
deprecated
func (*PageOrder) GetDirection ¶
func (*PageOrder) ProtoMessage ¶
func (*PageOrder) ProtoMessage()
func (*PageOrder) ProtoReflect ¶
func (x *PageOrder) ProtoReflect() protoreflect.Message
type Pagination ¶
type Pagination struct { After string `protobuf:"bytes,1,opt,name=after,proto3" json:"after,omitempty"` First int32 `protobuf:"varint,2,opt,name=first,proto3" json:"first,omitempty"` Before string `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` Last int32 `protobuf:"varint,4,opt,name=last,proto3" json:"last,omitempty"` Order *PageOrder `protobuf:"bytes,5,opt,name=order,proto3" json:"order,omitempty"` Filter *PageFilter `protobuf:"bytes,6,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetAfter ¶
func (x *Pagination) GetAfter() string
func (*Pagination) GetBefore ¶
func (x *Pagination) GetBefore() string
func (*Pagination) GetFilter ¶
func (x *Pagination) GetFilter() *PageFilter
func (*Pagination) GetFirst ¶
func (x *Pagination) GetFirst() int32
func (*Pagination) GetLast ¶
func (x *Pagination) GetLast() int32
func (*Pagination) GetOrder ¶
func (x *Pagination) GetOrder() *PageOrder
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
type Ref ¶
type Ref struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Ref) Descriptor
deprecated
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
type RefsEdge ¶
type RefsEdge struct { Node *Ref `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*RefsEdge) Descriptor
deprecated
func (*RefsEdge) ProtoMessage ¶
func (*RefsEdge) ProtoMessage()
func (*RefsEdge) ProtoReflect ¶
func (x *RefsEdge) ProtoReflect() protoreflect.Message
type RefsRequest ¶
type RefsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*RefsRequest) Descriptor
deprecated
func (*RefsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RefsRequest.ProtoReflect.Descriptor instead.
func (*RefsRequest) GetNamespace ¶
func (x *RefsRequest) GetNamespace() string
func (*RefsRequest) GetPagination ¶
func (x *RefsRequest) GetPagination() *Pagination
func (*RefsRequest) GetPath ¶
func (x *RefsRequest) GetPath() string
func (*RefsRequest) ProtoMessage ¶
func (*RefsRequest) ProtoMessage()
func (*RefsRequest) ProtoReflect ¶
func (x *RefsRequest) ProtoReflect() protoreflect.Message
func (*RefsRequest) Reset ¶
func (x *RefsRequest) Reset()
func (*RefsRequest) String ¶
func (x *RefsRequest) String() string
type RefsResponse ¶
type RefsResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` TotalCount int32 `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,4,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*RefsEdge `protobuf:"bytes,5,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*RefsResponse) Descriptor
deprecated
func (*RefsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RefsResponse.ProtoReflect.Descriptor instead.
func (*RefsResponse) GetEdges ¶
func (x *RefsResponse) GetEdges() []*RefsEdge
func (*RefsResponse) GetNamespace ¶
func (x *RefsResponse) GetNamespace() string
func (*RefsResponse) GetNode ¶
func (x *RefsResponse) GetNode() *Node
func (*RefsResponse) GetPageInfo ¶
func (x *RefsResponse) GetPageInfo() *PageInfo
func (*RefsResponse) GetTotalCount ¶
func (x *RefsResponse) GetTotalCount() int32
func (*RefsResponse) ProtoMessage ¶
func (*RefsResponse) ProtoMessage()
func (*RefsResponse) ProtoReflect ¶
func (x *RefsResponse) ProtoReflect() protoreflect.Message
func (*RefsResponse) Reset ¶
func (x *RefsResponse) Reset()
func (*RefsResponse) String ¶
func (x *RefsResponse) String() string
type Registries ¶
type Registries struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*RegistryEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*Registries) Descriptor
deprecated
func (*Registries) Descriptor() ([]byte, []int)
Deprecated: Use Registries.ProtoReflect.Descriptor instead.
func (*Registries) GetEdges ¶
func (x *Registries) GetEdges() []*RegistryEdge
func (*Registries) GetPageInfo ¶
func (x *Registries) GetPageInfo() *PageInfo
func (*Registries) GetTotalCount ¶
func (x *Registries) GetTotalCount() int32
func (*Registries) ProtoMessage ¶
func (*Registries) ProtoMessage()
func (*Registries) ProtoReflect ¶
func (x *Registries) ProtoReflect() protoreflect.Message
func (*Registries) Reset ¶
func (x *Registries) Reset()
func (*Registries) String ¶
func (x *Registries) String() string
type Registry ¶
type Registry struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Registry) Descriptor
deprecated
func (*Registry) ProtoMessage ¶
func (*Registry) ProtoMessage()
func (*Registry) ProtoReflect ¶
func (x *Registry) ProtoReflect() protoreflect.Message
type RegistryEdge ¶
type RegistryEdge struct { Node *Registry `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*RegistryEdge) Descriptor
deprecated
func (*RegistryEdge) Descriptor() ([]byte, []int)
Deprecated: Use RegistryEdge.ProtoReflect.Descriptor instead.
func (*RegistryEdge) GetCursor ¶
func (x *RegistryEdge) GetCursor() string
func (*RegistryEdge) GetNode ¶
func (x *RegistryEdge) GetNode() *Registry
func (*RegistryEdge) ProtoMessage ¶
func (*RegistryEdge) ProtoMessage()
func (*RegistryEdge) ProtoReflect ¶
func (x *RegistryEdge) ProtoReflect() protoreflect.Message
func (*RegistryEdge) Reset ¶
func (x *RegistryEdge) Reset()
func (*RegistryEdge) String ¶
func (x *RegistryEdge) String() string
type RenameInstanceVariableRequest ¶
type RenameInstanceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Old string `protobuf:"bytes,3,opt,name=old,proto3" json:"old,omitempty"` New string `protobuf:"bytes,4,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*RenameInstanceVariableRequest) Descriptor
deprecated
func (*RenameInstanceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameInstanceVariableRequest.ProtoReflect.Descriptor instead.
func (*RenameInstanceVariableRequest) GetInstance ¶
func (x *RenameInstanceVariableRequest) GetInstance() string
func (*RenameInstanceVariableRequest) GetNamespace ¶
func (x *RenameInstanceVariableRequest) GetNamespace() string
func (*RenameInstanceVariableRequest) GetNew ¶
func (x *RenameInstanceVariableRequest) GetNew() string
func (*RenameInstanceVariableRequest) GetOld ¶
func (x *RenameInstanceVariableRequest) GetOld() string
func (*RenameInstanceVariableRequest) ProtoMessage ¶
func (*RenameInstanceVariableRequest) ProtoMessage()
func (*RenameInstanceVariableRequest) ProtoReflect ¶
func (x *RenameInstanceVariableRequest) ProtoReflect() protoreflect.Message
func (*RenameInstanceVariableRequest) Reset ¶
func (x *RenameInstanceVariableRequest) Reset()
func (*RenameInstanceVariableRequest) String ¶
func (x *RenameInstanceVariableRequest) String() string
type RenameInstanceVariableResponse ¶
type RenameInstanceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*RenameInstanceVariableResponse) Descriptor
deprecated
func (*RenameInstanceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameInstanceVariableResponse.ProtoReflect.Descriptor instead.
func (*RenameInstanceVariableResponse) GetChecksum ¶
func (x *RenameInstanceVariableResponse) GetChecksum() string
func (*RenameInstanceVariableResponse) GetCreatedAt ¶
func (x *RenameInstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*RenameInstanceVariableResponse) GetInstance ¶
func (x *RenameInstanceVariableResponse) GetInstance() string
func (*RenameInstanceVariableResponse) GetKey ¶
func (x *RenameInstanceVariableResponse) GetKey() string
func (*RenameInstanceVariableResponse) GetNamespace ¶
func (x *RenameInstanceVariableResponse) GetNamespace() string
func (*RenameInstanceVariableResponse) GetTotalSize ¶
func (x *RenameInstanceVariableResponse) GetTotalSize() int64
func (*RenameInstanceVariableResponse) GetUpdatedAt ¶
func (x *RenameInstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*RenameInstanceVariableResponse) ProtoMessage ¶
func (*RenameInstanceVariableResponse) ProtoMessage()
func (*RenameInstanceVariableResponse) ProtoReflect ¶
func (x *RenameInstanceVariableResponse) ProtoReflect() protoreflect.Message
func (*RenameInstanceVariableResponse) Reset ¶
func (x *RenameInstanceVariableResponse) Reset()
func (*RenameInstanceVariableResponse) String ¶
func (x *RenameInstanceVariableResponse) String() string
type RenameNamespaceRequest ¶
type RenameNamespaceRequest struct { Old string `protobuf:"bytes,1,opt,name=old,proto3" json:"old,omitempty"` New string `protobuf:"bytes,2,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*RenameNamespaceRequest) Descriptor
deprecated
func (*RenameNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespaceRequest.ProtoReflect.Descriptor instead.
func (*RenameNamespaceRequest) GetNew ¶
func (x *RenameNamespaceRequest) GetNew() string
func (*RenameNamespaceRequest) GetOld ¶
func (x *RenameNamespaceRequest) GetOld() string
func (*RenameNamespaceRequest) ProtoMessage ¶
func (*RenameNamespaceRequest) ProtoMessage()
func (*RenameNamespaceRequest) ProtoReflect ¶
func (x *RenameNamespaceRequest) ProtoReflect() protoreflect.Message
func (*RenameNamespaceRequest) Reset ¶
func (x *RenameNamespaceRequest) Reset()
func (*RenameNamespaceRequest) String ¶
func (x *RenameNamespaceRequest) String() string
type RenameNamespaceResponse ¶
type RenameNamespaceResponse struct { Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*RenameNamespaceResponse) Descriptor
deprecated
func (*RenameNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespaceResponse.ProtoReflect.Descriptor instead.
func (*RenameNamespaceResponse) GetNamespace ¶
func (x *RenameNamespaceResponse) GetNamespace() *Namespace
func (*RenameNamespaceResponse) ProtoMessage ¶
func (*RenameNamespaceResponse) ProtoMessage()
func (*RenameNamespaceResponse) ProtoReflect ¶
func (x *RenameNamespaceResponse) ProtoReflect() protoreflect.Message
func (*RenameNamespaceResponse) Reset ¶
func (x *RenameNamespaceResponse) Reset()
func (*RenameNamespaceResponse) String ¶
func (x *RenameNamespaceResponse) String() string
type RenameNamespaceVariableRequest ¶
type RenameNamespaceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Old string `protobuf:"bytes,2,opt,name=old,proto3" json:"old,omitempty"` New string `protobuf:"bytes,3,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*RenameNamespaceVariableRequest) Descriptor
deprecated
func (*RenameNamespaceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespaceVariableRequest.ProtoReflect.Descriptor instead.
func (*RenameNamespaceVariableRequest) GetNamespace ¶
func (x *RenameNamespaceVariableRequest) GetNamespace() string
func (*RenameNamespaceVariableRequest) GetNew ¶
func (x *RenameNamespaceVariableRequest) GetNew() string
func (*RenameNamespaceVariableRequest) GetOld ¶
func (x *RenameNamespaceVariableRequest) GetOld() string
func (*RenameNamespaceVariableRequest) ProtoMessage ¶
func (*RenameNamespaceVariableRequest) ProtoMessage()
func (*RenameNamespaceVariableRequest) ProtoReflect ¶
func (x *RenameNamespaceVariableRequest) ProtoReflect() protoreflect.Message
func (*RenameNamespaceVariableRequest) Reset ¶
func (x *RenameNamespaceVariableRequest) Reset()
func (*RenameNamespaceVariableRequest) String ¶
func (x *RenameNamespaceVariableRequest) String() string
type RenameNamespaceVariableResponse ¶
type RenameNamespaceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,6,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*RenameNamespaceVariableResponse) Descriptor
deprecated
func (*RenameNamespaceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameNamespaceVariableResponse.ProtoReflect.Descriptor instead.
func (*RenameNamespaceVariableResponse) GetChecksum ¶
func (x *RenameNamespaceVariableResponse) GetChecksum() string
func (*RenameNamespaceVariableResponse) GetCreatedAt ¶
func (x *RenameNamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*RenameNamespaceVariableResponse) GetKey ¶
func (x *RenameNamespaceVariableResponse) GetKey() string
func (*RenameNamespaceVariableResponse) GetNamespace ¶
func (x *RenameNamespaceVariableResponse) GetNamespace() string
func (*RenameNamespaceVariableResponse) GetTotalSize ¶
func (x *RenameNamespaceVariableResponse) GetTotalSize() int64
func (*RenameNamespaceVariableResponse) GetUpdatedAt ¶
func (x *RenameNamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*RenameNamespaceVariableResponse) ProtoMessage ¶
func (*RenameNamespaceVariableResponse) ProtoMessage()
func (*RenameNamespaceVariableResponse) ProtoReflect ¶
func (x *RenameNamespaceVariableResponse) ProtoReflect() protoreflect.Message
func (*RenameNamespaceVariableResponse) Reset ¶
func (x *RenameNamespaceVariableResponse) Reset()
func (*RenameNamespaceVariableResponse) String ¶
func (x *RenameNamespaceVariableResponse) String() string
type RenameNodeRequest ¶
type RenameNodeRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Old string `protobuf:"bytes,2,opt,name=old,proto3" json:"old,omitempty"` New string `protobuf:"bytes,3,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*RenameNodeRequest) Descriptor
deprecated
func (*RenameNodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameNodeRequest.ProtoReflect.Descriptor instead.
func (*RenameNodeRequest) GetNamespace ¶
func (x *RenameNodeRequest) GetNamespace() string
func (*RenameNodeRequest) GetNew ¶
func (x *RenameNodeRequest) GetNew() string
func (*RenameNodeRequest) GetOld ¶
func (x *RenameNodeRequest) GetOld() string
func (*RenameNodeRequest) ProtoMessage ¶
func (*RenameNodeRequest) ProtoMessage()
func (*RenameNodeRequest) ProtoReflect ¶
func (x *RenameNodeRequest) ProtoReflect() protoreflect.Message
func (*RenameNodeRequest) Reset ¶
func (x *RenameNodeRequest) Reset()
func (*RenameNodeRequest) String ¶
func (x *RenameNodeRequest) String() string
type RenameNodeResponse ¶
type RenameNodeResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` // contains filtered or unexported fields }
func (*RenameNodeResponse) Descriptor
deprecated
func (*RenameNodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameNodeResponse.ProtoReflect.Descriptor instead.
func (*RenameNodeResponse) GetNamespace ¶
func (x *RenameNodeResponse) GetNamespace() string
func (*RenameNodeResponse) GetNode ¶
func (x *RenameNodeResponse) GetNode() *Node
func (*RenameNodeResponse) ProtoMessage ¶
func (*RenameNodeResponse) ProtoMessage()
func (*RenameNodeResponse) ProtoReflect ¶
func (x *RenameNodeResponse) ProtoReflect() protoreflect.Message
func (*RenameNodeResponse) Reset ¶
func (x *RenameNodeResponse) Reset()
func (*RenameNodeResponse) String ¶
func (x *RenameNodeResponse) String() string
type RenameWorkflowVariableRequest ¶
type RenameWorkflowVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Old string `protobuf:"bytes,3,opt,name=old,proto3" json:"old,omitempty"` New string `protobuf:"bytes,4,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*RenameWorkflowVariableRequest) Descriptor
deprecated
func (*RenameWorkflowVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameWorkflowVariableRequest.ProtoReflect.Descriptor instead.
func (*RenameWorkflowVariableRequest) GetNamespace ¶
func (x *RenameWorkflowVariableRequest) GetNamespace() string
func (*RenameWorkflowVariableRequest) GetNew ¶
func (x *RenameWorkflowVariableRequest) GetNew() string
func (*RenameWorkflowVariableRequest) GetOld ¶
func (x *RenameWorkflowVariableRequest) GetOld() string
func (*RenameWorkflowVariableRequest) GetPath ¶
func (x *RenameWorkflowVariableRequest) GetPath() string
func (*RenameWorkflowVariableRequest) ProtoMessage ¶
func (*RenameWorkflowVariableRequest) ProtoMessage()
func (*RenameWorkflowVariableRequest) ProtoReflect ¶
func (x *RenameWorkflowVariableRequest) ProtoReflect() protoreflect.Message
func (*RenameWorkflowVariableRequest) Reset ¶
func (x *RenameWorkflowVariableRequest) Reset()
func (*RenameWorkflowVariableRequest) String ¶
func (x *RenameWorkflowVariableRequest) String() string
type RenameWorkflowVariableResponse ¶
type RenameWorkflowVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*RenameWorkflowVariableResponse) Descriptor
deprecated
func (*RenameWorkflowVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameWorkflowVariableResponse.ProtoReflect.Descriptor instead.
func (*RenameWorkflowVariableResponse) GetChecksum ¶
func (x *RenameWorkflowVariableResponse) GetChecksum() string
func (*RenameWorkflowVariableResponse) GetCreatedAt ¶
func (x *RenameWorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*RenameWorkflowVariableResponse) GetKey ¶
func (x *RenameWorkflowVariableResponse) GetKey() string
func (*RenameWorkflowVariableResponse) GetNamespace ¶
func (x *RenameWorkflowVariableResponse) GetNamespace() string
func (*RenameWorkflowVariableResponse) GetPath ¶
func (x *RenameWorkflowVariableResponse) GetPath() string
func (*RenameWorkflowVariableResponse) GetTotalSize ¶
func (x *RenameWorkflowVariableResponse) GetTotalSize() int64
func (*RenameWorkflowVariableResponse) GetUpdatedAt ¶
func (x *RenameWorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*RenameWorkflowVariableResponse) ProtoMessage ¶
func (*RenameWorkflowVariableResponse) ProtoMessage()
func (*RenameWorkflowVariableResponse) ProtoReflect ¶
func (x *RenameWorkflowVariableResponse) ProtoReflect() protoreflect.Message
func (*RenameWorkflowVariableResponse) Reset ¶
func (x *RenameWorkflowVariableResponse) Reset()
func (*RenameWorkflowVariableResponse) String ¶
func (x *RenameWorkflowVariableResponse) String() string
type ReportActionResultsRequest ¶
type ReportActionResultsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId,omitempty"` Step int32 `protobuf:"varint,2,opt,name=step,proto3" json:"step,omitempty"` ActionId string `protobuf:"bytes,3,opt,name=actionId,proto3" json:"actionId,omitempty"` ErrorCode string `protobuf:"bytes,4,opt,name=errorCode,proto3" json:"errorCode,omitempty"` ErrorMessage string `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` Output []byte `protobuf:"bytes,6,opt,name=output,proto3" json:"output,omitempty"` // contains filtered or unexported fields }
func (*ReportActionResultsRequest) Descriptor
deprecated
func (*ReportActionResultsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReportActionResultsRequest.ProtoReflect.Descriptor instead.
func (*ReportActionResultsRequest) GetActionId ¶
func (x *ReportActionResultsRequest) GetActionId() string
func (*ReportActionResultsRequest) GetErrorCode ¶
func (x *ReportActionResultsRequest) GetErrorCode() string
func (*ReportActionResultsRequest) GetErrorMessage ¶
func (x *ReportActionResultsRequest) GetErrorMessage() string
func (*ReportActionResultsRequest) GetInstanceId ¶
func (x *ReportActionResultsRequest) GetInstanceId() string
func (*ReportActionResultsRequest) GetOutput ¶
func (x *ReportActionResultsRequest) GetOutput() []byte
func (*ReportActionResultsRequest) GetStep ¶
func (x *ReportActionResultsRequest) GetStep() int32
func (*ReportActionResultsRequest) ProtoMessage ¶
func (*ReportActionResultsRequest) ProtoMessage()
func (*ReportActionResultsRequest) ProtoReflect ¶
func (x *ReportActionResultsRequest) ProtoReflect() protoreflect.Message
func (*ReportActionResultsRequest) Reset ¶
func (x *ReportActionResultsRequest) Reset()
func (*ReportActionResultsRequest) String ¶
func (x *ReportActionResultsRequest) String() string
type ResolveNamespaceUIDRequest ¶
type ResolveNamespaceUIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ResolveNamespaceUIDRequest) Descriptor
deprecated
func (*ResolveNamespaceUIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResolveNamespaceUIDRequest.ProtoReflect.Descriptor instead.
func (*ResolveNamespaceUIDRequest) GetId ¶
func (x *ResolveNamespaceUIDRequest) GetId() string
func (*ResolveNamespaceUIDRequest) ProtoMessage ¶
func (*ResolveNamespaceUIDRequest) ProtoMessage()
func (*ResolveNamespaceUIDRequest) ProtoReflect ¶
func (x *ResolveNamespaceUIDRequest) ProtoReflect() protoreflect.Message
func (*ResolveNamespaceUIDRequest) Reset ¶
func (x *ResolveNamespaceUIDRequest) Reset()
func (*ResolveNamespaceUIDRequest) String ¶
func (x *ResolveNamespaceUIDRequest) String() string
type ResolveWorkflowUIDRequest ¶
type ResolveWorkflowUIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ResolveWorkflowUIDRequest) Descriptor
deprecated
func (*ResolveWorkflowUIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResolveWorkflowUIDRequest.ProtoReflect.Descriptor instead.
func (*ResolveWorkflowUIDRequest) GetId ¶
func (x *ResolveWorkflowUIDRequest) GetId() string
func (*ResolveWorkflowUIDRequest) ProtoMessage ¶
func (*ResolveWorkflowUIDRequest) ProtoMessage()
func (*ResolveWorkflowUIDRequest) ProtoReflect ¶
func (x *ResolveWorkflowUIDRequest) ProtoReflect() protoreflect.Message
func (*ResolveWorkflowUIDRequest) Reset ¶
func (x *ResolveWorkflowUIDRequest) Reset()
func (*ResolveWorkflowUIDRequest) String ¶
func (x *ResolveWorkflowUIDRequest) String() string
type RetagRequest ¶
type RetagRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` Tag string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"` // contains filtered or unexported fields }
func (*RetagRequest) Descriptor
deprecated
func (*RetagRequest) Descriptor() ([]byte, []int)
Deprecated: Use RetagRequest.ProtoReflect.Descriptor instead.
func (*RetagRequest) GetNamespace ¶
func (x *RetagRequest) GetNamespace() string
func (*RetagRequest) GetPath ¶
func (x *RetagRequest) GetPath() string
func (*RetagRequest) GetRef ¶
func (x *RetagRequest) GetRef() string
func (*RetagRequest) GetTag ¶
func (x *RetagRequest) GetTag() string
func (*RetagRequest) ProtoMessage ¶
func (*RetagRequest) ProtoMessage()
func (*RetagRequest) ProtoReflect ¶
func (x *RetagRequest) ProtoReflect() protoreflect.Message
func (*RetagRequest) Reset ¶
func (x *RetagRequest) Reset()
func (*RetagRequest) String ¶
func (x *RetagRequest) String() string
type Revision ¶
type Revision struct { CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` Source []byte `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
func (*Revision) Descriptor
deprecated
func (*Revision) GetCreatedAt ¶
func (x *Revision) GetCreatedAt() *timestamppb.Timestamp
func (*Revision) ProtoMessage ¶
func (*Revision) ProtoMessage()
func (*Revision) ProtoReflect ¶
func (x *Revision) ProtoReflect() protoreflect.Message
type RevisionsRequest ¶
type RevisionsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*RevisionsRequest) Descriptor
deprecated
func (*RevisionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevisionsRequest.ProtoReflect.Descriptor instead.
func (*RevisionsRequest) GetNamespace ¶
func (x *RevisionsRequest) GetNamespace() string
func (*RevisionsRequest) GetPagination ¶
func (x *RevisionsRequest) GetPagination() *Pagination
func (*RevisionsRequest) GetPath ¶
func (x *RevisionsRequest) GetPath() string
func (*RevisionsRequest) ProtoMessage ¶
func (*RevisionsRequest) ProtoMessage()
func (*RevisionsRequest) ProtoReflect ¶
func (x *RevisionsRequest) ProtoReflect() protoreflect.Message
func (*RevisionsRequest) Reset ¶
func (x *RevisionsRequest) Reset()
func (*RevisionsRequest) String ¶
func (x *RevisionsRequest) String() string
type RevisionsResponse ¶
type RevisionsResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` TotalCount int32 `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,4,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*RefsEdge `protobuf:"bytes,5,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*RevisionsResponse) Descriptor
deprecated
func (*RevisionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevisionsResponse.ProtoReflect.Descriptor instead.
func (*RevisionsResponse) GetEdges ¶
func (x *RevisionsResponse) GetEdges() []*RefsEdge
func (*RevisionsResponse) GetNamespace ¶
func (x *RevisionsResponse) GetNamespace() string
func (*RevisionsResponse) GetNode ¶
func (x *RevisionsResponse) GetNode() *Node
func (*RevisionsResponse) GetPageInfo ¶
func (x *RevisionsResponse) GetPageInfo() *PageInfo
func (*RevisionsResponse) GetTotalCount ¶
func (x *RevisionsResponse) GetTotalCount() int32
func (*RevisionsResponse) ProtoMessage ¶
func (*RevisionsResponse) ProtoMessage()
func (*RevisionsResponse) ProtoReflect ¶
func (x *RevisionsResponse) ProtoReflect() protoreflect.Message
func (*RevisionsResponse) Reset ¶
func (x *RevisionsResponse) Reset()
func (*RevisionsResponse) String ¶
func (x *RevisionsResponse) String() string
type Route ¶
type Route struct { Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` Weight int32 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` // contains filtered or unexported fields }
func (*Route) Descriptor
deprecated
func (*Route) ProtoMessage ¶
func (*Route) ProtoMessage()
func (*Route) ProtoReflect ¶
func (x *Route) ProtoReflect() protoreflect.Message
type RouterRequest ¶
type RouterRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*RouterRequest) Descriptor
deprecated
func (*RouterRequest) Descriptor() ([]byte, []int)
Deprecated: Use RouterRequest.ProtoReflect.Descriptor instead.
func (*RouterRequest) GetNamespace ¶
func (x *RouterRequest) GetNamespace() string
func (*RouterRequest) GetPath ¶
func (x *RouterRequest) GetPath() string
func (*RouterRequest) ProtoMessage ¶
func (*RouterRequest) ProtoMessage()
func (*RouterRequest) ProtoReflect ¶
func (x *RouterRequest) ProtoReflect() protoreflect.Message
func (*RouterRequest) Reset ¶
func (x *RouterRequest) Reset()
func (*RouterRequest) String ¶
func (x *RouterRequest) String() string
type RouterResponse ¶
type RouterResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Live bool `protobuf:"varint,3,opt,name=live,proto3" json:"live,omitempty"` Routes []*Route `protobuf:"bytes,4,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*RouterResponse) Descriptor
deprecated
func (*RouterResponse) Descriptor() ([]byte, []int)
Deprecated: Use RouterResponse.ProtoReflect.Descriptor instead.
func (*RouterResponse) GetLive ¶
func (x *RouterResponse) GetLive() bool
func (*RouterResponse) GetNamespace ¶
func (x *RouterResponse) GetNamespace() string
func (*RouterResponse) GetNode ¶
func (x *RouterResponse) GetNode() *Node
func (*RouterResponse) GetRoutes ¶
func (x *RouterResponse) GetRoutes() []*Route
func (*RouterResponse) ProtoMessage ¶
func (*RouterResponse) ProtoMessage()
func (*RouterResponse) ProtoReflect ¶
func (x *RouterResponse) ProtoReflect() protoreflect.Message
func (*RouterResponse) Reset ¶
func (x *RouterResponse) Reset()
func (*RouterResponse) String ¶
func (x *RouterResponse) String() string
type RunWorkflowRequest ¶
type RunWorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` Input []byte `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"` // contains filtered or unexported fields }
func (*RunWorkflowRequest) Descriptor
deprecated
func (*RunWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunWorkflowRequest.ProtoReflect.Descriptor instead.
func (*RunWorkflowRequest) GetInput ¶
func (x *RunWorkflowRequest) GetInput() []byte
func (*RunWorkflowRequest) GetNamespace ¶
func (x *RunWorkflowRequest) GetNamespace() string
func (*RunWorkflowRequest) GetPath ¶
func (x *RunWorkflowRequest) GetPath() string
func (*RunWorkflowRequest) GetRef ¶
func (x *RunWorkflowRequest) GetRef() string
func (*RunWorkflowRequest) ProtoMessage ¶
func (*RunWorkflowRequest) ProtoMessage()
func (*RunWorkflowRequest) ProtoReflect ¶
func (x *RunWorkflowRequest) ProtoReflect() protoreflect.Message
func (*RunWorkflowRequest) Reset ¶
func (x *RunWorkflowRequest) Reset()
func (*RunWorkflowRequest) String ¶
func (x *RunWorkflowRequest) String() string
type RunWorkflowResponse ¶
type RunWorkflowResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // TODO // contains filtered or unexported fields }
func (*RunWorkflowResponse) Descriptor
deprecated
func (*RunWorkflowResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunWorkflowResponse.ProtoReflect.Descriptor instead.
func (*RunWorkflowResponse) GetInstance ¶
func (x *RunWorkflowResponse) GetInstance() string
func (*RunWorkflowResponse) GetNamespace ¶
func (x *RunWorkflowResponse) GetNamespace() string
func (*RunWorkflowResponse) ProtoMessage ¶
func (*RunWorkflowResponse) ProtoMessage()
func (*RunWorkflowResponse) ProtoReflect ¶
func (x *RunWorkflowResponse) ProtoReflect() protoreflect.Message
func (*RunWorkflowResponse) Reset ¶
func (x *RunWorkflowResponse) Reset()
func (*RunWorkflowResponse) String ¶
func (x *RunWorkflowResponse) String() string
type SaveHeadRequest ¶
type SaveHeadRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*SaveHeadRequest) Descriptor
deprecated
func (*SaveHeadRequest) Descriptor() ([]byte, []int)
Deprecated: Use SaveHeadRequest.ProtoReflect.Descriptor instead.
func (*SaveHeadRequest) GetNamespace ¶
func (x *SaveHeadRequest) GetNamespace() string
func (*SaveHeadRequest) GetPath ¶
func (x *SaveHeadRequest) GetPath() string
func (*SaveHeadRequest) ProtoMessage ¶
func (*SaveHeadRequest) ProtoMessage()
func (*SaveHeadRequest) ProtoReflect ¶
func (x *SaveHeadRequest) ProtoReflect() protoreflect.Message
func (*SaveHeadRequest) Reset ¶
func (x *SaveHeadRequest) Reset()
func (*SaveHeadRequest) String ¶
func (x *SaveHeadRequest) String() string
type SaveHeadResponse ¶
type SaveHeadResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Revision *Revision `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*SaveHeadResponse) Descriptor
deprecated
func (*SaveHeadResponse) Descriptor() ([]byte, []int)
Deprecated: Use SaveHeadResponse.ProtoReflect.Descriptor instead.
func (*SaveHeadResponse) GetNamespace ¶
func (x *SaveHeadResponse) GetNamespace() string
func (*SaveHeadResponse) GetNode ¶
func (x *SaveHeadResponse) GetNode() *Node
func (*SaveHeadResponse) GetRevision ¶
func (x *SaveHeadResponse) GetRevision() *Revision
func (*SaveHeadResponse) ProtoMessage ¶
func (*SaveHeadResponse) ProtoMessage()
func (*SaveHeadResponse) ProtoReflect ¶
func (x *SaveHeadResponse) ProtoReflect() protoreflect.Message
func (*SaveHeadResponse) Reset ¶
func (x *SaveHeadResponse) Reset()
func (*SaveHeadResponse) String ¶
func (x *SaveHeadResponse) String() string
type Secret ¶
type Secret struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Secret) Descriptor
deprecated
func (*Secret) ProtoMessage ¶
func (*Secret) ProtoMessage()
func (*Secret) ProtoReflect ¶
func (x *Secret) ProtoReflect() protoreflect.Message
type SecretEdge ¶
type SecretEdge struct { Node *Secret `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*SecretEdge) Descriptor
deprecated
func (*SecretEdge) Descriptor() ([]byte, []int)
Deprecated: Use SecretEdge.ProtoReflect.Descriptor instead.
func (*SecretEdge) GetCursor ¶
func (x *SecretEdge) GetCursor() string
func (*SecretEdge) GetNode ¶
func (x *SecretEdge) GetNode() *Secret
func (*SecretEdge) ProtoMessage ¶
func (*SecretEdge) ProtoMessage()
func (*SecretEdge) ProtoReflect ¶
func (x *SecretEdge) ProtoReflect() protoreflect.Message
func (*SecretEdge) Reset ¶
func (x *SecretEdge) Reset()
func (*SecretEdge) String ¶
func (x *SecretEdge) String() string
type Secrets ¶
type Secrets struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*SecretEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*Secrets) Descriptor
deprecated
func (*Secrets) GetEdges ¶
func (x *Secrets) GetEdges() []*SecretEdge
func (*Secrets) GetPageInfo ¶
func (*Secrets) GetTotalCount ¶
func (*Secrets) ProtoMessage ¶
func (*Secrets) ProtoMessage()
func (*Secrets) ProtoReflect ¶
func (x *Secrets) ProtoReflect() protoreflect.Message
type SecretsRequest ¶
type SecretsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
func (*SecretsRequest) Descriptor
deprecated
func (*SecretsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SecretsRequest.ProtoReflect.Descriptor instead.
func (*SecretsRequest) GetNamespace ¶
func (x *SecretsRequest) GetNamespace() string
func (*SecretsRequest) GetPagination ¶
func (x *SecretsRequest) GetPagination() *Pagination
func (*SecretsRequest) ProtoMessage ¶
func (*SecretsRequest) ProtoMessage()
func (*SecretsRequest) ProtoReflect ¶
func (x *SecretsRequest) ProtoReflect() protoreflect.Message
func (*SecretsRequest) Reset ¶
func (x *SecretsRequest) Reset()
func (*SecretsRequest) String ¶
func (x *SecretsRequest) String() string
type SecretsResponse ¶
type SecretsResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Secrets *Secrets `protobuf:"bytes,2,opt,name=secrets,proto3" json:"secrets,omitempty"` // contains filtered or unexported fields }
func (*SecretsResponse) Descriptor
deprecated
func (*SecretsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SecretsResponse.ProtoReflect.Descriptor instead.
func (*SecretsResponse) GetNamespace ¶
func (x *SecretsResponse) GetNamespace() string
func (*SecretsResponse) GetSecrets ¶
func (x *SecretsResponse) GetSecrets() *Secrets
func (*SecretsResponse) ProtoMessage ¶
func (*SecretsResponse) ProtoMessage()
func (*SecretsResponse) ProtoReflect ¶
func (x *SecretsResponse) ProtoReflect() protoreflect.Message
func (*SecretsResponse) Reset ¶
func (x *SecretsResponse) Reset()
func (*SecretsResponse) String ¶
func (x *SecretsResponse) String() string
type ServerLogsRequest ¶
type ServerLogsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*ServerLogsRequest) Descriptor
deprecated
func (*ServerLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ServerLogsRequest.ProtoReflect.Descriptor instead.
func (*ServerLogsRequest) GetPagination ¶
func (x *ServerLogsRequest) GetPagination() *Pagination
func (*ServerLogsRequest) ProtoMessage ¶
func (*ServerLogsRequest) ProtoMessage()
func (*ServerLogsRequest) ProtoReflect ¶
func (x *ServerLogsRequest) ProtoReflect() protoreflect.Message
func (*ServerLogsRequest) Reset ¶
func (x *ServerLogsRequest) Reset()
func (*ServerLogsRequest) String ¶
func (x *ServerLogsRequest) String() string
type ServerLogsResponse ¶
type ServerLogsResponse struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*LogsEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*ServerLogsResponse) Descriptor
deprecated
func (*ServerLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ServerLogsResponse.ProtoReflect.Descriptor instead.
func (*ServerLogsResponse) GetEdges ¶
func (x *ServerLogsResponse) GetEdges() []*LogsEdge
func (*ServerLogsResponse) GetPageInfo ¶
func (x *ServerLogsResponse) GetPageInfo() *PageInfo
func (*ServerLogsResponse) GetTotalCount ¶
func (x *ServerLogsResponse) GetTotalCount() int32
func (*ServerLogsResponse) ProtoMessage ¶
func (*ServerLogsResponse) ProtoMessage()
func (*ServerLogsResponse) ProtoReflect ¶
func (x *ServerLogsResponse) ProtoReflect() protoreflect.Message
func (*ServerLogsResponse) Reset ¶
func (x *ServerLogsResponse) Reset()
func (*ServerLogsResponse) String ¶
func (x *ServerLogsResponse) String() string
type SetInstanceVariableRequest ¶
type SetInstanceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` TotalSize int64 `protobuf:"varint,4,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetInstanceVariableRequest) Descriptor
deprecated
func (*SetInstanceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetInstanceVariableRequest.ProtoReflect.Descriptor instead.
func (*SetInstanceVariableRequest) GetData ¶
func (x *SetInstanceVariableRequest) GetData() []byte
func (*SetInstanceVariableRequest) GetInstance ¶
func (x *SetInstanceVariableRequest) GetInstance() string
func (*SetInstanceVariableRequest) GetKey ¶
func (x *SetInstanceVariableRequest) GetKey() string
func (*SetInstanceVariableRequest) GetNamespace ¶
func (x *SetInstanceVariableRequest) GetNamespace() string
func (*SetInstanceVariableRequest) GetTotalSize ¶
func (x *SetInstanceVariableRequest) GetTotalSize() int64
func (*SetInstanceVariableRequest) ProtoMessage ¶
func (*SetInstanceVariableRequest) ProtoMessage()
func (*SetInstanceVariableRequest) ProtoReflect ¶
func (x *SetInstanceVariableRequest) ProtoReflect() protoreflect.Message
func (*SetInstanceVariableRequest) Reset ¶
func (x *SetInstanceVariableRequest) Reset()
func (*SetInstanceVariableRequest) String ¶
func (x *SetInstanceVariableRequest) String() string
type SetInstanceVariableResponse ¶
type SetInstanceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*SetInstanceVariableResponse) Descriptor
deprecated
func (*SetInstanceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetInstanceVariableResponse.ProtoReflect.Descriptor instead.
func (*SetInstanceVariableResponse) GetChecksum ¶
func (x *SetInstanceVariableResponse) GetChecksum() string
func (*SetInstanceVariableResponse) GetCreatedAt ¶
func (x *SetInstanceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*SetInstanceVariableResponse) GetInstance ¶
func (x *SetInstanceVariableResponse) GetInstance() string
func (*SetInstanceVariableResponse) GetKey ¶
func (x *SetInstanceVariableResponse) GetKey() string
func (*SetInstanceVariableResponse) GetNamespace ¶
func (x *SetInstanceVariableResponse) GetNamespace() string
func (*SetInstanceVariableResponse) GetTotalSize ¶
func (x *SetInstanceVariableResponse) GetTotalSize() int64
func (*SetInstanceVariableResponse) GetUpdatedAt ¶
func (x *SetInstanceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*SetInstanceVariableResponse) ProtoMessage ¶
func (*SetInstanceVariableResponse) ProtoMessage()
func (*SetInstanceVariableResponse) ProtoReflect ¶
func (x *SetInstanceVariableResponse) ProtoReflect() protoreflect.Message
func (*SetInstanceVariableResponse) Reset ¶
func (x *SetInstanceVariableResponse) Reset()
func (*SetInstanceVariableResponse) String ¶
func (x *SetInstanceVariableResponse) String() string
type SetNamespaceConfigRequest ¶ added in v0.5.5
type SetNamespaceConfigRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Config string `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*SetNamespaceConfigRequest) Descriptor
deprecated
added in
v0.5.5
func (*SetNamespaceConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetNamespaceConfigRequest.ProtoReflect.Descriptor instead.
func (*SetNamespaceConfigRequest) GetConfig ¶ added in v0.5.5
func (x *SetNamespaceConfigRequest) GetConfig() string
func (*SetNamespaceConfigRequest) GetName ¶ added in v0.5.5
func (x *SetNamespaceConfigRequest) GetName() string
func (*SetNamespaceConfigRequest) ProtoMessage ¶ added in v0.5.5
func (*SetNamespaceConfigRequest) ProtoMessage()
func (*SetNamespaceConfigRequest) ProtoReflect ¶ added in v0.5.5
func (x *SetNamespaceConfigRequest) ProtoReflect() protoreflect.Message
func (*SetNamespaceConfigRequest) Reset ¶ added in v0.5.5
func (x *SetNamespaceConfigRequest) Reset()
func (*SetNamespaceConfigRequest) String ¶ added in v0.5.5
func (x *SetNamespaceConfigRequest) String() string
type SetNamespaceConfigResponse ¶ added in v0.5.5
type SetNamespaceConfigResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Config string `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*SetNamespaceConfigResponse) Descriptor
deprecated
added in
v0.5.5
func (*SetNamespaceConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetNamespaceConfigResponse.ProtoReflect.Descriptor instead.
func (*SetNamespaceConfigResponse) GetConfig ¶ added in v0.5.5
func (x *SetNamespaceConfigResponse) GetConfig() string
func (*SetNamespaceConfigResponse) GetName ¶ added in v0.5.5
func (x *SetNamespaceConfigResponse) GetName() string
func (*SetNamespaceConfigResponse) ProtoMessage ¶ added in v0.5.5
func (*SetNamespaceConfigResponse) ProtoMessage()
func (*SetNamespaceConfigResponse) ProtoReflect ¶ added in v0.5.5
func (x *SetNamespaceConfigResponse) ProtoReflect() protoreflect.Message
func (*SetNamespaceConfigResponse) Reset ¶ added in v0.5.5
func (x *SetNamespaceConfigResponse) Reset()
func (*SetNamespaceConfigResponse) String ¶ added in v0.5.5
func (x *SetNamespaceConfigResponse) String() string
type SetNamespaceRegistryRequest ¶
type SetNamespaceRegistryRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetNamespaceRegistryRequest) Descriptor
deprecated
func (*SetNamespaceRegistryRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetNamespaceRegistryRequest.ProtoReflect.Descriptor instead.
func (*SetNamespaceRegistryRequest) GetData ¶
func (x *SetNamespaceRegistryRequest) GetData() []byte
func (*SetNamespaceRegistryRequest) GetNamespace ¶
func (x *SetNamespaceRegistryRequest) GetNamespace() string
func (*SetNamespaceRegistryRequest) GetRegistry ¶
func (x *SetNamespaceRegistryRequest) GetRegistry() string
func (*SetNamespaceRegistryRequest) ProtoMessage ¶
func (*SetNamespaceRegistryRequest) ProtoMessage()
func (*SetNamespaceRegistryRequest) ProtoReflect ¶
func (x *SetNamespaceRegistryRequest) ProtoReflect() protoreflect.Message
func (*SetNamespaceRegistryRequest) Reset ¶
func (x *SetNamespaceRegistryRequest) Reset()
func (*SetNamespaceRegistryRequest) String ¶
func (x *SetNamespaceRegistryRequest) String() string
type SetNamespaceVariableRequest ¶
type SetNamespaceVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` TotalSize int64 `protobuf:"varint,3,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetNamespaceVariableRequest) Descriptor
deprecated
func (*SetNamespaceVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetNamespaceVariableRequest.ProtoReflect.Descriptor instead.
func (*SetNamespaceVariableRequest) GetData ¶
func (x *SetNamespaceVariableRequest) GetData() []byte
func (*SetNamespaceVariableRequest) GetKey ¶
func (x *SetNamespaceVariableRequest) GetKey() string
func (*SetNamespaceVariableRequest) GetNamespace ¶
func (x *SetNamespaceVariableRequest) GetNamespace() string
func (*SetNamespaceVariableRequest) GetTotalSize ¶
func (x *SetNamespaceVariableRequest) GetTotalSize() int64
func (*SetNamespaceVariableRequest) ProtoMessage ¶
func (*SetNamespaceVariableRequest) ProtoMessage()
func (*SetNamespaceVariableRequest) ProtoReflect ¶
func (x *SetNamespaceVariableRequest) ProtoReflect() protoreflect.Message
func (*SetNamespaceVariableRequest) Reset ¶
func (x *SetNamespaceVariableRequest) Reset()
func (*SetNamespaceVariableRequest) String ¶
func (x *SetNamespaceVariableRequest) String() string
type SetNamespaceVariableResponse ¶
type SetNamespaceVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,6,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*SetNamespaceVariableResponse) Descriptor
deprecated
func (*SetNamespaceVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetNamespaceVariableResponse.ProtoReflect.Descriptor instead.
func (*SetNamespaceVariableResponse) GetChecksum ¶
func (x *SetNamespaceVariableResponse) GetChecksum() string
func (*SetNamespaceVariableResponse) GetCreatedAt ¶
func (x *SetNamespaceVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*SetNamespaceVariableResponse) GetKey ¶
func (x *SetNamespaceVariableResponse) GetKey() string
func (*SetNamespaceVariableResponse) GetNamespace ¶
func (x *SetNamespaceVariableResponse) GetNamespace() string
func (*SetNamespaceVariableResponse) GetTotalSize ¶
func (x *SetNamespaceVariableResponse) GetTotalSize() int64
func (*SetNamespaceVariableResponse) GetUpdatedAt ¶
func (x *SetNamespaceVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*SetNamespaceVariableResponse) ProtoMessage ¶
func (*SetNamespaceVariableResponse) ProtoMessage()
func (*SetNamespaceVariableResponse) ProtoReflect ¶
func (x *SetNamespaceVariableResponse) ProtoReflect() protoreflect.Message
func (*SetNamespaceVariableResponse) Reset ¶
func (x *SetNamespaceVariableResponse) Reset()
func (*SetNamespaceVariableResponse) String ¶
func (x *SetNamespaceVariableResponse) String() string
type SetSecretRequest ¶
type SetSecretRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetSecretRequest) Descriptor
deprecated
func (*SetSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetSecretRequest.ProtoReflect.Descriptor instead.
func (*SetSecretRequest) GetData ¶
func (x *SetSecretRequest) GetData() []byte
func (*SetSecretRequest) GetKey ¶
func (x *SetSecretRequest) GetKey() string
func (*SetSecretRequest) GetNamespace ¶
func (x *SetSecretRequest) GetNamespace() string
func (*SetSecretRequest) ProtoMessage ¶
func (*SetSecretRequest) ProtoMessage()
func (*SetSecretRequest) ProtoReflect ¶
func (x *SetSecretRequest) ProtoReflect() protoreflect.Message
func (*SetSecretRequest) Reset ¶
func (x *SetSecretRequest) Reset()
func (*SetSecretRequest) String ¶
func (x *SetSecretRequest) String() string
type SetSecretResponse ¶
type SetSecretResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*SetSecretResponse) Descriptor
deprecated
func (*SetSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetSecretResponse.ProtoReflect.Descriptor instead.
func (*SetSecretResponse) GetKey ¶
func (x *SetSecretResponse) GetKey() string
func (*SetSecretResponse) GetNamespace ¶
func (x *SetSecretResponse) GetNamespace() string
func (*SetSecretResponse) ProtoMessage ¶
func (*SetSecretResponse) ProtoMessage()
func (*SetSecretResponse) ProtoReflect ¶
func (x *SetSecretResponse) ProtoReflect() protoreflect.Message
func (*SetSecretResponse) Reset ¶
func (x *SetSecretResponse) Reset()
func (*SetSecretResponse) String ¶
func (x *SetSecretResponse) String() string
type SetVariableInternalRequest ¶
type SetVariableInternalRequest struct { Instance string `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` TotalSize int64 `protobuf:"varint,3,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetVariableInternalRequest) Descriptor
deprecated
func (*SetVariableInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVariableInternalRequest.ProtoReflect.Descriptor instead.
func (*SetVariableInternalRequest) GetData ¶
func (x *SetVariableInternalRequest) GetData() []byte
func (*SetVariableInternalRequest) GetInstance ¶
func (x *SetVariableInternalRequest) GetInstance() string
func (*SetVariableInternalRequest) GetKey ¶
func (x *SetVariableInternalRequest) GetKey() string
func (*SetVariableInternalRequest) GetTotalSize ¶
func (x *SetVariableInternalRequest) GetTotalSize() int64
func (*SetVariableInternalRequest) ProtoMessage ¶
func (*SetVariableInternalRequest) ProtoMessage()
func (*SetVariableInternalRequest) ProtoReflect ¶
func (x *SetVariableInternalRequest) ProtoReflect() protoreflect.Message
func (*SetVariableInternalRequest) Reset ¶
func (x *SetVariableInternalRequest) Reset()
func (*SetVariableInternalRequest) String ¶
func (x *SetVariableInternalRequest) String() string
type SetVariableInternalResponse ¶
type SetVariableInternalResponse struct { Instance string `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,6,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*SetVariableInternalResponse) Descriptor
deprecated
func (*SetVariableInternalResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVariableInternalResponse.ProtoReflect.Descriptor instead.
func (*SetVariableInternalResponse) GetChecksum ¶
func (x *SetVariableInternalResponse) GetChecksum() string
func (*SetVariableInternalResponse) GetCreatedAt ¶
func (x *SetVariableInternalResponse) GetCreatedAt() *timestamppb.Timestamp
func (*SetVariableInternalResponse) GetInstance ¶
func (x *SetVariableInternalResponse) GetInstance() string
func (*SetVariableInternalResponse) GetKey ¶
func (x *SetVariableInternalResponse) GetKey() string
func (*SetVariableInternalResponse) GetTotalSize ¶
func (x *SetVariableInternalResponse) GetTotalSize() int64
func (*SetVariableInternalResponse) GetUpdatedAt ¶
func (x *SetVariableInternalResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*SetVariableInternalResponse) ProtoMessage ¶
func (*SetVariableInternalResponse) ProtoMessage()
func (*SetVariableInternalResponse) ProtoReflect ¶
func (x *SetVariableInternalResponse) ProtoReflect() protoreflect.Message
func (*SetVariableInternalResponse) Reset ¶
func (x *SetVariableInternalResponse) Reset()
func (*SetVariableInternalResponse) String ¶
func (x *SetVariableInternalResponse) String() string
type SetWorkflowEventLoggingRequest ¶
type SetWorkflowEventLoggingRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Logger string `protobuf:"bytes,3,opt,name=logger,proto3" json:"logger,omitempty"` // contains filtered or unexported fields }
func (*SetWorkflowEventLoggingRequest) Descriptor
deprecated
func (*SetWorkflowEventLoggingRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetWorkflowEventLoggingRequest.ProtoReflect.Descriptor instead.
func (*SetWorkflowEventLoggingRequest) GetLogger ¶
func (x *SetWorkflowEventLoggingRequest) GetLogger() string
func (*SetWorkflowEventLoggingRequest) GetNamespace ¶
func (x *SetWorkflowEventLoggingRequest) GetNamespace() string
func (*SetWorkflowEventLoggingRequest) GetPath ¶
func (x *SetWorkflowEventLoggingRequest) GetPath() string
func (*SetWorkflowEventLoggingRequest) ProtoMessage ¶
func (*SetWorkflowEventLoggingRequest) ProtoMessage()
func (*SetWorkflowEventLoggingRequest) ProtoReflect ¶
func (x *SetWorkflowEventLoggingRequest) ProtoReflect() protoreflect.Message
func (*SetWorkflowEventLoggingRequest) Reset ¶
func (x *SetWorkflowEventLoggingRequest) Reset()
func (*SetWorkflowEventLoggingRequest) String ¶
func (x *SetWorkflowEventLoggingRequest) String() string
type SetWorkflowVariableRequest ¶
type SetWorkflowVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` TotalSize int64 `protobuf:"varint,4,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SetWorkflowVariableRequest) Descriptor
deprecated
func (*SetWorkflowVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetWorkflowVariableRequest.ProtoReflect.Descriptor instead.
func (*SetWorkflowVariableRequest) GetData ¶
func (x *SetWorkflowVariableRequest) GetData() []byte
func (*SetWorkflowVariableRequest) GetKey ¶
func (x *SetWorkflowVariableRequest) GetKey() string
func (*SetWorkflowVariableRequest) GetNamespace ¶
func (x *SetWorkflowVariableRequest) GetNamespace() string
func (*SetWorkflowVariableRequest) GetPath ¶
func (x *SetWorkflowVariableRequest) GetPath() string
func (*SetWorkflowVariableRequest) GetTotalSize ¶
func (x *SetWorkflowVariableRequest) GetTotalSize() int64
func (*SetWorkflowVariableRequest) ProtoMessage ¶
func (*SetWorkflowVariableRequest) ProtoMessage()
func (*SetWorkflowVariableRequest) ProtoReflect ¶
func (x *SetWorkflowVariableRequest) ProtoReflect() protoreflect.Message
func (*SetWorkflowVariableRequest) Reset ¶
func (x *SetWorkflowVariableRequest) Reset()
func (*SetWorkflowVariableRequest) String ¶
func (x *SetWorkflowVariableRequest) String() string
type SetWorkflowVariableResponse ¶
type SetWorkflowVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` // contains filtered or unexported fields }
func (*SetWorkflowVariableResponse) Descriptor
deprecated
func (*SetWorkflowVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetWorkflowVariableResponse.ProtoReflect.Descriptor instead.
func (*SetWorkflowVariableResponse) GetChecksum ¶
func (x *SetWorkflowVariableResponse) GetChecksum() string
func (*SetWorkflowVariableResponse) GetCreatedAt ¶
func (x *SetWorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*SetWorkflowVariableResponse) GetKey ¶
func (x *SetWorkflowVariableResponse) GetKey() string
func (*SetWorkflowVariableResponse) GetNamespace ¶
func (x *SetWorkflowVariableResponse) GetNamespace() string
func (*SetWorkflowVariableResponse) GetPath ¶
func (x *SetWorkflowVariableResponse) GetPath() string
func (*SetWorkflowVariableResponse) GetTotalSize ¶
func (x *SetWorkflowVariableResponse) GetTotalSize() int64
func (*SetWorkflowVariableResponse) GetUpdatedAt ¶
func (x *SetWorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*SetWorkflowVariableResponse) ProtoMessage ¶
func (*SetWorkflowVariableResponse) ProtoMessage()
func (*SetWorkflowVariableResponse) ProtoReflect ¶
func (x *SetWorkflowVariableResponse) ProtoReflect() protoreflect.Message
func (*SetWorkflowVariableResponse) Reset ¶
func (x *SetWorkflowVariableResponse) Reset()
func (*SetWorkflowVariableResponse) String ¶
func (x *SetWorkflowVariableResponse) String() string
type StartWorkflowRequest ¶
type StartWorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` Input []byte `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"` // contains filtered or unexported fields }
func (*StartWorkflowRequest) Descriptor
deprecated
func (*StartWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartWorkflowRequest.ProtoReflect.Descriptor instead.
func (*StartWorkflowRequest) GetInput ¶
func (x *StartWorkflowRequest) GetInput() []byte
func (*StartWorkflowRequest) GetNamespace ¶
func (x *StartWorkflowRequest) GetNamespace() string
func (*StartWorkflowRequest) GetPath ¶
func (x *StartWorkflowRequest) GetPath() string
func (*StartWorkflowRequest) GetRef ¶
func (x *StartWorkflowRequest) GetRef() string
func (*StartWorkflowRequest) ProtoMessage ¶
func (*StartWorkflowRequest) ProtoMessage()
func (*StartWorkflowRequest) ProtoReflect ¶
func (x *StartWorkflowRequest) ProtoReflect() protoreflect.Message
func (*StartWorkflowRequest) Reset ¶
func (x *StartWorkflowRequest) Reset()
func (*StartWorkflowRequest) String ¶
func (x *StartWorkflowRequest) String() string
type StartWorkflowResponse ¶
type StartWorkflowResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*StartWorkflowResponse) Descriptor
deprecated
func (*StartWorkflowResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartWorkflowResponse.ProtoReflect.Descriptor instead.
func (*StartWorkflowResponse) GetInstance ¶
func (x *StartWorkflowResponse) GetInstance() string
func (*StartWorkflowResponse) GetNamespace ¶
func (x *StartWorkflowResponse) GetNamespace() string
func (*StartWorkflowResponse) ProtoMessage ¶
func (*StartWorkflowResponse) ProtoMessage()
func (*StartWorkflowResponse) ProtoReflect ¶
func (x *StartWorkflowResponse) ProtoReflect() protoreflect.Message
func (*StartWorkflowResponse) Reset ¶
func (x *StartWorkflowResponse) Reset()
func (*StartWorkflowResponse) String ¶
func (x *StartWorkflowResponse) String() string
type State ¶
type State struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Invokers map[string]int32 `` /* 158-byte string literal not displayed */ InvokersRepresentation map[string]float32 `` /* 187-byte string literal not displayed */ TotalExecutions int32 `protobuf:"varint,4,opt,name=totalExecutions,proto3" json:"totalExecutions,omitempty"` TotalMilliseconds int32 `protobuf:"varint,5,opt,name=totalMilliseconds,proto3" json:"totalMilliseconds,omitempty"` TotalSuccesses int32 `protobuf:"varint,6,opt,name=totalSuccesses,proto3" json:"totalSuccesses,omitempty"` TotalFailures int32 `protobuf:"varint,7,opt,name=totalFailures,proto3" json:"totalFailures,omitempty"` UnhandledErrors map[string]int32 `` /* 172-byte string literal not displayed */ UnhandledErrorsRepresentation map[string]float32 `` /* 201-byte string literal not displayed */ TotalRetries int32 `protobuf:"varint,10,opt,name=totalRetries,proto3" json:"totalRetries,omitempty"` Outcomes *Outcomes `protobuf:"bytes,11,opt,name=outcomes,proto3" json:"outcomes,omitempty"` MeanExecutionsPerInstance int32 `protobuf:"varint,12,opt,name=meanExecutionsPerInstance,proto3" json:"meanExecutionsPerInstance,omitempty"` MeanMillisecondsPerInstance int32 `protobuf:"varint,13,opt,name=meanMillisecondsPerInstance,proto3" json:"meanMillisecondsPerInstance,omitempty"` SuccessRate float32 `protobuf:"fixed32,14,opt,name=successRate,proto3" json:"successRate,omitempty"` FailureRate float32 `protobuf:"fixed32,15,opt,name=failureRate,proto3" json:"failureRate,omitempty"` MeanRetries float32 `protobuf:"fixed32,16,opt,name=meanRetries,proto3" json:"meanRetries,omitempty"` MeanOutcomes *MeanOutcomes `protobuf:"bytes,17,opt,name=meanOutcomes,proto3" json:"meanOutcomes,omitempty"` // contains filtered or unexported fields }
func (*State) Descriptor
deprecated
func (*State) GetFailureRate ¶
func (*State) GetInvokers ¶
func (*State) GetInvokersRepresentation ¶
func (*State) GetMeanExecutionsPerInstance ¶
func (*State) GetMeanMillisecondsPerInstance ¶
func (*State) GetMeanOutcomes ¶
func (x *State) GetMeanOutcomes() *MeanOutcomes
func (*State) GetMeanRetries ¶
func (*State) GetOutcomes ¶
func (*State) GetSuccessRate ¶
func (*State) GetTotalExecutions ¶
func (*State) GetTotalFailures ¶
func (*State) GetTotalMilliseconds ¶
func (*State) GetTotalRetries ¶
func (*State) GetTotalSuccesses ¶
func (*State) GetUnhandledErrors ¶
func (*State) GetUnhandledErrorsRepresentation ¶
func (*State) ProtoMessage ¶
func (*State) ProtoMessage()
func (*State) ProtoReflect ¶
func (x *State) ProtoReflect() protoreflect.Message
type TagRequest ¶
type TagRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` Tag string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"` // contains filtered or unexported fields }
func (*TagRequest) Descriptor
deprecated
func (*TagRequest) Descriptor() ([]byte, []int)
Deprecated: Use TagRequest.ProtoReflect.Descriptor instead.
func (*TagRequest) GetNamespace ¶
func (x *TagRequest) GetNamespace() string
func (*TagRequest) GetPath ¶
func (x *TagRequest) GetPath() string
func (*TagRequest) GetRef ¶
func (x *TagRequest) GetRef() string
func (*TagRequest) GetTag ¶
func (x *TagRequest) GetTag() string
func (*TagRequest) ProtoMessage ¶
func (*TagRequest) ProtoMessage()
func (*TagRequest) ProtoReflect ¶
func (x *TagRequest) ProtoReflect() protoreflect.Message
func (*TagRequest) Reset ¶
func (x *TagRequest) Reset()
func (*TagRequest) String ¶
func (x *TagRequest) String() string
type TagsRequest ¶
type TagsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*TagsRequest) Descriptor
deprecated
func (*TagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use TagsRequest.ProtoReflect.Descriptor instead.
func (*TagsRequest) GetNamespace ¶
func (x *TagsRequest) GetNamespace() string
func (*TagsRequest) GetPagination ¶
func (x *TagsRequest) GetPagination() *Pagination
func (*TagsRequest) GetPath ¶
func (x *TagsRequest) GetPath() string
func (*TagsRequest) ProtoMessage ¶
func (*TagsRequest) ProtoMessage()
func (*TagsRequest) ProtoReflect ¶
func (x *TagsRequest) ProtoReflect() protoreflect.Message
func (*TagsRequest) Reset ¶
func (x *TagsRequest) Reset()
func (*TagsRequest) String ¶
func (x *TagsRequest) String() string
type TagsResponse ¶
type TagsResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` TotalCount int32 `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,4,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*RefsEdge `protobuf:"bytes,5,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*TagsResponse) Descriptor
deprecated
func (*TagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use TagsResponse.ProtoReflect.Descriptor instead.
func (*TagsResponse) GetEdges ¶
func (x *TagsResponse) GetEdges() []*RefsEdge
func (*TagsResponse) GetNamespace ¶
func (x *TagsResponse) GetNamespace() string
func (*TagsResponse) GetNode ¶
func (x *TagsResponse) GetNode() *Node
func (*TagsResponse) GetPageInfo ¶
func (x *TagsResponse) GetPageInfo() *PageInfo
func (*TagsResponse) GetTotalCount ¶
func (x *TagsResponse) GetTotalCount() int32
func (*TagsResponse) ProtoMessage ¶
func (*TagsResponse) ProtoMessage()
func (*TagsResponse) ProtoReflect ¶
func (x *TagsResponse) ProtoReflect() protoreflect.Message
func (*TagsResponse) Reset ¶
func (x *TagsResponse) Reset()
func (*TagsResponse) String ¶
func (x *TagsResponse) String() string
type ToggleWorkflowRequest ¶
type ToggleWorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Live bool `protobuf:"varint,3,opt,name=live,proto3" json:"live,omitempty"` // contains filtered or unexported fields }
func (*ToggleWorkflowRequest) Descriptor
deprecated
func (*ToggleWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToggleWorkflowRequest.ProtoReflect.Descriptor instead.
func (*ToggleWorkflowRequest) GetLive ¶
func (x *ToggleWorkflowRequest) GetLive() bool
func (*ToggleWorkflowRequest) GetNamespace ¶
func (x *ToggleWorkflowRequest) GetNamespace() string
func (*ToggleWorkflowRequest) GetPath ¶
func (x *ToggleWorkflowRequest) GetPath() string
func (*ToggleWorkflowRequest) ProtoMessage ¶
func (*ToggleWorkflowRequest) ProtoMessage()
func (*ToggleWorkflowRequest) ProtoReflect ¶
func (x *ToggleWorkflowRequest) ProtoReflect() protoreflect.Message
func (*ToggleWorkflowRequest) Reset ¶
func (x *ToggleWorkflowRequest) Reset()
func (*ToggleWorkflowRequest) String ¶
func (x *ToggleWorkflowRequest) String() string
type UnimplementedActionsServer ¶
type UnimplementedActionsServer struct { }
UnimplementedActionsServer must be embedded to have forward compatible implementations.
func (UnimplementedActionsServer) DeleteNamespaceRegistry ¶
func (UnimplementedActionsServer) DeleteNamespaceRegistry(context.Context, *DeleteNamespaceRegistryRequest) (*emptypb.Empty, error)
func (UnimplementedActionsServer) NamespaceRegistries ¶
func (UnimplementedActionsServer) NamespaceRegistries(context.Context, *NamespaceRegistriesRequest) (*NamespaceRegistriesResponse, error)
func (UnimplementedActionsServer) NamespaceRegistriesStream ¶
func (UnimplementedActionsServer) NamespaceRegistriesStream(*NamespaceRegistriesRequest, Actions_NamespaceRegistriesStreamServer) error
func (UnimplementedActionsServer) SetNamespaceRegistry ¶
func (UnimplementedActionsServer) SetNamespaceRegistry(context.Context, *SetNamespaceRegistryRequest) (*emptypb.Empty, error)
type UnimplementedEventingServer ¶ added in v0.5.5
type UnimplementedEventingServer struct { }
UnimplementedEventingServer must be embedded to have forward compatible implementations.
func (UnimplementedEventingServer) RequestEvents ¶ added in v0.5.5
func (UnimplementedEventingServer) RequestEvents(*EventingRequest, Eventing_RequestEventsServer) error
type UnimplementedFlowServer ¶
type UnimplementedFlowServer struct { }
UnimplementedFlowServer must be embedded to have forward compatible implementations.
func (UnimplementedFlowServer) BroadcastCloudevent ¶
func (UnimplementedFlowServer) BroadcastCloudevent(context.Context, *BroadcastCloudeventRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) CancelInstance ¶
func (UnimplementedFlowServer) CancelInstance(context.Context, *CancelInstanceRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) CreateDirectory ¶
func (UnimplementedFlowServer) CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
func (UnimplementedFlowServer) CreateNamespace ¶
func (UnimplementedFlowServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
func (UnimplementedFlowServer) CreateNodeAttributes ¶
func (UnimplementedFlowServer) CreateNodeAttributes(context.Context, *CreateNodeAttributesRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) CreateWorkflow ¶
func (UnimplementedFlowServer) CreateWorkflow(context.Context, *CreateWorkflowRequest) (*CreateWorkflowResponse, error)
func (UnimplementedFlowServer) DeleteInstanceVariable ¶
func (UnimplementedFlowServer) DeleteInstanceVariable(context.Context, *DeleteInstanceVariableRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteNamespace ¶
func (UnimplementedFlowServer) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteNamespaceVariable ¶
func (UnimplementedFlowServer) DeleteNamespaceVariable(context.Context, *DeleteNamespaceVariableRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteNode ¶
func (UnimplementedFlowServer) DeleteNode(context.Context, *DeleteNodeRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteNodeAttributes ¶
func (UnimplementedFlowServer) DeleteNodeAttributes(context.Context, *DeleteNodeAttributesRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteRevision ¶
func (UnimplementedFlowServer) DeleteRevision(context.Context, *DeleteRevisionRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteSecret ¶
func (UnimplementedFlowServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) DeleteWorkflowVariable ¶
func (UnimplementedFlowServer) DeleteWorkflowVariable(context.Context, *DeleteWorkflowVariableRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) Directory ¶
func (UnimplementedFlowServer) Directory(context.Context, *DirectoryRequest) (*DirectoryResponse, error)
func (UnimplementedFlowServer) DirectoryStream ¶
func (UnimplementedFlowServer) DirectoryStream(*DirectoryRequest, Flow_DirectoryStreamServer) error
func (UnimplementedFlowServer) DiscardHead ¶
func (UnimplementedFlowServer) DiscardHead(context.Context, *DiscardHeadRequest) (*DiscardHeadResponse, error)
func (UnimplementedFlowServer) EditRouter ¶
func (UnimplementedFlowServer) EditRouter(context.Context, *EditRouterRequest) (*EditRouterResponse, error)
func (UnimplementedFlowServer) GetNamespaceConfig ¶ added in v0.5.5
func (UnimplementedFlowServer) GetNamespaceConfig(context.Context, *GetNamespaceConfigRequest) (*GetNamespaceConfigResponse, error)
func (UnimplementedFlowServer) Instance ¶
func (UnimplementedFlowServer) Instance(context.Context, *InstanceRequest) (*InstanceResponse, error)
func (UnimplementedFlowServer) InstanceInput ¶
func (UnimplementedFlowServer) InstanceInput(context.Context, *InstanceInputRequest) (*InstanceInputResponse, error)
func (UnimplementedFlowServer) InstanceLogs ¶
func (UnimplementedFlowServer) InstanceLogs(context.Context, *InstanceLogsRequest) (*InstanceLogsResponse, error)
func (UnimplementedFlowServer) InstanceLogsParcels ¶
func (UnimplementedFlowServer) InstanceLogsParcels(*InstanceLogsRequest, Flow_InstanceLogsParcelsServer) error
func (UnimplementedFlowServer) InstanceOutput ¶
func (UnimplementedFlowServer) InstanceOutput(context.Context, *InstanceOutputRequest) (*InstanceOutputResponse, error)
func (UnimplementedFlowServer) InstanceStream ¶
func (UnimplementedFlowServer) InstanceStream(*InstanceRequest, Flow_InstanceStreamServer) error
func (UnimplementedFlowServer) InstanceVariable ¶
func (UnimplementedFlowServer) InstanceVariable(context.Context, *InstanceVariableRequest) (*InstanceVariableResponse, error)
func (UnimplementedFlowServer) InstanceVariableParcels ¶
func (UnimplementedFlowServer) InstanceVariableParcels(*InstanceVariableRequest, Flow_InstanceVariableParcelsServer) error
func (UnimplementedFlowServer) InstanceVariables ¶
func (UnimplementedFlowServer) InstanceVariables(context.Context, *InstanceVariablesRequest) (*InstanceVariablesResponse, error)
func (UnimplementedFlowServer) InstanceVariablesStream ¶
func (UnimplementedFlowServer) InstanceVariablesStream(*InstanceVariablesRequest, Flow_InstanceVariablesStreamServer) error
func (UnimplementedFlowServer) Instances ¶
func (UnimplementedFlowServer) Instances(context.Context, *InstancesRequest) (*InstancesResponse, error)
func (UnimplementedFlowServer) InstancesStream ¶
func (UnimplementedFlowServer) InstancesStream(*InstancesRequest, Flow_InstancesStreamServer) error
func (UnimplementedFlowServer) JQ ¶
func (UnimplementedFlowServer) JQ(context.Context, *JQRequest) (*JQResponse, error)
func (UnimplementedFlowServer) Namespace ¶
func (UnimplementedFlowServer) Namespace(context.Context, *NamespaceRequest) (*NamespaceResponse, error)
func (UnimplementedFlowServer) NamespaceLogs ¶
func (UnimplementedFlowServer) NamespaceLogs(context.Context, *NamespaceLogsRequest) (*NamespaceLogsResponse, error)
func (UnimplementedFlowServer) NamespaceLogsParcels ¶
func (UnimplementedFlowServer) NamespaceLogsParcels(*NamespaceLogsRequest, Flow_NamespaceLogsParcelsServer) error
func (UnimplementedFlowServer) NamespaceVariable ¶
func (UnimplementedFlowServer) NamespaceVariable(context.Context, *NamespaceVariableRequest) (*NamespaceVariableResponse, error)
func (UnimplementedFlowServer) NamespaceVariableParcels ¶
func (UnimplementedFlowServer) NamespaceVariableParcels(*NamespaceVariableRequest, Flow_NamespaceVariableParcelsServer) error
func (UnimplementedFlowServer) NamespaceVariables ¶
func (UnimplementedFlowServer) NamespaceVariables(context.Context, *NamespaceVariablesRequest) (*NamespaceVariablesResponse, error)
func (UnimplementedFlowServer) NamespaceVariablesStream ¶
func (UnimplementedFlowServer) NamespaceVariablesStream(*NamespaceVariablesRequest, Flow_NamespaceVariablesStreamServer) error
func (UnimplementedFlowServer) Namespaces ¶
func (UnimplementedFlowServer) Namespaces(context.Context, *NamespacesRequest) (*NamespacesResponse, error)
func (UnimplementedFlowServer) NamespacesStream ¶
func (UnimplementedFlowServer) NamespacesStream(*NamespacesRequest, Flow_NamespacesStreamServer) error
func (UnimplementedFlowServer) Node ¶
func (UnimplementedFlowServer) Node(context.Context, *NodeRequest) (*NodeResponse, error)
func (UnimplementedFlowServer) Refs ¶
func (UnimplementedFlowServer) Refs(context.Context, *RefsRequest) (*RefsResponse, error)
func (UnimplementedFlowServer) RefsStream ¶
func (UnimplementedFlowServer) RefsStream(*RefsRequest, Flow_RefsStreamServer) error
func (UnimplementedFlowServer) RenameInstanceVariable ¶
func (UnimplementedFlowServer) RenameInstanceVariable(context.Context, *RenameInstanceVariableRequest) (*RenameInstanceVariableResponse, error)
func (UnimplementedFlowServer) RenameNamespace ¶
func (UnimplementedFlowServer) RenameNamespace(context.Context, *RenameNamespaceRequest) (*RenameNamespaceResponse, error)
func (UnimplementedFlowServer) RenameNamespaceVariable ¶
func (UnimplementedFlowServer) RenameNamespaceVariable(context.Context, *RenameNamespaceVariableRequest) (*RenameNamespaceVariableResponse, error)
func (UnimplementedFlowServer) RenameNode ¶
func (UnimplementedFlowServer) RenameNode(context.Context, *RenameNodeRequest) (*RenameNodeResponse, error)
func (UnimplementedFlowServer) RenameWorkflowVariable ¶
func (UnimplementedFlowServer) RenameWorkflowVariable(context.Context, *RenameWorkflowVariableRequest) (*RenameWorkflowVariableResponse, error)
func (UnimplementedFlowServer) ResolveNamespaceUID ¶
func (UnimplementedFlowServer) ResolveNamespaceUID(context.Context, *ResolveNamespaceUIDRequest) (*NamespaceResponse, error)
func (UnimplementedFlowServer) ResolveWorkflowUID ¶
func (UnimplementedFlowServer) ResolveWorkflowUID(context.Context, *ResolveWorkflowUIDRequest) (*WorkflowResponse, error)
func (UnimplementedFlowServer) Retag ¶
func (UnimplementedFlowServer) Retag(context.Context, *RetagRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) Revisions ¶
func (UnimplementedFlowServer) Revisions(context.Context, *RevisionsRequest) (*RevisionsResponse, error)
func (UnimplementedFlowServer) RevisionsStream ¶
func (UnimplementedFlowServer) RevisionsStream(*RevisionsRequest, Flow_RevisionsStreamServer) error
func (UnimplementedFlowServer) Router ¶
func (UnimplementedFlowServer) Router(context.Context, *RouterRequest) (*RouterResponse, error)
func (UnimplementedFlowServer) RouterStream ¶
func (UnimplementedFlowServer) RouterStream(*RouterRequest, Flow_RouterStreamServer) error
func (UnimplementedFlowServer) RunWorkflow ¶
func (UnimplementedFlowServer) RunWorkflow(*RunWorkflowRequest, Flow_RunWorkflowServer) error
func (UnimplementedFlowServer) SaveHead ¶
func (UnimplementedFlowServer) SaveHead(context.Context, *SaveHeadRequest) (*SaveHeadResponse, error)
func (UnimplementedFlowServer) Secrets ¶
func (UnimplementedFlowServer) Secrets(context.Context, *SecretsRequest) (*SecretsResponse, error)
func (UnimplementedFlowServer) SecretsStream ¶
func (UnimplementedFlowServer) SecretsStream(*SecretsRequest, Flow_SecretsStreamServer) error
func (UnimplementedFlowServer) ServerLogs ¶
func (UnimplementedFlowServer) ServerLogs(context.Context, *ServerLogsRequest) (*ServerLogsResponse, error)
func (UnimplementedFlowServer) ServerLogsParcels ¶
func (UnimplementedFlowServer) ServerLogsParcels(*ServerLogsRequest, Flow_ServerLogsParcelsServer) error
func (UnimplementedFlowServer) SetInstanceVariable ¶
func (UnimplementedFlowServer) SetInstanceVariable(context.Context, *SetInstanceVariableRequest) (*SetInstanceVariableResponse, error)
func (UnimplementedFlowServer) SetInstanceVariableParcels ¶
func (UnimplementedFlowServer) SetInstanceVariableParcels(Flow_SetInstanceVariableParcelsServer) error
func (UnimplementedFlowServer) SetNamespaceConfig ¶ added in v0.5.5
func (UnimplementedFlowServer) SetNamespaceConfig(context.Context, *SetNamespaceConfigRequest) (*SetNamespaceConfigResponse, error)
func (UnimplementedFlowServer) SetNamespaceVariable ¶
func (UnimplementedFlowServer) SetNamespaceVariable(context.Context, *SetNamespaceVariableRequest) (*SetNamespaceVariableResponse, error)
func (UnimplementedFlowServer) SetNamespaceVariableParcels ¶
func (UnimplementedFlowServer) SetNamespaceVariableParcels(Flow_SetNamespaceVariableParcelsServer) error
func (UnimplementedFlowServer) SetSecret ¶
func (UnimplementedFlowServer) SetSecret(context.Context, *SetSecretRequest) (*SetSecretResponse, error)
func (UnimplementedFlowServer) SetWorkflowEventLogging ¶
func (UnimplementedFlowServer) SetWorkflowEventLogging(context.Context, *SetWorkflowEventLoggingRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) SetWorkflowVariable ¶
func (UnimplementedFlowServer) SetWorkflowVariable(context.Context, *SetWorkflowVariableRequest) (*SetWorkflowVariableResponse, error)
func (UnimplementedFlowServer) SetWorkflowVariableParcels ¶
func (UnimplementedFlowServer) SetWorkflowVariableParcels(Flow_SetWorkflowVariableParcelsServer) error
func (UnimplementedFlowServer) StartWorkflow ¶
func (UnimplementedFlowServer) StartWorkflow(context.Context, *StartWorkflowRequest) (*StartWorkflowResponse, error)
func (UnimplementedFlowServer) Tag ¶
func (UnimplementedFlowServer) Tag(context.Context, *TagRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) Tags ¶
func (UnimplementedFlowServer) Tags(context.Context, *TagsRequest) (*TagsResponse, error)
func (UnimplementedFlowServer) TagsStream ¶
func (UnimplementedFlowServer) TagsStream(*TagsRequest, Flow_TagsStreamServer) error
func (UnimplementedFlowServer) ToggleWorkflow ¶
func (UnimplementedFlowServer) ToggleWorkflow(context.Context, *ToggleWorkflowRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) Untag ¶
func (UnimplementedFlowServer) Untag(context.Context, *UntagRequest) (*emptypb.Empty, error)
func (UnimplementedFlowServer) UpdateWorkflow ¶
func (UnimplementedFlowServer) UpdateWorkflow(context.Context, *UpdateWorkflowRequest) (*UpdateWorkflowResponse, error)
func (UnimplementedFlowServer) ValidateRef ¶
func (UnimplementedFlowServer) ValidateRef(context.Context, *ValidateRefRequest) (*ValidateRefResponse, error)
func (UnimplementedFlowServer) ValidateRouter ¶
func (UnimplementedFlowServer) ValidateRouter(context.Context, *ValidateRouterRequest) (*ValidateRouterResponse, error)
func (UnimplementedFlowServer) Workflow ¶
func (UnimplementedFlowServer) Workflow(context.Context, *WorkflowRequest) (*WorkflowResponse, error)
func (UnimplementedFlowServer) WorkflowLogs ¶
func (UnimplementedFlowServer) WorkflowLogs(context.Context, *WorkflowLogsRequest) (*WorkflowLogsResponse, error)
func (UnimplementedFlowServer) WorkflowLogsParcels ¶
func (UnimplementedFlowServer) WorkflowLogsParcels(*WorkflowLogsRequest, Flow_WorkflowLogsParcelsServer) error
func (UnimplementedFlowServer) WorkflowMetrics ¶
func (UnimplementedFlowServer) WorkflowMetrics(context.Context, *WorkflowMetricsRequest) (*WorkflowMetricsResponse, error)
func (UnimplementedFlowServer) WorkflowStream ¶
func (UnimplementedFlowServer) WorkflowStream(*WorkflowRequest, Flow_WorkflowStreamServer) error
func (UnimplementedFlowServer) WorkflowVariable ¶
func (UnimplementedFlowServer) WorkflowVariable(context.Context, *WorkflowVariableRequest) (*WorkflowVariableResponse, error)
func (UnimplementedFlowServer) WorkflowVariableParcels ¶
func (UnimplementedFlowServer) WorkflowVariableParcels(*WorkflowVariableRequest, Flow_WorkflowVariableParcelsServer) error
func (UnimplementedFlowServer) WorkflowVariables ¶
func (UnimplementedFlowServer) WorkflowVariables(context.Context, *WorkflowVariablesRequest) (*WorkflowVariablesResponse, error)
func (UnimplementedFlowServer) WorkflowVariablesStream ¶
func (UnimplementedFlowServer) WorkflowVariablesStream(*WorkflowVariablesRequest, Flow_WorkflowVariablesStreamServer) error
type UnimplementedInternalServer ¶
type UnimplementedInternalServer struct { }
UnimplementedInternalServer must be embedded to have forward compatible implementations.
func (UnimplementedInternalServer) ActionLog ¶
func (UnimplementedInternalServer) ActionLog(context.Context, *ActionLogRequest) (*emptypb.Empty, error)
func (UnimplementedInternalServer) InstanceVariableParcels ¶
func (UnimplementedInternalServer) InstanceVariableParcels(*VariableInternalRequest, Internal_InstanceVariableParcelsServer) error
func (UnimplementedInternalServer) NamespaceVariableParcels ¶
func (UnimplementedInternalServer) NamespaceVariableParcels(*VariableInternalRequest, Internal_NamespaceVariableParcelsServer) error
func (UnimplementedInternalServer) ReportActionResults ¶
func (UnimplementedInternalServer) ReportActionResults(context.Context, *ReportActionResultsRequest) (*emptypb.Empty, error)
func (UnimplementedInternalServer) SetInstanceVariableParcels ¶
func (UnimplementedInternalServer) SetInstanceVariableParcels(Internal_SetInstanceVariableParcelsServer) error
func (UnimplementedInternalServer) SetNamespaceVariableParcels ¶
func (UnimplementedInternalServer) SetNamespaceVariableParcels(Internal_SetNamespaceVariableParcelsServer) error
func (UnimplementedInternalServer) SetWorkflowVariableParcels ¶
func (UnimplementedInternalServer) SetWorkflowVariableParcels(Internal_SetWorkflowVariableParcelsServer) error
func (UnimplementedInternalServer) WorkflowVariableParcels ¶
func (UnimplementedInternalServer) WorkflowVariableParcels(*VariableInternalRequest, Internal_WorkflowVariableParcelsServer) error
type UnsafeActionsServer ¶
type UnsafeActionsServer interface {
// contains filtered or unexported methods
}
UnsafeActionsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ActionsServer will result in compilation errors.
type UnsafeEventingServer ¶ added in v0.5.5
type UnsafeEventingServer interface {
// contains filtered or unexported methods
}
UnsafeEventingServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventingServer will result in compilation errors.
type UnsafeFlowServer ¶
type UnsafeFlowServer interface {
// contains filtered or unexported methods
}
UnsafeFlowServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FlowServer will result in compilation errors.
type UnsafeInternalServer ¶
type UnsafeInternalServer interface {
// contains filtered or unexported methods
}
UnsafeInternalServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InternalServer will result in compilation errors.
type UntagRequest ¶
type UntagRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Tag string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"` // contains filtered or unexported fields }
func (*UntagRequest) Descriptor
deprecated
func (*UntagRequest) Descriptor() ([]byte, []int)
Deprecated: Use UntagRequest.ProtoReflect.Descriptor instead.
func (*UntagRequest) GetNamespace ¶
func (x *UntagRequest) GetNamespace() string
func (*UntagRequest) GetPath ¶
func (x *UntagRequest) GetPath() string
func (*UntagRequest) GetTag ¶
func (x *UntagRequest) GetTag() string
func (*UntagRequest) ProtoMessage ¶
func (*UntagRequest) ProtoMessage()
func (*UntagRequest) ProtoReflect ¶
func (x *UntagRequest) ProtoReflect() protoreflect.Message
func (*UntagRequest) Reset ¶
func (x *UntagRequest) Reset()
func (*UntagRequest) String ¶
func (x *UntagRequest) String() string
type UpdateWorkflowRequest ¶
type UpdateWorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Source []byte `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
func (*UpdateWorkflowRequest) Descriptor
deprecated
func (*UpdateWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWorkflowRequest.ProtoReflect.Descriptor instead.
func (*UpdateWorkflowRequest) GetNamespace ¶
func (x *UpdateWorkflowRequest) GetNamespace() string
func (*UpdateWorkflowRequest) GetPath ¶
func (x *UpdateWorkflowRequest) GetPath() string
func (*UpdateWorkflowRequest) GetSource ¶
func (x *UpdateWorkflowRequest) GetSource() []byte
func (*UpdateWorkflowRequest) ProtoMessage ¶
func (*UpdateWorkflowRequest) ProtoMessage()
func (*UpdateWorkflowRequest) ProtoReflect ¶
func (x *UpdateWorkflowRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkflowRequest) Reset ¶
func (x *UpdateWorkflowRequest) Reset()
func (*UpdateWorkflowRequest) String ¶
func (x *UpdateWorkflowRequest) String() string
type UpdateWorkflowResponse ¶
type UpdateWorkflowResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Revision *Revision `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*UpdateWorkflowResponse) Descriptor
deprecated
func (*UpdateWorkflowResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWorkflowResponse.ProtoReflect.Descriptor instead.
func (*UpdateWorkflowResponse) GetNamespace ¶
func (x *UpdateWorkflowResponse) GetNamespace() string
func (*UpdateWorkflowResponse) GetNode ¶
func (x *UpdateWorkflowResponse) GetNode() *Node
func (*UpdateWorkflowResponse) GetRevision ¶
func (x *UpdateWorkflowResponse) GetRevision() *Revision
func (*UpdateWorkflowResponse) ProtoMessage ¶
func (*UpdateWorkflowResponse) ProtoMessage()
func (*UpdateWorkflowResponse) ProtoReflect ¶
func (x *UpdateWorkflowResponse) ProtoReflect() protoreflect.Message
func (*UpdateWorkflowResponse) Reset ¶
func (x *UpdateWorkflowResponse) Reset()
func (*UpdateWorkflowResponse) String ¶
func (x *UpdateWorkflowResponse) String() string
type ValidateRefRequest ¶
type ValidateRefRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*ValidateRefRequest) Descriptor
deprecated
func (*ValidateRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateRefRequest.ProtoReflect.Descriptor instead.
func (*ValidateRefRequest) GetNamespace ¶
func (x *ValidateRefRequest) GetNamespace() string
func (*ValidateRefRequest) GetPath ¶
func (x *ValidateRefRequest) GetPath() string
func (*ValidateRefRequest) GetRef ¶
func (x *ValidateRefRequest) GetRef() string
func (*ValidateRefRequest) ProtoMessage ¶
func (*ValidateRefRequest) ProtoMessage()
func (*ValidateRefRequest) ProtoReflect ¶
func (x *ValidateRefRequest) ProtoReflect() protoreflect.Message
func (*ValidateRefRequest) Reset ¶
func (x *ValidateRefRequest) Reset()
func (*ValidateRefRequest) String ¶
func (x *ValidateRefRequest) String() string
type ValidateRefResponse ¶
type ValidateRefResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` Invalid bool `protobuf:"varint,4,opt,name=invalid,proto3" json:"invalid,omitempty"` Reason string `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"` Compiles bool `protobuf:"varint,6,opt,name=compiles,proto3" json:"compiles,omitempty"` // contains filtered or unexported fields }
func (*ValidateRefResponse) Descriptor
deprecated
func (*ValidateRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateRefResponse.ProtoReflect.Descriptor instead.
func (*ValidateRefResponse) GetCompiles ¶
func (x *ValidateRefResponse) GetCompiles() bool
func (*ValidateRefResponse) GetInvalid ¶
func (x *ValidateRefResponse) GetInvalid() bool
func (*ValidateRefResponse) GetNamespace ¶
func (x *ValidateRefResponse) GetNamespace() string
func (*ValidateRefResponse) GetPath ¶
func (x *ValidateRefResponse) GetPath() string
func (*ValidateRefResponse) GetReason ¶
func (x *ValidateRefResponse) GetReason() string
func (*ValidateRefResponse) GetRef ¶
func (x *ValidateRefResponse) GetRef() string
func (*ValidateRefResponse) ProtoMessage ¶
func (*ValidateRefResponse) ProtoMessage()
func (*ValidateRefResponse) ProtoReflect ¶
func (x *ValidateRefResponse) ProtoReflect() protoreflect.Message
func (*ValidateRefResponse) Reset ¶
func (x *ValidateRefResponse) Reset()
func (*ValidateRefResponse) String ¶
func (x *ValidateRefResponse) String() string
type ValidateRouterRequest ¶
type ValidateRouterRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*ValidateRouterRequest) Descriptor
deprecated
func (*ValidateRouterRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateRouterRequest.ProtoReflect.Descriptor instead.
func (*ValidateRouterRequest) GetNamespace ¶
func (x *ValidateRouterRequest) GetNamespace() string
func (*ValidateRouterRequest) GetPath ¶
func (x *ValidateRouterRequest) GetPath() string
func (*ValidateRouterRequest) ProtoMessage ¶
func (*ValidateRouterRequest) ProtoMessage()
func (*ValidateRouterRequest) ProtoReflect ¶
func (x *ValidateRouterRequest) ProtoReflect() protoreflect.Message
func (*ValidateRouterRequest) Reset ¶
func (x *ValidateRouterRequest) Reset()
func (*ValidateRouterRequest) String ¶
func (x *ValidateRouterRequest) String() string
type ValidateRouterResponse ¶
type ValidateRouterResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Invalid bool `protobuf:"varint,3,opt,name=invalid,proto3" json:"invalid,omitempty"` Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*ValidateRouterResponse) Descriptor
deprecated
func (*ValidateRouterResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateRouterResponse.ProtoReflect.Descriptor instead.
func (*ValidateRouterResponse) GetInvalid ¶
func (x *ValidateRouterResponse) GetInvalid() bool
func (*ValidateRouterResponse) GetNamespace ¶
func (x *ValidateRouterResponse) GetNamespace() string
func (*ValidateRouterResponse) GetPath ¶
func (x *ValidateRouterResponse) GetPath() string
func (*ValidateRouterResponse) GetReason ¶
func (x *ValidateRouterResponse) GetReason() string
func (*ValidateRouterResponse) ProtoMessage ¶
func (*ValidateRouterResponse) ProtoMessage()
func (*ValidateRouterResponse) ProtoReflect ¶
func (x *ValidateRouterResponse) ProtoReflect() protoreflect.Message
func (*ValidateRouterResponse) Reset ¶
func (x *ValidateRouterResponse) Reset()
func (*ValidateRouterResponse) String ¶
func (x *ValidateRouterResponse) String() string
type Variable ¶
type Variable struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"` Size int64 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*Variable) Descriptor
deprecated
func (*Variable) GetChecksum ¶
func (*Variable) GetCreatedAt ¶
func (x *Variable) GetCreatedAt() *timestamppb.Timestamp
func (*Variable) GetUpdatedAt ¶
func (x *Variable) GetUpdatedAt() *timestamppb.Timestamp
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message
type VariableEdge ¶
type VariableEdge struct { Node *Variable `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*VariableEdge) Descriptor
deprecated
func (*VariableEdge) Descriptor() ([]byte, []int)
Deprecated: Use VariableEdge.ProtoReflect.Descriptor instead.
func (*VariableEdge) GetCursor ¶
func (x *VariableEdge) GetCursor() string
func (*VariableEdge) GetNode ¶
func (x *VariableEdge) GetNode() *Variable
func (*VariableEdge) ProtoMessage ¶
func (*VariableEdge) ProtoMessage()
func (*VariableEdge) ProtoReflect ¶
func (x *VariableEdge) ProtoReflect() protoreflect.Message
func (*VariableEdge) Reset ¶
func (x *VariableEdge) Reset()
func (*VariableEdge) String ¶
func (x *VariableEdge) String() string
type VariableInternalRequest ¶
type VariableInternalRequest struct { Instance string `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*VariableInternalRequest) Descriptor
deprecated
func (*VariableInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use VariableInternalRequest.ProtoReflect.Descriptor instead.
func (*VariableInternalRequest) GetInstance ¶
func (x *VariableInternalRequest) GetInstance() string
func (*VariableInternalRequest) GetKey ¶
func (x *VariableInternalRequest) GetKey() string
func (*VariableInternalRequest) ProtoMessage ¶
func (*VariableInternalRequest) ProtoMessage()
func (*VariableInternalRequest) ProtoReflect ¶
func (x *VariableInternalRequest) ProtoReflect() protoreflect.Message
func (*VariableInternalRequest) Reset ¶
func (x *VariableInternalRequest) Reset()
func (*VariableInternalRequest) String ¶
func (x *VariableInternalRequest) String() string
type VariableInternalResponse ¶
type VariableInternalResponse struct { Instance string `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,6,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*VariableInternalResponse) Descriptor
deprecated
func (*VariableInternalResponse) Descriptor() ([]byte, []int)
Deprecated: Use VariableInternalResponse.ProtoReflect.Descriptor instead.
func (*VariableInternalResponse) GetChecksum ¶
func (x *VariableInternalResponse) GetChecksum() string
func (*VariableInternalResponse) GetCreatedAt ¶
func (x *VariableInternalResponse) GetCreatedAt() *timestamppb.Timestamp
func (*VariableInternalResponse) GetData ¶
func (x *VariableInternalResponse) GetData() []byte
func (*VariableInternalResponse) GetInstance ¶
func (x *VariableInternalResponse) GetInstance() string
func (*VariableInternalResponse) GetKey ¶
func (x *VariableInternalResponse) GetKey() string
func (*VariableInternalResponse) GetTotalSize ¶
func (x *VariableInternalResponse) GetTotalSize() int64
func (*VariableInternalResponse) GetUpdatedAt ¶
func (x *VariableInternalResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*VariableInternalResponse) ProtoMessage ¶
func (*VariableInternalResponse) ProtoMessage()
func (*VariableInternalResponse) ProtoReflect ¶
func (x *VariableInternalResponse) ProtoReflect() protoreflect.Message
func (*VariableInternalResponse) Reset ¶
func (x *VariableInternalResponse) Reset()
func (*VariableInternalResponse) String ¶
func (x *VariableInternalResponse) String() string
type Variables ¶
type Variables struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*VariableEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` // contains filtered or unexported fields }
func (*Variables) Descriptor
deprecated
func (*Variables) GetEdges ¶
func (x *Variables) GetEdges() []*VariableEdge
func (*Variables) GetPageInfo ¶
func (*Variables) GetTotalCount ¶
func (*Variables) ProtoMessage ¶
func (*Variables) ProtoMessage()
func (*Variables) ProtoReflect ¶
func (x *Variables) ProtoReflect() protoreflect.Message
type WorkflowLogsRequest ¶
type WorkflowLogsRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*WorkflowLogsRequest) Descriptor
deprecated
func (*WorkflowLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowLogsRequest.ProtoReflect.Descriptor instead.
func (*WorkflowLogsRequest) GetNamespace ¶
func (x *WorkflowLogsRequest) GetNamespace() string
func (*WorkflowLogsRequest) GetPagination ¶
func (x *WorkflowLogsRequest) GetPagination() *Pagination
func (*WorkflowLogsRequest) GetPath ¶
func (x *WorkflowLogsRequest) GetPath() string
func (*WorkflowLogsRequest) ProtoMessage ¶
func (*WorkflowLogsRequest) ProtoMessage()
func (*WorkflowLogsRequest) ProtoReflect ¶
func (x *WorkflowLogsRequest) ProtoReflect() protoreflect.Message
func (*WorkflowLogsRequest) Reset ¶
func (x *WorkflowLogsRequest) Reset()
func (*WorkflowLogsRequest) String ¶
func (x *WorkflowLogsRequest) String() string
type WorkflowLogsResponse ¶
type WorkflowLogsResponse struct { TotalCount int32 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Edges []*LogsEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"` Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*WorkflowLogsResponse) Descriptor
deprecated
func (*WorkflowLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowLogsResponse.ProtoReflect.Descriptor instead.
func (*WorkflowLogsResponse) GetEdges ¶
func (x *WorkflowLogsResponse) GetEdges() []*LogsEdge
func (*WorkflowLogsResponse) GetNamespace ¶
func (x *WorkflowLogsResponse) GetNamespace() string
func (*WorkflowLogsResponse) GetPageInfo ¶
func (x *WorkflowLogsResponse) GetPageInfo() *PageInfo
func (*WorkflowLogsResponse) GetPath ¶
func (x *WorkflowLogsResponse) GetPath() string
func (*WorkflowLogsResponse) GetTotalCount ¶
func (x *WorkflowLogsResponse) GetTotalCount() int32
func (*WorkflowLogsResponse) ProtoMessage ¶
func (*WorkflowLogsResponse) ProtoMessage()
func (*WorkflowLogsResponse) ProtoReflect ¶
func (x *WorkflowLogsResponse) ProtoReflect() protoreflect.Message
func (*WorkflowLogsResponse) Reset ¶
func (x *WorkflowLogsResponse) Reset()
func (*WorkflowLogsResponse) String ¶
func (x *WorkflowLogsResponse) String() string
type WorkflowMetricsRequest ¶
type WorkflowMetricsRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` SinceTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sinceTimestamp,proto3" json:"sinceTimestamp,omitempty"` // contains filtered or unexported fields }
func (*WorkflowMetricsRequest) Descriptor
deprecated
func (*WorkflowMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowMetricsRequest.ProtoReflect.Descriptor instead.
func (*WorkflowMetricsRequest) GetNamespace ¶
func (x *WorkflowMetricsRequest) GetNamespace() string
func (*WorkflowMetricsRequest) GetPath ¶
func (x *WorkflowMetricsRequest) GetPath() string
func (*WorkflowMetricsRequest) GetSinceTimestamp ¶
func (x *WorkflowMetricsRequest) GetSinceTimestamp() *timestamppb.Timestamp
func (*WorkflowMetricsRequest) ProtoMessage ¶
func (*WorkflowMetricsRequest) ProtoMessage()
func (*WorkflowMetricsRequest) ProtoReflect ¶
func (x *WorkflowMetricsRequest) ProtoReflect() protoreflect.Message
func (*WorkflowMetricsRequest) Reset ¶
func (x *WorkflowMetricsRequest) Reset()
func (*WorkflowMetricsRequest) String ¶
func (x *WorkflowMetricsRequest) String() string
type WorkflowMetricsResponse ¶
type WorkflowMetricsResponse struct { TotalInstancesRun int32 `protobuf:"varint,1,opt,name=totalInstancesRun,proto3" json:"totalInstancesRun,omitempty"` TotalInstanceMilliseconds int32 `protobuf:"varint,2,opt,name=totalInstanceMilliseconds,proto3" json:"totalInstanceMilliseconds,omitempty"` SuccessfulExecutions int32 `protobuf:"varint,3,opt,name=successfulExecutions,proto3" json:"successfulExecutions,omitempty"` FailedExecutions int32 `protobuf:"varint,4,opt,name=failedExecutions,proto3" json:"failedExecutions,omitempty"` ErrorCodes map[string]int32 `` /* 162-byte string literal not displayed */ ErrorCodesRepresentation map[string]float32 `` /* 191-byte string literal not displayed */ SampleSize int32 `protobuf:"varint,7,opt,name=sampleSize,proto3" json:"sampleSize,omitempty"` MeanInstanceMilliseconds int32 `protobuf:"varint,8,opt,name=meanInstanceMilliseconds,proto3" json:"meanInstanceMilliseconds,omitempty"` SuccessRate float32 `protobuf:"fixed32,9,opt,name=successRate,proto3" json:"successRate,omitempty"` FailureRate float32 `protobuf:"fixed32,10,opt,name=failureRate,proto3" json:"failureRate,omitempty"` States []*State `protobuf:"bytes,11,rep,name=states,proto3" json:"states,omitempty"` // contains filtered or unexported fields }
func (*WorkflowMetricsResponse) Descriptor
deprecated
func (*WorkflowMetricsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowMetricsResponse.ProtoReflect.Descriptor instead.
func (*WorkflowMetricsResponse) GetErrorCodes ¶
func (x *WorkflowMetricsResponse) GetErrorCodes() map[string]int32
func (*WorkflowMetricsResponse) GetErrorCodesRepresentation ¶
func (x *WorkflowMetricsResponse) GetErrorCodesRepresentation() map[string]float32
func (*WorkflowMetricsResponse) GetFailedExecutions ¶
func (x *WorkflowMetricsResponse) GetFailedExecutions() int32
func (*WorkflowMetricsResponse) GetFailureRate ¶
func (x *WorkflowMetricsResponse) GetFailureRate() float32
func (*WorkflowMetricsResponse) GetMeanInstanceMilliseconds ¶
func (x *WorkflowMetricsResponse) GetMeanInstanceMilliseconds() int32
func (*WorkflowMetricsResponse) GetSampleSize ¶
func (x *WorkflowMetricsResponse) GetSampleSize() int32
func (*WorkflowMetricsResponse) GetStates ¶
func (x *WorkflowMetricsResponse) GetStates() []*State
func (*WorkflowMetricsResponse) GetSuccessRate ¶
func (x *WorkflowMetricsResponse) GetSuccessRate() float32
func (*WorkflowMetricsResponse) GetSuccessfulExecutions ¶
func (x *WorkflowMetricsResponse) GetSuccessfulExecutions() int32
func (*WorkflowMetricsResponse) GetTotalInstanceMilliseconds ¶
func (x *WorkflowMetricsResponse) GetTotalInstanceMilliseconds() int32
func (*WorkflowMetricsResponse) GetTotalInstancesRun ¶
func (x *WorkflowMetricsResponse) GetTotalInstancesRun() int32
func (*WorkflowMetricsResponse) ProtoMessage ¶
func (*WorkflowMetricsResponse) ProtoMessage()
func (*WorkflowMetricsResponse) ProtoReflect ¶
func (x *WorkflowMetricsResponse) ProtoReflect() protoreflect.Message
func (*WorkflowMetricsResponse) Reset ¶
func (x *WorkflowMetricsResponse) Reset()
func (*WorkflowMetricsResponse) String ¶
func (x *WorkflowMetricsResponse) String() string
type WorkflowRequest ¶
type WorkflowRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRequest) Descriptor
deprecated
func (*WorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRequest.ProtoReflect.Descriptor instead.
func (*WorkflowRequest) GetNamespace ¶
func (x *WorkflowRequest) GetNamespace() string
func (*WorkflowRequest) GetPath ¶
func (x *WorkflowRequest) GetPath() string
func (*WorkflowRequest) GetRef ¶
func (x *WorkflowRequest) GetRef() string
func (*WorkflowRequest) ProtoMessage ¶
func (*WorkflowRequest) ProtoMessage()
func (*WorkflowRequest) ProtoReflect ¶
func (x *WorkflowRequest) ProtoReflect() protoreflect.Message
func (*WorkflowRequest) Reset ¶
func (x *WorkflowRequest) Reset()
func (*WorkflowRequest) String ¶
func (x *WorkflowRequest) String() string
type WorkflowResponse ¶
type WorkflowResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Node *Node `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Revision *Revision `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` EventLogging string `protobuf:"bytes,4,opt,name=eventLogging,proto3" json:"eventLogging,omitempty"` Oid string `protobuf:"bytes,5,opt,name=oid,proto3" json:"oid,omitempty"` // contains filtered or unexported fields }
func (*WorkflowResponse) Descriptor
deprecated
func (*WorkflowResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowResponse.ProtoReflect.Descriptor instead.
func (*WorkflowResponse) GetEventLogging ¶
func (x *WorkflowResponse) GetEventLogging() string
func (*WorkflowResponse) GetNamespace ¶
func (x *WorkflowResponse) GetNamespace() string
func (*WorkflowResponse) GetNode ¶
func (x *WorkflowResponse) GetNode() *Node
func (*WorkflowResponse) GetOid ¶
func (x *WorkflowResponse) GetOid() string
func (*WorkflowResponse) GetRevision ¶
func (x *WorkflowResponse) GetRevision() *Revision
func (*WorkflowResponse) ProtoMessage ¶
func (*WorkflowResponse) ProtoMessage()
func (*WorkflowResponse) ProtoReflect ¶
func (x *WorkflowResponse) ProtoReflect() protoreflect.Message
func (*WorkflowResponse) Reset ¶
func (x *WorkflowResponse) Reset()
func (*WorkflowResponse) String ¶
func (x *WorkflowResponse) String() string
type WorkflowVariableRequest ¶
type WorkflowVariableRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVariableRequest) Descriptor
deprecated
func (*WorkflowVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVariableRequest.ProtoReflect.Descriptor instead.
func (*WorkflowVariableRequest) GetKey ¶
func (x *WorkflowVariableRequest) GetKey() string
func (*WorkflowVariableRequest) GetNamespace ¶
func (x *WorkflowVariableRequest) GetNamespace() string
func (*WorkflowVariableRequest) GetPath ¶
func (x *WorkflowVariableRequest) GetPath() string
func (*WorkflowVariableRequest) ProtoMessage ¶
func (*WorkflowVariableRequest) ProtoMessage()
func (*WorkflowVariableRequest) ProtoReflect ¶
func (x *WorkflowVariableRequest) ProtoReflect() protoreflect.Message
func (*WorkflowVariableRequest) Reset ¶
func (x *WorkflowVariableRequest) Reset()
func (*WorkflowVariableRequest) String ¶
func (x *WorkflowVariableRequest) String() string
type WorkflowVariableResponse ¶
type WorkflowVariableResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Checksum string `protobuf:"bytes,6,opt,name=checksum,proto3" json:"checksum,omitempty"` TotalSize int64 `protobuf:"varint,7,opt,name=totalSize,proto3" json:"totalSize,omitempty"` Data []byte `protobuf:"bytes,8,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVariableResponse) Descriptor
deprecated
func (*WorkflowVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVariableResponse.ProtoReflect.Descriptor instead.
func (*WorkflowVariableResponse) GetChecksum ¶
func (x *WorkflowVariableResponse) GetChecksum() string
func (*WorkflowVariableResponse) GetCreatedAt ¶
func (x *WorkflowVariableResponse) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowVariableResponse) GetData ¶
func (x *WorkflowVariableResponse) GetData() []byte
func (*WorkflowVariableResponse) GetKey ¶
func (x *WorkflowVariableResponse) GetKey() string
func (*WorkflowVariableResponse) GetNamespace ¶
func (x *WorkflowVariableResponse) GetNamespace() string
func (*WorkflowVariableResponse) GetPath ¶
func (x *WorkflowVariableResponse) GetPath() string
func (*WorkflowVariableResponse) GetTotalSize ¶
func (x *WorkflowVariableResponse) GetTotalSize() int64
func (*WorkflowVariableResponse) GetUpdatedAt ¶
func (x *WorkflowVariableResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*WorkflowVariableResponse) ProtoMessage ¶
func (*WorkflowVariableResponse) ProtoMessage()
func (*WorkflowVariableResponse) ProtoReflect ¶
func (x *WorkflowVariableResponse) ProtoReflect() protoreflect.Message
func (*WorkflowVariableResponse) Reset ¶
func (x *WorkflowVariableResponse) Reset()
func (*WorkflowVariableResponse) String ¶
func (x *WorkflowVariableResponse) String() string
type WorkflowVariablesRequest ¶
type WorkflowVariablesRequest struct { Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVariablesRequest) Descriptor
deprecated
func (*WorkflowVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVariablesRequest.ProtoReflect.Descriptor instead.
func (*WorkflowVariablesRequest) GetNamespace ¶
func (x *WorkflowVariablesRequest) GetNamespace() string
func (*WorkflowVariablesRequest) GetPagination ¶
func (x *WorkflowVariablesRequest) GetPagination() *Pagination
func (*WorkflowVariablesRequest) GetPath ¶
func (x *WorkflowVariablesRequest) GetPath() string
func (*WorkflowVariablesRequest) ProtoMessage ¶
func (*WorkflowVariablesRequest) ProtoMessage()
func (*WorkflowVariablesRequest) ProtoReflect ¶
func (x *WorkflowVariablesRequest) ProtoReflect() protoreflect.Message
func (*WorkflowVariablesRequest) Reset ¶
func (x *WorkflowVariablesRequest) Reset()
func (*WorkflowVariablesRequest) String ¶
func (x *WorkflowVariablesRequest) String() string
type WorkflowVariablesResponse ¶
type WorkflowVariablesResponse struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Variables *Variables `protobuf:"bytes,3,opt,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVariablesResponse) Descriptor
deprecated
func (*WorkflowVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVariablesResponse.ProtoReflect.Descriptor instead.
func (*WorkflowVariablesResponse) GetNamespace ¶
func (x *WorkflowVariablesResponse) GetNamespace() string
func (*WorkflowVariablesResponse) GetPath ¶
func (x *WorkflowVariablesResponse) GetPath() string
func (*WorkflowVariablesResponse) GetVariables ¶
func (x *WorkflowVariablesResponse) GetVariables() *Variables
func (*WorkflowVariablesResponse) ProtoMessage ¶
func (*WorkflowVariablesResponse) ProtoMessage()
func (*WorkflowVariablesResponse) ProtoReflect ¶
func (x *WorkflowVariablesResponse) ProtoReflect() protoreflect.Message
func (*WorkflowVariablesResponse) Reset ¶
func (x *WorkflowVariablesResponse) Reset()
func (*WorkflowVariablesResponse) String ¶
func (x *WorkflowVariablesResponse) String() string