gen

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package gen is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_config_proto protoreflect.FileDescriptor
View Source
var File_cron_workflow_proto protoreflect.FileDescriptor
View Source
var File_files_proto protoreflect.FileDescriptor
View Source
var File_inference_service_proto protoreflect.FileDescriptor
View Source
var File_label_proto protoreflect.FileDescriptor
View Source
var File_metric_proto protoreflect.FileDescriptor
View Source
var File_namespace_proto protoreflect.FileDescriptor
View Source
var File_secret_proto protoreflect.FileDescriptor
View Source
var File_services_proto protoreflect.FileDescriptor
View Source
var File_workflow_proto protoreflect.FileDescriptor
View Source
var File_workflow_template_proto protoreflect.FileDescriptor
View Source
var File_workspace_proto protoreflect.FileDescriptor
View Source
var File_workspace_template_proto protoreflect.FileDescriptor

Functions

func RegisterAuthServiceHandler

func RegisterAuthServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAuthServiceHandlerClient

func RegisterAuthServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthServiceClient) error

RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AuthServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AuthServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AuthServiceClient" to call the correct interceptors.

func RegisterAuthServiceHandlerFromEndpoint

func RegisterAuthServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAuthServiceHandlerServer

func RegisterAuthServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServiceServer) error

RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux". UnaryRPC :call AuthServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthServiceHandlerFromEndpoint instead.

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)

func RegisterConfigServiceHandler

func RegisterConfigServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterConfigServiceHandler registers the http handlers for service ConfigService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterConfigServiceHandlerClient

func RegisterConfigServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConfigServiceClient) error

RegisterConfigServiceHandlerClient registers the http handlers for service ConfigService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ConfigServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ConfigServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ConfigServiceClient" to call the correct interceptors.

func RegisterConfigServiceHandlerFromEndpoint

func RegisterConfigServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterConfigServiceHandlerFromEndpoint is same as RegisterConfigServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterConfigServiceHandlerServer

func RegisterConfigServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConfigServiceServer) error

RegisterConfigServiceHandlerServer registers the http handlers for service ConfigService to "mux". UnaryRPC :call ConfigServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterConfigServiceHandlerFromEndpoint instead.

func RegisterConfigServiceServer

func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)

func RegisterCronWorkflowServiceHandler

func RegisterCronWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCronWorkflowServiceHandler registers the http handlers for service CronWorkflowService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCronWorkflowServiceHandlerClient

func RegisterCronWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CronWorkflowServiceClient) error

RegisterCronWorkflowServiceHandlerClient registers the http handlers for service CronWorkflowService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CronWorkflowServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CronWorkflowServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CronWorkflowServiceClient" to call the correct interceptors.

func RegisterCronWorkflowServiceHandlerFromEndpoint

func RegisterCronWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCronWorkflowServiceHandlerFromEndpoint is same as RegisterCronWorkflowServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCronWorkflowServiceHandlerServer

func RegisterCronWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CronWorkflowServiceServer) error

RegisterCronWorkflowServiceHandlerServer registers the http handlers for service CronWorkflowService to "mux". UnaryRPC :call CronWorkflowServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCronWorkflowServiceHandlerFromEndpoint instead.

func RegisterCronWorkflowServiceServer

func RegisterCronWorkflowServiceServer(s grpc.ServiceRegistrar, srv CronWorkflowServiceServer)

func RegisterFileServiceHandler added in v1.0.0

func RegisterFileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterFileServiceHandler registers the http handlers for service FileService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterFileServiceHandlerClient added in v1.0.0

func RegisterFileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FileServiceClient) error

RegisterFileServiceHandlerClient registers the http handlers for service FileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "FileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "FileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "FileServiceClient" to call the correct interceptors.

func RegisterFileServiceHandlerFromEndpoint added in v1.0.0

func RegisterFileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterFileServiceHandlerFromEndpoint is same as RegisterFileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterFileServiceHandlerServer added in v1.0.0

func RegisterFileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server FileServiceServer) error

RegisterFileServiceHandlerServer registers the http handlers for service FileService to "mux". UnaryRPC :call FileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterFileServiceHandlerFromEndpoint instead.

func RegisterFileServiceServer added in v1.0.0

func RegisterFileServiceServer(s grpc.ServiceRegistrar, srv FileServiceServer)

func RegisterInferenceServiceHandler added in v1.0.0

func RegisterInferenceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterInferenceServiceHandler registers the http handlers for service InferenceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterInferenceServiceHandlerClient added in v1.0.0

func RegisterInferenceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client InferenceServiceClient) error

RegisterInferenceServiceHandlerClient registers the http handlers for service InferenceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "InferenceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "InferenceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "InferenceServiceClient" to call the correct interceptors.

func RegisterInferenceServiceHandlerFromEndpoint added in v1.0.0

func RegisterInferenceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterInferenceServiceHandlerFromEndpoint is same as RegisterInferenceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterInferenceServiceHandlerServer added in v1.0.0

func RegisterInferenceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server InferenceServiceServer) error

RegisterInferenceServiceHandlerServer registers the http handlers for service InferenceService to "mux". UnaryRPC :call InferenceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterInferenceServiceHandlerFromEndpoint instead.

func RegisterInferenceServiceServer added in v1.0.0

func RegisterInferenceServiceServer(s grpc.ServiceRegistrar, srv InferenceServiceServer)

func RegisterLabelServiceHandler

func RegisterLabelServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterLabelServiceHandler registers the http handlers for service LabelService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterLabelServiceHandlerClient

func RegisterLabelServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LabelServiceClient) error

RegisterLabelServiceHandlerClient registers the http handlers for service LabelService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LabelServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LabelServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LabelServiceClient" to call the correct interceptors.

func RegisterLabelServiceHandlerFromEndpoint

func RegisterLabelServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterLabelServiceHandlerFromEndpoint is same as RegisterLabelServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterLabelServiceHandlerServer

func RegisterLabelServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LabelServiceServer) error

RegisterLabelServiceHandlerServer registers the http handlers for service LabelService to "mux". UnaryRPC :call LabelServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLabelServiceHandlerFromEndpoint instead.

func RegisterLabelServiceServer

func RegisterLabelServiceServer(s grpc.ServiceRegistrar, srv LabelServiceServer)

func RegisterNamespaceServiceHandler

func RegisterNamespaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNamespaceServiceHandler registers the http handlers for service NamespaceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNamespaceServiceHandlerClient

func RegisterNamespaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NamespaceServiceClient) error

RegisterNamespaceServiceHandlerClient registers the http handlers for service NamespaceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NamespaceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NamespaceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NamespaceServiceClient" to call the correct interceptors.

func RegisterNamespaceServiceHandlerFromEndpoint

func RegisterNamespaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNamespaceServiceHandlerFromEndpoint is same as RegisterNamespaceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNamespaceServiceHandlerServer

func RegisterNamespaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NamespaceServiceServer) error

RegisterNamespaceServiceHandlerServer registers the http handlers for service NamespaceService to "mux". UnaryRPC :call NamespaceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNamespaceServiceHandlerFromEndpoint instead.

func RegisterNamespaceServiceServer

func RegisterNamespaceServiceServer(s grpc.ServiceRegistrar, srv NamespaceServiceServer)

func RegisterSecretServiceHandler

func RegisterSecretServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSecretServiceHandler registers the http handlers for service SecretService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSecretServiceHandlerClient

func RegisterSecretServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecretServiceClient) error

RegisterSecretServiceHandlerClient registers the http handlers for service SecretService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SecretServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SecretServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SecretServiceClient" to call the correct interceptors.

func RegisterSecretServiceHandlerFromEndpoint

func RegisterSecretServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSecretServiceHandlerFromEndpoint is same as RegisterSecretServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSecretServiceHandlerServer

func RegisterSecretServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretServiceServer) error

RegisterSecretServiceHandlerServer registers the http handlers for service SecretService to "mux". UnaryRPC :call SecretServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSecretServiceHandlerFromEndpoint instead.

func RegisterSecretServiceServer

func RegisterSecretServiceServer(s grpc.ServiceRegistrar, srv SecretServiceServer)

func RegisterServiceServiceHandler

func RegisterServiceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterServiceServiceHandler registers the http handlers for service ServiceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterServiceServiceHandlerClient

func RegisterServiceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceServiceClient) error

RegisterServiceServiceHandlerClient registers the http handlers for service ServiceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ServiceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ServiceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ServiceServiceClient" to call the correct interceptors.

func RegisterServiceServiceHandlerFromEndpoint

func RegisterServiceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterServiceServiceHandlerFromEndpoint is same as RegisterServiceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterServiceServiceHandlerServer

func RegisterServiceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServiceServer) error

RegisterServiceServiceHandlerServer registers the http handlers for service ServiceService to "mux". UnaryRPC :call ServiceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterServiceServiceHandlerFromEndpoint instead.

func RegisterServiceServiceServer

func RegisterServiceServiceServer(s grpc.ServiceRegistrar, srv ServiceServiceServer)

func RegisterWorkflowServiceHandler

func RegisterWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkflowServiceHandler registers the http handlers for service WorkflowService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkflowServiceHandlerClient

func RegisterWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowServiceClient) error

RegisterWorkflowServiceHandlerClient registers the http handlers for service WorkflowService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkflowServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkflowServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkflowServiceClient" to call the correct interceptors.

func RegisterWorkflowServiceHandlerFromEndpoint

func RegisterWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkflowServiceHandlerFromEndpoint is same as RegisterWorkflowServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkflowServiceHandlerServer

func RegisterWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowServiceServer) error

RegisterWorkflowServiceHandlerServer registers the http handlers for service WorkflowService to "mux". UnaryRPC :call WorkflowServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWorkflowServiceHandlerFromEndpoint instead.

func RegisterWorkflowServiceServer

func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer)

func RegisterWorkflowTemplateServiceHandler

func RegisterWorkflowTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkflowTemplateServiceHandler registers the http handlers for service WorkflowTemplateService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkflowTemplateServiceHandlerClient

func RegisterWorkflowTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowTemplateServiceClient) error

RegisterWorkflowTemplateServiceHandlerClient registers the http handlers for service WorkflowTemplateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkflowTemplateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkflowTemplateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkflowTemplateServiceClient" to call the correct interceptors.

func RegisterWorkflowTemplateServiceHandlerFromEndpoint

func RegisterWorkflowTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkflowTemplateServiceHandlerFromEndpoint is same as RegisterWorkflowTemplateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkflowTemplateServiceHandlerServer

func RegisterWorkflowTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowTemplateServiceServer) error

RegisterWorkflowTemplateServiceHandlerServer registers the http handlers for service WorkflowTemplateService to "mux". UnaryRPC :call WorkflowTemplateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWorkflowTemplateServiceHandlerFromEndpoint instead.

func RegisterWorkflowTemplateServiceServer

func RegisterWorkflowTemplateServiceServer(s grpc.ServiceRegistrar, srv WorkflowTemplateServiceServer)

func RegisterWorkspaceServiceHandler

func RegisterWorkspaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkspaceServiceHandler registers the http handlers for service WorkspaceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkspaceServiceHandlerClient

func RegisterWorkspaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkspaceServiceClient) error

RegisterWorkspaceServiceHandlerClient registers the http handlers for service WorkspaceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkspaceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkspaceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkspaceServiceClient" to call the correct interceptors.

func RegisterWorkspaceServiceHandlerFromEndpoint

func RegisterWorkspaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkspaceServiceHandlerFromEndpoint is same as RegisterWorkspaceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkspaceServiceHandlerServer

func RegisterWorkspaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkspaceServiceServer) error

RegisterWorkspaceServiceHandlerServer registers the http handlers for service WorkspaceService to "mux". UnaryRPC :call WorkspaceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWorkspaceServiceHandlerFromEndpoint instead.

func RegisterWorkspaceServiceServer

func RegisterWorkspaceServiceServer(s grpc.ServiceRegistrar, srv WorkspaceServiceServer)

func RegisterWorkspaceTemplateServiceHandler

func RegisterWorkspaceTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkspaceTemplateServiceHandler registers the http handlers for service WorkspaceTemplateService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkspaceTemplateServiceHandlerClient

func RegisterWorkspaceTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkspaceTemplateServiceClient) error

RegisterWorkspaceTemplateServiceHandlerClient registers the http handlers for service WorkspaceTemplateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkspaceTemplateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkspaceTemplateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkspaceTemplateServiceClient" to call the correct interceptors.

func RegisterWorkspaceTemplateServiceHandlerFromEndpoint

func RegisterWorkspaceTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkspaceTemplateServiceHandlerFromEndpoint is same as RegisterWorkspaceTemplateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkspaceTemplateServiceHandlerServer

func RegisterWorkspaceTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkspaceTemplateServiceServer) error

RegisterWorkspaceTemplateServiceHandlerServer registers the http handlers for service WorkspaceTemplateService to "mux". UnaryRPC :call WorkspaceTemplateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWorkspaceTemplateServiceHandlerFromEndpoint instead.

func RegisterWorkspaceTemplateServiceServer

func RegisterWorkspaceTemplateServiceServer(s grpc.ServiceRegistrar, srv WorkspaceTemplateServiceServer)

Types

type AddLabelsRequest

type AddLabelsRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string  `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Labels    *Labels `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLabelsRequest) Descriptor deprecated

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

Deprecated: Use AddLabelsRequest.ProtoReflect.Descriptor instead.

func (*AddLabelsRequest) GetLabels

func (x *AddLabelsRequest) GetLabels() *Labels

func (*AddLabelsRequest) GetNamespace

func (x *AddLabelsRequest) GetNamespace() string

func (*AddLabelsRequest) GetResource

func (x *AddLabelsRequest) GetResource() string

func (*AddLabelsRequest) GetUid

func (x *AddLabelsRequest) GetUid() string

func (*AddLabelsRequest) ProtoMessage

func (*AddLabelsRequest) ProtoMessage()

func (*AddLabelsRequest) ProtoReflect

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

func (*AddLabelsRequest) Reset

func (x *AddLabelsRequest) Reset()

func (*AddLabelsRequest) String

func (x *AddLabelsRequest) String() string

type AddSecretKeyValueRequest

type AddSecretKeyValueRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecretKeyValueRequest) Descriptor deprecated

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

Deprecated: Use AddSecretKeyValueRequest.ProtoReflect.Descriptor instead.

func (*AddSecretKeyValueRequest) GetNamespace

func (x *AddSecretKeyValueRequest) GetNamespace() string

func (*AddSecretKeyValueRequest) GetSecret

func (x *AddSecretKeyValueRequest) GetSecret() *Secret

func (*AddSecretKeyValueRequest) ProtoMessage

func (*AddSecretKeyValueRequest) ProtoMessage()

func (*AddSecretKeyValueRequest) ProtoReflect

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

func (*AddSecretKeyValueRequest) Reset

func (x *AddSecretKeyValueRequest) Reset()

func (*AddSecretKeyValueRequest) String

func (x *AddSecretKeyValueRequest) String() string

type AddSecretKeyValueResponse

type AddSecretKeyValueResponse struct {
	Inserted bool `protobuf:"varint,1,opt,name=inserted,proto3" json:"inserted,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecretKeyValueResponse) Descriptor deprecated

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

Deprecated: Use AddSecretKeyValueResponse.ProtoReflect.Descriptor instead.

func (*AddSecretKeyValueResponse) GetInserted

func (x *AddSecretKeyValueResponse) GetInserted() bool

func (*AddSecretKeyValueResponse) ProtoMessage

func (*AddSecretKeyValueResponse) ProtoMessage()

func (*AddSecretKeyValueResponse) ProtoReflect

func (*AddSecretKeyValueResponse) Reset

func (x *AddSecretKeyValueResponse) Reset()

func (*AddSecretKeyValueResponse) String

func (x *AddSecretKeyValueResponse) String() string

type AddWorkflowExecutionMetricRequest

type AddWorkflowExecutionMetricRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string  `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Metric    *Metric `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWorkflowExecutionMetricRequest) Descriptor deprecated

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

Deprecated: Use AddWorkflowExecutionMetricRequest.ProtoReflect.Descriptor instead.

func (*AddWorkflowExecutionMetricRequest) GetMetric

func (x *AddWorkflowExecutionMetricRequest) GetMetric() *Metric

func (*AddWorkflowExecutionMetricRequest) GetNamespace

func (x *AddWorkflowExecutionMetricRequest) GetNamespace() string

func (*AddWorkflowExecutionMetricRequest) GetUid

func (*AddWorkflowExecutionMetricRequest) ProtoMessage

func (*AddWorkflowExecutionMetricRequest) ProtoMessage()

func (*AddWorkflowExecutionMetricRequest) ProtoReflect

func (*AddWorkflowExecutionMetricRequest) Reset

func (*AddWorkflowExecutionMetricRequest) String

type AddWorkflowExecutionStatisticRequest

type AddWorkflowExecutionStatisticRequest struct {
	Namespace  string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid        string      `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Statistics *Statistics `protobuf:"bytes,3,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWorkflowExecutionStatisticRequest) Descriptor deprecated

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

Deprecated: Use AddWorkflowExecutionStatisticRequest.ProtoReflect.Descriptor instead.

func (*AddWorkflowExecutionStatisticRequest) GetNamespace

func (x *AddWorkflowExecutionStatisticRequest) GetNamespace() string

func (*AddWorkflowExecutionStatisticRequest) GetStatistics

func (*AddWorkflowExecutionStatisticRequest) GetUid

func (*AddWorkflowExecutionStatisticRequest) ProtoMessage

func (*AddWorkflowExecutionStatisticRequest) ProtoMessage()

func (*AddWorkflowExecutionStatisticRequest) ProtoReflect

func (*AddWorkflowExecutionStatisticRequest) Reset

func (*AddWorkflowExecutionStatisticRequest) String

type AddWorkflowExecutionsMetricsRequest

type AddWorkflowExecutionsMetricsRequest struct {
	Namespace string    `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string    `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Override  bool      `protobuf:"varint,3,opt,name=override,proto3" json:"override,omitempty"`
	Metrics   []*Metric `protobuf:"bytes,4,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWorkflowExecutionsMetricsRequest) Descriptor deprecated

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

Deprecated: Use AddWorkflowExecutionsMetricsRequest.ProtoReflect.Descriptor instead.

func (*AddWorkflowExecutionsMetricsRequest) GetMetrics

func (x *AddWorkflowExecutionsMetricsRequest) GetMetrics() []*Metric

func (*AddWorkflowExecutionsMetricsRequest) GetNamespace

func (x *AddWorkflowExecutionsMetricsRequest) GetNamespace() string

func (*AddWorkflowExecutionsMetricsRequest) GetOverride

func (x *AddWorkflowExecutionsMetricsRequest) GetOverride() bool

func (*AddWorkflowExecutionsMetricsRequest) GetUid

func (*AddWorkflowExecutionsMetricsRequest) ProtoMessage

func (*AddWorkflowExecutionsMetricsRequest) ProtoMessage()

func (*AddWorkflowExecutionsMetricsRequest) ProtoReflect

func (*AddWorkflowExecutionsMetricsRequest) Reset

func (*AddWorkflowExecutionsMetricsRequest) String

type ArchiveWorkflowTemplateRequest

type ArchiveWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkflowTemplateRequest) Descriptor deprecated

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

Deprecated: Use ArchiveWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*ArchiveWorkflowTemplateRequest) GetNamespace

func (x *ArchiveWorkflowTemplateRequest) GetNamespace() string

func (*ArchiveWorkflowTemplateRequest) GetUid

func (*ArchiveWorkflowTemplateRequest) ProtoMessage

func (*ArchiveWorkflowTemplateRequest) ProtoMessage()

func (*ArchiveWorkflowTemplateRequest) ProtoReflect

func (*ArchiveWorkflowTemplateRequest) Reset

func (x *ArchiveWorkflowTemplateRequest) Reset()

func (*ArchiveWorkflowTemplateRequest) String

type ArchiveWorkflowTemplateResponse

type ArchiveWorkflowTemplateResponse struct {
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,1,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkflowTemplateResponse) Descriptor deprecated

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

Deprecated: Use ArchiveWorkflowTemplateResponse.ProtoReflect.Descriptor instead.

func (*ArchiveWorkflowTemplateResponse) GetWorkflowTemplate

func (x *ArchiveWorkflowTemplateResponse) GetWorkflowTemplate() *WorkflowTemplate

func (*ArchiveWorkflowTemplateResponse) ProtoMessage

func (*ArchiveWorkflowTemplateResponse) ProtoMessage()

func (*ArchiveWorkflowTemplateResponse) ProtoReflect

func (*ArchiveWorkflowTemplateResponse) Reset

func (*ArchiveWorkflowTemplateResponse) String

type ArchiveWorkspaceTemplateRequest

type ArchiveWorkspaceTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkspaceTemplateRequest) Descriptor deprecated

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

Deprecated: Use ArchiveWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*ArchiveWorkspaceTemplateRequest) GetNamespace

func (x *ArchiveWorkspaceTemplateRequest) GetNamespace() string

func (*ArchiveWorkspaceTemplateRequest) GetUid

func (*ArchiveWorkspaceTemplateRequest) ProtoMessage

func (*ArchiveWorkspaceTemplateRequest) ProtoMessage()

func (*ArchiveWorkspaceTemplateRequest) ProtoReflect

func (*ArchiveWorkspaceTemplateRequest) Reset

func (*ArchiveWorkspaceTemplateRequest) String

type AuthServiceClient

type AuthServiceClient interface {
	// Deprecated: Do not use.
	IsValidToken(ctx context.Context, in *IsValidTokenRequest, opts ...grpc.CallOption) (*IsValidTokenResponse, error)
	GetAccessToken(ctx context.Context, in *GetAccessTokenRequest, opts ...grpc.CallOption) (*GetAccessTokenResponse, error)
	IsAuthorized(ctx context.Context, in *IsAuthorizedRequest, opts ...grpc.CallOption) (*IsAuthorizedResponse, error)
}

AuthServiceClient is the client API for AuthService 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.

type AuthServiceServer

type AuthServiceServer interface {
	// Deprecated: Do not use.
	IsValidToken(context.Context, *IsValidTokenRequest) (*IsValidTokenResponse, error)
	GetAccessToken(context.Context, *GetAccessTokenRequest) (*GetAccessTokenResponse, error)
	IsAuthorized(context.Context, *IsAuthorizedRequest) (*IsAuthorizedResponse, error)
	// contains filtered or unexported methods
}

AuthServiceServer is the server API for AuthService service. All implementations must embed UnimplementedAuthServiceServer for forward compatibility

type CloneWorkflowExecutionRequest

type CloneWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use CloneWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*CloneWorkflowExecutionRequest) GetNamespace

func (x *CloneWorkflowExecutionRequest) GetNamespace() string

func (*CloneWorkflowExecutionRequest) GetUid

func (*CloneWorkflowExecutionRequest) ProtoMessage

func (*CloneWorkflowExecutionRequest) ProtoMessage()

