grpc

package
v0.5.10 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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)

View Source
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)

View Source
var File_pkg_flow_grpc_build_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_cloudevent_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_eventing_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_instances_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_internal_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_logs_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_namespaces_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_nodes_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_pagination_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_protocol_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_registries_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_secrets_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_util_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_variables_proto protoreflect.FileDescriptor
View Source
var File_pkg_flow_grpc_workflows_proto protoreflect.FileDescriptor
View Source
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,
		},
		{
			MethodName: "Build",
			Handler:    _Flow_Build_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)

View Source
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

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) (*empty.Empty, error)
	DeleteNamespaceRegistry(ctx context.Context, in *DeleteNamespaceRegistryRequest, opts ...grpc.CallOption) (*empty.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) (*empty.Empty, error)
	DeleteNamespaceRegistry(context.Context, *DeleteNamespaceRegistryRequest) (*empty.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 (*BroadcastCloudeventRequest) Reset

func (x *BroadcastCloudeventRequest) Reset()

func (*BroadcastCloudeventRequest) String

func (x *BroadcastCloudeventRequest) String() string

type BuildResponse

type BuildResponse struct {
	Build string `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildResponse) Descriptor deprecated

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

Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.

func (*BuildResponse) GetBuild

func (x *BuildResponse) GetBuild() string

func (*BuildResponse) ProtoMessage

func (*BuildResponse) ProtoMessage()

func (*BuildResponse) ProtoReflect

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

func (*BuildResponse) Reset

func (x *BuildResponse) Reset()

func (*BuildResponse) String

func (x *BuildResponse) 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

type CloudEvent struct {
	Ce []byte `protobuf:"bytes,1,opt,name=ce,proto3" json:"ce,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudEvent) Descriptor deprecated

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

Deprecated: Use CloudEvent.ProtoReflect.Descriptor instead.

func (*CloudEvent) GetCe

func (x *CloudEvent) GetCe() []byte

func (*CloudEvent) ProtoMessage

func (*CloudEvent) ProtoMessage()

func (*CloudEvent) ProtoReflect

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

func (*CloudEvent) Reset

func (x *CloudEvent) Reset()

func (*CloudEvent) String

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 (*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 (*DeleteInstanceVariableRequest) GetNamespace

func (x *DeleteInstanceVariableRequest) GetNamespace() string

func (*DeleteInstanceVariableRequest) ProtoMessage

func (*DeleteInstanceVariableRequest) ProtoMessage()

func (*DeleteInstanceVariableRequest) ProtoReflect

func (*DeleteInstanceVariableRequest) Reset

func (x *DeleteInstanceVariableRequest) Reset()

func (*DeleteInstanceVariableRequest) 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 (*DeleteNamespaceRegistryRequest) Reset

func (x *DeleteNamespaceRegistryRequest) Reset()

func (*DeleteNamespaceRegistryRequest) 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 (*DeleteNamespaceVariableRequest) GetNamespace

func (x *DeleteNamespaceVariableRequest) GetNamespace() string

func (*DeleteNamespaceVariableRequest) ProtoMessage

func (*DeleteNamespaceVariableRequest) ProtoMessage()

func (*DeleteNamespaceVariableRequest) ProtoReflect

func (*DeleteNamespaceVariableRequest) Reset

func (x *DeleteNamespaceVariableRequest) Reset()

func (*DeleteNamespaceVariableRequest) 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 (*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 (*DeleteWorkflowVariableRequest) GetNamespace

func (x *DeleteWorkflowVariableRequest) GetNamespace() string

func (*DeleteWorkflowVariableRequest) GetPath

func (*DeleteWorkflowVariableRequest) ProtoMessage

func (*DeleteWorkflowVariableRequest) ProtoMessage()

func (*DeleteWorkflowVariableRequest) ProtoReflect

func (*DeleteWorkflowVariableRequest) Reset

func (x *DeleteWorkflowVariableRequest) Reset()

func (*DeleteWorkflowVariableRequest) 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

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

func NewEventingClient(cc grpc.ClientConnInterface) EventingClient

type EventingRequest

type EventingRequest struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EventingRequest) Descriptor deprecated

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

Deprecated: Use EventingRequest.ProtoReflect.Descriptor instead.

func (*EventingRequest) GetUuid

func (x *EventingRequest) GetUuid() string

func (*EventingRequest) ProtoMessage

func (*EventingRequest) ProtoMessage()

func (*EventingRequest) ProtoReflect

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

func (*EventingRequest) Reset

func (x *EventingRequest) Reset()

func (*EventingRequest) String

func (x *EventingRequest) String() string

type EventingServer

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

type Eventing_RequestEventsClient interface {
	Recv() (*CloudEvent, error)
	grpc.ClientStream
}

type Eventing_RequestEventsServer

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) (*empty.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) (*empty.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) (*empty.Empty, error)
	Tag(ctx context.Context, in *TagRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	Untag(ctx context.Context, in *UntagRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	Retag(ctx context.Context, in *RetagRequest, opts ...grpc.CallOption) (*empty.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) (*empty.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) (*empty.Empty, error)
	BroadcastCloudevent(ctx context.Context, in *BroadcastCloudeventRequest, opts ...grpc.CallOption) (*empty.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) (*empty.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) (*empty.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) (*empty.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) (*empty.Empty, error)
	DeleteNodeAttributes(ctx context.Context, in *DeleteNodeAttributesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	WorkflowMetrics(ctx context.Context, in *WorkflowMetricsRequest, opts ...grpc.CallOption) (*WorkflowMetricsResponse, error)
	ToggleWorkflow(ctx context.Context, in *ToggleWorkflowRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	SetWorkflowEventLogging(ctx context.Context, in *SetWorkflowEventLoggingRequest, opts ...grpc.CallOption) (*empty.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)
	Build(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*BuildResponse, 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) (*empty.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) (*empty.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) (*empty.Empty, error)
	Tag(context.Context, *TagRequest) (*empty.Empty, error)
	Untag(context.Context, *UntagRequest) (*empty.Empty, error)
	Retag(context.Context, *RetagRequest) (*empty.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) (*empty.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) (*empty.Empty, error)
	BroadcastCloudevent(context.Context, *BroadcastCloudeventRequest) (*empty.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) (*empty.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) (*empty.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) (*empty.Empty, error)
	RenameInstanceVariable(context.Context, *RenameInstanceVariableRequest) (*RenameInstanceVariableResponse, error)
	JQ(context.Context, *JQRequest) (*JQResponse, error)
	CreateNodeAttributes(context.Context, *CreateNodeAttributesRequest) (*empty.Empty, error)
	DeleteNodeAttributes(context.Context, *DeleteNodeAttributesRequest) (*empty.Empty, error)
	WorkflowMetrics(context.Context, *WorkflowMetricsRequest) (*WorkflowMetricsResponse, error)
	ToggleWorkflow(context.Context, *ToggleWorkflowRequest) (*empty.Empty, error)
	SetWorkflowEventLogging(context.Context, *SetWorkflowEventLoggingRequest) (*empty.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)
	Build(context.Context, *empty.Empty) (*BuildResponse, 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

type GetNamespaceConfigRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceConfigRequest) Descriptor deprecated

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

Deprecated: Use GetNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigRequest) GetName

func (x *GetNamespaceConfigRequest) GetName() string

func (*GetNamespaceConfigRequest) ProtoMessage

func (*GetNamespaceConfigRequest) ProtoMessage()

func (*GetNamespaceConfigRequest) ProtoReflect

func (*GetNamespaceConfigRequest) Reset

func (x *GetNamespaceConfigRequest) Reset()

func (*GetNamespaceConfigRequest) String

func (x *GetNamespaceConfigRequest) String() string

type GetNamespaceConfigResponse

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

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

Deprecated: Use GetNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigResponse) GetConfig

func (x *GetNamespaceConfigResponse) GetConfig() string

func (*GetNamespaceConfigResponse) GetName

func (x *GetNamespaceConfigResponse) GetName() string

func (*GetNamespaceConfigResponse) ProtoMessage

func (*GetNamespaceConfigResponse) ProtoMessage()

func (*GetNamespaceConfigResponse) ProtoReflect

func (*GetNamespaceConfigResponse) Reset

func (x *GetNamespaceConfigResponse) Reset()

func (*GetNamespaceConfigResponse) String

func (x *GetNamespaceConfigResponse) String() string

type Instance

type Instance struct {
	CreatedAt    *timestamp.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetAs

func (x *Instance) GetAs() string

func (*Instance) GetCreatedAt

func (x *Instance) GetCreatedAt() *timestamp.Timestamp

func (*Instance) GetErrorCode

func (x *Instance) GetErrorCode() string

func (*Instance) GetErrorMessage

func (x *Instance) GetErrorMessage() string

func (*Instance) GetId

func (x *Instance) GetId() string

func (*Instance) GetStatus

func (x *Instance) GetStatus() string

func (*Instance) GetUpdatedAt

func (x *Instance) GetUpdatedAt() *timestamp.Timestamp

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,9,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.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) GetMimeType added in v0.5.9

func (x *InstanceVariableResponse) GetMimeType() string

func (*InstanceVariableResponse) GetNamespace

func (x *InstanceVariableResponse) GetNamespace() string

func (*InstanceVariableResponse) GetTotalSize

func (x *InstanceVariableResponse) GetTotalSize() int64

func (*InstanceVariableResponse) GetUpdatedAt

func (x *InstanceVariableResponse) GetUpdatedAt() *timestamp.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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Instances.ProtoReflect.Descriptor instead.

func (*Instances) GetEdges

func (x *Instances) GetEdges() []*InstancesEdge

func (*Instances) GetPageInfo

func (x *Instances) GetPageInfo() *PageInfo

func (*Instances) GetTotalCount

func (x *Instances) GetTotalCount() int32

func (*Instances) ProtoMessage

func (*Instances) ProtoMessage()

func (*Instances) ProtoReflect

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

func (*Instances) Reset

func (x *Instances) Reset()

func (*Instances) String

func (x *Instances) String() string

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) (*empty.Empty, error)
	ActionLog(ctx context.Context, in *ActionLogRequest, opts ...grpc.CallOption) (*empty.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) (*empty.Empty, error)
	ActionLog(context.Context, *ActionLogRequest) (*empty.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) Descriptor() ([]byte, []int)

Deprecated: Use JQRequest.ProtoReflect.Descriptor instead.

func (*JQRequest) GetData

func (x *JQRequest) GetData() []byte

func (*JQRequest) GetQuery

func (x *JQRequest) GetQuery() string

func (*JQRequest) ProtoMessage

func (*JQRequest) ProtoMessage()

func (*JQRequest) ProtoReflect

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

func (*JQRequest) Reset

func (x *JQRequest) Reset()

func (*JQRequest) String

func (x *JQRequest) String() string

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   *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetMsg

func (x *Log) GetMsg() string

func (*Log) GetT

func (x *Log) GetT() *timestamp.Timestamp

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) ProtoReflect

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

func (*Log) Reset

func (x *Log) Reset()

func (*Log) String

func (x *Log) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use LogsEdge.ProtoReflect.Descriptor instead.

func (*LogsEdge) GetCursor

func (x *LogsEdge) GetCursor() string

func (*LogsEdge) GetNode

func (x *LogsEdge) GetNode() *Log

func (*LogsEdge) ProtoMessage

func (*LogsEdge) ProtoMessage()

func (*LogsEdge) ProtoReflect

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

func (*LogsEdge) Reset

func (x *LogsEdge) Reset()

func (*LogsEdge) String

func (x *LogsEdge) String() string

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 *timestamp.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetCreatedAt

func (x *Namespace) GetCreatedAt() *timestamp.Timestamp

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetOid

func (x *Namespace) GetOid() string

func (*Namespace) GetUpdatedAt

func (x *Namespace) GetUpdatedAt() *timestamp.Timestamp

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

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

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

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 (*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 (*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 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.Timestamp

func (*NamespaceVariableResponse) GetData

func (x *NamespaceVariableResponse) GetData() []byte

func (*NamespaceVariableResponse) GetKey

func (x *NamespaceVariableResponse) GetKey() string

func (*NamespaceVariableResponse) GetMimeType added in v0.5.9

func (x *NamespaceVariableResponse) GetMimeType() string

func (*NamespaceVariableResponse) GetNamespace

func (x *NamespaceVariableResponse) GetNamespace() string

func (*NamespaceVariableResponse) GetTotalSize

func (x *NamespaceVariableResponse) GetTotalSize() int64

func (*NamespaceVariableResponse) GetUpdatedAt

func (x *NamespaceVariableResponse) GetUpdatedAt() *timestamp.Timestamp

func (*NamespaceVariableResponse) ProtoMessage

func (*NamespaceVariableResponse) ProtoMessage()

func (*NamespaceVariableResponse) ProtoReflect

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 (*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 (*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  *timestamp.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt  *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetAttributes

func (x *Node) GetAttributes() []string

func (*Node) GetCreatedAt

func (x *Node) GetCreatedAt() *timestamp.Timestamp

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetOid

func (x *Node) GetOid() string

func (*Node) GetParent

func (x *Node) GetParent() string

func (*Node) GetPath

func (x *Node) GetPath() string

func (*Node) GetType

func (x *Node) GetType() string

func (*Node) GetUpdatedAt

func (x *Node) GetUpdatedAt() *timestamp.Timestamp

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Outcomes.ProtoReflect.Descriptor instead.

func (*Outcomes) GetFailure

func (x *Outcomes) GetFailure() int32

func (*Outcomes) GetSuccess

func (x *Outcomes) GetSuccess() int32

func (*Outcomes) GetTransitions

func (x *Outcomes) GetTransitions() map[string]int32

func (*Outcomes) ProtoMessage

func (*Outcomes) ProtoMessage()

func (*Outcomes) ProtoReflect

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

func (*Outcomes) Reset

func (x *Outcomes) Reset()

func (*Outcomes) String

func (x *Outcomes) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetEndCursor

func (x *PageInfo) GetEndCursor() string

func (*PageInfo) GetHasNextPage

func (x *PageInfo) GetHasNextPage() bool

func (*PageInfo) GetHasPreviousPage

func (x *PageInfo) GetHasPreviousPage() bool

func (*PageInfo) GetStartCursor

func (x *PageInfo) GetStartCursor() string

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

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

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PageOrder.ProtoReflect.Descriptor instead.

func (*PageOrder) GetDirection

func (x *PageOrder) GetDirection() string

func (*PageOrder) GetField

func (x *PageOrder) GetField() string

func (*PageOrder) ProtoMessage

func (*PageOrder) ProtoMessage()

func (*PageOrder) ProtoReflect

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

func (*PageOrder) Reset

func (x *PageOrder) Reset()

func (*PageOrder) String

func (x *PageOrder) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) GetName

func (x *Ref) GetName() string

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect

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

func (*Ref) Reset

func (x *Ref) Reset()

func (*Ref) String

func (x *Ref) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use RefsEdge.ProtoReflect.Descriptor instead.

func (*RefsEdge) GetCursor

func (x *RefsEdge) GetCursor() string

func (*RefsEdge) GetNode

func (x *RefsEdge) GetNode() *Ref

func (*RefsEdge) ProtoMessage

func (*RefsEdge) ProtoMessage()

func (*RefsEdge) ProtoReflect

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

func (*RefsEdge) Reset

func (x *RefsEdge) Reset()

func (*RefsEdge) String

func (x *RefsEdge) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Registry.ProtoReflect.Descriptor instead.

func (*Registry) GetName

func (x *Registry) GetName() string

func (*Registry) ProtoMessage

func (*Registry) ProtoMessage()

func (*Registry) ProtoReflect

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

func (*Registry) Reset

func (x *Registry) Reset()

func (*Registry) String

func (x *Registry) String() string

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 (*RenameInstanceVariableRequest) GetOld

func (*RenameInstanceVariableRequest) ProtoMessage

func (*RenameInstanceVariableRequest) ProtoMessage()

func (*RenameInstanceVariableRequest) ProtoReflect

func (*RenameInstanceVariableRequest) Reset

func (x *RenameInstanceVariableRequest) Reset()

func (*RenameInstanceVariableRequest) 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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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 (*RenameInstanceVariableResponse) GetInstance

func (x *RenameInstanceVariableResponse) GetInstance() string

func (*RenameInstanceVariableResponse) GetKey

func (*RenameInstanceVariableResponse) GetMimeType added in v0.5.9

func (x *RenameInstanceVariableResponse) GetMimeType() string

func (*RenameInstanceVariableResponse) GetNamespace

func (x *RenameInstanceVariableResponse) GetNamespace() string

func (*RenameInstanceVariableResponse) GetTotalSize

func (x *RenameInstanceVariableResponse) GetTotalSize() int64

func (*RenameInstanceVariableResponse) GetUpdatedAt

func (*RenameInstanceVariableResponse) ProtoMessage

func (*RenameInstanceVariableResponse) ProtoMessage()

func (*RenameInstanceVariableResponse) ProtoReflect

func (*RenameInstanceVariableResponse) Reset

func (x *RenameInstanceVariableResponse) Reset()

func (*RenameInstanceVariableResponse) 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 (*RenameNamespaceVariableRequest) GetOld

func (*RenameNamespaceVariableRequest) ProtoMessage

func (*RenameNamespaceVariableRequest) ProtoMessage()

func (*RenameNamespaceVariableRequest) ProtoReflect

func (*RenameNamespaceVariableRequest) Reset

func (x *RenameNamespaceVariableRequest) Reset()

func (*RenameNamespaceVariableRequest) 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 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,7,opt,name=mimeType,proto3" json:"mimeType,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 (*RenameNamespaceVariableResponse) GetKey

func (*RenameNamespaceVariableResponse) GetMimeType added in v0.5.9

func (x *RenameNamespaceVariableResponse) GetMimeType() string

func (*RenameNamespaceVariableResponse) GetNamespace

func (x *RenameNamespaceVariableResponse) GetNamespace() string

func (*RenameNamespaceVariableResponse) GetTotalSize

func (x *RenameNamespaceVariableResponse) GetTotalSize() int64

func (*RenameNamespaceVariableResponse) GetUpdatedAt

func (*RenameNamespaceVariableResponse) ProtoMessage

func (*RenameNamespaceVariableResponse) ProtoMessage()

func (*RenameNamespaceVariableResponse) ProtoReflect

func (*RenameNamespaceVariableResponse) Reset

func (*RenameNamespaceVariableResponse) 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 (*RenameWorkflowVariableRequest) GetOld

func (*RenameWorkflowVariableRequest) GetPath

func (*RenameWorkflowVariableRequest) ProtoMessage

func (*RenameWorkflowVariableRequest) ProtoMessage()

func (*RenameWorkflowVariableRequest) ProtoReflect

func (*RenameWorkflowVariableRequest) Reset

func (x *RenameWorkflowVariableRequest) Reset()

func (*RenameWorkflowVariableRequest) 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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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 (*RenameWorkflowVariableResponse) GetKey

func (*RenameWorkflowVariableResponse) GetMimeType added in v0.5.9

func (x *RenameWorkflowVariableResponse) GetMimeType() string

func (*RenameWorkflowVariableResponse) GetNamespace

func (x *RenameWorkflowVariableResponse) GetNamespace() string

func (*RenameWorkflowVariableResponse) GetPath

func (*RenameWorkflowVariableResponse) GetTotalSize

func (x *RenameWorkflowVariableResponse) GetTotalSize() int64

func (*RenameWorkflowVariableResponse) GetUpdatedAt

func (*RenameWorkflowVariableResponse) ProtoMessage

func (*RenameWorkflowVariableResponse) ProtoMessage()

func (*RenameWorkflowVariableResponse) ProtoReflect

func (*RenameWorkflowVariableResponse) Reset

func (x *RenameWorkflowVariableResponse) Reset()

func (*RenameWorkflowVariableResponse) 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 (*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 (*ResolveNamespaceUIDRequest) ProtoMessage

func (*ResolveNamespaceUIDRequest) ProtoMessage()

func (*ResolveNamespaceUIDRequest) ProtoReflect

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 (*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 *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Revision.ProtoReflect.Descriptor instead.

func (*Revision) GetCreatedAt

func (x *Revision) GetCreatedAt() *timestamp.Timestamp

func (*Revision) GetHash

func (x *Revision) GetHash() string

func (*Revision) GetSource

func (x *Revision) GetSource() []byte

func (*Revision) ProtoMessage

func (*Revision) ProtoMessage()

func (*Revision) ProtoReflect

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

func (*Revision) Reset

func (x *Revision) Reset()

func (*Revision) String

func (x *Revision) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Route.ProtoReflect.Descriptor instead.

func (*Route) GetRef

func (x *Route) GetRef() string

func (*Route) GetWeight

func (x *Route) GetWeight() int32

func (*Route) ProtoMessage

func (*Route) ProtoMessage()

func (*Route) ProtoReflect

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

func (*Route) Reset

func (x *Route) Reset()

func (*Route) String

func (x *Route) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetName

func (x *Secret) GetName() string

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

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

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Secrets.ProtoReflect.Descriptor instead.

func (*Secrets) GetEdges

func (x *Secrets) GetEdges() []*SecretEdge

func (*Secrets) GetPageInfo

func (x *Secrets) GetPageInfo() *PageInfo

func (*Secrets) GetTotalCount

func (x *Secrets) GetTotalCount() int32

func (*Secrets) ProtoMessage

func (*Secrets) ProtoMessage()

func (*Secrets) ProtoReflect

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

func (*Secrets) Reset

func (x *Secrets) Reset()

func (*Secrets) String

func (x *Secrets) String() string

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"`
	MimeType  string `protobuf:"bytes,6,opt,name=mimeType,proto3" json:"mimeType,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) GetMimeType added in v0.5.9

func (x *SetInstanceVariableRequest) GetMimeType() 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 (*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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.Timestamp

func (*SetInstanceVariableResponse) GetInstance

func (x *SetInstanceVariableResponse) GetInstance() string

func (*SetInstanceVariableResponse) GetKey

func (x *SetInstanceVariableResponse) GetKey() string

func (*SetInstanceVariableResponse) GetMimeType added in v0.5.9

func (x *SetInstanceVariableResponse) GetMimeType() string

func (*SetInstanceVariableResponse) GetNamespace

func (x *SetInstanceVariableResponse) GetNamespace() string

func (*SetInstanceVariableResponse) GetTotalSize

func (x *SetInstanceVariableResponse) GetTotalSize() int64

func (*SetInstanceVariableResponse) GetUpdatedAt

func (x *SetInstanceVariableResponse) GetUpdatedAt() *timestamp.Timestamp

func (*SetInstanceVariableResponse) ProtoMessage

func (*SetInstanceVariableResponse) ProtoMessage()

func (*SetInstanceVariableResponse) ProtoReflect

func (*SetInstanceVariableResponse) Reset

func (x *SetInstanceVariableResponse) Reset()

func (*SetInstanceVariableResponse) String

func (x *SetInstanceVariableResponse) String() string

type SetNamespaceConfigRequest

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

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

Deprecated: Use SetNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*SetNamespaceConfigRequest) GetConfig

func (x *SetNamespaceConfigRequest) GetConfig() string

func (*SetNamespaceConfigRequest) GetName

func (x *SetNamespaceConfigRequest) GetName() string

func (*SetNamespaceConfigRequest) ProtoMessage

func (*SetNamespaceConfigRequest) ProtoMessage()

func (*SetNamespaceConfigRequest) ProtoReflect

func (*SetNamespaceConfigRequest) Reset

func (x *SetNamespaceConfigRequest) Reset()

func (*SetNamespaceConfigRequest) String

func (x *SetNamespaceConfigRequest) String() string

type SetNamespaceConfigResponse

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

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

Deprecated: Use SetNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*SetNamespaceConfigResponse) GetConfig

func (x *SetNamespaceConfigResponse) GetConfig() string

func (*SetNamespaceConfigResponse) GetName

func (x *SetNamespaceConfigResponse) GetName() string

func (*SetNamespaceConfigResponse) ProtoMessage

func (*SetNamespaceConfigResponse) ProtoMessage()

func (*SetNamespaceConfigResponse) ProtoReflect

func (*SetNamespaceConfigResponse) Reset

func (x *SetNamespaceConfigResponse) Reset()

func (*SetNamespaceConfigResponse) String

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 (*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"`
	MimeType  string `protobuf:"bytes,5,opt,name=mimeType,proto3" json:"mimeType,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) GetMimeType added in v0.5.9

func (x *SetNamespaceVariableRequest) GetMimeType() 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 (*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 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,7,opt,name=mimeType,proto3" json:"mimeType,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 (*SetNamespaceVariableResponse) GetKey

func (*SetNamespaceVariableResponse) GetMimeType added in v0.5.9

func (x *SetNamespaceVariableResponse) GetMimeType() string

func (*SetNamespaceVariableResponse) GetNamespace

func (x *SetNamespaceVariableResponse) GetNamespace() string

func (*SetNamespaceVariableResponse) GetTotalSize

func (x *SetNamespaceVariableResponse) GetTotalSize() int64

func (*SetNamespaceVariableResponse) GetUpdatedAt

func (*SetNamespaceVariableResponse) ProtoMessage

func (*SetNamespaceVariableResponse) ProtoMessage()

func (*SetNamespaceVariableResponse) ProtoReflect

func (*SetNamespaceVariableResponse) Reset

func (x *SetNamespaceVariableResponse) Reset()

func (*SetNamespaceVariableResponse) 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"`
	MimeType  string `protobuf:"bytes,5,opt,name=mimeType,proto3" json:"mimeType,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) GetMimeType added in v0.5.9

func (x *SetVariableInternalRequest) GetMimeType() string

func (*SetVariableInternalRequest) GetTotalSize

func (x *SetVariableInternalRequest) GetTotalSize() int64

func (*SetVariableInternalRequest) ProtoMessage

func (*SetVariableInternalRequest) ProtoMessage()

func (*SetVariableInternalRequest) ProtoReflect

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 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,7,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.Timestamp

func (*SetVariableInternalResponse) GetInstance

func (x *SetVariableInternalResponse) GetInstance() string

func (*SetVariableInternalResponse) GetKey

func (x *SetVariableInternalResponse) GetKey() string

func (*SetVariableInternalResponse) GetMimeType added in v0.5.9

func (x *SetVariableInternalResponse) GetMimeType() string

func (*SetVariableInternalResponse) GetTotalSize

func (x *SetVariableInternalResponse) GetTotalSize() int64

func (*SetVariableInternalResponse) GetUpdatedAt

func (x *SetVariableInternalResponse) GetUpdatedAt() *timestamp.Timestamp

func (*SetVariableInternalResponse) ProtoMessage

func (*SetVariableInternalResponse) ProtoMessage()

func (*SetVariableInternalResponse) ProtoReflect

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 (*SetWorkflowEventLoggingRequest) ProtoMessage

func (*SetWorkflowEventLoggingRequest) ProtoMessage()

func (*SetWorkflowEventLoggingRequest) ProtoReflect

func (*SetWorkflowEventLoggingRequest) Reset

func (x *SetWorkflowEventLoggingRequest) Reset()

func (*SetWorkflowEventLoggingRequest) 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"`
	MimeType  string `protobuf:"bytes,6,opt,name=mimeType,proto3" json:"mimeType,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) GetMimeType added in v0.5.9

func (x *SetWorkflowVariableRequest) GetMimeType() 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 (*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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.Timestamp

func (*SetWorkflowVariableResponse) GetKey

func (x *SetWorkflowVariableResponse) GetKey() string

func (*SetWorkflowVariableResponse) GetMimeType added in v0.5.9

func (x *SetWorkflowVariableResponse) GetMimeType() 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() *timestamp.Timestamp

func (*SetWorkflowVariableResponse) ProtoMessage

func (*SetWorkflowVariableResponse) ProtoMessage()

func (*SetWorkflowVariableResponse) ProtoReflect

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) Descriptor() ([]byte, []int)

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetFailureRate

func (x *State) GetFailureRate() float32

func (*State) GetInvokers

func (x *State) GetInvokers() map[string]int32

func (*State) GetInvokersRepresentation

func (x *State) GetInvokersRepresentation() map[string]float32

func (*State) GetMeanExecutionsPerInstance

func (x *State) GetMeanExecutionsPerInstance() int32

func (*State) GetMeanMillisecondsPerInstance

func (x *State) GetMeanMillisecondsPerInstance() int32

func (*State) GetMeanOutcomes

func (x *State) GetMeanOutcomes() *MeanOutcomes

func (*State) GetMeanRetries

func (x *State) GetMeanRetries() float32

func (*State) GetName

func (x *State) GetName() string

func (*State) GetOutcomes

func (x *State) GetOutcomes() *Outcomes

func (*State) GetSuccessRate

func (x *State) GetSuccessRate() float32

func (*State) GetTotalExecutions

func (x *State) GetTotalExecutions() int32

func (*State) GetTotalFailures

func (x *State) GetTotalFailures() int32

func (*State) GetTotalMilliseconds

func (x *State) GetTotalMilliseconds() int32

func (*State) GetTotalRetries

func (x *State) GetTotalRetries() int32

func (*State) GetTotalSuccesses

func (x *State) GetTotalSuccesses() int32

func (*State) GetUnhandledErrors

func (x *State) GetUnhandledErrors() map[string]int32

func (*State) GetUnhandledErrorsRepresentation

func (x *State) GetUnhandledErrorsRepresentation() map[string]float32

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) ProtoReflect

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

func (*State) Reset

func (x *State) Reset()

func (*State) String

func (x *State) String() string

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) SetNamespaceRegistry

type UnimplementedEventingServer

type UnimplementedEventingServer struct {
}

UnimplementedEventingServer must be embedded to have forward compatible implementations.

func (UnimplementedEventingServer) RequestEvents

type UnimplementedFlowServer

type UnimplementedFlowServer struct {
}

UnimplementedFlowServer must be embedded to have forward compatible implementations.

func (UnimplementedFlowServer) BroadcastCloudevent

func (UnimplementedFlowServer) Build

func (UnimplementedFlowServer) CancelInstance

func (UnimplementedFlowServer) CreateDirectory

func (UnimplementedFlowServer) CreateNamespace

func (UnimplementedFlowServer) CreateNodeAttributes

func (UnimplementedFlowServer) CreateWorkflow

func (UnimplementedFlowServer) DeleteInstanceVariable

func (UnimplementedFlowServer) DeleteNamespace

func (UnimplementedFlowServer) DeleteNamespaceVariable

func (UnimplementedFlowServer) DeleteNode

func (UnimplementedFlowServer) DeleteNodeAttributes

func (UnimplementedFlowServer) DeleteRevision

func (UnimplementedFlowServer) DeleteSecret

func (UnimplementedFlowServer) DeleteWorkflowVariable

func (UnimplementedFlowServer) Directory

func (UnimplementedFlowServer) DirectoryStream

func (UnimplementedFlowServer) DiscardHead

func (UnimplementedFlowServer) EditRouter

func (UnimplementedFlowServer) Instance

func (UnimplementedFlowServer) InstanceInput

func (UnimplementedFlowServer) InstanceLogs

func (UnimplementedFlowServer) InstanceLogsParcels

func (UnimplementedFlowServer) InstanceOutput

func (UnimplementedFlowServer) InstanceStream

func (UnimplementedFlowServer) Instances

func (UnimplementedFlowServer) InstancesStream

func (UnimplementedFlowServer) JQ

func (UnimplementedFlowServer) Namespace

func (UnimplementedFlowServer) NamespaceLogs

func (UnimplementedFlowServer) NamespaceLogsParcels

func (UnimplementedFlowServer) Namespaces

func (UnimplementedFlowServer) NamespacesStream

func (UnimplementedFlowServer) Node

func (UnimplementedFlowServer) Refs

func (UnimplementedFlowServer) RefsStream

func (UnimplementedFlowServer) RenameNamespace

func (UnimplementedFlowServer) RenameNode

func (UnimplementedFlowServer) ResolveNamespaceUID

func (UnimplementedFlowServer) ResolveWorkflowUID

func (UnimplementedFlowServer) Retag

func (UnimplementedFlowServer) Revisions

func (UnimplementedFlowServer) RevisionsStream

func (UnimplementedFlowServer) Router

func (UnimplementedFlowServer) RouterStream

func (UnimplementedFlowServer) RunWorkflow

func (UnimplementedFlowServer) SaveHead

func (UnimplementedFlowServer) Secrets

func (UnimplementedFlowServer) SecretsStream

func (UnimplementedFlowServer) ServerLogs

func (UnimplementedFlowServer) ServerLogsParcels

func (UnimplementedFlowServer) SetInstanceVariableParcels

func (UnimplementedFlowServer) SetNamespaceVariableParcels

func (UnimplementedFlowServer) SetSecret

func (UnimplementedFlowServer) SetWorkflowEventLogging

func (UnimplementedFlowServer) SetWorkflowVariableParcels

func (UnimplementedFlowServer) StartWorkflow

func (UnimplementedFlowServer) Tag

func (UnimplementedFlowServer) Tags

func (UnimplementedFlowServer) TagsStream

func (UnimplementedFlowServer) ToggleWorkflow

func (UnimplementedFlowServer) Untag

func (UnimplementedFlowServer) UpdateWorkflow

func (UnimplementedFlowServer) ValidateRef

func (UnimplementedFlowServer) ValidateRouter

func (UnimplementedFlowServer) Workflow

func (UnimplementedFlowServer) WorkflowLogs

func (UnimplementedFlowServer) WorkflowLogsParcels

func (UnimplementedFlowServer) WorkflowMetrics

func (UnimplementedFlowServer) WorkflowStream

type UnimplementedInternalServer

type UnimplementedInternalServer struct {
}

UnimplementedInternalServer must be embedded to have forward compatible implementations.

func (UnimplementedInternalServer) ActionLog

func (UnimplementedInternalServer) ReportActionResults

func (UnimplementedInternalServer) SetInstanceVariableParcels

func (UnimplementedInternalServer) SetNamespaceVariableParcels

func (UnimplementedInternalServer) SetWorkflowVariableParcels

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

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 *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Checksum  string               `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
	Size      int64                `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"`
	MimeType  string               `protobuf:"bytes,6,opt,name=mimeType,proto3" json:"mimeType,omitempty"`
	// contains filtered or unexported fields
}

func (*Variable) Descriptor deprecated

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

Deprecated: Use Variable.ProtoReflect.Descriptor instead.

func (*Variable) GetChecksum

func (x *Variable) GetChecksum() string

func (*Variable) GetCreatedAt

func (x *Variable) GetCreatedAt() *timestamp.Timestamp

func (*Variable) GetMimeType added in v0.5.9

func (x *Variable) GetMimeType() string

func (*Variable) GetName

func (x *Variable) GetName() string

func (*Variable) GetSize

func (x *Variable) GetSize() int64

func (*Variable) GetUpdatedAt

func (x *Variable) GetUpdatedAt() *timestamp.Timestamp

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) ProtoReflect

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

func (*Variable) Reset

func (x *Variable) Reset()

func (*Variable) String

func (x *Variable) String() string

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 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,8,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.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) GetMimeType added in v0.5.9

func (x *VariableInternalResponse) GetMimeType() string

func (*VariableInternalResponse) GetTotalSize

func (x *VariableInternalResponse) GetTotalSize() int64

func (*VariableInternalResponse) GetUpdatedAt

func (x *VariableInternalResponse) GetUpdatedAt() *timestamp.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) Descriptor() ([]byte, []int)

Deprecated: Use Variables.ProtoReflect.Descriptor instead.

func (*Variables) GetEdges

func (x *Variables) GetEdges() []*VariableEdge

func (*Variables) GetPageInfo

func (x *Variables) GetPageInfo() *PageInfo

func (*Variables) GetTotalCount

func (x *Variables) GetTotalCount() int32

func (*Variables) ProtoMessage

func (*Variables) ProtoMessage()

func (*Variables) ProtoReflect

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

func (*Variables) Reset

func (x *Variables) Reset()

func (*Variables) String

func (x *Variables) String() string

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 *timestamp.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() *timestamp.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 *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.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"`
	MimeType  string               `protobuf:"bytes,9,opt,name=mimeType,proto3" json:"mimeType,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() *timestamp.Timestamp

func (*WorkflowVariableResponse) GetData

func (x *WorkflowVariableResponse) GetData() []byte

func (*WorkflowVariableResponse) GetKey

func (x *WorkflowVariableResponse) GetKey() string

func (*WorkflowVariableResponse) GetMimeType added in v0.5.9

func (x *WorkflowVariableResponse) GetMimeType() 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() *timestamp.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 (*WorkflowVariablesResponse) Reset

func (x *WorkflowVariablesResponse) Reset()

func (*WorkflowVariablesResponse) String

func (x *WorkflowVariablesResponse) String() string

Jump to

Keyboard shortcuts

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