func (*CloneWorkflowExecutionRequest) ProtoReflect

func (*CloneWorkflowExecutionRequest) Reset

func (x *CloneWorkflowExecutionRequest) Reset()

func (*CloneWorkflowExecutionRequest) String

type CloneWorkflowTemplateRequest

type CloneWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Version   int64  `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneWorkflowTemplateRequest) Descriptor deprecated

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

Deprecated: Use CloneWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*CloneWorkflowTemplateRequest) GetName

func (x *CloneWorkflowTemplateRequest) GetName() string

func (*CloneWorkflowTemplateRequest) GetNamespace

func (x *CloneWorkflowTemplateRequest) GetNamespace() string

func (*CloneWorkflowTemplateRequest) GetUid

func (*CloneWorkflowTemplateRequest) GetVersion

func (x *CloneWorkflowTemplateRequest) GetVersion() int64

func (*CloneWorkflowTemplateRequest) ProtoMessage

func (*CloneWorkflowTemplateRequest) ProtoMessage()

func (*CloneWorkflowTemplateRequest) ProtoReflect

func (*CloneWorkflowTemplateRequest) Reset

func (x *CloneWorkflowTemplateRequest) Reset()

func (*CloneWorkflowTemplateRequest) String

type ConfigServiceClient

type ConfigServiceClient interface {
	GetConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetConfigResponse, error)
	GetNamespaceConfig(ctx context.Context, in *GetNamespaceConfigRequest, opts ...grpc.CallOption) (*GetNamespaceConfigResponse, error)
}

ConfigServiceClient is the client API for ConfigService 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.

type ConfigServiceServer

type ConfigServiceServer interface {
	GetConfig(context.Context, *emptypb.Empty) (*GetConfigResponse, error)
	GetNamespaceConfig(context.Context, *GetNamespaceConfigRequest) (*GetNamespaceConfigResponse, error)
	// contains filtered or unexported methods
}

ConfigServiceServer is the server API for ConfigService service. All implementations must embed UnimplementedConfigServiceServer for forward compatibility

type Container added in v1.0.0

type Container struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Env   []*Env `protobuf:"bytes,3,rep,name=env,proto3" json:"env,omitempty"`
	// contains filtered or unexported fields
}

func (*Container) Descriptor deprecated added in v1.0.0

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

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetEnv added in v1.0.0

func (x *Container) GetEnv() []*Env

func (*Container) GetImage added in v1.0.0

func (x *Container) GetImage() string

func (*Container) GetName added in v1.0.0

func (x *Container) GetName() string

func (*Container) ProtoMessage added in v1.0.0

func (*Container) ProtoMessage()

func (*Container) ProtoReflect added in v1.0.0

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

func (*Container) Reset added in v1.0.0

func (x *Container) Reset()

func (*Container) String added in v1.0.0

func (x *Container) String() string

type CreateCronWorkflowRequest

type CreateCronWorkflowRequest struct {
	Namespace    string        `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	CronWorkflow *CronWorkflow `protobuf:"bytes,2,opt,name=cronWorkflow,proto3" json:"cronWorkflow,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCronWorkflowRequest) Descriptor deprecated

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

Deprecated: Use CreateCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*CreateCronWorkflowRequest) GetCronWorkflow

func (x *CreateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow

func (*CreateCronWorkflowRequest) GetNamespace

func (x *CreateCronWorkflowRequest) GetNamespace() string

func (*CreateCronWorkflowRequest) ProtoMessage

func (*CreateCronWorkflowRequest) ProtoMessage()

func (*CreateCronWorkflowRequest) ProtoReflect

func (*CreateCronWorkflowRequest) Reset

func (x *CreateCronWorkflowRequest) Reset()

func (*CreateCronWorkflowRequest) String

func (x *CreateCronWorkflowRequest) String() string

type CreateInferenceServiceRequest added in v1.0.0

type CreateInferenceServiceRequest struct {
	Namespace               string                       `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name                    string                       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	DefaultTransformerImage string                       `protobuf:"bytes,3,opt,name=defaultTransformerImage,proto3" json:"defaultTransformerImage,omitempty"`
	Predictor               *InferenceServicePredictor   `protobuf:"bytes,4,opt,name=predictor,proto3" json:"predictor,omitempty"`
	Transformer             *InferenceServiceTransformer `protobuf:"bytes,5,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInferenceServiceRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use CreateInferenceServiceRequest.ProtoReflect.Descriptor instead.

func (*CreateInferenceServiceRequest) GetDefaultTransformerImage added in v1.0.0

func (x *CreateInferenceServiceRequest) GetDefaultTransformerImage() string

func (*CreateInferenceServiceRequest) GetName added in v1.0.0

func (*CreateInferenceServiceRequest) GetNamespace added in v1.0.0

func (x *CreateInferenceServiceRequest) GetNamespace() string

func (*CreateInferenceServiceRequest) GetPredictor added in v1.0.0

func (*CreateInferenceServiceRequest) GetTransformer added in v1.0.0

func (*CreateInferenceServiceRequest) ProtoMessage added in v1.0.0

func (*CreateInferenceServiceRequest) ProtoMessage()

func (*CreateInferenceServiceRequest) ProtoReflect added in v1.0.0

func (*CreateInferenceServiceRequest) Reset added in v1.0.0

func (x *CreateInferenceServiceRequest) Reset()

func (*CreateInferenceServiceRequest) String added in v1.0.0

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceRequest) Descriptor deprecated

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

Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequest) GetNamespace

func (x *CreateNamespaceRequest) GetNamespace() *Namespace

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 CreateSecretRequest

type CreateSecretRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSecretRequest) Descriptor deprecated

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

Deprecated: Use CreateSecretRequest.ProtoReflect.Descriptor instead.

func (*CreateSecretRequest) GetNamespace

func (x *CreateSecretRequest) GetNamespace() string

func (*CreateSecretRequest) GetSecret

func (x *CreateSecretRequest) GetSecret() *Secret

func (*CreateSecretRequest) ProtoMessage

func (*CreateSecretRequest) ProtoMessage()

func (*CreateSecretRequest) ProtoReflect

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

func (*CreateSecretRequest) Reset

func (x *CreateSecretRequest) Reset()

func (*CreateSecretRequest) String

func (x *CreateSecretRequest) String() string

type CreateWorkflowExecutionBody

type CreateWorkflowExecutionBody struct {
	WorkflowTemplateUid     string       `protobuf:"bytes,2,opt,name=workflowTemplateUid,proto3" json:"workflowTemplateUid,omitempty"`
	WorkflowTemplateVersion int64        `protobuf:"varint,3,opt,name=workflowTemplateVersion,proto3" json:"workflowTemplateVersion,omitempty"`
	Parameters              []*Parameter `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels                  []*KeyValue  `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowExecutionBody) Descriptor deprecated

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

Deprecated: Use CreateWorkflowExecutionBody.ProtoReflect.Descriptor instead.

func (*CreateWorkflowExecutionBody) GetLabels

func (x *CreateWorkflowExecutionBody) GetLabels() []*KeyValue

func (*CreateWorkflowExecutionBody) GetParameters

func (x *CreateWorkflowExecutionBody) GetParameters() []*Parameter

func (*CreateWorkflowExecutionBody) GetWorkflowTemplateUid

func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateUid() string

func (*CreateWorkflowExecutionBody) GetWorkflowTemplateVersion

func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateVersion() int64

func (*CreateWorkflowExecutionBody) ProtoMessage

func (*CreateWorkflowExecutionBody) ProtoMessage()

func (*CreateWorkflowExecutionBody) ProtoReflect

func (*CreateWorkflowExecutionBody) Reset

func (x *CreateWorkflowExecutionBody) Reset()

func (*CreateWorkflowExecutionBody) String

func (x *CreateWorkflowExecutionBody) String() string

type CreateWorkflowExecutionRequest

type CreateWorkflowExecutionRequest struct {
	Namespace string                       `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Body      *CreateWorkflowExecutionBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use CreateWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkflowExecutionRequest) GetBody

func (*CreateWorkflowExecutionRequest) GetNamespace

func (x *CreateWorkflowExecutionRequest) GetNamespace() string

func (*CreateWorkflowExecutionRequest) ProtoMessage

func (*CreateWorkflowExecutionRequest) ProtoMessage()

func (*CreateWorkflowExecutionRequest) ProtoReflect

func (*CreateWorkflowExecutionRequest) Reset

func (x *CreateWorkflowExecutionRequest) Reset()

func (*CreateWorkflowExecutionRequest) String

type CreateWorkflowTemplateRequest

type CreateWorkflowTemplateRequest struct {
	Namespace        string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,2,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowTemplateRequest) Descriptor deprecated

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

Deprecated: Use CreateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkflowTemplateRequest) GetNamespace

func (x *CreateWorkflowTemplateRequest) GetNamespace() string

func (*CreateWorkflowTemplateRequest) GetWorkflowTemplate

func (x *CreateWorkflowTemplateRequest) GetWorkflowTemplate() *WorkflowTemplate

func (*CreateWorkflowTemplateRequest) ProtoMessage

func (*CreateWorkflowTemplateRequest) ProtoMessage()

func (*CreateWorkflowTemplateRequest) ProtoReflect

func (*CreateWorkflowTemplateRequest) Reset

func (x *CreateWorkflowTemplateRequest) Reset()

func (*CreateWorkflowTemplateRequest) String

type CreateWorkspaceBody

type CreateWorkspaceBody struct {
	WorkspaceTemplateUid     string       `protobuf:"bytes,1,opt,name=workspaceTemplateUid,proto3" json:"workspaceTemplateUid,omitempty"`
	WorkspaceTemplateVersion int64        `protobuf:"varint,2,opt,name=workspaceTemplateVersion,proto3" json:"workspaceTemplateVersion,omitempty"`
	Parameters               []*Parameter `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels                   []*KeyValue  `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	CaptureNode              bool         `protobuf:"varint,5,opt,name=captureNode,proto3" json:"captureNode,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceBody) Descriptor deprecated

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

Deprecated: Use CreateWorkspaceBody.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceBody) GetCaptureNode added in v1.0.0

func (x *CreateWorkspaceBody) GetCaptureNode() bool

func (*CreateWorkspaceBody) GetLabels

func (x *CreateWorkspaceBody) GetLabels() []*KeyValue

func (*CreateWorkspaceBody) GetParameters

func (x *CreateWorkspaceBody) GetParameters() []*Parameter

func (*CreateWorkspaceBody) GetWorkspaceTemplateUid

func (x *CreateWorkspaceBody) GetWorkspaceTemplateUid() string

func (*CreateWorkspaceBody) GetWorkspaceTemplateVersion

func (x *CreateWorkspaceBody) GetWorkspaceTemplateVersion() int64

func (*CreateWorkspaceBody) ProtoMessage

func (*CreateWorkspaceBody) ProtoMessage()

func (*CreateWorkspaceBody) ProtoReflect

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

func (*CreateWorkspaceBody) Reset

func (x *CreateWorkspaceBody) Reset()

func (*CreateWorkspaceBody) String

func (x *CreateWorkspaceBody) String() string

type CreateWorkspaceRequest

type CreateWorkspaceRequest struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Body      *CreateWorkspaceBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use CreateWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceRequest) GetBody

func (*CreateWorkspaceRequest) GetNamespace

func (x *CreateWorkspaceRequest) GetNamespace() string

func (*CreateWorkspaceRequest) ProtoMessage

func (*CreateWorkspaceRequest) ProtoMessage()

func (*CreateWorkspaceRequest) ProtoReflect

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

func (*CreateWorkspaceRequest) Reset

func (x *CreateWorkspaceRequest) Reset()

func (*CreateWorkspaceRequest) String

func (x *CreateWorkspaceRequest) String() string

type CreateWorkspaceTemplateRequest

type CreateWorkspaceTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,2,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceTemplateRequest) Descriptor deprecated

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

Deprecated: Use CreateWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceTemplateRequest) GetNamespace

func (x *CreateWorkspaceTemplateRequest) GetNamespace() string

func (*CreateWorkspaceTemplateRequest) GetWorkspaceTemplate

func (x *CreateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate

func (*CreateWorkspaceTemplateRequest) ProtoMessage

func (*CreateWorkspaceTemplateRequest) ProtoMessage()

func (*CreateWorkspaceTemplateRequest) ProtoReflect

func (*CreateWorkspaceTemplateRequest) Reset

func (x *CreateWorkspaceTemplateRequest) Reset()

func (*CreateWorkspaceTemplateRequest) String

type CronStartWorkflowExecutionStatisticRequest

type CronStartWorkflowExecutionStatisticRequest struct {
	Namespace  string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid        string      `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Statistics *Statistics `protobuf:"bytes,3,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*CronStartWorkflowExecutionStatisticRequest) Descriptor deprecated

Deprecated: Use CronStartWorkflowExecutionStatisticRequest.ProtoReflect.Descriptor instead.

func (*CronStartWorkflowExecutionStatisticRequest) GetNamespace

func (*CronStartWorkflowExecutionStatisticRequest) GetStatistics

func (*CronStartWorkflowExecutionStatisticRequest) GetUid

func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage

func (*CronStartWorkflowExecutionStatisticRequest) ProtoReflect

func (*CronStartWorkflowExecutionStatisticRequest) Reset

func (*CronStartWorkflowExecutionStatisticRequest) String

type CronWorkflow

type CronWorkflow struct {
	Name              string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Manifest          string             `protobuf:"bytes,3,opt,name=manifest,proto3" json:"manifest,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	Labels            []*KeyValue        `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	Namespace         string             `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CronWorkflow) Descriptor deprecated

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

Deprecated: Use CronWorkflow.ProtoReflect.Descriptor instead.

func (*CronWorkflow) GetLabels

func (x *CronWorkflow) GetLabels() []*KeyValue

func (*CronWorkflow) GetManifest

func (x *CronWorkflow) GetManifest() string

func (*CronWorkflow) GetName

func (x *CronWorkflow) GetName() string

func (*CronWorkflow) GetNamespace

func (x *CronWorkflow) GetNamespace() string

func (*CronWorkflow) GetUid

func (x *CronWorkflow) GetUid() string

func (*CronWorkflow) GetWorkflowExecution

func (x *CronWorkflow) GetWorkflowExecution() *WorkflowExecution

func (*CronWorkflow) ProtoMessage

func (*CronWorkflow) ProtoMessage()

func (*CronWorkflow) ProtoReflect

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

func (*CronWorkflow) Reset

func (x *CronWorkflow) Reset()

func (*CronWorkflow) String

func (x *CronWorkflow) String() string

type CronWorkflowServiceClient

type CronWorkflowServiceClient interface {
	CreateCronWorkflow(ctx context.Context, in *CreateCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	UpdateCronWorkflow(ctx context.Context, in *UpdateCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	GetCronWorkflow(ctx context.Context, in *GetCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	ListCronWorkflows(ctx context.Context, in *ListCronWorkflowRequest, opts ...grpc.CallOption) (*ListCronWorkflowsResponse, error)
	DeleteCronWorkflow(ctx context.Context, in *DeleteCronWorkflowRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

CronWorkflowServiceClient is the client API for CronWorkflowService 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.

type CronWorkflowServiceServer

type CronWorkflowServiceServer interface {
	CreateCronWorkflow(context.Context, *CreateCronWorkflowRequest) (*CronWorkflow, error)
	UpdateCronWorkflow(context.Context, *UpdateCronWorkflowRequest) (*CronWorkflow, error)
	GetCronWorkflow(context.Context, *GetCronWorkflowRequest) (*CronWorkflow, error)
	ListCronWorkflows(context.Context, *ListCronWorkflowRequest) (*ListCronWorkflowsResponse, error)
	DeleteCronWorkflow(context.Context, *DeleteCronWorkflowRequest) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

CronWorkflowServiceServer is the server API for CronWorkflowService service. All implementations must embed UnimplementedCronWorkflowServiceServer for forward compatibility

type CronWorkflowStatisticsReport

type CronWorkflowStatisticsReport struct {
	Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CronWorkflowStatisticsReport) Descriptor deprecated

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

Deprecated: Use CronWorkflowStatisticsReport.ProtoReflect.Descriptor instead.

func (*CronWorkflowStatisticsReport) GetTotal

func (x *CronWorkflowStatisticsReport) GetTotal() int32

func (*CronWorkflowStatisticsReport) ProtoMessage

func (*CronWorkflowStatisticsReport) ProtoMessage()

func (*CronWorkflowStatisticsReport) ProtoReflect

func (*CronWorkflowStatisticsReport) Reset

func (x *CronWorkflowStatisticsReport) Reset()

func (*CronWorkflowStatisticsReport) String

type DeleteCronWorkflowRequest

type DeleteCronWorkflowRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCronWorkflowRequest) Descriptor deprecated

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

Deprecated: Use DeleteCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*DeleteCronWorkflowRequest) GetNamespace

func (x *DeleteCronWorkflowRequest) GetNamespace() string

func (*DeleteCronWorkflowRequest) GetUid

func (x *DeleteCronWorkflowRequest) GetUid() string

func (*DeleteCronWorkflowRequest) ProtoMessage

func (*DeleteCronWorkflowRequest) ProtoMessage()

func (*DeleteCronWorkflowRequest) ProtoReflect

func (*DeleteCronWorkflowRequest) Reset

func (x *DeleteCronWorkflowRequest) Reset()

func (*DeleteCronWorkflowRequest) String

func (x *DeleteCronWorkflowRequest) String() string

type DeleteLabelRequest

type DeleteLabelRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Key       string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLabelRequest) Descriptor deprecated

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

Deprecated: Use DeleteLabelRequest.ProtoReflect.Descriptor instead.

func (*DeleteLabelRequest) GetKey

func (x *DeleteLabelRequest) GetKey() string

func (*DeleteLabelRequest) GetNamespace

func (x *DeleteLabelRequest) GetNamespace() string

func (*DeleteLabelRequest) GetResource

func (x *DeleteLabelRequest) GetResource() string

func (*DeleteLabelRequest) GetUid

func (x *DeleteLabelRequest) GetUid() string

func (*DeleteLabelRequest) ProtoMessage

func (*DeleteLabelRequest) ProtoMessage()

func (*DeleteLabelRequest) ProtoReflect

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

func (*DeleteLabelRequest) Reset

func (x *DeleteLabelRequest) Reset()

func (*DeleteLabelRequest) String

func (x *DeleteLabelRequest) String() string

type DeleteSecretKeyRequest

type DeleteSecretKeyRequest struct {
	Namespace  string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SecretName string `protobuf:"bytes,2,opt,name=secretName,proto3" json:"secretName,omitempty"`
	Key        string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretKeyRequest) Descriptor deprecated

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

Deprecated: Use DeleteSecretKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteSecretKeyRequest) GetKey

func (x *DeleteSecretKeyRequest) GetKey() string

func (*DeleteSecretKeyRequest) GetNamespace

func (x *DeleteSecretKeyRequest) GetNamespace() string

func (*DeleteSecretKeyRequest) GetSecretName

func (x *DeleteSecretKeyRequest) GetSecretName() string

func (*DeleteSecretKeyRequest) ProtoMessage

func (*DeleteSecretKeyRequest) ProtoMessage()

func (*DeleteSecretKeyRequest) ProtoReflect

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

func (*DeleteSecretKeyRequest) Reset

func (x *DeleteSecretKeyRequest) Reset()

func (*DeleteSecretKeyRequest) String

func (x *DeleteSecretKeyRequest) String() string

type DeleteSecretKeyResponse

type DeleteSecretKeyResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretKeyResponse) Descriptor deprecated

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

Deprecated: Use DeleteSecretKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteSecretKeyResponse) GetDeleted

func (x *DeleteSecretKeyResponse) GetDeleted() bool

func (*DeleteSecretKeyResponse) ProtoMessage

func (*DeleteSecretKeyResponse) ProtoMessage()

func (*DeleteSecretKeyResponse) ProtoReflect

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

func (*DeleteSecretKeyResponse) Reset

func (x *DeleteSecretKeyResponse) Reset()

func (*DeleteSecretKeyResponse) String

func (x *DeleteSecretKeyResponse) String() string

type DeleteSecretRequest

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

func (*DeleteSecretRequest) Descriptor deprecated

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

Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.

func (*DeleteSecretRequest) GetName

func (x *DeleteSecretRequest) GetName() 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 DeleteSecretResponse

type DeleteSecretResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretResponse) Descriptor deprecated

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

Deprecated: Use DeleteSecretResponse.ProtoReflect.Descriptor instead.

func (*DeleteSecretResponse) GetDeleted

func (x *DeleteSecretResponse) GetDeleted() bool

func (*DeleteSecretResponse) ProtoMessage

func (*DeleteSecretResponse) ProtoMessage()

func (*DeleteSecretResponse) ProtoReflect

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

func (*DeleteSecretResponse) Reset

func (x *DeleteSecretResponse) Reset()

func (*DeleteSecretResponse) String

func (x *DeleteSecretResponse) String() string

type DeleteWorkspaceRequest

type DeleteWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use DeleteWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteWorkspaceRequest) GetNamespace

func (x *DeleteWorkspaceRequest) GetNamespace() string

func (*DeleteWorkspaceRequest) GetUid

func (x *DeleteWorkspaceRequest) GetUid() string

func (*DeleteWorkspaceRequest) ProtoMessage

func (*DeleteWorkspaceRequest) ProtoMessage()

func (*DeleteWorkspaceRequest) ProtoReflect

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

func (*DeleteWorkspaceRequest) Reset

func (x *DeleteWorkspaceRequest) Reset()

func (*DeleteWorkspaceRequest) String

func (x *DeleteWorkspaceRequest) String() string

type DeployModelResponse added in v1.0.0

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

func (*DeployModelResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use DeployModelResponse.ProtoReflect.Descriptor instead.

func (*DeployModelResponse) GetStatus added in v1.0.0

func (x *DeployModelResponse) GetStatus() string

func (*DeployModelResponse) ProtoMessage added in v1.0.0

func (*DeployModelResponse) ProtoMessage()

func (*DeployModelResponse) ProtoReflect added in v1.0.0

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

func (*DeployModelResponse) Reset added in v1.0.0

func (x *DeployModelResponse) Reset()

func (*DeployModelResponse) String added in v1.0.0

func (x *DeployModelResponse) String() string

type Env added in v1.0.0

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

func (*Env) Descriptor deprecated added in v1.0.0

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

Deprecated: Use Env.ProtoReflect.Descriptor instead.

func (*Env) GetName added in v1.0.0

func (x *Env) GetName() string

func (*Env) GetValue added in v1.0.0

func (x *Env) GetValue() string

func (*Env) ProtoMessage added in v1.0.0

func (*Env) ProtoMessage()

func (*Env) ProtoReflect added in v1.0.0

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

func (*Env) Reset added in v1.0.0

func (x *Env) Reset()

func (*Env) String added in v1.0.0

func (x *Env) String() string

type File

type File 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"`
	Extension    string `protobuf:"bytes,3,opt,name=extension,proto3" json:"extension,omitempty"`
	Size         int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	ContentType  string `protobuf:"bytes,5,opt,name=contentType,proto3" json:"contentType,omitempty"`
	LastModified string `protobuf:"bytes,6,opt,name=lastModified,proto3" json:"lastModified,omitempty"`
	Directory    bool   `protobuf:"varint,7,opt,name=directory,proto3" json:"directory,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContentType

func (x *File) GetContentType() string

func (*File) GetDirectory

func (x *File) GetDirectory() bool

func (*File) GetExtension

func (x *File) GetExtension() string

func (*File) GetLastModified

func (x *File) GetLastModified() string

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetSize

func (x *File) GetSize() int64

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type FileServiceClient added in v1.0.0

type FileServiceClient interface {
	GetObjectDownloadPresignedURL(ctx context.Context, in *GetObjectPresignedUrlRequest, opts ...grpc.CallOption) (*GetPresignedUrlResponse, error)
	ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (*ListFilesResponse, error)
}

FileServiceClient is the client API for FileService 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 NewFileServiceClient added in v1.0.0

func NewFileServiceClient(cc grpc.ClientConnInterface) FileServiceClient

type FileServiceServer added in v1.0.0

type FileServiceServer interface {
	GetObjectDownloadPresignedURL(context.Context, *GetObjectPresignedUrlRequest) (*GetPresignedUrlResponse, error)
	ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
	// contains filtered or unexported methods
}

FileServiceServer is the server API for FileService service. All implementations must embed UnimplementedFileServiceServer for forward compatibility

type GenerateWorkflowTemplateRequest

type GenerateWorkflowTemplateRequest struct {
	Namespace        string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid              string            `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,3,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateWorkflowTemplateRequest) Descriptor deprecated

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

Deprecated: Use GenerateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*GenerateWorkflowTemplateRequest) GetNamespace

func (x *GenerateWorkflowTemplateRequest) GetNamespace() string

func (*GenerateWorkflowTemplateRequest) GetUid

func (*GenerateWorkflowTemplateRequest) GetWorkflowTemplate

func (x *GenerateWorkflowTemplateRequest) GetWorkflowTemplate() *WorkflowTemplate

func (*GenerateWorkflowTemplateRequest) ProtoMessage

func (*GenerateWorkflowTemplateRequest) ProtoMessage()

func (*GenerateWorkflowTemplateRequest) ProtoReflect

func (*GenerateWorkflowTemplateRequest) Reset

func (*GenerateWorkflowTemplateRequest) String

type GenerateWorkspaceTemplateWorkflowTemplateRequest

type GenerateWorkspaceTemplateWorkflowTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,3,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Descriptor deprecated

Deprecated: Use GenerateWorkspaceTemplateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetNamespace

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetUid

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetWorkspaceTemplate

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoMessage

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoReflect

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Reset

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) String

type GetAccessTokenRequest

type GetAccessTokenRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Token    string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessTokenRequest) Descriptor deprecated

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

Deprecated: Use GetAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*GetAccessTokenRequest) GetToken

func (x *GetAccessTokenRequest) GetToken() string

func (*GetAccessTokenRequest) GetUsername

func (x *GetAccessTokenRequest) GetUsername() string

func (*GetAccessTokenRequest) ProtoMessage

func (*GetAccessTokenRequest) ProtoMessage()

func (*GetAccessTokenRequest) ProtoReflect

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

func (*GetAccessTokenRequest) Reset

func (x *GetAccessTokenRequest) Reset()

func (*GetAccessTokenRequest) String

func (x *GetAccessTokenRequest) String() string

type GetAccessTokenResponse

type GetAccessTokenResponse struct {
	Domain      string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	AccessToken string `protobuf:"bytes,2,opt,name=accessToken,proto3" json:"accessToken,omitempty"`
	Username    string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessTokenResponse) Descriptor deprecated

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

Deprecated: Use GetAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*GetAccessTokenResponse) GetAccessToken

func (x *GetAccessTokenResponse) GetAccessToken() string

func (*GetAccessTokenResponse) GetDomain

func (x *GetAccessTokenResponse) GetDomain() string

func (*GetAccessTokenResponse) GetUsername

func (x *GetAccessTokenResponse) GetUsername() string

func (*GetAccessTokenResponse) ProtoMessage

func (*GetAccessTokenResponse) ProtoMessage()

func (*GetAccessTokenResponse) ProtoReflect

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

func (*GetAccessTokenResponse) Reset

func (x *GetAccessTokenResponse) Reset()

func (*GetAccessTokenResponse) String

func (x *GetAccessTokenResponse) String() string

type GetArtifactRequest

type GetArtifactRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Key       string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArtifactRequest) Descriptor deprecated

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

Deprecated: Use GetArtifactRequest.ProtoReflect.Descriptor instead.

func (*GetArtifactRequest) GetKey

func (x *GetArtifactRequest) GetKey() string

func (*GetArtifactRequest) GetNamespace

func (x *GetArtifactRequest) GetNamespace() string

func (*GetArtifactRequest) GetUid

func (x *GetArtifactRequest) GetUid() string

func (*GetArtifactRequest) ProtoMessage

func (*GetArtifactRequest) ProtoMessage()

func (*GetArtifactRequest) ProtoReflect

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

func (*GetArtifactRequest) Reset

func (x *GetArtifactRequest) Reset()

func (*GetArtifactRequest) String

func (x *GetArtifactRequest) String() string

type GetAvailableLabelsRequest

type GetAvailableLabelsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	KeyLike   string `protobuf:"bytes,3,opt,name=keyLike,proto3" json:"keyLike,omitempty"`
	SkipKeys  string `protobuf:"bytes,4,opt,name=skipKeys,proto3" json:"skipKeys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvailableLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetAvailableLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetAvailableLabelsRequest) GetKeyLike

func (x *GetAvailableLabelsRequest) GetKeyLike() string

func (*GetAvailableLabelsRequest) GetNamespace

func (x *GetAvailableLabelsRequest) GetNamespace() string

func (*GetAvailableLabelsRequest) GetResource

func (x *GetAvailableLabelsRequest) GetResource() string

func (*GetAvailableLabelsRequest) GetSkipKeys

func (x *GetAvailableLabelsRequest) GetSkipKeys() string

func (*GetAvailableLabelsRequest) ProtoMessage

func (*GetAvailableLabelsRequest) ProtoMessage()

func (*GetAvailableLabelsRequest) ProtoReflect

func (*GetAvailableLabelsRequest) Reset

func (x *GetAvailableLabelsRequest) Reset()

func (*GetAvailableLabelsRequest) String

func (x *GetAvailableLabelsRequest) String() string

type GetConfigResponse

type GetConfigResponse struct {
	ApiUrl   string    `protobuf:"bytes,1,opt,name=apiUrl,proto3" json:"apiUrl,omitempty"`
	Domain   string    `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Fqdn     string    `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	NodePool *NodePool `protobuf:"bytes,4,opt,name=nodePool,proto3" json:"nodePool,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigResponse) Descriptor deprecated

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

Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.

func (*GetConfigResponse) GetApiUrl

func (x *GetConfigResponse) GetApiUrl() string

func (*GetConfigResponse) GetDomain

func (x *GetConfigResponse) GetDomain() string

func (*GetConfigResponse) GetFqdn

func (x *GetConfigResponse) GetFqdn() string

func (*GetConfigResponse) GetNodePool

func (x *GetConfigResponse) GetNodePool() *NodePool

func (*GetConfigResponse) ProtoMessage

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) ProtoReflect

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

func (*GetConfigResponse) Reset

func (x *GetConfigResponse) Reset()

func (*GetConfigResponse) String

func (x *GetConfigResponse) String() string

type GetCronWorkflowRequest

type GetCronWorkflowRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCronWorkflowRequest) Descriptor deprecated

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

Deprecated: Use GetCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*GetCronWorkflowRequest) GetNamespace

func (x *GetCronWorkflowRequest) GetNamespace() string

func (*GetCronWorkflowRequest) GetUid

func (x *GetCronWorkflowRequest) GetUid() string

func (*GetCronWorkflowRequest) ProtoMessage

func (*GetCronWorkflowRequest) ProtoMessage()

func (*GetCronWorkflowRequest) ProtoReflect

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

func (*GetCronWorkflowRequest) Reset

func (x *GetCronWorkflowRequest) Reset()

func (*GetCronWorkflowRequest) String

func (x *GetCronWorkflowRequest) String() string

type GetInferenceServiceResponse added in v1.0.0

type GetInferenceServiceResponse struct {
	Ready      bool                         `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
	Conditions []*InferenceServiceCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"`
	PredictUrl string                       `protobuf:"bytes,3,opt,name=predictUrl,proto3" json:"predictUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInferenceServiceResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetInferenceServiceResponse.ProtoReflect.Descriptor instead.

func (*GetInferenceServiceResponse) GetConditions added in v1.0.0

func (*GetInferenceServiceResponse) GetPredictUrl added in v1.0.0

func (x *GetInferenceServiceResponse) GetPredictUrl() string

func (*GetInferenceServiceResponse) GetReady added in v1.0.0

func (x *GetInferenceServiceResponse) GetReady() bool

func (*GetInferenceServiceResponse) ProtoMessage added in v1.0.0

func (*GetInferenceServiceResponse) ProtoMessage()

func (*GetInferenceServiceResponse) ProtoReflect added in v1.0.0

func (*GetInferenceServiceResponse) Reset added in v1.0.0

func (x *GetInferenceServiceResponse) Reset()

func (*GetInferenceServiceResponse) String added in v1.0.0

func (x *GetInferenceServiceResponse) String() string

type GetLabelsRequest

type GetLabelsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetLabelsRequest) GetNamespace

func (x *GetLabelsRequest) GetNamespace() string

func (*GetLabelsRequest) GetResource

func (x *GetLabelsRequest) GetResource() string

func (*GetLabelsRequest) GetUid

func (x *GetLabelsRequest) GetUid() string

func (*GetLabelsRequest) ProtoMessage

func (*GetLabelsRequest) ProtoMessage()

func (*GetLabelsRequest) ProtoReflect

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

func (*GetLabelsRequest) Reset

func (x *GetLabelsRequest) Reset()

func (*GetLabelsRequest) String

func (x *GetLabelsRequest) String() string

type GetLabelsResponse

type GetLabelsResponse struct {
	Labels []*KeyValue `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelsResponse) Descriptor deprecated

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

Deprecated: Use GetLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetLabelsResponse) GetLabels

func (x *GetLabelsResponse) GetLabels() []*KeyValue

func (*GetLabelsResponse) ProtoMessage

func (*GetLabelsResponse) ProtoMessage()

func (*GetLabelsResponse) ProtoReflect

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

func (*GetLabelsResponse) Reset

func (x *GetLabelsResponse) Reset()

func (*GetLabelsResponse) String

func (x *GetLabelsResponse) String() string

type GetNamespaceConfigRequest added in v0.18.0

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

func (*GetNamespaceConfigRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use GetNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigRequest) GetNamespace added in v0.18.0

func (x *GetNamespaceConfigRequest) GetNamespace() string

func (*GetNamespaceConfigRequest) ProtoMessage added in v0.18.0

func (*GetNamespaceConfigRequest) ProtoMessage()

func (*GetNamespaceConfigRequest) ProtoReflect added in v0.18.0

func (*GetNamespaceConfigRequest) Reset added in v0.18.0

func (x *GetNamespaceConfigRequest) Reset()

func (*GetNamespaceConfigRequest) String added in v0.18.0

func (x *GetNamespaceConfigRequest) String() string

type GetNamespaceConfigResponse added in v0.18.0

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

func (*GetNamespaceConfigResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use GetNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigResponse) GetBucket added in v0.18.0

func (x *GetNamespaceConfigResponse) GetBucket() string

func (*GetNamespaceConfigResponse) ProtoMessage added in v0.18.0

func (*GetNamespaceConfigResponse) ProtoMessage()

func (*GetNamespaceConfigResponse) ProtoReflect added in v0.18.0

func (*GetNamespaceConfigResponse) Reset added in v0.18.0

func (x *GetNamespaceConfigResponse) Reset()

func (*GetNamespaceConfigResponse) String added in v0.18.0

func (x *GetNamespaceConfigResponse) String() string

type GetObjectPresignedUrlRequest added in v1.0.0

type GetObjectPresignedUrlRequest 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 (*GetObjectPresignedUrlRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetObjectPresignedUrlRequest.ProtoReflect.Descriptor instead.

func (*GetObjectPresignedUrlRequest) GetKey added in v1.0.0

func (*GetObjectPresignedUrlRequest) GetNamespace added in v1.0.0

func (x *GetObjectPresignedUrlRequest) GetNamespace() string

func (*GetObjectPresignedUrlRequest) ProtoMessage added in v1.0.0

func (*GetObjectPresignedUrlRequest) ProtoMessage()

func (*GetObjectPresignedUrlRequest) ProtoReflect added in v1.0.0

func (*GetObjectPresignedUrlRequest) Reset added in v1.0.0

func (x *GetObjectPresignedUrlRequest) Reset()

func (*GetObjectPresignedUrlRequest) String added in v1.0.0

type GetPresignedUrlResponse added in v1.0.0

type GetPresignedUrlResponse struct {
	Url  string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Size int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPresignedUrlResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetPresignedUrlResponse.ProtoReflect.Descriptor instead.

func (*GetPresignedUrlResponse) GetSize added in v1.0.0

func (x *GetPresignedUrlResponse) GetSize() int64

func (*GetPresignedUrlResponse) GetUrl added in v1.0.0

func (x *GetPresignedUrlResponse) GetUrl() string

func (*GetPresignedUrlResponse) ProtoMessage added in v1.0.0

func (*GetPresignedUrlResponse) ProtoMessage()

func (*GetPresignedUrlResponse) ProtoReflect added in v1.0.0

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

func (*GetPresignedUrlResponse) Reset added in v1.0.0

func (x *GetPresignedUrlResponse) Reset()

func (*GetPresignedUrlResponse) String added in v1.0.0

func (x *GetPresignedUrlResponse) String() string

type GetSecretRequest

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

func (*GetSecretRequest) Descriptor deprecated

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

Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.

func (*GetSecretRequest) GetName

func (x *GetSecretRequest) GetName() string

func (*GetSecretRequest) GetNamespace

func (x *GetSecretRequest) GetNamespace() string

func (*GetSecretRequest) ProtoMessage

func (*GetSecretRequest) ProtoMessage()

func (*GetSecretRequest) ProtoReflect

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

func (*GetSecretRequest) Reset

func (x *GetSecretRequest) Reset()

func (*GetSecretRequest) String

func (x *GetSecretRequest) String() string

type GetServiceRequest

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

func (*GetServiceRequest) Descriptor deprecated

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

Deprecated: Use GetServiceRequest.ProtoReflect.Descriptor instead.

func (*GetServiceRequest) GetName

func (x *GetServiceRequest) GetName() string

func (*GetServiceRequest) GetNamespace

func (x *GetServiceRequest) GetNamespace() string

func (*GetServiceRequest) ProtoMessage

func (*GetServiceRequest) ProtoMessage()

func (*GetServiceRequest) ProtoReflect

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

func (*GetServiceRequest) Reset

func (x *GetServiceRequest) Reset()

func (*GetServiceRequest) String

func (x *GetServiceRequest) String() string

type GetWorkflowExecutionLogsRequest

type GetWorkflowExecutionLogsRequest struct {
	Namespace     string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid           string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	PodName       string `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"`
	ContainerName string `protobuf:"bytes,4,opt,name=containerName,proto3" json:"containerName,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionLogsRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowExecutionLogsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionLogsRequest) GetContainerName

func (x *GetWorkflowExecutionLogsRequest) GetContainerName() string

func (*GetWorkflowExecutionLogsRequest) GetNamespace

func (x *GetWorkflowExecutionLogsRequest) GetNamespace() string

func (*GetWorkflowExecutionLogsRequest) GetPodName

func (x *GetWorkflowExecutionLogsRequest) GetPodName() string

func (*GetWorkflowExecutionLogsRequest) GetUid

func (*GetWorkflowExecutionLogsRequest) ProtoMessage

func (*GetWorkflowExecutionLogsRequest) ProtoMessage()

func (*GetWorkflowExecutionLogsRequest) ProtoReflect

func (*GetWorkflowExecutionLogsRequest) Reset

func (*GetWorkflowExecutionLogsRequest) String

type GetWorkflowExecutionMetricsRequest

type GetWorkflowExecutionMetricsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	PodName   string `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowExecutionMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionMetricsRequest) GetNamespace

func (x *GetWorkflowExecutionMetricsRequest) GetNamespace() string

func (*GetWorkflowExecutionMetricsRequest) GetPodName

func (*GetWorkflowExecutionMetricsRequest) GetUid

func (*GetWorkflowExecutionMetricsRequest) ProtoMessage

func (*GetWorkflowExecutionMetricsRequest) ProtoMessage()

func (*GetWorkflowExecutionMetricsRequest) ProtoReflect

func (*GetWorkflowExecutionMetricsRequest) Reset

func (*GetWorkflowExecutionMetricsRequest) String

type GetWorkflowExecutionMetricsResponse

type GetWorkflowExecutionMetricsResponse struct {
	Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetWorkflowExecutionMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionMetricsResponse) GetMetrics

func (x *GetWorkflowExecutionMetricsResponse) GetMetrics() []*Metric

func (*GetWorkflowExecutionMetricsResponse) ProtoMessage

func (*GetWorkflowExecutionMetricsResponse) ProtoMessage()

func (*GetWorkflowExecutionMetricsResponse) ProtoReflect

func (*GetWorkflowExecutionMetricsResponse) Reset

func (*GetWorkflowExecutionMetricsResponse) String

type GetWorkflowExecutionRequest

type GetWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionRequest) GetNamespace

func (x *GetWorkflowExecutionRequest) GetNamespace() string

func (*GetWorkflowExecutionRequest) GetUid

func (x *GetWorkflowExecutionRequest) GetUid() string

func (*GetWorkflowExecutionRequest) ProtoMessage

func (*GetWorkflowExecutionRequest) ProtoMessage()

func (*GetWorkflowExecutionRequest) ProtoReflect

func (*GetWorkflowExecutionRequest) Reset

func (x *GetWorkflowExecutionRequest) Reset()

func (*GetWorkflowExecutionRequest) String

func (x *GetWorkflowExecutionRequest) String() string

type GetWorkflowExecutionStatisticsForNamespaceRequest

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

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) Descriptor deprecated

Deprecated: Use GetWorkflowExecutionStatisticsForNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) GetNamespace

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) ProtoMessage

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) ProtoReflect

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) Reset

func (*GetWorkflowExecutionStatisticsForNamespaceRequest) String

type GetWorkflowExecutionStatisticsForNamespaceResponse

type GetWorkflowExecutionStatisticsForNamespaceResponse struct {
	Stats *WorkflowExecutionStatisticReport `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) Descriptor deprecated

Deprecated: Use GetWorkflowExecutionStatisticsForNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) GetStats

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) ProtoMessage

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) ProtoReflect

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) Reset

func (*GetWorkflowExecutionStatisticsForNamespaceResponse) String

type GetWorkflowTemplateLabelsRequest

type GetWorkflowTemplateLabelsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowTemplateLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowTemplateLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowTemplateLabelsRequest) GetName

func (*GetWorkflowTemplateLabelsRequest) GetNamespace

func (x *GetWorkflowTemplateLabelsRequest) GetNamespace() string

func (*GetWorkflowTemplateLabelsRequest) GetVersion

func (x *GetWorkflowTemplateLabelsRequest) GetVersion() int64

func (*GetWorkflowTemplateLabelsRequest) ProtoMessage

func (*GetWorkflowTemplateLabelsRequest) ProtoMessage()

func (*GetWorkflowTemplateLabelsRequest) ProtoReflect

func (*GetWorkflowTemplateLabelsRequest) Reset

func (*GetWorkflowTemplateLabelsRequest) String

type GetWorkflowTemplateRequest

type GetWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowTemplateRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowTemplateRequest) GetNamespace

func (x *GetWorkflowTemplateRequest) GetNamespace() string

func (*GetWorkflowTemplateRequest) GetUid

func (x *GetWorkflowTemplateRequest) GetUid() string

func (*GetWorkflowTemplateRequest) GetVersion

func (x *GetWorkflowTemplateRequest) GetVersion() int64

func (*GetWorkflowTemplateRequest) ProtoMessage

func (*GetWorkflowTemplateRequest) ProtoMessage()

func (*GetWorkflowTemplateRequest) ProtoReflect

func (*GetWorkflowTemplateRequest) Reset

func (x *GetWorkflowTemplateRequest) Reset()

func (*GetWorkflowTemplateRequest) String

func (x *GetWorkflowTemplateRequest) String() string

type GetWorkspaceContainerLogsRequest added in v0.18.0

type GetWorkspaceContainerLogsRequest struct {
	Namespace     string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid           string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	ContainerName string `protobuf:"bytes,3,opt,name=containerName,proto3" json:"containerName,omitempty"`
	SinceTime     int64  `protobuf:"varint,4,opt,name=sinceTime,proto3" json:"sinceTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceContainerLogsRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use GetWorkspaceContainerLogsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceContainerLogsRequest) GetContainerName added in v0.18.0

func (x *GetWorkspaceContainerLogsRequest) GetContainerName() string

func (*GetWorkspaceContainerLogsRequest) GetNamespace added in v0.18.0

func (x *GetWorkspaceContainerLogsRequest) GetNamespace() string

func (*GetWorkspaceContainerLogsRequest) GetSinceTime added in v0.18.0

func (x *GetWorkspaceContainerLogsRequest) GetSinceTime() int64

func (*GetWorkspaceContainerLogsRequest) GetUid added in v0.18.0

func (*GetWorkspaceContainerLogsRequest) ProtoMessage added in v0.18.0

func (*GetWorkspaceContainerLogsRequest) ProtoMessage()

func (*GetWorkspaceContainerLogsRequest) ProtoReflect added in v0.18.0

func (*GetWorkspaceContainerLogsRequest) Reset added in v0.18.0

func (*GetWorkspaceContainerLogsRequest) String added in v0.18.0

type GetWorkspaceRequest

type GetWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceRequest) GetNamespace

func (x *GetWorkspaceRequest) GetNamespace() string

func (*GetWorkspaceRequest) GetUid

func (x *GetWorkspaceRequest) GetUid() string

func (*GetWorkspaceRequest) ProtoMessage

func (*GetWorkspaceRequest) ProtoMessage()

func (*GetWorkspaceRequest) ProtoReflect

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

func (*GetWorkspaceRequest) Reset

func (x *GetWorkspaceRequest) Reset()

func (*GetWorkspaceRequest) String

func (x *GetWorkspaceRequest) String() string

type GetWorkspaceStatisticsForNamespaceRequest

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

func (*GetWorkspaceStatisticsForNamespaceRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspaceStatisticsForNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceStatisticsForNamespaceRequest) GetNamespace

func (*GetWorkspaceStatisticsForNamespaceRequest) ProtoMessage

func (*GetWorkspaceStatisticsForNamespaceRequest) ProtoReflect

func (*GetWorkspaceStatisticsForNamespaceRequest) Reset

func (*GetWorkspaceStatisticsForNamespaceRequest) String

type GetWorkspaceStatisticsForNamespaceResponse

type GetWorkspaceStatisticsForNamespaceResponse struct {
	Stats *WorkspaceStatisticReport `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceStatisticsForNamespaceResponse) Descriptor deprecated

Deprecated: Use GetWorkspaceStatisticsForNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspaceStatisticsForNamespaceResponse) GetStats

func (*GetWorkspaceStatisticsForNamespaceResponse) ProtoMessage

func (*GetWorkspaceStatisticsForNamespaceResponse) ProtoReflect

func (*GetWorkspaceStatisticsForNamespaceResponse) Reset

func (*GetWorkspaceStatisticsForNamespaceResponse) String

type GetWorkspaceTemplateRequest

type GetWorkspaceTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceTemplateRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceTemplateRequest) GetNamespace

func (x *GetWorkspaceTemplateRequest) GetNamespace() string

func (*GetWorkspaceTemplateRequest) GetUid

func (x *GetWorkspaceTemplateRequest) GetUid() string

func (*GetWorkspaceTemplateRequest) GetVersion

func (x *GetWorkspaceTemplateRequest) GetVersion() int64

func (*GetWorkspaceTemplateRequest) ProtoMessage

func (*GetWorkspaceTemplateRequest) ProtoMessage()

func (*GetWorkspaceTemplateRequest) ProtoReflect

func (*GetWorkspaceTemplateRequest) Reset

func (x *GetWorkspaceTemplateRequest) Reset()

func (*GetWorkspaceTemplateRequest) String

func (x *GetWorkspaceTemplateRequest) String() string

type HasServiceRequest added in v1.0.0

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

func (*HasServiceRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use HasServiceRequest.ProtoReflect.Descriptor instead.

func (*HasServiceRequest) GetName added in v1.0.0

func (x *HasServiceRequest) GetName() string

func (*HasServiceRequest) ProtoMessage added in v1.0.0

func (*HasServiceRequest) ProtoMessage()

func (*HasServiceRequest) ProtoReflect added in v1.0.0

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

func (*HasServiceRequest) Reset added in v1.0.0

func (x *HasServiceRequest) Reset()

func (*HasServiceRequest) String added in v1.0.0

func (x *HasServiceRequest) String() string

type HasServiceResponse added in v1.0.0

type HasServiceResponse struct {
	HasService bool `protobuf:"varint,1,opt,name=hasService,proto3" json:"hasService,omitempty"`
	// contains filtered or unexported fields
}

func (*HasServiceResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use HasServiceResponse.ProtoReflect.Descriptor instead.

func (*HasServiceResponse) GetHasService added in v1.0.0

func (x *HasServiceResponse) GetHasService() bool

func (*HasServiceResponse) ProtoMessage added in v1.0.0

func (*HasServiceResponse) ProtoMessage()

func (*HasServiceResponse) ProtoReflect added in v1.0.0

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

func (*HasServiceResponse) Reset added in v1.0.0

func (x *HasServiceResponse) Reset()

func (*HasServiceResponse) String added in v1.0.0

func (x *HasServiceResponse) String() string

type InferenceServiceClient added in v1.0.0

type InferenceServiceClient interface {
	CreateInferenceService(ctx context.Context, in *CreateInferenceServiceRequest, opts ...grpc.CallOption) (*GetInferenceServiceResponse, error)
	GetInferenceService(ctx context.Context, in *InferenceServiceIdentifier, opts ...grpc.CallOption) (*GetInferenceServiceResponse, error)
	DeleteInferenceService(ctx context.Context, in *InferenceServiceIdentifier, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

InferenceServiceClient is the client API for InferenceService 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 NewInferenceServiceClient added in v1.0.0

func NewInferenceServiceClient(cc grpc.ClientConnInterface) InferenceServiceClient

type InferenceServiceCondition added in v1.0.0

type InferenceServiceCondition struct {
	LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"`
	Status             string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Type               string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*InferenceServiceCondition) Descriptor deprecated added in v1.0.0

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

Deprecated: Use InferenceServiceCondition.ProtoReflect.Descriptor instead.

func (*InferenceServiceCondition) GetLastTransitionTime added in v1.0.0

func (x *InferenceServiceCondition) GetLastTransitionTime() string

func (*InferenceServiceCondition) GetStatus added in v1.0.0

func (x *InferenceServiceCondition) GetStatus() string

func (*InferenceServiceCondition) GetType added in v1.0.0

func (x *InferenceServiceCondition) GetType() string

func (*InferenceServiceCondition) ProtoMessage added in v1.0.0

func (*InferenceServiceCondition) ProtoMessage()

func (*InferenceServiceCondition) ProtoReflect added in v1.0.0

func (*InferenceServiceCondition) Reset added in v1.0.0

func (x *InferenceServiceCondition) Reset()

func (*InferenceServiceCondition) String added in v1.0.0

func (x *InferenceServiceCondition) String() string

type InferenceServiceEndpoints added in v1.0.0

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

func (*InferenceServiceEndpoints) Descriptor deprecated added in v1.0.0

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

Deprecated: Use InferenceServiceEndpoints.ProtoReflect.Descriptor instead.

func (*InferenceServiceEndpoints) GetPredict added in v1.0.0

func (x *InferenceServiceEndpoints) GetPredict() string

func (*InferenceServiceEndpoints) ProtoMessage added in v1.0.0

func (*InferenceServiceEndpoints) ProtoMessage()

func (*InferenceServiceEndpoints) ProtoReflect added in v1.0.0

func (*InferenceServiceEndpoints) Reset added in v1.0.0

func (x *InferenceServiceEndpoints) Reset()

func (*InferenceServiceEndpoints) String added in v1.0.0

func (x *InferenceServiceEndpoints) String() string

type InferenceServiceIdentifier added in v1.0.0

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

func (*InferenceServiceIdentifier) Descriptor deprecated added in v1.0.0

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

Deprecated: Use InferenceServiceIdentifier.ProtoReflect.Descriptor instead.

func (*InferenceServiceIdentifier) GetName added in v1.0.0

func (x *InferenceServiceIdentifier) GetName() string

func (*InferenceServiceIdentifier) GetNamespace added in v1.0.0

func (x *InferenceServiceIdentifier) GetNamespace() string

func (*InferenceServiceIdentifier) ProtoMessage added in v1.0.0

func (*InferenceServiceIdentifier) ProtoMessage()

func (*InferenceServiceIdentifier) ProtoReflect added in v1.0.0

func (*InferenceServiceIdentifier) Reset added in v1.0.0

func (x *InferenceServiceIdentifier) Reset()

func (*InferenceServiceIdentifier) String added in v1.0.0

func (x *InferenceServiceIdentifier) String() string

type InferenceServicePredictor added in v1.0.0

type InferenceServicePredictor struct {
	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RuntimeVersion string `protobuf:"bytes,2,opt,name=runtimeVersion,proto3" json:"runtimeVersion,omitempty"`
	StorageUri     string `protobuf:"bytes,3,opt,name=storageUri,proto3" json:"storageUri,omitempty"`
	NodeSelector   string `protobuf:"bytes,4,opt,name=nodeSelector,proto3" json:"nodeSelector,omitempty"`
	MinCpu         string `protobuf:"bytes,5,opt,name=minCpu,proto3" json:"minCpu,omitempty"`
	MinMemory      string `protobuf:"bytes,6,opt,name=minMemory,proto3" json:"minMemory,omitempty"`
	MaxCpu         string `protobuf:"bytes,7,opt,name=maxCpu,proto3" json:"maxCpu,omitempty"`
	MaxMemory      string `protobuf:"bytes,8,opt,name=maxMemory,proto3" json:"maxMemory,omitempty"`
	// contains filtered or unexported fields
}

func (*InferenceServicePredictor) Descriptor deprecated added in v1.0.0

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

Deprecated: Use InferenceServicePredictor.ProtoReflect.Descriptor instead.

func (*InferenceServicePredictor) GetMaxCpu added in v1.0.0

func (x *InferenceServicePredictor) GetMaxCpu() string

func (*InferenceServicePredictor) GetMaxMemory added in v1.0.0

func (x *InferenceServicePredictor) GetMaxMemory() string

func (*InferenceServicePredictor) GetMinCpu added in v1.0.0

func (x *InferenceServicePredictor) GetMinCpu() string

func (*InferenceServicePredictor) GetMinMemory added in v1.0.0

func (x *InferenceServicePredictor) GetMinMemory() string

func (*InferenceServicePredictor) GetName added in v1.0.0

func (x *InferenceServicePredictor) GetName() string

func (*InferenceServicePredictor) GetNodeSelector added in v1.0.0

func (x *InferenceServicePredictor) GetNodeSelector() string

func (*InferenceServicePredictor) GetRuntimeVersion added in v1.0.0

func (x *InferenceServicePredictor) GetRuntimeVersion() string

func (*InferenceServicePredictor) GetStorageUri added in v1.0.0

func (x *InferenceServicePredictor) GetStorageUri() string

func (*InferenceServicePredictor) ProtoMessage added in v1.0.0

func (*InferenceServicePredictor) ProtoMessage()

func (*InferenceServicePredictor) ProtoReflect added in v1.0.0

func (*InferenceServicePredictor) Reset added in v1.0.0

func (x *InferenceServicePredictor) Reset()

func (*InferenceServicePredictor) String added in v1.0.0

func (x *InferenceServicePredictor) String() string

type InferenceServiceServer added in v1.0.0

type InferenceServiceServer interface {
	CreateInferenceService(context.Context, *CreateInferenceServiceRequest) (*GetInferenceServiceResponse, error)
	GetInferenceService(context.Context, *InferenceServiceIdentifier) (*GetInferenceServiceResponse, error)
	DeleteInferenceService(context.Context, *InferenceServiceIdentifier) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

InferenceServiceServer is the server API for InferenceService service. All implementations must embed UnimplementedInferenceServiceServer for forward compatibility

type InferenceServiceTransformer added in v1.0.0

type InferenceServiceTransformer struct {
	Containers []*Container `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty"`
	MinCpu     string       `protobuf:"bytes,2,opt,name=minCpu,proto3" json:"minCpu,omitempty"`
	MinMemory  string       `protobuf:"bytes,3,opt,name=minMemory,proto3" json:"minMemory,omitempty"`
	MaxCpu     string       `protobuf:"bytes,4,opt,name=maxCpu,proto3" json:"maxCpu,omitempty"`
	MaxMemory  string       `protobuf:"bytes,5,opt,name=maxMemory,proto3" json:"maxMemory,omitempty"`
	// contains filtered or unexported fields
}

func (*InferenceServiceTransformer) Descriptor deprecated added in v1.0.0

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

Deprecated: Use InferenceServiceTransformer.ProtoReflect.Descriptor instead.

func (*InferenceServiceTransformer) GetContainers added in v1.0.0

func (x *InferenceServiceTransformer) GetContainers() []*Container

func (*InferenceServiceTransformer) GetMaxCpu added in v1.0.0

func (x *InferenceServiceTransformer) GetMaxCpu() string

func (*InferenceServiceTransformer) GetMaxMemory added in v1.0.0

func (x *InferenceServiceTransformer) GetMaxMemory() string

func (*InferenceServiceTransformer) GetMinCpu added in v1.0.0

func (x *InferenceServiceTransformer) GetMinCpu() string

func (*InferenceServiceTransformer) GetMinMemory added in v1.0.0

func (x *InferenceServiceTransformer) GetMinMemory() string

func (*InferenceServiceTransformer) ProtoMessage added in v1.0.0

func (*InferenceServiceTransformer) ProtoMessage()

func (*InferenceServiceTransformer) ProtoReflect added in v1.0.0

func (*InferenceServiceTransformer) Reset added in v1.0.0

func (x *InferenceServiceTransformer) Reset()

func (*InferenceServiceTransformer) String added in v1.0.0

func (x *InferenceServiceTransformer) String() string

type IsAuthorized

type IsAuthorized struct {
	Namespace    string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Verb         string `protobuf:"bytes,2,opt,name=verb,proto3" json:"verb,omitempty"`
	Group        string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	Resource     string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	ResourceName string `protobuf:"bytes,5,opt,name=resourceName,proto3" json:"resourceName,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized) Descriptor deprecated

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

Deprecated: Use IsAuthorized.ProtoReflect.Descriptor instead.

func (*IsAuthorized) GetGroup

func (x *IsAuthorized) GetGroup() string

func (*IsAuthorized) GetNamespace

func (x *IsAuthorized) GetNamespace() string

func (*IsAuthorized) GetResource

func (x *IsAuthorized) GetResource() string

func (*IsAuthorized) GetResourceName

func (x *IsAuthorized) GetResourceName() string

func (*IsAuthorized) GetVerb

func (x *IsAuthorized) GetVerb() string

func (*IsAuthorized) ProtoMessage

func (*IsAuthorized) ProtoMessage()

func (*IsAuthorized) ProtoReflect

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

func (*IsAuthorized) Reset

func (x *IsAuthorized) Reset()

func (*IsAuthorized) String

func (x *IsAuthorized) String() string

type IsAuthorizedRequest

type IsAuthorizedRequest struct {
	IsAuthorized *IsAuthorized `protobuf:"bytes,1,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorizedRequest) Descriptor deprecated

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

Deprecated: Use IsAuthorizedRequest.ProtoReflect.Descriptor instead.

func (*IsAuthorizedRequest) GetIsAuthorized

func (x *IsAuthorizedRequest) GetIsAuthorized() *IsAuthorized

func (*IsAuthorizedRequest) ProtoMessage

func (*IsAuthorizedRequest) ProtoMessage()

func (*IsAuthorizedRequest) ProtoReflect

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

func (*IsAuthorizedRequest) Reset

func (x *IsAuthorizedRequest) Reset()

func (*IsAuthorizedRequest) String

func (x *IsAuthorizedRequest) String() string

type IsAuthorizedResponse

type IsAuthorizedResponse struct {
	Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorizedResponse) Descriptor deprecated

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

Deprecated: Use IsAuthorizedResponse.ProtoReflect.Descriptor instead.

func (*IsAuthorizedResponse) GetAuthorized

func (x *IsAuthorizedResponse) GetAuthorized() bool

func (*IsAuthorizedResponse) ProtoMessage

func (*IsAuthorizedResponse) ProtoMessage()

func (*IsAuthorizedResponse) ProtoReflect

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

func (*IsAuthorizedResponse) Reset

func (x *IsAuthorizedResponse) Reset()

func (*IsAuthorizedResponse) String

func (x *IsAuthorizedResponse) String() string

type IsValidTokenRequest

type IsValidTokenRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Token    string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*IsValidTokenRequest) Descriptor deprecated

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

Deprecated: Use IsValidTokenRequest.ProtoReflect.Descriptor instead.

func (*IsValidTokenRequest) GetToken

func (x *IsValidTokenRequest) GetToken() string

func (*IsValidTokenRequest) GetUsername

func (x *IsValidTokenRequest) GetUsername() string

func (*IsValidTokenRequest) ProtoMessage

func (*IsValidTokenRequest) ProtoMessage()

func (*IsValidTokenRequest) ProtoReflect

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

func (*IsValidTokenRequest) Reset

func (x *IsValidTokenRequest) Reset()

func (*IsValidTokenRequest) String

func (x *IsValidTokenRequest) String() string

type IsValidTokenResponse

type IsValidTokenResponse struct {
	Domain   string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Token    string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*IsValidTokenResponse) Descriptor deprecated

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

Deprecated: Use IsValidTokenResponse.ProtoReflect.Descriptor instead.

func (*IsValidTokenResponse) GetDomain

func (x *IsValidTokenResponse) GetDomain() string

func (*IsValidTokenResponse) GetToken

func (x *IsValidTokenResponse) GetToken() string

func (*IsValidTokenResponse) GetUsername

func (x *IsValidTokenResponse) GetUsername() string

func (*IsValidTokenResponse) ProtoMessage

func (*IsValidTokenResponse) ProtoMessage()

func (*IsValidTokenResponse) ProtoReflect

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

func (*IsValidTokenResponse) Reset

func (x *IsValidTokenResponse) Reset()

func (*IsValidTokenResponse) String

func (x *IsValidTokenResponse) String() string

type KeyValue

type KeyValue struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

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

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

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

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type LabelServiceClient

type LabelServiceClient interface {
	GetAvailableLabels(ctx context.Context, in *GetAvailableLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	GetLabels(ctx context.Context, in *GetLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	AddLabels(ctx context.Context, in *AddLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	ReplaceLabels(ctx context.Context, in *ReplaceLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	DeleteLabel(ctx context.Context, in *DeleteLabelRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
}

LabelServiceClient is the client API for LabelService 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.

type LabelServiceServer

type LabelServiceServer interface {
	GetAvailableLabels(context.Context, *GetAvailableLabelsRequest) (*GetLabelsResponse, error)
	GetLabels(context.Context, *GetLabelsRequest) (*GetLabelsResponse, error)
	AddLabels(context.Context, *AddLabelsRequest) (*GetLabelsResponse, error)
	ReplaceLabels(context.Context, *ReplaceLabelsRequest) (*GetLabelsResponse, error)
	DeleteLabel(context.Context, *DeleteLabelRequest) (*GetLabelsResponse, error)
	// contains filtered or unexported methods
}

LabelServiceServer is the server API for LabelService service. All implementations must embed UnimplementedLabelServiceServer for forward compatibility

type Labels

type Labels struct {
	Items []*KeyValue `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*Labels) Descriptor deprecated

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

Deprecated: Use Labels.ProtoReflect.Descriptor instead.

func (*Labels) GetItems

func (x *Labels) GetItems() []*KeyValue

func (*Labels) ProtoMessage

func (*Labels) ProtoMessage()

func (*Labels) ProtoReflect

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

func (*Labels) Reset

func (x *Labels) Reset()

func (*Labels) String

func (x *Labels) String() string

type ListCronWorkflowRequest

type ListCronWorkflowRequest struct {
	Namespace            string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplateName string `protobuf:"bytes,2,opt,name=workflow_template_name,json=workflowTemplateName,proto3" json:"workflow_template_name,omitempty"`
	PageSize             int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page                 int32  `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronWorkflowRequest) Descriptor deprecated

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

Deprecated: Use ListCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*ListCronWorkflowRequest) GetNamespace

func (x *ListCronWorkflowRequest) GetNamespace() string

func (*ListCronWorkflowRequest) GetPage

func (x *ListCronWorkflowRequest) GetPage() int32

func (*ListCronWorkflowRequest) GetPageSize

func (x *ListCronWorkflowRequest) GetPageSize() int32

func (*ListCronWorkflowRequest) GetWorkflowTemplateName

func (x *ListCronWorkflowRequest) GetWorkflowTemplateName() string

func (*ListCronWorkflowRequest) ProtoMessage

func (*ListCronWorkflowRequest) ProtoMessage()

func (*ListCronWorkflowRequest) ProtoReflect

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

func (*ListCronWorkflowRequest) Reset

func (x *ListCronWorkflowRequest) Reset()

func (*ListCronWorkflowRequest) String

func (x *ListCronWorkflowRequest) String() string

type ListCronWorkflowsResponse

type ListCronWorkflowsResponse struct {
	Count         int32           `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	CronWorkflows []*CronWorkflow `protobuf:"bytes,2,rep,name=cronWorkflows,proto3" json:"cronWorkflows,omitempty"`
	Page          int32           `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages         int32           `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount    int32           `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronWorkflowsResponse) Descriptor deprecated

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

Deprecated: Use ListCronWorkflowsResponse.ProtoReflect.Descriptor instead.

func (*ListCronWorkflowsResponse) GetCount

func (x *ListCronWorkflowsResponse) GetCount() int32

func (*ListCronWorkflowsResponse) GetCronWorkflows

func (x *ListCronWorkflowsResponse) GetCronWorkflows() []*CronWorkflow

func (*ListCronWorkflowsResponse) GetPage

func (x *ListCronWorkflowsResponse) GetPage() int32

func (*ListCronWorkflowsResponse) GetPages

func (x *ListCronWorkflowsResponse) GetPages() int32

func (*ListCronWorkflowsResponse) GetTotalCount

func (x *ListCronWorkflowsResponse) GetTotalCount() int32

func (*ListCronWorkflowsResponse) ProtoMessage

func (*ListCronWorkflowsResponse) ProtoMessage()

func (*ListCronWorkflowsResponse) ProtoReflect

func (*ListCronWorkflowsResponse) Reset

func (x *ListCronWorkflowsResponse) Reset()

func (*ListCronWorkflowsResponse) String

func (x *ListCronWorkflowsResponse) String() string

type ListFilesRequest

type ListFilesRequest 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"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	PerPage   int32  `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFilesRequest) Descriptor deprecated

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

Deprecated: Use ListFilesRequest.ProtoReflect.Descriptor instead.

func (*ListFilesRequest) GetNamespace

func (x *ListFilesRequest) GetNamespace() string

func (*ListFilesRequest) GetPage added in v1.0.0

func (x *ListFilesRequest) GetPage() int32

func (*ListFilesRequest) GetPath

func (x *ListFilesRequest) GetPath() string

func (*ListFilesRequest) GetPerPage added in v1.0.0

func (x *ListFilesRequest) GetPerPage() int32

func (*ListFilesRequest) ProtoMessage

func (*ListFilesRequest) ProtoMessage()

func (*ListFilesRequest) ProtoReflect

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

func (*ListFilesRequest) Reset

func (x *ListFilesRequest) Reset()

func (*ListFilesRequest) String

func (x *ListFilesRequest) String() string

type ListFilesResponse

type ListFilesResponse struct {
	Count      int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	TotalCount int32   `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	Page       int32   `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages      int32   `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	Files      []*File `protobuf:"bytes,5,rep,name=files,proto3" json:"files,omitempty"`
	ParentPath string  `protobuf:"bytes,6,opt,name=parentPath,proto3" json:"parentPath,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFilesResponse) Descriptor deprecated

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

Deprecated: Use ListFilesResponse.ProtoReflect.Descriptor instead.

func (*ListFilesResponse) GetCount added in v1.0.0

func (x *ListFilesResponse) GetCount() int32

func (*ListFilesResponse) GetFiles

func (x *ListFilesResponse) GetFiles() []*File

func (*ListFilesResponse) GetPage added in v1.0.0

func (x *ListFilesResponse) GetPage() int32

func (*ListFilesResponse) GetPages added in v1.0.0

func (x *ListFilesResponse) GetPages() int32

func (*ListFilesResponse) GetParentPath

func (x *ListFilesResponse) GetParentPath() string

func (*ListFilesResponse) GetTotalCount added in v1.0.0

func (x *ListFilesResponse) GetTotalCount() int32

func (*ListFilesResponse) ProtoMessage

func (*ListFilesResponse) ProtoMessage()

func (*ListFilesResponse) ProtoReflect

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

func (*ListFilesResponse) Reset

func (x *ListFilesResponse) Reset()

func (*ListFilesResponse) String

func (x *ListFilesResponse) String() string

type ListNamespacesRequest

type ListNamespacesRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page     int32  `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Query    string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesRequest) Descriptor deprecated

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

Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequest) GetPage

func (x *ListNamespacesRequest) GetPage() int32

func (*ListNamespacesRequest) GetPageSize

func (x *ListNamespacesRequest) GetPageSize() int32

func (*ListNamespacesRequest) GetQuery

func (x *ListNamespacesRequest) GetQuery() string

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) ProtoReflect

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

func (*ListNamespacesRequest) Reset

func (x *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (x *ListNamespacesRequest) String() string

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Count      int32        `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Namespaces []*Namespace `protobuf:"bytes,2,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	Page       int32        `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages      int32        `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount int32        `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponse) Descriptor deprecated

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

Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponse) GetCount

func (x *ListNamespacesResponse) GetCount() int32

func (*ListNamespacesResponse) GetNamespaces

func (x *ListNamespacesResponse) GetNamespaces() []*Namespace

func (*ListNamespacesResponse) GetPage

func (x *ListNamespacesResponse) GetPage() int32

func (*ListNamespacesResponse) GetPages

func (x *ListNamespacesResponse) GetPages() int32

func (*ListNamespacesResponse) GetTotalCount

func (x *ListNamespacesResponse) GetTotalCount() int32

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) ProtoReflect

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

func (*ListNamespacesResponse) Reset

func (x *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (x *ListNamespacesResponse) String() string

type ListSecretsRequest

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

func (*ListSecretsRequest) Descriptor deprecated

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

Deprecated: Use ListSecretsRequest.ProtoReflect.Descriptor instead.

func (*ListSecretsRequest) GetNamespace

func (x *ListSecretsRequest) GetNamespace() string

func (*ListSecretsRequest) ProtoMessage

func (*ListSecretsRequest) ProtoMessage()

func (*ListSecretsRequest) ProtoReflect

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

func (*ListSecretsRequest) Reset

func (x *ListSecretsRequest) Reset()

func (*ListSecretsRequest) String

func (x *ListSecretsRequest) String() string

type ListSecretsResponse

type ListSecretsResponse struct {
	Count   int32     `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Secrets []*Secret `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretsResponse) Descriptor deprecated

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

Deprecated: Use ListSecretsResponse.ProtoReflect.Descriptor instead.

func (*ListSecretsResponse) GetCount

func (x *ListSecretsResponse) GetCount() int32

func (*ListSecretsResponse) GetSecrets

func (x *ListSecretsResponse) GetSecrets() []*Secret

func (*ListSecretsResponse) ProtoMessage

func (*ListSecretsResponse) ProtoMessage()

func (*ListSecretsResponse) ProtoReflect

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

func (*ListSecretsResponse) Reset

func (x *ListSecretsResponse) Reset()

func (*ListSecretsResponse) String

func (x *ListSecretsResponse) String() string

type ListServicesRequest

type ListServicesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesRequest) Descriptor deprecated

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

Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetNamespace

func (x *ListServicesRequest) GetNamespace() string

func (*ListServicesRequest) GetPage

func (x *ListServicesRequest) GetPage() int32

func (*ListServicesRequest) GetPageSize

func (x *ListServicesRequest) GetPageSize() int32

func (*ListServicesRequest) ProtoMessage

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect

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

func (*ListServicesRequest) Reset

func (x *ListServicesRequest) Reset()

func (*ListServicesRequest) String

func (x *ListServicesRequest) String() string

type ListServicesResponse

type ListServicesResponse struct {
	Count      int32      `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Services   []*Service `protobuf:"bytes,2,rep,name=services,proto3" json:"services,omitempty"`
	Page       int32      `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages      int32      `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount int32      `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesResponse) Descriptor deprecated

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

Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetCount

func (x *ListServicesResponse) GetCount() int32

func (*ListServicesResponse) GetPage

func (x *ListServicesResponse) GetPage() int32

func (*ListServicesResponse) GetPages

func (x *ListServicesResponse) GetPages() int32

func (*ListServicesResponse) GetServices

func (x *ListServicesResponse) GetServices() []*Service

func (*ListServicesResponse) GetTotalCount

func (x *ListServicesResponse) GetTotalCount() int32

func (*ListServicesResponse) ProtoMessage

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect

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

func (*ListServicesResponse) Reset

func (x *ListServicesResponse) Reset()

func (*ListServicesResponse) String

func (x *ListServicesResponse) String() string

type ListWorkflowExecutionsFieldRequest added in v0.19.0

type ListWorkflowExecutionsFieldRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsFieldRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkflowExecutionsFieldRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsFieldRequest) GetFieldName added in v0.19.0

func (x *ListWorkflowExecutionsFieldRequest) GetFieldName() string

func (*ListWorkflowExecutionsFieldRequest) GetNamespace added in v0.19.0

func (x *ListWorkflowExecutionsFieldRequest) GetNamespace() string

func (*ListWorkflowExecutionsFieldRequest) ProtoMessage added in v0.19.0

func (*ListWorkflowExecutionsFieldRequest) ProtoMessage()

func (*ListWorkflowExecutionsFieldRequest) ProtoReflect added in v0.19.0

func (*ListWorkflowExecutionsFieldRequest) Reset added in v0.19.0

func (*ListWorkflowExecutionsFieldRequest) String added in v0.19.0

type ListWorkflowExecutionsFieldResponse added in v0.19.0

type ListWorkflowExecutionsFieldResponse struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsFieldResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkflowExecutionsFieldResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsFieldResponse) GetValues added in v0.19.0

func (*ListWorkflowExecutionsFieldResponse) ProtoMessage added in v0.19.0

func (*ListWorkflowExecutionsFieldResponse) ProtoMessage()

func (*ListWorkflowExecutionsFieldResponse) ProtoReflect added in v0.19.0

func (*ListWorkflowExecutionsFieldResponse) Reset added in v0.19.0

func (*ListWorkflowExecutionsFieldResponse) String added in v0.19.0

type ListWorkflowExecutionsRequest

type ListWorkflowExecutionsRequest struct {
	Namespace               string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplateUid     string `protobuf:"bytes,2,opt,name=workflowTemplateUid,proto3" json:"workflowTemplateUid,omitempty"`
	WorkflowTemplateVersion string `protobuf:"bytes,3,opt,name=workflowTemplateVersion,proto3" json:"workflowTemplateVersion,omitempty"`
	PageSize                int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page                    int32  `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"`
	Order                   string `protobuf:"bytes,6,opt,name=order,proto3" json:"order,omitempty"`
	Labels                  string `protobuf:"bytes,7,opt,name=labels,proto3" json:"labels,omitempty"`
	Phase                   string `protobuf:"bytes,8,opt,name=phase,proto3" json:"phase,omitempty"`
	IncludeSystem           bool   `protobuf:"varint,9,opt,name=includeSystem,proto3" json:"includeSystem,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsRequest) Descriptor deprecated

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

Deprecated: Use ListWorkflowExecutionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsRequest) GetIncludeSystem

func (x *ListWorkflowExecutionsRequest) GetIncludeSystem() bool

func (*ListWorkflowExecutionsRequest) GetLabels

func (x *ListWorkflowExecutionsRequest) GetLabels() string

func (*ListWorkflowExecutionsRequest) GetNamespace

func (x *ListWorkflowExecutionsRequest) GetNamespace() string

func (*ListWorkflowExecutionsRequest) GetOrder

func (x *ListWorkflowExecutionsRequest) GetOrder() string

func (*ListWorkflowExecutionsRequest) GetPage

func (x *ListWorkflowExecutionsRequest) GetPage() int32

func (*ListWorkflowExecutionsRequest) GetPageSize

func (x *ListWorkflowExecutionsRequest) GetPageSize() int32

func (*ListWorkflowExecutionsRequest) GetPhase

func (x *ListWorkflowExecutionsRequest) GetPhase() string

func (*ListWorkflowExecutionsRequest) GetWorkflowTemplateUid

func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateUid() string

func (*ListWorkflowExecutionsRequest) GetWorkflowTemplateVersion

func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateVersion() string

func (*ListWorkflowExecutionsRequest) ProtoMessage

func (*ListWorkflowExecutionsRequest) ProtoMessage()

func (*ListWorkflowExecutionsRequest) ProtoReflect

func (*ListWorkflowExecutionsRequest) Reset

func (x *ListWorkflowExecutionsRequest) Reset()

func (*ListWorkflowExecutionsRequest) String

type ListWorkflowExecutionsResponse

type ListWorkflowExecutionsResponse struct {
	Count               int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowExecutions  []*WorkflowExecution `protobuf:"bytes,2,rep,name=workflowExecutions,proto3" json:"workflowExecutions,omitempty"`
	Page                int32                `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages               int32                `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount          int32                `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	TotalAvailableCount int32                `protobuf:"varint,6,opt,name=totalAvailableCount,proto3" json:"totalAvailableCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsResponse) Descriptor deprecated

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

Deprecated: Use ListWorkflowExecutionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsResponse) GetCount

func (x *ListWorkflowExecutionsResponse) GetCount() int32

func (*ListWorkflowExecutionsResponse) GetPage

func (*ListWorkflowExecutionsResponse) GetPages

func (x *ListWorkflowExecutionsResponse) GetPages() int32

func (*ListWorkflowExecutionsResponse) GetTotalAvailableCount

func (x *ListWorkflowExecutionsResponse) GetTotalAvailableCount() int32

func (*ListWorkflowExecutionsResponse) GetTotalCount

func (x *ListWorkflowExecutionsResponse) GetTotalCount() int32

func (*ListWorkflowExecutionsResponse) GetWorkflowExecutions

func (x *ListWorkflowExecutionsResponse) GetWorkflowExecutions() []*WorkflowExecution

func (*ListWorkflowExecutionsResponse) ProtoMessage

func (*ListWorkflowExecutionsResponse) ProtoMessage()

func (*ListWorkflowExecutionsResponse) ProtoReflect

func (*ListWorkflowExecutionsResponse) Reset

func (x *ListWorkflowExecutionsResponse) Reset()

func (*ListWorkflowExecutionsResponse) String

type ListWorkflowTemplateVersionsRequest

type ListWorkflowTemplateVersionsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplateVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListWorkflowTemplateVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplateVersionsRequest) GetNamespace

func (x *ListWorkflowTemplateVersionsRequest) GetNamespace() string

func (*ListWorkflowTemplateVersionsRequest) GetUid

func (*ListWorkflowTemplateVersionsRequest) ProtoMessage

func (*ListWorkflowTemplateVersionsRequest) ProtoMessage()

func (*ListWorkflowTemplateVersionsRequest) ProtoReflect

func (*ListWorkflowTemplateVersionsRequest) Reset

func (*ListWorkflowTemplateVersionsRequest) String

type ListWorkflowTemplateVersionsResponse

type ListWorkflowTemplateVersionsResponse struct {
	Count             int32               `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowTemplates []*WorkflowTemplate `protobuf:"bytes,2,rep,name=workflowTemplates,proto3" json:"workflowTemplates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplateVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListWorkflowTemplateVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplateVersionsResponse) GetCount

func (*ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates

func (x *ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates() []*WorkflowTemplate

func (*ListWorkflowTemplateVersionsResponse) ProtoMessage

func (*ListWorkflowTemplateVersionsResponse) ProtoMessage()

func (*ListWorkflowTemplateVersionsResponse) ProtoReflect

func (*ListWorkflowTemplateVersionsResponse) Reset

func (*ListWorkflowTemplateVersionsResponse) String

type ListWorkflowTemplatesFieldRequest added in v0.19.0

type ListWorkflowTemplatesFieldRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,omitempty"`
	IsSystem  bool   `protobuf:"varint,3,opt,name=isSystem,proto3" json:"isSystem,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesFieldRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkflowTemplatesFieldRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesFieldRequest) GetFieldName added in v0.19.0

func (x *ListWorkflowTemplatesFieldRequest) GetFieldName() string

func (*ListWorkflowTemplatesFieldRequest) GetIsSystem added in v0.19.0

func (x *ListWorkflowTemplatesFieldRequest) GetIsSystem() bool

func (*ListWorkflowTemplatesFieldRequest) GetNamespace added in v0.19.0

func (x *ListWorkflowTemplatesFieldRequest) GetNamespace() string

func (*ListWorkflowTemplatesFieldRequest) ProtoMessage added in v0.19.0

func (*ListWorkflowTemplatesFieldRequest) ProtoMessage()

func (*ListWorkflowTemplatesFieldRequest) ProtoReflect added in v0.19.0

func (*ListWorkflowTemplatesFieldRequest) Reset added in v0.19.0

func (*ListWorkflowTemplatesFieldRequest) String added in v0.19.0

type ListWorkflowTemplatesFieldResponse added in v0.19.0

type ListWorkflowTemplatesFieldResponse struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesFieldResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkflowTemplatesFieldResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesFieldResponse) GetValues added in v0.19.0

func (x *ListWorkflowTemplatesFieldResponse) GetValues() []string

func (*ListWorkflowTemplatesFieldResponse) ProtoMessage added in v0.19.0

func (*ListWorkflowTemplatesFieldResponse) ProtoMessage()

func (*ListWorkflowTemplatesFieldResponse) ProtoReflect added in v0.19.0

func (*ListWorkflowTemplatesFieldResponse) Reset added in v0.19.0

func (*ListWorkflowTemplatesFieldResponse) String added in v0.19.0

type ListWorkflowTemplatesRequest

type ListWorkflowTemplatesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Labels    string `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListWorkflowTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesRequest) GetLabels

func (x *ListWorkflowTemplatesRequest) GetLabels() string

func (*ListWorkflowTemplatesRequest) GetNamespace

func (x *ListWorkflowTemplatesRequest) GetNamespace() string

func (*ListWorkflowTemplatesRequest) GetPage

func (x *ListWorkflowTemplatesRequest) GetPage() int32

func (*ListWorkflowTemplatesRequest) GetPageSize

func (x *ListWorkflowTemplatesRequest) GetPageSize() int32

func (*ListWorkflowTemplatesRequest) ProtoMessage

func (*ListWorkflowTemplatesRequest) ProtoMessage()

func (*ListWorkflowTemplatesRequest) ProtoReflect

func (*ListWorkflowTemplatesRequest) Reset

func (x *ListWorkflowTemplatesRequest) Reset()

func (*ListWorkflowTemplatesRequest) String

type ListWorkflowTemplatesResponse

type ListWorkflowTemplatesResponse struct {
	Count               int32               `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowTemplates   []*WorkflowTemplate `protobuf:"bytes,2,rep,name=workflowTemplates,proto3" json:"workflowTemplates,omitempty"`
	Page                int32               `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages               int32               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount          int32               `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	TotalAvailableCount int32               `protobuf:"varint,6,opt,name=totalAvailableCount,proto3" json:"totalAvailableCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListWorkflowTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesResponse) GetCount

func (x *ListWorkflowTemplatesResponse) GetCount() int32

func (*ListWorkflowTemplatesResponse) GetPage

func (x *ListWorkflowTemplatesResponse) GetPage() int32

func (*ListWorkflowTemplatesResponse) GetPages

func (x *ListWorkflowTemplatesResponse) GetPages() int32

func (*ListWorkflowTemplatesResponse) GetTotalAvailableCount

func (x *ListWorkflowTemplatesResponse) GetTotalAvailableCount() int32

func (*ListWorkflowTemplatesResponse) GetTotalCount

func (x *ListWorkflowTemplatesResponse) GetTotalCount() int32

func (*ListWorkflowTemplatesResponse) GetWorkflowTemplates

func (x *ListWorkflowTemplatesResponse) GetWorkflowTemplates() []*WorkflowTemplate

func (*ListWorkflowTemplatesResponse) ProtoMessage

func (*ListWorkflowTemplatesResponse) ProtoMessage()

func (*ListWorkflowTemplatesResponse) ProtoReflect

func (*ListWorkflowTemplatesResponse) Reset

func (x *ListWorkflowTemplatesResponse) Reset()

func (*ListWorkflowTemplatesResponse) String

type ListWorkspaceRequest

type ListWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Order     string `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
	Labels    string `protobuf:"bytes,5,opt,name=labels,proto3" json:"labels,omitempty"`
	Phase     string `protobuf:"bytes,6,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use ListWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceRequest) GetLabels

func (x *ListWorkspaceRequest) GetLabels() string

func (*ListWorkspaceRequest) GetNamespace

func (x *ListWorkspaceRequest) GetNamespace() string

func (*ListWorkspaceRequest) GetOrder

func (x *ListWorkspaceRequest) GetOrder() string

func (*ListWorkspaceRequest) GetPage

func (x *ListWorkspaceRequest) GetPage() int32

func (*ListWorkspaceRequest) GetPageSize

func (x *ListWorkspaceRequest) GetPageSize() int32

func (*ListWorkspaceRequest) GetPhase

func (x *ListWorkspaceRequest) GetPhase() string

func (*ListWorkspaceRequest) ProtoMessage

func (*ListWorkspaceRequest) ProtoMessage()

func (*ListWorkspaceRequest) ProtoReflect

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

func (*ListWorkspaceRequest) Reset

func (x *ListWorkspaceRequest) Reset()

func (*ListWorkspaceRequest) String

func (x *ListWorkspaceRequest) String() string

type ListWorkspaceResponse

type ListWorkspaceResponse struct {
	Count               int32        `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Workspaces          []*Workspace `protobuf:"bytes,2,rep,name=workspaces,proto3" json:"workspaces,omitempty"`
	Page                int32        `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages               int32        `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount          int32        `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	TotalAvailableCount int32        `protobuf:"varint,6,opt,name=totalAvailableCount,proto3" json:"totalAvailableCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use ListWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceResponse) GetCount

func (x *ListWorkspaceResponse) GetCount() int32

func (*ListWorkspaceResponse) GetPage

func (x *ListWorkspaceResponse) GetPage() int32

func (*ListWorkspaceResponse) GetPages

func (x *ListWorkspaceResponse) GetPages() int32

func (*ListWorkspaceResponse) GetTotalAvailableCount

func (x *ListWorkspaceResponse) GetTotalAvailableCount() int32

func (*ListWorkspaceResponse) GetTotalCount

func (x *ListWorkspaceResponse) GetTotalCount() int32

func (*ListWorkspaceResponse) GetWorkspaces

func (x *ListWorkspaceResponse) GetWorkspaces() []*Workspace

func (*ListWorkspaceResponse) ProtoMessage

func (*ListWorkspaceResponse) ProtoMessage()

func (*ListWorkspaceResponse) ProtoReflect

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

func (*ListWorkspaceResponse) Reset

func (x *ListWorkspaceResponse) Reset()

func (*ListWorkspaceResponse) String

func (x *ListWorkspaceResponse) String() string

type ListWorkspaceTemplateVersionsRequest

type ListWorkspaceTemplateVersionsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplateVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListWorkspaceTemplateVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplateVersionsRequest) GetNamespace

func (x *ListWorkspaceTemplateVersionsRequest) GetNamespace() string

func (*ListWorkspaceTemplateVersionsRequest) GetUid

func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage

func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage()

func (*ListWorkspaceTemplateVersionsRequest) ProtoReflect

func (*ListWorkspaceTemplateVersionsRequest) Reset

func (*ListWorkspaceTemplateVersionsRequest) String

type ListWorkspaceTemplateVersionsResponse

type ListWorkspaceTemplateVersionsResponse struct {
	Count              int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkspaceTemplates []*WorkspaceTemplate `protobuf:"bytes,2,rep,name=workspaceTemplates,proto3" json:"workspaceTemplates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplateVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListWorkspaceTemplateVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplateVersionsResponse) GetCount

func (*ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates

func (x *ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates() []*WorkspaceTemplate

func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage

func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage()

func (*ListWorkspaceTemplateVersionsResponse) ProtoReflect

func (*ListWorkspaceTemplateVersionsResponse) Reset

func (*ListWorkspaceTemplateVersionsResponse) String

type ListWorkspaceTemplatesFieldRequest added in v0.19.0

type ListWorkspaceTemplatesFieldRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesFieldRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkspaceTemplatesFieldRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesFieldRequest) GetFieldName added in v0.19.0

func (x *ListWorkspaceTemplatesFieldRequest) GetFieldName() string

func (*ListWorkspaceTemplatesFieldRequest) GetNamespace added in v0.19.0

func (x *ListWorkspaceTemplatesFieldRequest) GetNamespace() string

func (*ListWorkspaceTemplatesFieldRequest) ProtoMessage added in v0.19.0

func (*ListWorkspaceTemplatesFieldRequest) ProtoMessage()

func (*ListWorkspaceTemplatesFieldRequest) ProtoReflect added in v0.19.0

func (*ListWorkspaceTemplatesFieldRequest) Reset added in v0.19.0

func (*ListWorkspaceTemplatesFieldRequest) String added in v0.19.0

type ListWorkspaceTemplatesFieldResponse added in v0.19.0

type ListWorkspaceTemplatesFieldResponse struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesFieldResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkspaceTemplatesFieldResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesFieldResponse) GetValues added in v0.19.0

func (*ListWorkspaceTemplatesFieldResponse) ProtoMessage added in v0.19.0

func (*ListWorkspaceTemplatesFieldResponse) ProtoMessage()

func (*ListWorkspaceTemplatesFieldResponse) ProtoReflect added in v0.19.0

func (*ListWorkspaceTemplatesFieldResponse) Reset added in v0.19.0

func (*ListWorkspaceTemplatesFieldResponse) String added in v0.19.0

type ListWorkspaceTemplatesRequest

type ListWorkspaceTemplatesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Order     string `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
	Labels    string `protobuf:"bytes,5,opt,name=labels,proto3" json:"labels,omitempty"`
	Uid       string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListWorkspaceTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesRequest) GetLabels

func (x *ListWorkspaceTemplatesRequest) GetLabels() string

func (*ListWorkspaceTemplatesRequest) GetNamespace

func (x *ListWorkspaceTemplatesRequest) GetNamespace() string

func (*ListWorkspaceTemplatesRequest) GetOrder

func (x *ListWorkspaceTemplatesRequest) GetOrder() string

func (*ListWorkspaceTemplatesRequest) GetPage

func (x *ListWorkspaceTemplatesRequest) GetPage() int32

func (*ListWorkspaceTemplatesRequest) GetPageSize

func (x *ListWorkspaceTemplatesRequest) GetPageSize() int32

func (*ListWorkspaceTemplatesRequest) GetUid

func (*ListWorkspaceTemplatesRequest) ProtoMessage

func (*ListWorkspaceTemplatesRequest) ProtoMessage()

func (*ListWorkspaceTemplatesRequest) ProtoReflect

func (*ListWorkspaceTemplatesRequest) Reset

func (x *ListWorkspaceTemplatesRequest) Reset()

func (*ListWorkspaceTemplatesRequest) String

type ListWorkspaceTemplatesResponse

type ListWorkspaceTemplatesResponse struct {
	Count              int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkspaceTemplates []*WorkspaceTemplate `protobuf:"bytes,2,rep,name=workspaceTemplates,proto3" json:"workspaceTemplates,omitempty"`
	Page               int32                `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages              int32                `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount         int32                `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListWorkspaceTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesResponse) GetCount

func (x *ListWorkspaceTemplatesResponse) GetCount() int32

func (*ListWorkspaceTemplatesResponse) GetPage

func (*ListWorkspaceTemplatesResponse) GetPages

func (x *ListWorkspaceTemplatesResponse) GetPages() int32

func (*ListWorkspaceTemplatesResponse) GetTotalCount

func (x *ListWorkspaceTemplatesResponse) GetTotalCount() int32

func (*ListWorkspaceTemplatesResponse) GetWorkspaceTemplates

func (x *ListWorkspaceTemplatesResponse) GetWorkspaceTemplates() []*WorkspaceTemplate

func (*ListWorkspaceTemplatesResponse) ProtoMessage

func (*ListWorkspaceTemplatesResponse) ProtoMessage()

func (*ListWorkspaceTemplatesResponse) ProtoReflect

func (*ListWorkspaceTemplatesResponse) Reset

func (x *ListWorkspaceTemplatesResponse) Reset()

func (*ListWorkspaceTemplatesResponse) String

type ListWorkspacesFieldRequest added in v0.19.0

type ListWorkspacesFieldRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspacesFieldRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkspacesFieldRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspacesFieldRequest) GetFieldName added in v0.19.0

func (x *ListWorkspacesFieldRequest) GetFieldName() string

func (*ListWorkspacesFieldRequest) GetNamespace added in v0.19.0

func (x *ListWorkspacesFieldRequest) GetNamespace() string

func (*ListWorkspacesFieldRequest) ProtoMessage added in v0.19.0

func (*ListWorkspacesFieldRequest) ProtoMessage()

func (*ListWorkspacesFieldRequest) ProtoReflect added in v0.19.0

func (*ListWorkspacesFieldRequest) Reset added in v0.19.0

func (x *ListWorkspacesFieldRequest) Reset()

func (*ListWorkspacesFieldRequest) String added in v0.19.0

func (x *ListWorkspacesFieldRequest) String() string

type ListWorkspacesFieldResponse added in v0.19.0

type ListWorkspacesFieldResponse struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspacesFieldResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ListWorkspacesFieldResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspacesFieldResponse) GetValues added in v0.19.0

func (x *ListWorkspacesFieldResponse) GetValues() []string

func (*ListWorkspacesFieldResponse) ProtoMessage added in v0.19.0

func (*ListWorkspacesFieldResponse) ProtoMessage()

func (*ListWorkspacesFieldResponse) ProtoReflect added in v0.19.0

func (*ListWorkspacesFieldResponse) Reset added in v0.19.0

func (x *ListWorkspacesFieldResponse) Reset()

func (*ListWorkspacesFieldResponse) String added in v0.19.0

func (x *ListWorkspacesFieldResponse) String() string

type LogEntry

type LogEntry struct {
	Timestamp string `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Content   string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*LogEntry) Descriptor deprecated

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

Deprecated: Use LogEntry.ProtoReflect.Descriptor instead.

func (*LogEntry) GetContent

func (x *LogEntry) GetContent() string

func (*LogEntry) GetTimestamp

func (x *LogEntry) GetTimestamp() string

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) ProtoReflect

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

func (*LogEntry) Reset

func (x *LogEntry) Reset()

func (*LogEntry) String

func (x *LogEntry) String() string

type LogStreamResponse

type LogStreamResponse struct {
	LogEntries []*LogEntry `protobuf:"bytes,1,rep,name=logEntries,proto3" json:"logEntries,omitempty"`
	// contains filtered or unexported fields
}

func (*LogStreamResponse) Descriptor deprecated

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

Deprecated: Use LogStreamResponse.ProtoReflect.Descriptor instead.

func (*LogStreamResponse) GetLogEntries

func (x *LogStreamResponse) GetLogEntries() []*LogEntry

func (*LogStreamResponse) ProtoMessage

func (*LogStreamResponse) ProtoMessage()

func (*LogStreamResponse) ProtoReflect

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

func (*LogStreamResponse) Reset

func (x *LogStreamResponse) Reset()

func (*LogStreamResponse) String

func (x *LogStreamResponse) String() string

type MachineType added in v0.19.0

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

func (*MachineType) Descriptor deprecated added in v0.19.0

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

Deprecated: Use MachineType.ProtoReflect.Descriptor instead.

func (*MachineType) GetName added in v0.19.0

func (x *MachineType) GetName() string

func (*MachineType) GetValue added in v0.19.0

func (x *MachineType) GetValue() string

func (*MachineType) ProtoMessage added in v0.19.0

func (*MachineType) ProtoMessage()

func (*MachineType) ProtoReflect added in v0.19.0

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

func (*MachineType) Reset added in v0.19.0

func (x *MachineType) Reset()

func (*MachineType) String added in v0.19.0

func (x *MachineType) String() string

type Metric

type Metric struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value  float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
	Format string  `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*Metric) Descriptor deprecated

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

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetFormat

func (x *Metric) GetFormat() string

func (*Metric) GetName

func (x *Metric) GetName() string

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

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

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type Namespace

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

func (*Namespace) Descriptor deprecated

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

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetSourceName added in v1.0.2

func (x *Namespace) GetSourceName() string

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 NamespaceServiceClient

type NamespaceServiceClient interface {
	ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*Namespace, error)
}

NamespaceServiceClient is the client API for NamespaceService 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.

type NamespaceServiceServer

type NamespaceServiceServer interface {
	ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*Namespace, error)
	// contains filtered or unexported methods
}

NamespaceServiceServer is the server API for NamespaceService service. All implementations must embed UnimplementedNamespaceServiceServer for forward compatibility

type NodePool

type NodePool struct {
	Label   string            `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Options []*NodePoolOption `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*NodePool) Descriptor deprecated

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

Deprecated: Use NodePool.ProtoReflect.Descriptor instead.

func (*NodePool) GetLabel

func (x *NodePool) GetLabel() string

func (*NodePool) GetOptions

func (x *NodePool) GetOptions() []*NodePoolOption

func (*NodePool) ProtoMessage

func (*NodePool) ProtoMessage()

func (*NodePool) ProtoReflect

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

func (*NodePool) Reset

func (x *NodePool) Reset()

func (*NodePool) String

func (x *NodePool) String() string

type NodePoolOption

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

func (*NodePoolOption) Descriptor deprecated

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

Deprecated: Use NodePoolOption.ProtoReflect.Descriptor instead.

func (*NodePoolOption) GetName

func (x *NodePoolOption) GetName() string

func (*NodePoolOption) GetValue

func (x *NodePoolOption) GetValue() string

func (*NodePoolOption) ProtoMessage

func (*NodePoolOption) ProtoMessage()

func (*NodePoolOption) ProtoReflect

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

func (*NodePoolOption) Reset

func (x *NodePoolOption) Reset()

func (*NodePoolOption) String

func (x *NodePoolOption) String() string

type Parameter

type Parameter struct {
	Name        string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value       string             `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Type        string             `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	DisplayName string             `protobuf:"bytes,4,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Hint        string             `protobuf:"bytes,5,opt,name=hint,proto3" json:"hint,omitempty"`
	Required    bool               `protobuf:"varint,6,opt,name=required,proto3" json:"required,omitempty"`
	Visibility  string             `protobuf:"bytes,7,opt,name=visibility,proto3" json:"visibility,omitempty"`
	Options     []*ParameterOption `protobuf:"bytes,8,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*Parameter) Descriptor deprecated

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

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetDisplayName

func (x *Parameter) GetDisplayName() string

func (*Parameter) GetHint

func (x *Parameter) GetHint() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetOptions

func (x *Parameter) GetOptions() []*ParameterOption

func (*Parameter) GetRequired

func (x *Parameter) GetRequired() bool

func (*Parameter) GetType

func (x *Parameter) GetType() string

func (*Parameter) GetValue

func (x *Parameter) GetValue() string

func (*Parameter) GetVisibility

func (x *Parameter) GetVisibility() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

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

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

type ParameterOption

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

func (*ParameterOption) Descriptor deprecated

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

Deprecated: Use ParameterOption.ProtoReflect.Descriptor instead.

func (*ParameterOption) GetName

func (x *ParameterOption) GetName() string

func (*ParameterOption) GetValue

func (x *ParameterOption) GetValue() string

func (*ParameterOption) ProtoMessage

func (*ParameterOption) ProtoMessage()

func (*ParameterOption) ProtoReflect

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

func (*ParameterOption) Reset

func (x *ParameterOption) Reset()

func (*ParameterOption) String

func (x *ParameterOption) String() string

type PauseWorkspaceRequest

type PauseWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use PauseWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*PauseWorkspaceRequest) GetNamespace

func (x *PauseWorkspaceRequest) GetNamespace() string

func (*PauseWorkspaceRequest) GetUid

func (x *PauseWorkspaceRequest) GetUid() string

func (*PauseWorkspaceRequest) ProtoMessage

func (*PauseWorkspaceRequest) ProtoMessage()

func (*PauseWorkspaceRequest) ProtoReflect

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

func (*PauseWorkspaceRequest) Reset

func (x *PauseWorkspaceRequest) Reset()

func (*PauseWorkspaceRequest) String

func (x *PauseWorkspaceRequest) String() string

type ReplaceLabelsRequest

type ReplaceLabelsRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string  `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Labels    *Labels `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceLabelsRequest) Descriptor deprecated

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

Deprecated: Use ReplaceLabelsRequest.ProtoReflect.Descriptor instead.

func (*ReplaceLabelsRequest) GetLabels

func (x *ReplaceLabelsRequest) GetLabels() *Labels

func (*ReplaceLabelsRequest) GetNamespace

func (x *ReplaceLabelsRequest) GetNamespace() string

func (*ReplaceLabelsRequest) GetResource

func (x *ReplaceLabelsRequest) GetResource() string

func (*ReplaceLabelsRequest) GetUid

func (x *ReplaceLabelsRequest) GetUid() string

func (*ReplaceLabelsRequest) ProtoMessage

func (*ReplaceLabelsRequest) ProtoMessage()

func (*ReplaceLabelsRequest) ProtoReflect

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

func (*ReplaceLabelsRequest) Reset

func (x *ReplaceLabelsRequest) Reset()

func (*ReplaceLabelsRequest) String

func (x *ReplaceLabelsRequest) String() string

type ResubmitWorkflowExecutionRequest

type ResubmitWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ResubmitWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use ResubmitWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*ResubmitWorkflowExecutionRequest) GetNamespace

func (x *ResubmitWorkflowExecutionRequest) GetNamespace() string

func (*ResubmitWorkflowExecutionRequest) GetUid

func (*ResubmitWorkflowExecutionRequest) ProtoMessage

func (*ResubmitWorkflowExecutionRequest) ProtoMessage()

func (*ResubmitWorkflowExecutionRequest) ProtoReflect

func (*ResubmitWorkflowExecutionRequest) Reset

func (*ResubmitWorkflowExecutionRequest) String

type ResumeWorkspaceRequest

type ResumeWorkspaceRequest struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string               `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Body      *UpdateWorkspaceBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use ResumeWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ResumeWorkspaceRequest) GetBody added in v0.19.0

func (*ResumeWorkspaceRequest) GetNamespace

func (x *ResumeWorkspaceRequest) GetNamespace() string

func (*ResumeWorkspaceRequest) GetUid

func (x *ResumeWorkspaceRequest) GetUid() string

func (*ResumeWorkspaceRequest) ProtoMessage

func (*ResumeWorkspaceRequest) ProtoMessage()

func (*ResumeWorkspaceRequest) ProtoReflect

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

func (*ResumeWorkspaceRequest) Reset

func (x *ResumeWorkspaceRequest) Reset()

func (*ResumeWorkspaceRequest) String

func (x *ResumeWorkspaceRequest) String() string

type RetryActionWorkspaceRequest

type RetryActionWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryActionWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use RetryActionWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*RetryActionWorkspaceRequest) GetNamespace

func (x *RetryActionWorkspaceRequest) GetNamespace() string

func (*RetryActionWorkspaceRequest) GetUid

func (x *RetryActionWorkspaceRequest) GetUid() string

func (*RetryActionWorkspaceRequest) ProtoMessage

func (*RetryActionWorkspaceRequest) ProtoMessage()

func (*RetryActionWorkspaceRequest) ProtoReflect

func (*RetryActionWorkspaceRequest) Reset

func (x *RetryActionWorkspaceRequest) Reset()

func (*RetryActionWorkspaceRequest) String

func (x *RetryActionWorkspaceRequest) String() string

type Secret

type Secret struct {
	Name string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetData

func (x *Secret) GetData() map[string]string

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 SecretExistsRequest

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

func (*SecretExistsRequest) Descriptor deprecated

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

Deprecated: Use SecretExistsRequest.ProtoReflect.Descriptor instead.

func (*SecretExistsRequest) GetName

func (x *SecretExistsRequest) GetName() string

func (*SecretExistsRequest) GetNamespace

func (x *SecretExistsRequest) GetNamespace() string

func (*SecretExistsRequest) ProtoMessage

func (*SecretExistsRequest) ProtoMessage()

func (*SecretExistsRequest) ProtoReflect

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

func (*SecretExistsRequest) Reset

func (x *SecretExistsRequest) Reset()

func (*SecretExistsRequest) String

func (x *SecretExistsRequest) String() string

type SecretExistsResponse

type SecretExistsResponse struct {
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretExistsResponse) Descriptor deprecated

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

Deprecated: Use SecretExistsResponse.ProtoReflect.Descriptor instead.

func (*SecretExistsResponse) GetExists

func (x *SecretExistsResponse) GetExists() bool

func (*SecretExistsResponse) ProtoMessage

func (*SecretExistsResponse) ProtoMessage()

func (*SecretExistsResponse) ProtoReflect

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

func (*SecretExistsResponse) Reset

func (x *SecretExistsResponse) Reset()

func (*SecretExistsResponse) String

func (x *SecretExistsResponse) String() string

type SecretServiceClient

type SecretServiceClient interface {
	CreateSecret(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SecretExists(ctx context.Context, in *SecretExistsRequest, opts ...grpc.CallOption) (*SecretExistsResponse, error)
	GetSecret(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*Secret, error)
	ListSecrets(ctx context.Context, in *ListSecretsRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error)
	DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*DeleteSecretResponse, error)
	DeleteSecretKey(ctx context.Context, in *DeleteSecretKeyRequest, opts ...grpc.CallOption) (*DeleteSecretKeyResponse, error)
	AddSecretKeyValue(ctx context.Context, in *AddSecretKeyValueRequest, opts ...grpc.CallOption) (*AddSecretKeyValueResponse, error)
	UpdateSecretKeyValue(ctx context.Context, in *UpdateSecretKeyValueRequest, opts ...grpc.CallOption) (*UpdateSecretKeyValueResponse, error)
}

SecretServiceClient is the client API for SecretService 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.

type SecretServiceServer

SecretServiceServer is the server API for SecretService service. All implementations must embed UnimplementedSecretServiceServer for forward compatibility

type Service

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

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetUrl

func (x *Service) GetUrl() string

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceServiceClient

type ServiceServiceClient interface {
	GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error)
	ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	HasService(ctx context.Context, in *HasServiceRequest, opts ...grpc.CallOption) (*HasServiceResponse, error)
}

ServiceServiceClient is the client API for ServiceService 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.

type ServiceServiceServer

type ServiceServiceServer interface {
	GetService(context.Context, *GetServiceRequest) (*Service, error)
	ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
	HasService(context.Context, *HasServiceRequest) (*HasServiceResponse, error)
	// contains filtered or unexported methods
}

ServiceServiceServer is the server API for ServiceService service. All implementations must embed UnimplementedServiceServiceServer for forward compatibility

type Statistics

type Statistics struct {
	WorkflowStatus     string `protobuf:"bytes,1,opt,name=workflowStatus,proto3" json:"workflowStatus,omitempty"`
	WorkflowTemplateId int64  `protobuf:"varint,2,opt,name=workflowTemplateId,proto3" json:"workflowTemplateId,omitempty"`
	// contains filtered or unexported fields
}

func (*Statistics) Descriptor deprecated

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

Deprecated: Use Statistics.ProtoReflect.Descriptor instead.

func (*Statistics) GetWorkflowStatus

func (x *Statistics) GetWorkflowStatus() string

func (*Statistics) GetWorkflowTemplateId

func (x *Statistics) GetWorkflowTemplateId() int64

func (*Statistics) ProtoMessage

func (*Statistics) ProtoMessage()

func (*Statistics) ProtoReflect

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

func (*Statistics) Reset

func (x *Statistics) Reset()

func (*Statistics) String

func (x *Statistics) String() string

type TerminateWorkflowExecutionRequest

type TerminateWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use TerminateWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*TerminateWorkflowExecutionRequest) GetNamespace

func (x *TerminateWorkflowExecutionRequest) GetNamespace() string

func (*TerminateWorkflowExecutionRequest) GetUid

func (*TerminateWorkflowExecutionRequest) ProtoMessage

func (*TerminateWorkflowExecutionRequest) ProtoMessage()

func (*TerminateWorkflowExecutionRequest) ProtoReflect

func (*TerminateWorkflowExecutionRequest) Reset

func (*TerminateWorkflowExecutionRequest) String

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthServiceServer) GetAccessToken

func (UnimplementedAuthServiceServer) IsAuthorized

func (UnimplementedAuthServiceServer) IsValidToken

type UnimplementedConfigServiceServer

type UnimplementedConfigServiceServer struct {
}

UnimplementedConfigServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedConfigServiceServer) GetConfig

func (UnimplementedConfigServiceServer) GetNamespaceConfig added in v0.18.0

type UnimplementedCronWorkflowServiceServer

type UnimplementedCronWorkflowServiceServer struct {
}

UnimplementedCronWorkflowServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedCronWorkflowServiceServer) CreateCronWorkflow

func (UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow

func (UnimplementedCronWorkflowServiceServer) GetCronWorkflow

func (UnimplementedCronWorkflowServiceServer) ListCronWorkflows

func (UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow

type UnimplementedFileServiceServer added in v1.0.0

type UnimplementedFileServiceServer struct {
}

UnimplementedFileServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedFileServiceServer) GetObjectDownloadPresignedURL added in v1.0.0

func (UnimplementedFileServiceServer) ListFiles added in v1.0.0

type UnimplementedInferenceServiceServer added in v1.0.0

type UnimplementedInferenceServiceServer struct {
}

UnimplementedInferenceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedInferenceServiceServer) CreateInferenceService added in v1.0.0

func (UnimplementedInferenceServiceServer) DeleteInferenceService added in v1.0.0

func (UnimplementedInferenceServiceServer) GetInferenceService added in v1.0.0

type UnimplementedLabelServiceServer

type UnimplementedLabelServiceServer struct {
}

UnimplementedLabelServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedLabelServiceServer) AddLabels

func (UnimplementedLabelServiceServer) DeleteLabel

func (UnimplementedLabelServiceServer) GetAvailableLabels

func (UnimplementedLabelServiceServer) GetLabels

func (UnimplementedLabelServiceServer) ReplaceLabels

type UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedNamespaceServiceServer) CreateNamespace

func (UnimplementedNamespaceServiceServer) ListNamespaces

type UnimplementedSecretServiceServer

type UnimplementedSecretServiceServer struct {
}

UnimplementedSecretServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedSecretServiceServer) AddSecretKeyValue

func (UnimplementedSecretServiceServer) CreateSecret

func (UnimplementedSecretServiceServer) DeleteSecret

func (UnimplementedSecretServiceServer) DeleteSecretKey

func (UnimplementedSecretServiceServer) GetSecret

func (UnimplementedSecretServiceServer) ListSecrets

func (UnimplementedSecretServiceServer) SecretExists

type UnimplementedServiceServiceServer

type UnimplementedServiceServiceServer struct {
}

UnimplementedServiceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedServiceServiceServer) GetService

func (UnimplementedServiceServiceServer) HasService added in v1.0.0

func (UnimplementedServiceServiceServer) ListServices

type UnimplementedWorkflowServiceServer

type UnimplementedWorkflowServiceServer struct {
}

UnimplementedWorkflowServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWorkflowServiceServer) AddWorkflowExecutionStatistics

func (UnimplementedWorkflowServiceServer) CloneWorkflowExecution

func (UnimplementedWorkflowServiceServer) CreateWorkflowExecution

func (UnimplementedWorkflowServiceServer) CronStartWorkflowExecutionStatistic

func (UnimplementedWorkflowServiceServer) GetWorkflowExecution

func (UnimplementedWorkflowServiceServer) ListWorkflowExecutionsField added in v0.19.0

func (UnimplementedWorkflowServiceServer) ResubmitWorkflowExecution

func (UnimplementedWorkflowServiceServer) TerminateWorkflowExecution

func (UnimplementedWorkflowServiceServer) UpdateWorkflowExecutionStatus

type UnimplementedWorkflowTemplateServiceServer

type UnimplementedWorkflowTemplateServiceServer struct {
}

UnimplementedWorkflowTemplateServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWorkflowTemplateServiceServer) CloneWorkflowTemplate

func (UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplate

func (UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplateVersion

func (UnimplementedWorkflowTemplateServiceServer) GenerateWorkflowTemplate

func (UnimplementedWorkflowTemplateServiceServer) GetWorkflowTemplate

func (UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplates

func (UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplatesField added in v0.19.0

type UnimplementedWorkspaceServiceServer

type UnimplementedWorkspaceServiceServer struct {
}

UnimplementedWorkspaceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWorkspaceServiceServer) CreateWorkspace

func (UnimplementedWorkspaceServiceServer) DeleteWorkspace

func (UnimplementedWorkspaceServiceServer) GetWorkspace

func (UnimplementedWorkspaceServiceServer) GetWorkspaceContainerLogs added in v0.18.0

func (UnimplementedWorkspaceServiceServer) ListWorkspaces

func (UnimplementedWorkspaceServiceServer) ListWorkspacesField added in v0.19.0

func (UnimplementedWorkspaceServiceServer) PauseWorkspace

func (UnimplementedWorkspaceServiceServer) ResumeWorkspace

func (UnimplementedWorkspaceServiceServer) RetryLastWorkspaceAction

func (UnimplementedWorkspaceServiceServer) UpdateWorkspace

func (UnimplementedWorkspaceServiceServer) UpdateWorkspaceStatus

type UnimplementedWorkspaceTemplateServiceServer

type UnimplementedWorkspaceTemplateServiceServer struct {
}

UnimplementedWorkspaceTemplateServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWorkspaceTemplateServiceServer) ArchiveWorkspaceTemplate

func (UnimplementedWorkspaceTemplateServiceServer) CreateWorkspaceTemplate

func (UnimplementedWorkspaceTemplateServiceServer) GenerateWorkspaceTemplateWorkflowTemplate

func (UnimplementedWorkspaceTemplateServiceServer) GetWorkspaceTemplate

func (UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplates

func (UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplatesField added in v0.19.0

func (UnimplementedWorkspaceTemplateServiceServer) UpdateWorkspaceTemplate

type UnsafeAuthServiceServer

type UnsafeAuthServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServiceServer will result in compilation errors.

type UnsafeConfigServiceServer

type UnsafeConfigServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConfigServiceServer will result in compilation errors.

type UnsafeCronWorkflowServiceServer

type UnsafeCronWorkflowServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeCronWorkflowServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CronWorkflowServiceServer will result in compilation errors.

type UnsafeFileServiceServer added in v1.0.0

type UnsafeFileServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FileServiceServer will result in compilation errors.

type UnsafeInferenceServiceServer added in v1.0.0

type UnsafeInferenceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeInferenceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InferenceServiceServer will result in compilation errors.

type UnsafeLabelServiceServer

type UnsafeLabelServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLabelServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LabelServiceServer will result in compilation errors.

type UnsafeNamespaceServiceServer

type UnsafeNamespaceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNamespaceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NamespaceServiceServer will result in compilation errors.

type UnsafeSecretServiceServer

type UnsafeSecretServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSecretServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecretServiceServer will result in compilation errors.

type UnsafeServiceServiceServer

type UnsafeServiceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeServiceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceServiceServer will result in compilation errors.

type UnsafeWorkflowServiceServer

type UnsafeWorkflowServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkflowServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowServiceServer will result in compilation errors.

type UnsafeWorkflowTemplateServiceServer

type UnsafeWorkflowTemplateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkflowTemplateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowTemplateServiceServer will result in compilation errors.

type UnsafeWorkspaceServiceServer

type UnsafeWorkspaceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkspaceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkspaceServiceServer will result in compilation errors.

type UnsafeWorkspaceTemplateServiceServer

type UnsafeWorkspaceTemplateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkspaceTemplateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkspaceTemplateServiceServer will result in compilation errors.

type UpdateCronWorkflowRequest

type UpdateCronWorkflowRequest struct {
	Namespace    string        `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid          string        `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	CronWorkflow *CronWorkflow `protobuf:"bytes,3,opt,name=cronWorkflow,proto3" json:"cronWorkflow,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCronWorkflowRequest) Descriptor deprecated

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

Deprecated: Use UpdateCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*UpdateCronWorkflowRequest) GetCronWorkflow

func (x *UpdateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow

func (*UpdateCronWorkflowRequest) GetNamespace

func (x *UpdateCronWorkflowRequest) GetNamespace() string

func (*UpdateCronWorkflowRequest) GetUid

func (x *UpdateCronWorkflowRequest) GetUid() string

func (*UpdateCronWorkflowRequest) ProtoMessage

func (*UpdateCronWorkflowRequest) ProtoMessage()

func (*UpdateCronWorkflowRequest) ProtoReflect

func (*UpdateCronWorkflowRequest) Reset

func (x *UpdateCronWorkflowRequest) Reset()

func (*UpdateCronWorkflowRequest) String

func (x *UpdateCronWorkflowRequest) String() string

type UpdateSecretKeyValueRequest

type UpdateSecretKeyValueRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretKeyValueRequest) Descriptor deprecated

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

Deprecated: Use UpdateSecretKeyValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateSecretKeyValueRequest) GetNamespace

func (x *UpdateSecretKeyValueRequest) GetNamespace() string

func (*UpdateSecretKeyValueRequest) GetSecret

func (x *UpdateSecretKeyValueRequest) GetSecret() *Secret

func (*UpdateSecretKeyValueRequest) ProtoMessage

func (*UpdateSecretKeyValueRequest) ProtoMessage()

func (*UpdateSecretKeyValueRequest) ProtoReflect

func (*UpdateSecretKeyValueRequest) Reset

func (x *UpdateSecretKeyValueRequest) Reset()

func (*UpdateSecretKeyValueRequest) String

func (x *UpdateSecretKeyValueRequest) String() string

type UpdateSecretKeyValueResponse

type UpdateSecretKeyValueResponse struct {
	Updated bool `protobuf:"varint,1,opt,name=updated,proto3" json:"updated,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretKeyValueResponse) Descriptor deprecated

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

Deprecated: Use UpdateSecretKeyValueResponse.ProtoReflect.Descriptor instead.

func (*UpdateSecretKeyValueResponse) GetUpdated

func (x *UpdateSecretKeyValueResponse) GetUpdated() bool

func (*UpdateSecretKeyValueResponse) ProtoMessage

func (*UpdateSecretKeyValueResponse) ProtoMessage()

func (*UpdateSecretKeyValueResponse) ProtoReflect

func (*UpdateSecretKeyValueResponse) Reset

func (x *UpdateSecretKeyValueResponse) Reset()

func (*UpdateSecretKeyValueResponse) String

type UpdateWorkflowExecutionStatusRequest

type UpdateWorkflowExecutionStatusRequest struct {
	Namespace string                   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string                   `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Status    *WorkflowExecutionStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkflowExecutionStatusRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkflowExecutionStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkflowExecutionStatusRequest) GetNamespace

func (x *UpdateWorkflowExecutionStatusRequest) GetNamespace() string

func (*UpdateWorkflowExecutionStatusRequest) GetStatus

func (*UpdateWorkflowExecutionStatusRequest) GetUid

func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage

func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage()

func (*UpdateWorkflowExecutionStatusRequest) ProtoReflect

func (*UpdateWorkflowExecutionStatusRequest) Reset

func (*UpdateWorkflowExecutionStatusRequest) String

type UpdateWorkflowExecutionsMetricsRequest

type UpdateWorkflowExecutionsMetricsRequest struct {
	Namespace string    `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string    `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Metrics   []*Metric `protobuf:"bytes,4,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkflowExecutionsMetricsRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkflowExecutionsMetricsRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkflowExecutionsMetricsRequest) GetMetrics

func (*UpdateWorkflowExecutionsMetricsRequest) GetNamespace

func (*UpdateWorkflowExecutionsMetricsRequest) GetUid

func (*UpdateWorkflowExecutionsMetricsRequest) ProtoMessage

func (*UpdateWorkflowExecutionsMetricsRequest) ProtoReflect

func (*UpdateWorkflowExecutionsMetricsRequest) Reset

func (*UpdateWorkflowExecutionsMetricsRequest) String

type UpdateWorkflowTemplateVersionRequest

type UpdateWorkflowTemplateVersionRequest struct {
	Namespace        string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,2,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkflowTemplateVersionRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkflowTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkflowTemplateVersionRequest) GetNamespace

func (x *UpdateWorkflowTemplateVersionRequest) GetNamespace() string

func (*UpdateWorkflowTemplateVersionRequest) GetWorkflowTemplate

func (x *UpdateWorkflowTemplateVersionRequest) GetWorkflowTemplate() *WorkflowTemplate

func (*UpdateWorkflowTemplateVersionRequest) ProtoMessage

func (*UpdateWorkflowTemplateVersionRequest) ProtoMessage()

func (*UpdateWorkflowTemplateVersionRequest) ProtoReflect

func (*UpdateWorkflowTemplateVersionRequest) Reset

func (*UpdateWorkflowTemplateVersionRequest) String

type UpdateWorkspaceBody

type UpdateWorkspaceBody struct {
	Parameters []*Parameter `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels     []*KeyValue  `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceBody) Descriptor deprecated

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

Deprecated: Use UpdateWorkspaceBody.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceBody) GetLabels

func (x *UpdateWorkspaceBody) GetLabels() []*KeyValue

func (*UpdateWorkspaceBody) GetParameters

func (x *UpdateWorkspaceBody) GetParameters() []*Parameter

func (*UpdateWorkspaceBody) ProtoMessage

func (*UpdateWorkspaceBody) ProtoMessage()

func (*UpdateWorkspaceBody) ProtoReflect

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

func (*UpdateWorkspaceBody) Reset

func (x *UpdateWorkspaceBody) Reset()

func (*UpdateWorkspaceBody) String

func (x *UpdateWorkspaceBody) String() string

type UpdateWorkspaceRequest

type UpdateWorkspaceRequest struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string               `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Body      *UpdateWorkspaceBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceRequest) GetBody

func (*UpdateWorkspaceRequest) GetNamespace

func (x *UpdateWorkspaceRequest) GetNamespace() string

func (*UpdateWorkspaceRequest) GetUid

func (x *UpdateWorkspaceRequest) GetUid() string

func (*UpdateWorkspaceRequest) ProtoMessage

func (*UpdateWorkspaceRequest) ProtoMessage()

func (*UpdateWorkspaceRequest) ProtoReflect

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

func (*UpdateWorkspaceRequest) Reset

func (x *UpdateWorkspaceRequest) Reset()

func (*UpdateWorkspaceRequest) String

func (x *UpdateWorkspaceRequest) String() string

type UpdateWorkspaceStatusRequest

type UpdateWorkspaceStatusRequest struct {
	Namespace string           `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string           `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Status    *WorkspaceStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceStatusRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkspaceStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceStatusRequest) GetNamespace

func (x *UpdateWorkspaceStatusRequest) GetNamespace() string

func (*UpdateWorkspaceStatusRequest) GetStatus

func (*UpdateWorkspaceStatusRequest) GetUid

func (*UpdateWorkspaceStatusRequest) ProtoMessage

func (*UpdateWorkspaceStatusRequest) ProtoMessage()

func (*UpdateWorkspaceStatusRequest) ProtoReflect

func (*UpdateWorkspaceStatusRequest) Reset

func (x *UpdateWorkspaceStatusRequest) Reset()

func (*UpdateWorkspaceStatusRequest) String

type UpdateWorkspaceTemplateRequest

type UpdateWorkspaceTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,3,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceTemplateRequest) Descriptor deprecated

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

Deprecated: Use UpdateWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceTemplateRequest) GetNamespace

func (x *UpdateWorkspaceTemplateRequest) GetNamespace() string

func (*UpdateWorkspaceTemplateRequest) GetUid

func (*UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate

func (x *UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate

func (*UpdateWorkspaceTemplateRequest) ProtoMessage

func (*UpdateWorkspaceTemplateRequest) ProtoMessage()

func (*UpdateWorkspaceTemplateRequest) ProtoReflect

func (*UpdateWorkspaceTemplateRequest) Reset

func (x *UpdateWorkspaceTemplateRequest) Reset()

func (*UpdateWorkspaceTemplateRequest) String

type WatchWorkflowExecutionRequest

type WatchWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchWorkflowExecutionRequest) Descriptor deprecated

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

Deprecated: Use WatchWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*WatchWorkflowExecutionRequest) GetNamespace

func (x *WatchWorkflowExecutionRequest) GetNamespace() string

func (*WatchWorkflowExecutionRequest) GetUid

func (*WatchWorkflowExecutionRequest) ProtoMessage

func (*WatchWorkflowExecutionRequest) ProtoMessage()

func (*WatchWorkflowExecutionRequest) ProtoReflect

func (*WatchWorkflowExecutionRequest) Reset

func (x *WatchWorkflowExecutionRequest) Reset()

func (*WatchWorkflowExecutionRequest) String

type WorkflowExecution

type WorkflowExecution struct {
	CreatedAt        string                     `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Uid              string                     `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string                     `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Phase            string                     `protobuf:"bytes,4,opt,name=phase,proto3" json:"phase,omitempty"`
	StartedAt        string                     `protobuf:"bytes,5,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	FinishedAt       string                     `protobuf:"bytes,6,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
	Manifest         string                     `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
	Parameters       []*Parameter               `protobuf:"bytes,8,rep,name=parameters,proto3" json:"parameters,omitempty"`
	WorkflowTemplate *WorkflowTemplate          `protobuf:"bytes,9,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	Labels           []*KeyValue                `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
	Metadata         *WorkflowExecutionMetadata `protobuf:"bytes,11,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Metrics          []*Metric                  `protobuf:"bytes,12,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecution) Descriptor deprecated

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

Deprecated: Use WorkflowExecution.ProtoReflect.Descriptor instead.

func (*WorkflowExecution) GetCreatedAt

func (x *WorkflowExecution) GetCreatedAt() string

func (*WorkflowExecution) GetFinishedAt

func (x *WorkflowExecution) GetFinishedAt() string

func (*WorkflowExecution) GetLabels

func (x *WorkflowExecution) GetLabels() []*KeyValue

func (*WorkflowExecution) GetManifest

func (x *WorkflowExecution) GetManifest() string

func (*WorkflowExecution) GetMetadata

func (x *WorkflowExecution) GetMetadata() *WorkflowExecutionMetadata

func (*WorkflowExecution) GetMetrics

func (x *WorkflowExecution) GetMetrics() []*Metric

func (*WorkflowExecution) GetName

func (x *WorkflowExecution) GetName() string

func (*WorkflowExecution) GetParameters

func (x *WorkflowExecution) GetParameters() []*Parameter

func (*WorkflowExecution) GetPhase

func (x *WorkflowExecution) GetPhase() string

func (*WorkflowExecution) GetStartedAt

func (x *WorkflowExecution) GetStartedAt() string

func (*WorkflowExecution) GetUid

func (x *WorkflowExecution) GetUid() string

func (*WorkflowExecution) GetWorkflowTemplate

func (x *WorkflowExecution) GetWorkflowTemplate() *WorkflowTemplate

func (*WorkflowExecution) ProtoMessage

func (*WorkflowExecution) ProtoMessage()

func (*WorkflowExecution) ProtoReflect

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

func (*WorkflowExecution) Reset

func (x *WorkflowExecution) Reset()

func (*WorkflowExecution) String

func (x *WorkflowExecution) String() string

type WorkflowExecutionMetadata

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

func (*WorkflowExecutionMetadata) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionMetadata.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionMetadata) GetUrl

func (x *WorkflowExecutionMetadata) GetUrl() string

func (*WorkflowExecutionMetadata) ProtoMessage

func (*WorkflowExecutionMetadata) ProtoMessage()

func (*WorkflowExecutionMetadata) ProtoReflect

func (*WorkflowExecutionMetadata) Reset

func (x *WorkflowExecutionMetadata) Reset()

func (*WorkflowExecutionMetadata) String

func (x *WorkflowExecutionMetadata) String() string

type WorkflowExecutionStatisticReport

type WorkflowExecutionStatisticReport struct {
	Total        int32  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	LastExecuted string `protobuf:"bytes,2,opt,name=lastExecuted,proto3" json:"lastExecuted,omitempty"`
	Running      int32  `protobuf:"varint,3,opt,name=running,proto3" json:"running,omitempty"`
	Completed    int32  `protobuf:"varint,4,opt,name=completed,proto3" json:"completed,omitempty"`
	Failed       int32  `protobuf:"varint,5,opt,name=failed,proto3" json:"failed,omitempty"`
	Terminated   int32  `protobuf:"varint,6,opt,name=terminated,proto3" json:"terminated,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionStatisticReport) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionStatisticReport.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStatisticReport) GetCompleted

func (x *WorkflowExecutionStatisticReport) GetCompleted() int32

func (*WorkflowExecutionStatisticReport) GetFailed

func (x *WorkflowExecutionStatisticReport) GetFailed() int32

func (*WorkflowExecutionStatisticReport) GetLastExecuted

func (x *WorkflowExecutionStatisticReport) GetLastExecuted() string

func (*WorkflowExecutionStatisticReport) GetRunning

func (x *WorkflowExecutionStatisticReport) GetRunning() int32

func (*WorkflowExecutionStatisticReport) GetTerminated

func (x *WorkflowExecutionStatisticReport) GetTerminated() int32

func (*WorkflowExecutionStatisticReport) GetTotal

func (*WorkflowExecutionStatisticReport) ProtoMessage

func (*WorkflowExecutionStatisticReport) ProtoMessage()

func (*WorkflowExecutionStatisticReport) ProtoReflect

func (*WorkflowExecutionStatisticReport) Reset

func (*WorkflowExecutionStatisticReport) String

type WorkflowExecutionStatus

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

func (*WorkflowExecutionStatus) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionStatus.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStatus) GetPhase

func (x *WorkflowExecutionStatus) GetPhase() string

func (*WorkflowExecutionStatus) ProtoMessage

func (*WorkflowExecutionStatus) ProtoMessage()

func (*WorkflowExecutionStatus) ProtoReflect

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

func (*WorkflowExecutionStatus) Reset

func (x *WorkflowExecutionStatus) Reset()

func (*WorkflowExecutionStatus) String

func (x *WorkflowExecutionStatus) String() string

type WorkflowExecutionsMetricsResponse

type WorkflowExecutionsMetricsResponse struct {
	Metrics []*Metric `protobuf:"bytes,4,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionsMetricsResponse) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionsMetricsResponse.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionsMetricsResponse) GetMetrics

func (x *WorkflowExecutionsMetricsResponse) GetMetrics() []*Metric

func (*WorkflowExecutionsMetricsResponse) ProtoMessage

func (*WorkflowExecutionsMetricsResponse) ProtoMessage()

func (*WorkflowExecutionsMetricsResponse) ProtoReflect

func (*WorkflowExecutionsMetricsResponse) Reset

func (*WorkflowExecutionsMetricsResponse) String

type WorkflowServiceClient

type WorkflowServiceClient interface {
	// Creates a Workflow
	CreateWorkflowExecution(ctx context.Context, in *CreateWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	// Clone a Workflow. This is the same as running it again.
	CloneWorkflowExecution(ctx context.Context, in *CloneWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	GetWorkflowExecutionStatisticsForNamespace(ctx context.Context, in *GetWorkflowExecutionStatisticsForNamespaceRequest, opts ...grpc.CallOption) (*GetWorkflowExecutionStatisticsForNamespaceResponse, error)
	GetWorkflowExecution(ctx context.Context, in *GetWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	ListWorkflowExecutions(ctx context.Context, in *ListWorkflowExecutionsRequest, opts ...grpc.CallOption) (*ListWorkflowExecutionsResponse, error)
	WatchWorkflowExecution(ctx context.Context, in *WatchWorkflowExecutionRequest, opts ...grpc.CallOption) (WorkflowService_WatchWorkflowExecutionClient, error)
	GetWorkflowExecutionLogs(ctx context.Context, in *GetWorkflowExecutionLogsRequest, opts ...grpc.CallOption) (WorkflowService_GetWorkflowExecutionLogsClient, error)
	GetWorkflowExecutionMetrics(ctx context.Context, in *GetWorkflowExecutionMetricsRequest, opts ...grpc.CallOption) (*GetWorkflowExecutionMetricsResponse, error)
	ResubmitWorkflowExecution(ctx context.Context, in *ResubmitWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	TerminateWorkflowExecution(ctx context.Context, in *TerminateWorkflowExecutionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddWorkflowExecutionStatistics(ctx context.Context, in *AddWorkflowExecutionStatisticRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CronStartWorkflowExecutionStatistic(ctx context.Context, in *CronStartWorkflowExecutionStatisticRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateWorkflowExecutionStatus(ctx context.Context, in *UpdateWorkflowExecutionStatusRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddWorkflowExecutionMetrics(ctx context.Context, in *AddWorkflowExecutionsMetricsRequest, opts ...grpc.CallOption) (*WorkflowExecutionsMetricsResponse, error)
	UpdateWorkflowExecutionMetrics(ctx context.Context, in *UpdateWorkflowExecutionsMetricsRequest, opts ...grpc.CallOption) (*WorkflowExecutionsMetricsResponse, error)
	ListWorkflowExecutionsField(ctx context.Context, in *ListWorkflowExecutionsFieldRequest, opts ...grpc.CallOption) (*ListWorkflowExecutionsFieldResponse, error)
}

WorkflowServiceClient is the client API for WorkflowService 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.

type WorkflowServiceServer

type WorkflowServiceServer interface {
	// Creates a Workflow
	CreateWorkflowExecution(context.Context, *CreateWorkflowExecutionRequest) (*WorkflowExecution, error)
	// Clone a Workflow. This is the same as running it again.
	CloneWorkflowExecution(context.Context, *CloneWorkflowExecutionRequest) (*WorkflowExecution, error)
	GetWorkflowExecutionStatisticsForNamespace(context.Context, *GetWorkflowExecutionStatisticsForNamespaceRequest) (*GetWorkflowExecutionStatisticsForNamespaceResponse, error)
	GetWorkflowExecution(context.Context, *GetWorkflowExecutionRequest) (*WorkflowExecution, error)
	ListWorkflowExecutions(context.Context, *ListWorkflowExecutionsRequest) (*ListWorkflowExecutionsResponse, error)
	WatchWorkflowExecution(*WatchWorkflowExecutionRequest, WorkflowService_WatchWorkflowExecutionServer) error
	GetWorkflowExecutionLogs(*GetWorkflowExecutionLogsRequest, WorkflowService_GetWorkflowExecutionLogsServer) error
	GetWorkflowExecutionMetrics(context.Context, *GetWorkflowExecutionMetricsRequest) (*GetWorkflowExecutionMetricsResponse, error)
	ResubmitWorkflowExecution(context.Context, *ResubmitWorkflowExecutionRequest) (*WorkflowExecution, error)
	TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest) (*emptypb.Empty, error)
	AddWorkflowExecutionStatistics(context.Context, *AddWorkflowExecutionStatisticRequest) (*emptypb.Empty, error)
	CronStartWorkflowExecutionStatistic(context.Context, *CronStartWorkflowExecutionStatisticRequest) (*emptypb.Empty, error)
	UpdateWorkflowExecutionStatus(context.Context, *UpdateWorkflowExecutionStatusRequest) (*emptypb.Empty, error)
	AddWorkflowExecutionMetrics(context.Context, *AddWorkflowExecutionsMetricsRequest) (*WorkflowExecutionsMetricsResponse, error)
	UpdateWorkflowExecutionMetrics(context.Context, *UpdateWorkflowExecutionsMetricsRequest) (*WorkflowExecutionsMetricsResponse, error)
	ListWorkflowExecutionsField(context.Context, *ListWorkflowExecutionsFieldRequest) (*ListWorkflowExecutionsFieldResponse, error)
	// contains filtered or unexported methods
}

WorkflowServiceServer is the server API for WorkflowService service. All implementations must embed UnimplementedWorkflowServiceServer for forward compatibility

type WorkflowService_GetWorkflowExecutionLogsClient

type WorkflowService_GetWorkflowExecutionLogsClient interface {
	Recv() (*LogStreamResponse, error)
	grpc.ClientStream
}

type WorkflowService_GetWorkflowExecutionLogsServer

type WorkflowService_GetWorkflowExecutionLogsServer interface {
	Send(*LogStreamResponse) error
	grpc.ServerStream
}

type WorkflowService_WatchWorkflowExecutionClient

type WorkflowService_WatchWorkflowExecutionClient interface {
	Recv() (*WorkflowExecution, error)
	grpc.ClientStream
}

type WorkflowService_WatchWorkflowExecutionServer

type WorkflowService_WatchWorkflowExecutionServer interface {
	Send(*WorkflowExecution) error
	grpc.ServerStream
}

type WorkflowTemplate

type WorkflowTemplate struct {
	CreatedAt   string                            `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	ModifiedAt  string                            `protobuf:"bytes,2,opt,name=modifiedAt,proto3" json:"modifiedAt,omitempty"`
	Uid         string                            `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Name        string                            `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Version     int64                             `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Versions    int64                             `protobuf:"varint,6,opt,name=versions,proto3" json:"versions,omitempty"`
	Manifest    string                            `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
	IsLatest    bool                              `protobuf:"varint,8,opt,name=isLatest,proto3" json:"isLatest,omitempty"`
	IsArchived  bool                              `protobuf:"varint,9,opt,name=isArchived,proto3" json:"isArchived,omitempty"`
	Labels      []*KeyValue                       `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
	Stats       *WorkflowExecutionStatisticReport `protobuf:"bytes,11,opt,name=stats,proto3" json:"stats,omitempty"`
	CronStats   *CronWorkflowStatisticsReport     `protobuf:"bytes,12,opt,name=cronStats,proto3" json:"cronStats,omitempty"`
	Parameters  []*Parameter                      `protobuf:"bytes,13,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Description string                            `protobuf:"bytes,14,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTemplate) Descriptor deprecated

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

Deprecated: Use WorkflowTemplate.ProtoReflect.Descriptor instead.

func (*WorkflowTemplate) GetCreatedAt

func (x *WorkflowTemplate) GetCreatedAt() string

func (*WorkflowTemplate) GetCronStats

func (*WorkflowTemplate) GetDescription added in v1.0.0

func (x *WorkflowTemplate) GetDescription() string

func (*WorkflowTemplate) GetIsArchived

func (x *WorkflowTemplate) GetIsArchived() bool

func (*WorkflowTemplate) GetIsLatest

func (x *WorkflowTemplate) GetIsLatest() bool

func (*WorkflowTemplate) GetLabels

func (x *WorkflowTemplate) GetLabels() []*KeyValue

func (*WorkflowTemplate) GetManifest

func (x *WorkflowTemplate) GetManifest() string

func (*WorkflowTemplate) GetModifiedAt

func (x *WorkflowTemplate) GetModifiedAt() string

func (*WorkflowTemplate) GetName

func (x *WorkflowTemplate) GetName() string

func (*WorkflowTemplate) GetParameters

func (x *WorkflowTemplate) GetParameters() []*Parameter

func (*WorkflowTemplate) GetStats

func (*WorkflowTemplate) GetUid

func (x *WorkflowTemplate) GetUid() string

func (*WorkflowTemplate) GetVersion

func (x *WorkflowTemplate) GetVersion() int64

func (*WorkflowTemplate) GetVersions

func (x *WorkflowTemplate) GetVersions() int64

func (*WorkflowTemplate) ProtoMessage

func (*WorkflowTemplate) ProtoMessage()

func (*WorkflowTemplate) ProtoReflect

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

func (*WorkflowTemplate) Reset

func (x *WorkflowTemplate) Reset()

func (*WorkflowTemplate) String

func (x *WorkflowTemplate) String() string

type WorkflowTemplateServiceClient

type WorkflowTemplateServiceClient interface {
	// Get the generated WorkflowTemplate, applying any modifications based on the content
	GenerateWorkflowTemplate(ctx context.Context, in *GenerateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	CreateWorkflowTemplate(ctx context.Context, in *CreateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	CreateWorkflowTemplateVersion(ctx context.Context, in *CreateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	GetWorkflowTemplate(ctx context.Context, in *GetWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	ListWorkflowTemplateVersions(ctx context.Context, in *ListWorkflowTemplateVersionsRequest, opts ...grpc.CallOption) (*ListWorkflowTemplateVersionsResponse, error)
	ListWorkflowTemplates(ctx context.Context, in *ListWorkflowTemplatesRequest, opts ...grpc.CallOption) (*ListWorkflowTemplatesResponse, error)
	CloneWorkflowTemplate(ctx context.Context, in *CloneWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	ArchiveWorkflowTemplate(ctx context.Context, in *ArchiveWorkflowTemplateRequest, opts ...grpc.CallOption) (*ArchiveWorkflowTemplateResponse, error)
	ListWorkflowTemplatesField(ctx context.Context, in *ListWorkflowTemplatesFieldRequest, opts ...grpc.CallOption) (*ListWorkflowTemplatesFieldResponse, error)
}

WorkflowTemplateServiceClient is the client API for WorkflowTemplateService 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.

type WorkflowTemplateServiceServer

type WorkflowTemplateServiceServer interface {
	// Get the generated WorkflowTemplate, applying any modifications based on the content
	GenerateWorkflowTemplate(context.Context, *GenerateWorkflowTemplateRequest) (*WorkflowTemplate, error)
	CreateWorkflowTemplate(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
	CreateWorkflowTemplateVersion(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
	GetWorkflowTemplate(context.Context, *GetWorkflowTemplateRequest) (*WorkflowTemplate, error)
	ListWorkflowTemplateVersions(context.Context, *ListWorkflowTemplateVersionsRequest) (*ListWorkflowTemplateVersionsResponse, error)
	ListWorkflowTemplates(context.Context, *ListWorkflowTemplatesRequest) (*ListWorkflowTemplatesResponse, error)
	CloneWorkflowTemplate(context.Context, *CloneWorkflowTemplateRequest) (*WorkflowTemplate, error)
	ArchiveWorkflowTemplate(context.Context, *ArchiveWorkflowTemplateRequest) (*ArchiveWorkflowTemplateResponse, error)
	ListWorkflowTemplatesField(context.Context, *ListWorkflowTemplatesFieldRequest) (*ListWorkflowTemplatesFieldResponse, error)
	// contains filtered or unexported methods
}

WorkflowTemplateServiceServer is the server API for WorkflowTemplateService service. All implementations must embed UnimplementedWorkflowTemplateServiceServer for forward compatibility

type Workspace

type Workspace struct {
	Uid                 string                `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name                string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version             int64                 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	CreatedAt           string                `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Parameters          []*Parameter          `protobuf:"bytes,5,rep,name=parameters,proto3" json:"parameters,omitempty"`
	WorkspaceTemplate   *WorkspaceTemplate    `protobuf:"bytes,6,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	Status              *WorkspaceStatus      `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	Labels              []*KeyValue           `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"`
	Url                 string                `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	TemplateParameters  []*Parameter          `protobuf:"bytes,10,rep,name=templateParameters,proto3" json:"templateParameters,omitempty"`
	WorkspaceComponents []*WorkspaceComponent `protobuf:"bytes,11,rep,name=workspaceComponents,proto3" json:"workspaceComponents,omitempty"`
	MachineType         *MachineType          `protobuf:"bytes,12,opt,name=machineType,proto3" json:"machineType,omitempty"`
	// contains filtered or unexported fields
}

func (*Workspace) Descriptor deprecated

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

Deprecated: Use Workspace.ProtoReflect.Descriptor instead.

func (*Workspace) GetCreatedAt

func (x *Workspace) GetCreatedAt() string

func (*Workspace) GetLabels

func (x *Workspace) GetLabels() []*KeyValue

func (*Workspace) GetMachineType added in v0.19.0

func (x *Workspace) GetMachineType() *MachineType

func (*Workspace) GetName

func (x *Workspace) GetName() string

func (*Workspace) GetParameters

func (x *Workspace) GetParameters() []*Parameter

func (*Workspace) GetStatus

func (x *Workspace) GetStatus() *WorkspaceStatus

func (*Workspace) GetTemplateParameters

func (x *Workspace) GetTemplateParameters() []*Parameter

func (*Workspace) GetUid

func (x *Workspace) GetUid() string

func (*Workspace) GetUrl

func (x *Workspace) GetUrl() string

func (*Workspace) GetVersion

func (x *Workspace) GetVersion() int64

func (*Workspace) GetWorkspaceComponents added in v0.18.0

func (x *Workspace) GetWorkspaceComponents() []*WorkspaceComponent

func (*Workspace) GetWorkspaceTemplate

func (x *Workspace) GetWorkspaceTemplate() *WorkspaceTemplate

func (*Workspace) ProtoMessage

func (*Workspace) ProtoMessage()

func (*Workspace) ProtoReflect

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

func (*Workspace) Reset

func (x *Workspace) Reset()

func (*Workspace) String

func (x *Workspace) String() string

type WorkspaceComponent added in v0.18.0

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

func (*WorkspaceComponent) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkspaceComponent.ProtoReflect.Descriptor instead.

func (*WorkspaceComponent) GetName added in v0.18.0

func (x *WorkspaceComponent) GetName() string

func (*WorkspaceComponent) GetUrl added in v0.18.0

func (x *WorkspaceComponent) GetUrl() string

func (*WorkspaceComponent) ProtoMessage added in v0.18.0

func (*WorkspaceComponent) ProtoMessage()

func (*WorkspaceComponent) ProtoReflect added in v0.18.0

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

func (*WorkspaceComponent) Reset added in v0.18.0

func (x *WorkspaceComponent) Reset()

func (*WorkspaceComponent) String added in v0.18.0

func (x *WorkspaceComponent) String() string

type WorkspaceServiceClient

type WorkspaceServiceClient interface {
	CreateWorkspace(ctx context.Context, in *CreateWorkspaceRequest, opts ...grpc.CallOption) (*Workspace, error)
	GetWorkspaceStatisticsForNamespace(ctx context.Context, in *GetWorkspaceStatisticsForNamespaceRequest, opts ...grpc.CallOption) (*GetWorkspaceStatisticsForNamespaceResponse, error)
	GetWorkspace(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*Workspace, error)
	ListWorkspaces(ctx context.Context, in *ListWorkspaceRequest, opts ...grpc.CallOption) (*ListWorkspaceResponse, error)
	UpdateWorkspaceStatus(ctx context.Context, in *UpdateWorkspaceStatusRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UpdateWorkspace(ctx context.Context, in *UpdateWorkspaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	PauseWorkspace(ctx context.Context, in *PauseWorkspaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ResumeWorkspace(ctx context.Context, in *ResumeWorkspaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteWorkspace(ctx context.Context, in *DeleteWorkspaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	RetryLastWorkspaceAction(ctx context.Context, in *RetryActionWorkspaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetWorkspaceContainerLogs(ctx context.Context, in *GetWorkspaceContainerLogsRequest, opts ...grpc.CallOption) (WorkspaceService_GetWorkspaceContainerLogsClient, error)
	ListWorkspacesField(ctx context.Context, in *ListWorkspacesFieldRequest, opts ...grpc.CallOption) (*ListWorkspacesFieldResponse, error)
}

WorkspaceServiceClient is the client API for WorkspaceService 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.

type WorkspaceServiceServer

WorkspaceServiceServer is the server API for WorkspaceService service. All implementations must embed UnimplementedWorkspaceServiceServer for forward compatibility

type WorkspaceService_GetWorkspaceContainerLogsClient added in v0.18.0

type WorkspaceService_GetWorkspaceContainerLogsClient interface {
	Recv() (*LogStreamResponse, error)
	grpc.ClientStream
}

type WorkspaceService_GetWorkspaceContainerLogsServer added in v0.18.0

type WorkspaceService_GetWorkspaceContainerLogsServer interface {
	Send(*LogStreamResponse) error
	grpc.ServerStream
}

type WorkspaceStatisticReport

type WorkspaceStatisticReport struct {
	Total             int32  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	LastCreated       string `protobuf:"bytes,2,opt,name=lastCreated,proto3" json:"lastCreated,omitempty"`
	Launching         int32  `protobuf:"varint,3,opt,name=launching,proto3" json:"launching,omitempty"`
	Running           int32  `protobuf:"varint,4,opt,name=running,proto3" json:"running,omitempty"`
	Updating          int32  `protobuf:"varint,5,opt,name=updating,proto3" json:"updating,omitempty"`
	Pausing           int32  `protobuf:"varint,6,opt,name=pausing,proto3" json:"pausing,omitempty"`
	Paused            int32  `protobuf:"varint,7,opt,name=paused,proto3" json:"paused,omitempty"`
	Terminating       int32  `protobuf:"varint,8,opt,name=terminating,proto3" json:"terminating,omitempty"`
	Terminated        int32  `protobuf:"varint,9,opt,name=terminated,proto3" json:"terminated,omitempty"`
	FailedToPause     int32  `protobuf:"varint,10,opt,name=failedToPause,proto3" json:"failedToPause,omitempty"`
	FailedToResume    int32  `protobuf:"varint,11,opt,name=failedToResume,proto3" json:"failedToResume,omitempty"`
	FailedToTerminate int32  `protobuf:"varint,12,opt,name=failedToTerminate,proto3" json:"failedToTerminate,omitempty"`
	FailedToLaunch    int32  `protobuf:"varint,13,opt,name=failedToLaunch,proto3" json:"failedToLaunch,omitempty"`
	FailedToUpdate    int32  `protobuf:"varint,14,opt,name=failedToUpdate,proto3" json:"failedToUpdate,omitempty"`
	Failed            int32  `protobuf:"varint,15,opt,name=failed,proto3" json:"failed,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceStatisticReport) Descriptor deprecated

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

Deprecated: Use WorkspaceStatisticReport.ProtoReflect.Descriptor instead.

func (*WorkspaceStatisticReport) GetFailed

func (x *WorkspaceStatisticReport) GetFailed() int32

func (*WorkspaceStatisticReport) GetFailedToLaunch

func (x *WorkspaceStatisticReport) GetFailedToLaunch() int32

func (*WorkspaceStatisticReport) GetFailedToPause

func (x *WorkspaceStatisticReport) GetFailedToPause() int32

func (*WorkspaceStatisticReport) GetFailedToResume

func (x *WorkspaceStatisticReport) GetFailedToResume() int32

func (*WorkspaceStatisticReport) GetFailedToTerminate

func (x *WorkspaceStatisticReport) GetFailedToTerminate() int32

func (*WorkspaceStatisticReport) GetFailedToUpdate

func (x *WorkspaceStatisticReport) GetFailedToUpdate() int32

func (*WorkspaceStatisticReport) GetLastCreated

func (x *WorkspaceStatisticReport) GetLastCreated() string

func (*WorkspaceStatisticReport) GetLaunching

func (x *WorkspaceStatisticReport) GetLaunching() int32

func (*WorkspaceStatisticReport) GetPaused

func (x *WorkspaceStatisticReport) GetPaused() int32

func (*WorkspaceStatisticReport) GetPausing

func (x *WorkspaceStatisticReport) GetPausing() int32

func (*WorkspaceStatisticReport) GetRunning

func (x *WorkspaceStatisticReport) GetRunning() int32

func (*WorkspaceStatisticReport) GetTerminated

func (x *WorkspaceStatisticReport) GetTerminated() int32

func (*WorkspaceStatisticReport) GetTerminating

func (x *WorkspaceStatisticReport) GetTerminating() int32

func (*WorkspaceStatisticReport) GetTotal

func (x *WorkspaceStatisticReport) GetTotal() int32

func (*WorkspaceStatisticReport) GetUpdating

func (x *WorkspaceStatisticReport) GetUpdating() int32

func (*WorkspaceStatisticReport) ProtoMessage

func (*WorkspaceStatisticReport) ProtoMessage()

func (*WorkspaceStatisticReport) ProtoReflect

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

func (*WorkspaceStatisticReport) Reset

func (x *WorkspaceStatisticReport) Reset()

func (*WorkspaceStatisticReport) String

func (x *WorkspaceStatisticReport) String() string

type WorkspaceStatus

type WorkspaceStatus struct {
	Phase        string `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	StartedAt    string `protobuf:"bytes,2,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	PausedAt     string `protobuf:"bytes,3,opt,name=pausedAt,proto3" json:"pausedAt,omitempty"`
	TerminatedAt string `protobuf:"bytes,4,opt,name=terminatedAt,proto3" json:"terminatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceStatus) Descriptor deprecated

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

Deprecated: Use WorkspaceStatus.ProtoReflect.Descriptor instead.

func (*WorkspaceStatus) GetPausedAt

func (x *WorkspaceStatus) GetPausedAt() string

func (*WorkspaceStatus) GetPhase

func (x *WorkspaceStatus) GetPhase() string

func (*WorkspaceStatus) GetStartedAt

func (x *WorkspaceStatus) GetStartedAt() string

func (*WorkspaceStatus) GetTerminatedAt

func (x *WorkspaceStatus) GetTerminatedAt() string

func (*WorkspaceStatus) ProtoMessage

func (*WorkspaceStatus) ProtoMessage()

func (*WorkspaceStatus) ProtoReflect

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

func (*WorkspaceStatus) Reset

func (x *WorkspaceStatus) Reset()

func (*WorkspaceStatus) String

func (x *WorkspaceStatus) String() string

type WorkspaceTemplate

type WorkspaceTemplate struct {
	Uid              string            `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version          int64             `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Manifest         string            `protobuf:"bytes,4,opt,name=manifest,proto3" json:"manifest,omitempty"`
	IsLatest         bool              `protobuf:"varint,5,opt,name=isLatest,proto3" json:"isLatest,omitempty"`
	CreatedAt        string            `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,7,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	Labels           []*KeyValue       `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"`
	IsArchived       bool              `protobuf:"varint,9,opt,name=isArchived,proto3" json:"isArchived,omitempty"`
	Description      string            `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceTemplate) Descriptor deprecated

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

Deprecated: Use WorkspaceTemplate.ProtoReflect.Descriptor instead.

func (*WorkspaceTemplate) GetCreatedAt

func (x *WorkspaceTemplate) GetCreatedAt() string

func (*WorkspaceTemplate) GetDescription

func (x *WorkspaceTemplate) GetDescription() string

func (*WorkspaceTemplate) GetIsArchived

func (x *WorkspaceTemplate) GetIsArchived() bool

func (*WorkspaceTemplate) GetIsLatest

func (x *WorkspaceTemplate) GetIsLatest() bool

func (*WorkspaceTemplate) GetLabels

func (x *WorkspaceTemplate) GetLabels() []*KeyValue

func (*WorkspaceTemplate) GetManifest

func (x *WorkspaceTemplate) GetManifest() string

func (*WorkspaceTemplate) GetName

func (x *WorkspaceTemplate) GetName() string

func (*WorkspaceTemplate) GetUid

func (x *WorkspaceTemplate) GetUid() string

func (*WorkspaceTemplate) GetVersion

func (x *WorkspaceTemplate) GetVersion() int64

func (*WorkspaceTemplate) GetWorkflowTemplate

func (x *WorkspaceTemplate) GetWorkflowTemplate() *WorkflowTemplate

func (*WorkspaceTemplate) ProtoMessage

func (*WorkspaceTemplate) ProtoMessage()

func (*WorkspaceTemplate) ProtoReflect

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

func (*WorkspaceTemplate) Reset

func (x *WorkspaceTemplate) Reset()

func (*WorkspaceTemplate) String

func (x *WorkspaceTemplate) String() string

type WorkspaceTemplateServiceClient

type WorkspaceTemplateServiceClient interface {
	// Get the generated WorkflowTemplate for a WorkspaceTemplate
	GenerateWorkspaceTemplateWorkflowTemplate(ctx context.Context, in *GenerateWorkspaceTemplateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	// Creates a WorkspaceTemplate
	CreateWorkspaceTemplate(ctx context.Context, in *CreateWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Updates a WorkspaceTemplate
	UpdateWorkspaceTemplate(ctx context.Context, in *UpdateWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Archives a WorkspaceTemplate
	ArchiveWorkspaceTemplate(ctx context.Context, in *ArchiveWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Get a WorkspaceTemplate
	GetWorkspaceTemplate(ctx context.Context, in *GetWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	ListWorkspaceTemplates(ctx context.Context, in *ListWorkspaceTemplatesRequest, opts ...grpc.CallOption) (*ListWorkspaceTemplatesResponse, error)
	ListWorkspaceTemplateVersions(ctx context.Context, in *ListWorkspaceTemplateVersionsRequest, opts ...grpc.CallOption) (*ListWorkspaceTemplateVersionsResponse, error)
	ListWorkspaceTemplatesField(ctx context.Context, in *ListWorkspaceTemplatesFieldRequest, opts ...grpc.CallOption) (*ListWorkspaceTemplatesFieldResponse, error)
}

WorkspaceTemplateServiceClient is the client API for WorkspaceTemplateService 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.

type WorkspaceTemplateServiceServer

type WorkspaceTemplateServiceServer interface {
	// Get the generated WorkflowTemplate for a WorkspaceTemplate
	GenerateWorkspaceTemplateWorkflowTemplate(context.Context, *GenerateWorkspaceTemplateWorkflowTemplateRequest) (*WorkflowTemplate, error)
	// Creates a WorkspaceTemplate
	CreateWorkspaceTemplate(context.Context, *CreateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Updates a WorkspaceTemplate
	UpdateWorkspaceTemplate(context.Context, *UpdateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Archives a WorkspaceTemplate
	ArchiveWorkspaceTemplate(context.Context, *ArchiveWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Get a WorkspaceTemplate
	GetWorkspaceTemplate(context.Context, *GetWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	ListWorkspaceTemplates(context.Context, *ListWorkspaceTemplatesRequest) (*ListWorkspaceTemplatesResponse, error)
	ListWorkspaceTemplateVersions(context.Context, *ListWorkspaceTemplateVersionsRequest) (*ListWorkspaceTemplateVersionsResponse, error)
	ListWorkspaceTemplatesField(context.Context, *ListWorkspaceTemplatesFieldRequest) (*ListWorkspaceTemplatesFieldResponse, error)
	// contains filtered or unexported methods
}

WorkspaceTemplateServiceServer is the server API for WorkspaceTemplateService service. All implementations must embed UnimplementedWorkspaceTemplateServiceServer for forward compatibility

Jump to

Keyboard shortcuts

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