v1

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const OperationStatusServiceInfoz = "/controlplane.v1.StatusService/Infoz"
View Source
const OperationStatusServiceStatusz = "/controlplane.v1.StatusService/Statusz"

Variables

View Source
var (
	CASCredentialsServiceGetRequest_Role_name = map[int32]string{
		0: "ROLE_UNSPECIFIED",
		1: "ROLE_DOWNLOADER",
		2: "ROLE_UPLOADER",
	}
	CASCredentialsServiceGetRequest_Role_value = map[string]int32{
		"ROLE_UNSPECIFIED": 0,
		"ROLE_DOWNLOADER":  1,
		"ROLE_UPLOADER":    2,
	}
)

Enum value maps for CASCredentialsServiceGetRequest_Role.

View Source
var (
	OCIRepositoryErrorReason_name = map[int32]string{
		0: "OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED",
		1: "OCI_REPOSITORY_ERROR_REASON_REQUIRED",
		2: "OCI_REPOSITORY_ERROR_REASON_INVALID",
	}
	OCIRepositoryErrorReason_value = map[string]int32{
		"OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED": 0,
		"OCI_REPOSITORY_ERROR_REASON_REQUIRED":    1,
		"OCI_REPOSITORY_ERROR_REASON_INVALID":     2,
	}
)

Enum value maps for OCIRepositoryErrorReason.

View Source
var (
	MetricsTimeWindow_name = map[int32]string{
		0: "METRICS_TIME_WINDOW_UNSPECIFIED",
		1: "METRICS_TIME_WINDOW_LAST_30_DAYS",
		2: "METRICS_TIME_WINDOW_LAST_7_DAYS",
		3: "METRICS_TIME_WINDOW_LAST_DAY",
	}
	MetricsTimeWindow_value = map[string]int32{
		"METRICS_TIME_WINDOW_UNSPECIFIED":  0,
		"METRICS_TIME_WINDOW_LAST_30_DAYS": 1,
		"METRICS_TIME_WINDOW_LAST_7_DAYS":  2,
		"METRICS_TIME_WINDOW_LAST_DAY":     3,
	}
)

Enum value maps for MetricsTimeWindow.

View Source
var (
	AllowListError_name = map[int32]string{
		0: "ALLOW_LIST_ERROR_UNSPECIFIED",
		1: "ALLOW_LIST_ERROR_NOT_IN_LIST",
	}
	AllowListError_value = map[string]int32{
		"ALLOW_LIST_ERROR_UNSPECIFIED": 0,
		"ALLOW_LIST_ERROR_NOT_IN_LIST": 1,
	}
)

Enum value maps for AllowListError.

View Source
var (
	OCIRepositoryItem_ValidationStatus_name = map[int32]string{
		0: "VALIDATION_STATUS_UNSPECIFIED",
		1: "VALIDATION_STATUS_OK",
		2: "VALIDATION_STATUS_INVALID",
	}
	OCIRepositoryItem_ValidationStatus_value = map[string]int32{
		"VALIDATION_STATUS_UNSPECIFIED": 0,
		"VALIDATION_STATUS_OK":          1,
		"VALIDATION_STATUS_INVALID":     2,
	}
)

Enum value maps for OCIRepositoryItem_ValidationStatus.

View Source
var (
	AttestationServiceCancelRequest_TriggerType_name = map[int32]string{
		0: "TRIGGER_TYPE_UNSPECIFIED",
		1: "TRIGGER_TYPE_FAILURE",
		2: "TRIGGER_TYPE_CANCELLATION",
	}
	AttestationServiceCancelRequest_TriggerType_value = map[string]int32{
		"TRIGGER_TYPE_UNSPECIFIED":  0,
		"TRIGGER_TYPE_FAILURE":      1,
		"TRIGGER_TYPE_CANCELLATION": 2,
	}
)

Enum value maps for AttestationServiceCancelRequest_TriggerType.

View Source
var AttestationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.AttestationService",
	HandlerType: (*AttestationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetContract",
			Handler:    _AttestationService_GetContract_Handler,
		},
		{
			MethodName: "Init",
			Handler:    _AttestationService_Init_Handler,
		},
		{
			MethodName: "Store",
			Handler:    _AttestationService_Store_Handler,
		},
		{
			MethodName: "GetUploadCreds",
			Handler:    _AttestationService_GetUploadCreds_Handler,
		},
		{
			MethodName: "Cancel",
			Handler:    _AttestationService_Cancel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/workflow_run.proto",
}

AttestationService_ServiceDesc is the grpc.ServiceDesc for AttestationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AuthService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.AuthService",
	HandlerType: (*AuthServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeleteAccount",
			Handler:    _AuthService_DeleteAccount_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/auth.proto",
}

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var CASCredentialsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.CASCredentialsService",
	HandlerType: (*CASCredentialsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Get",
			Handler:    _CASCredentialsService_Get_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/cas_credentials.proto",
}

CASCredentialsService_ServiceDesc is the grpc.ServiceDesc for CASCredentialsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ContextService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.ContextService",
	HandlerType: (*ContextServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Current",
			Handler:    _ContextService_Current_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/context.proto",
}

ContextService_ServiceDesc is the grpc.ServiceDesc for ContextService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_controlplane_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_cas_credentials_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_context_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_integrations_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_oci_repository_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_org_metrics_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_organization_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_pagination_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_response_messages_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_robot_accounts_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_status_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_workflow_contract_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_workflow_proto protoreflect.FileDescriptor
View Source
var File_controlplane_v1_workflow_run_proto protoreflect.FileDescriptor
View Source
var IntegrationsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.IntegrationsService",
	HandlerType: (*IntegrationsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddDependencyTrack",
			Handler:    _IntegrationsService_AddDependencyTrack_Handler,
		},
		{
			MethodName: "List",
			Handler:    _IntegrationsService_List_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _IntegrationsService_Delete_Handler,
		},
		{
			MethodName: "Attach",
			Handler:    _IntegrationsService_Attach_Handler,
		},
		{
			MethodName: "Detach",
			Handler:    _IntegrationsService_Detach_Handler,
		},
		{
			MethodName: "ListAttachments",
			Handler:    _IntegrationsService_ListAttachments_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/integrations.proto",
}

IntegrationsService_ServiceDesc is the grpc.ServiceDesc for IntegrationsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OCIRepositoryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.OCIRepositoryService",
	HandlerType: (*OCIRepositoryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Save",
			Handler:    _OCIRepositoryService_Save_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/oci_repository.proto",
}

OCIRepositoryService_ServiceDesc is the grpc.ServiceDesc for OCIRepositoryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OrgMetricsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.OrgMetricsService",
	HandlerType: (*OrgMetricsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Totals",
			Handler:    _OrgMetricsService_Totals_Handler,
		},
		{
			MethodName: "TopWorkflowsByRunsCount",
			Handler:    _OrgMetricsService_TopWorkflowsByRunsCount_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/org_metrics.proto",
}

OrgMetricsService_ServiceDesc is the grpc.ServiceDesc for OrgMetricsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OrganizationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.OrganizationService",
	HandlerType: (*OrganizationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListMemberships",
			Handler:    _OrganizationService_ListMemberships_Handler,
		},
		{
			MethodName: "SetCurrentMembership",
			Handler:    _OrganizationService_SetCurrentMembership_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/organization.proto",
}

OrganizationService_ServiceDesc is the grpc.ServiceDesc for OrganizationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RobotAccountService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.RobotAccountService",
	HandlerType: (*RobotAccountServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Create",
			Handler:    _RobotAccountService_Create_Handler,
		},
		{
			MethodName: "List",
			Handler:    _RobotAccountService_List_Handler,
		},
		{
			MethodName: "Revoke",
			Handler:    _RobotAccountService_Revoke_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/robot_accounts.proto",
}

RobotAccountService_ServiceDesc is the grpc.ServiceDesc for RobotAccountService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var StatusService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.StatusService",
	HandlerType: (*StatusServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Infoz",
			Handler:    _StatusService_Infoz_Handler,
		},
		{
			MethodName: "Statusz",
			Handler:    _StatusService_Statusz_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/status.proto",
}

StatusService_ServiceDesc is the grpc.ServiceDesc for StatusService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WorkflowContractService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.WorkflowContractService",
	HandlerType: (*WorkflowContractServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "List",
			Handler:    _WorkflowContractService_List_Handler,
		},
		{
			MethodName: "Create",
			Handler:    _WorkflowContractService_Create_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _WorkflowContractService_Update_Handler,
		},
		{
			MethodName: "Describe",
			Handler:    _WorkflowContractService_Describe_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _WorkflowContractService_Delete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/workflow_contract.proto",
}

WorkflowContractService_ServiceDesc is the grpc.ServiceDesc for WorkflowContractService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WorkflowRunService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.WorkflowRunService",
	HandlerType: (*WorkflowRunServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "List",
			Handler:    _WorkflowRunService_List_Handler,
		},
		{
			MethodName: "View",
			Handler:    _WorkflowRunService_View_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/workflow_run.proto",
}

WorkflowRunService_ServiceDesc is the grpc.ServiceDesc for WorkflowRunService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WorkflowService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "controlplane.v1.WorkflowService",
	HandlerType: (*WorkflowServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Create",
			Handler:    _WorkflowService_Create_Handler,
		},
		{
			MethodName: "List",
			Handler:    _WorkflowService_List_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _WorkflowService_Delete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "controlplane/v1/workflow.proto",
}

WorkflowService_ServiceDesc is the grpc.ServiceDesc for WorkflowService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func ErrorAllowListErrorNotInList

func ErrorAllowListErrorNotInList(format string, args ...interface{}) *errors.Error

func ErrorAllowListErrorUnspecified

func ErrorAllowListErrorUnspecified(format string, args ...interface{}) *errors.Error

func ErrorOciRepositoryErrorReasonInvalid

func ErrorOciRepositoryErrorReasonInvalid(format string, args ...interface{}) *errors.Error

The repository does not seem to be operational a previous validation has failed

func ErrorOciRepositoryErrorReasonRequired

func ErrorOciRepositoryErrorReasonRequired(format string, args ...interface{}) *errors.Error

func ErrorOciRepositoryErrorReasonUnspecified

func ErrorOciRepositoryErrorReasonUnspecified(format string, args ...interface{}) *errors.Error

TODO: add support for PRECONDITION_FAILED

func IsAllowListErrorNotInList

func IsAllowListErrorNotInList(err error) bool

func IsAllowListErrorUnspecified

func IsAllowListErrorUnspecified(err error) bool

func IsOciRepositoryErrorReasonInvalid

func IsOciRepositoryErrorReasonInvalid(err error) bool

The repository does not seem to be operational a previous validation has failed

func IsOciRepositoryErrorReasonRequired

func IsOciRepositoryErrorReasonRequired(err error) bool

func IsOciRepositoryErrorReasonUnspecified

func IsOciRepositoryErrorReasonUnspecified(err error) bool

TODO: add support for PRECONDITION_FAILED

func RegisterAttestationServiceServer

func RegisterAttestationServiceServer(s grpc.ServiceRegistrar, srv AttestationServiceServer)

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)

func RegisterCASCredentialsServiceServer

func RegisterCASCredentialsServiceServer(s grpc.ServiceRegistrar, srv CASCredentialsServiceServer)

func RegisterContextServiceServer

func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)

func RegisterIntegrationsServiceServer

func RegisterIntegrationsServiceServer(s grpc.ServiceRegistrar, srv IntegrationsServiceServer)

func RegisterOCIRepositoryServiceServer

func RegisterOCIRepositoryServiceServer(s grpc.ServiceRegistrar, srv OCIRepositoryServiceServer)

func RegisterOrgMetricsServiceServer

func RegisterOrgMetricsServiceServer(s grpc.ServiceRegistrar, srv OrgMetricsServiceServer)

func RegisterOrganizationServiceServer

func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)

func RegisterRobotAccountServiceServer

func RegisterRobotAccountServiceServer(s grpc.ServiceRegistrar, srv RobotAccountServiceServer)

func RegisterStatusServiceHTTPServer

func RegisterStatusServiceHTTPServer(s *http.Server, srv StatusServiceHTTPServer)

func RegisterStatusServiceServer

func RegisterStatusServiceServer(s grpc.ServiceRegistrar, srv StatusServiceServer)

func RegisterWorkflowContractServiceServer

func RegisterWorkflowContractServiceServer(s grpc.ServiceRegistrar, srv WorkflowContractServiceServer)

func RegisterWorkflowRunServiceServer

func RegisterWorkflowRunServiceServer(s grpc.ServiceRegistrar, srv WorkflowRunServiceServer)

func RegisterWorkflowServiceServer

func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer)

Types

type AddDependencyTrackRequest

type AddDependencyTrackRequest struct {
	Config *IntegrationConfig_DependencyTrack `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	ApiKey string                             `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDependencyTrackRequest) Descriptor deprecated

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

Deprecated: Use AddDependencyTrackRequest.ProtoReflect.Descriptor instead.

func (*AddDependencyTrackRequest) GetApiKey

func (x *AddDependencyTrackRequest) GetApiKey() string

func (*AddDependencyTrackRequest) GetConfig

func (*AddDependencyTrackRequest) ProtoMessage

func (*AddDependencyTrackRequest) ProtoMessage()

func (*AddDependencyTrackRequest) ProtoReflect

func (*AddDependencyTrackRequest) Reset

func (x *AddDependencyTrackRequest) Reset()

func (*AddDependencyTrackRequest) String

func (x *AddDependencyTrackRequest) String() string

func (*AddDependencyTrackRequest) Validate

func (m *AddDependencyTrackRequest) Validate() error

Validate checks the field values on AddDependencyTrackRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddDependencyTrackRequest) ValidateAll

func (m *AddDependencyTrackRequest) ValidateAll() error

ValidateAll checks the field values on AddDependencyTrackRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddDependencyTrackRequestMultiError, or nil if none found.

type AddDependencyTrackRequestMultiError

type AddDependencyTrackRequestMultiError []error

AddDependencyTrackRequestMultiError is an error wrapping multiple validation errors returned by AddDependencyTrackRequest.ValidateAll() if the designated constraints aren't met.

func (AddDependencyTrackRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddDependencyTrackRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddDependencyTrackRequestValidationError

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

AddDependencyTrackRequestValidationError is the validation error returned by AddDependencyTrackRequest.Validate if the designated constraints aren't met.

func (AddDependencyTrackRequestValidationError) Cause

Cause function returns cause value.

func (AddDependencyTrackRequestValidationError) Error

Error satisfies the builtin error interface

func (AddDependencyTrackRequestValidationError) ErrorName

ErrorName returns error name.

func (AddDependencyTrackRequestValidationError) Field

Field function returns field value.

func (AddDependencyTrackRequestValidationError) Key

Key function returns key value.

func (AddDependencyTrackRequestValidationError) Reason

Reason function returns reason value.

type AddDependencyTrackResponse

type AddDependencyTrackResponse struct {
	Result *IntegrationItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDependencyTrackResponse) Descriptor deprecated

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

Deprecated: Use AddDependencyTrackResponse.ProtoReflect.Descriptor instead.

func (*AddDependencyTrackResponse) GetResult

func (*AddDependencyTrackResponse) ProtoMessage

func (*AddDependencyTrackResponse) ProtoMessage()

func (*AddDependencyTrackResponse) ProtoReflect

func (*AddDependencyTrackResponse) Reset

func (x *AddDependencyTrackResponse) Reset()

func (*AddDependencyTrackResponse) String

func (x *AddDependencyTrackResponse) String() string

func (*AddDependencyTrackResponse) Validate

func (m *AddDependencyTrackResponse) Validate() error

Validate checks the field values on AddDependencyTrackResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddDependencyTrackResponse) ValidateAll

func (m *AddDependencyTrackResponse) ValidateAll() error

ValidateAll checks the field values on AddDependencyTrackResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddDependencyTrackResponseMultiError, or nil if none found.

type AddDependencyTrackResponseMultiError

type AddDependencyTrackResponseMultiError []error

AddDependencyTrackResponseMultiError is an error wrapping multiple validation errors returned by AddDependencyTrackResponse.ValidateAll() if the designated constraints aren't met.

func (AddDependencyTrackResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddDependencyTrackResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddDependencyTrackResponseValidationError

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

AddDependencyTrackResponseValidationError is the validation error returned by AddDependencyTrackResponse.Validate if the designated constraints aren't met.

func (AddDependencyTrackResponseValidationError) Cause

Cause function returns cause value.

func (AddDependencyTrackResponseValidationError) Error

Error satisfies the builtin error interface

func (AddDependencyTrackResponseValidationError) ErrorName

ErrorName returns error name.

func (AddDependencyTrackResponseValidationError) Field

Field function returns field value.

func (AddDependencyTrackResponseValidationError) Key

Key function returns key value.

func (AddDependencyTrackResponseValidationError) Reason

Reason function returns reason value.

type AllowListError

type AllowListError int32
const (
	AllowListError_ALLOW_LIST_ERROR_UNSPECIFIED AllowListError = 0
	AllowListError_ALLOW_LIST_ERROR_NOT_IN_LIST AllowListError = 1
)

func (AllowListError) Descriptor

func (AllowListError) Enum

func (x AllowListError) Enum() *AllowListError

func (AllowListError) EnumDescriptor deprecated

func (AllowListError) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllowListError.Descriptor instead.

func (AllowListError) Number

func (AllowListError) String

func (x AllowListError) String() string

func (AllowListError) Type

type AttestationItem

type AttestationItem struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// encoded DSEE envelope
	Envelope []byte `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// denormalized envelope/statement content
	EnvVars   []*AttestationItem_EnvVariable `protobuf:"bytes,4,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"`
	Materials []*AttestationItem_Material    `protobuf:"bytes,5,rep,name=materials,proto3" json:"materials,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationItem) Descriptor deprecated

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

Deprecated: Use AttestationItem.ProtoReflect.Descriptor instead.

func (*AttestationItem) GetCreatedAt

func (x *AttestationItem) GetCreatedAt() *timestamppb.Timestamp

func (*AttestationItem) GetEnvVars

func (x *AttestationItem) GetEnvVars() []*AttestationItem_EnvVariable

func (*AttestationItem) GetEnvelope

func (x *AttestationItem) GetEnvelope() []byte

func (*AttestationItem) GetId

func (x *AttestationItem) GetId() string

func (*AttestationItem) GetMaterials

func (x *AttestationItem) GetMaterials() []*AttestationItem_Material

func (*AttestationItem) ProtoMessage

func (*AttestationItem) ProtoMessage()

func (*AttestationItem) ProtoReflect

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

func (*AttestationItem) Reset

func (x *AttestationItem) Reset()

func (*AttestationItem) String

func (x *AttestationItem) String() string

func (*AttestationItem) Validate

func (m *AttestationItem) Validate() error

Validate checks the field values on AttestationItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationItem) ValidateAll

func (m *AttestationItem) ValidateAll() error

ValidateAll checks the field values on AttestationItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItemMultiError, or nil if none found.

type AttestationItemMultiError

type AttestationItemMultiError []error

AttestationItemMultiError is an error wrapping multiple validation errors returned by AttestationItem.ValidateAll() if the designated constraints aren't met.

func (AttestationItemMultiError) AllErrors

func (m AttestationItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AttestationItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationItemValidationError

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

AttestationItemValidationError is the validation error returned by AttestationItem.Validate if the designated constraints aren't met.

func (AttestationItemValidationError) Cause

Cause function returns cause value.

func (AttestationItemValidationError) Error

Error satisfies the builtin error interface

func (AttestationItemValidationError) ErrorName

func (e AttestationItemValidationError) ErrorName() string

ErrorName returns error name.

func (AttestationItemValidationError) Field

Field function returns field value.

func (AttestationItemValidationError) Key

Key function returns key value.

func (AttestationItemValidationError) Reason

Reason function returns reason value.

type AttestationItem_EnvVariable

type AttestationItem_EnvVariable 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 (*AttestationItem_EnvVariable) Descriptor deprecated

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

Deprecated: Use AttestationItem_EnvVariable.ProtoReflect.Descriptor instead.

func (*AttestationItem_EnvVariable) GetName

func (x *AttestationItem_EnvVariable) GetName() string

func (*AttestationItem_EnvVariable) GetValue

func (x *AttestationItem_EnvVariable) GetValue() string

func (*AttestationItem_EnvVariable) ProtoMessage

func (*AttestationItem_EnvVariable) ProtoMessage()

func (*AttestationItem_EnvVariable) ProtoReflect

func (*AttestationItem_EnvVariable) Reset

func (x *AttestationItem_EnvVariable) Reset()

func (*AttestationItem_EnvVariable) String

func (x *AttestationItem_EnvVariable) String() string

func (*AttestationItem_EnvVariable) Validate

func (m *AttestationItem_EnvVariable) Validate() error

Validate checks the field values on AttestationItem_EnvVariable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationItem_EnvVariable) ValidateAll

func (m *AttestationItem_EnvVariable) ValidateAll() error

ValidateAll checks the field values on AttestationItem_EnvVariable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItem_EnvVariableMultiError, or nil if none found.

type AttestationItem_EnvVariableMultiError

type AttestationItem_EnvVariableMultiError []error

AttestationItem_EnvVariableMultiError is an error wrapping multiple validation errors returned by AttestationItem_EnvVariable.ValidateAll() if the designated constraints aren't met.

func (AttestationItem_EnvVariableMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationItem_EnvVariableMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationItem_EnvVariableValidationError

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

AttestationItem_EnvVariableValidationError is the validation error returned by AttestationItem_EnvVariable.Validate if the designated constraints aren't met.

func (AttestationItem_EnvVariableValidationError) Cause

Cause function returns cause value.

func (AttestationItem_EnvVariableValidationError) Error

Error satisfies the builtin error interface

func (AttestationItem_EnvVariableValidationError) ErrorName

ErrorName returns error name.

func (AttestationItem_EnvVariableValidationError) Field

Field function returns field value.

func (AttestationItem_EnvVariableValidationError) Key

Key function returns key value.

func (AttestationItem_EnvVariableValidationError) Reason

Reason function returns reason value.

type AttestationItem_Material

type AttestationItem_Material 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"`
	// Material type, i.e ARTIFACT
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationItem_Material) Descriptor deprecated

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

Deprecated: Use AttestationItem_Material.ProtoReflect.Descriptor instead.

func (*AttestationItem_Material) GetName

func (x *AttestationItem_Material) GetName() string

func (*AttestationItem_Material) GetType

func (x *AttestationItem_Material) GetType() string

func (*AttestationItem_Material) GetValue

func (x *AttestationItem_Material) GetValue() string

func (*AttestationItem_Material) ProtoMessage

func (*AttestationItem_Material) ProtoMessage()

func (*AttestationItem_Material) ProtoReflect

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

func (*AttestationItem_Material) Reset

func (x *AttestationItem_Material) Reset()

func (*AttestationItem_Material) String

func (x *AttestationItem_Material) String() string

func (*AttestationItem_Material) Validate

func (m *AttestationItem_Material) Validate() error

Validate checks the field values on AttestationItem_Material with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationItem_Material) ValidateAll

func (m *AttestationItem_Material) ValidateAll() error

ValidateAll checks the field values on AttestationItem_Material with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItem_MaterialMultiError, or nil if none found.

type AttestationItem_MaterialMultiError

type AttestationItem_MaterialMultiError []error

AttestationItem_MaterialMultiError is an error wrapping multiple validation errors returned by AttestationItem_Material.ValidateAll() if the designated constraints aren't met.

func (AttestationItem_MaterialMultiError) AllErrors

func (m AttestationItem_MaterialMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AttestationItem_MaterialMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationItem_MaterialValidationError

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

AttestationItem_MaterialValidationError is the validation error returned by AttestationItem_Material.Validate if the designated constraints aren't met.

func (AttestationItem_MaterialValidationError) Cause

Cause function returns cause value.

func (AttestationItem_MaterialValidationError) Error

Error satisfies the builtin error interface

func (AttestationItem_MaterialValidationError) ErrorName

ErrorName returns error name.

func (AttestationItem_MaterialValidationError) Field

Field function returns field value.

func (AttestationItem_MaterialValidationError) Key

Key function returns key value.

func (AttestationItem_MaterialValidationError) Reason

Reason function returns reason value.

type AttestationServiceCancelRequest

type AttestationServiceCancelRequest struct {
	WorkflowRunId string                                      `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"`
	Trigger       AttestationServiceCancelRequest_TriggerType `` /* 133-byte string literal not displayed */
	Reason        string                                      `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceCancelRequest) Descriptor deprecated

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

Deprecated: Use AttestationServiceCancelRequest.ProtoReflect.Descriptor instead.

func (*AttestationServiceCancelRequest) GetReason

func (x *AttestationServiceCancelRequest) GetReason() string

func (*AttestationServiceCancelRequest) GetTrigger

func (*AttestationServiceCancelRequest) GetWorkflowRunId

func (x *AttestationServiceCancelRequest) GetWorkflowRunId() string

func (*AttestationServiceCancelRequest) ProtoMessage

func (*AttestationServiceCancelRequest) ProtoMessage()

func (*AttestationServiceCancelRequest) ProtoReflect

func (*AttestationServiceCancelRequest) Reset

func (*AttestationServiceCancelRequest) String

func (*AttestationServiceCancelRequest) Validate

func (m *AttestationServiceCancelRequest) Validate() error

Validate checks the field values on AttestationServiceCancelRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceCancelRequest) ValidateAll

func (m *AttestationServiceCancelRequest) ValidateAll() error

ValidateAll checks the field values on AttestationServiceCancelRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceCancelRequestMultiError, or nil if none found.

type AttestationServiceCancelRequestMultiError

type AttestationServiceCancelRequestMultiError []error

AttestationServiceCancelRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceCancelRequest.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceCancelRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceCancelRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceCancelRequestValidationError

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

AttestationServiceCancelRequestValidationError is the validation error returned by AttestationServiceCancelRequest.Validate if the designated constraints aren't met.

func (AttestationServiceCancelRequestValidationError) Cause

Cause function returns cause value.

func (AttestationServiceCancelRequestValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceCancelRequestValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceCancelRequestValidationError) Field

Field function returns field value.

func (AttestationServiceCancelRequestValidationError) Key

Key function returns key value.

func (AttestationServiceCancelRequestValidationError) Reason

Reason function returns reason value.

type AttestationServiceCancelRequest_TriggerType

type AttestationServiceCancelRequest_TriggerType int32
const (
	AttestationServiceCancelRequest_TRIGGER_TYPE_UNSPECIFIED  AttestationServiceCancelRequest_TriggerType = 0
	AttestationServiceCancelRequest_TRIGGER_TYPE_FAILURE      AttestationServiceCancelRequest_TriggerType = 1
	AttestationServiceCancelRequest_TRIGGER_TYPE_CANCELLATION AttestationServiceCancelRequest_TriggerType = 2
)

func (AttestationServiceCancelRequest_TriggerType) Descriptor

func (AttestationServiceCancelRequest_TriggerType) Enum

func (AttestationServiceCancelRequest_TriggerType) EnumDescriptor deprecated

func (AttestationServiceCancelRequest_TriggerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttestationServiceCancelRequest_TriggerType.Descriptor instead.

func (AttestationServiceCancelRequest_TriggerType) Number

func (AttestationServiceCancelRequest_TriggerType) String

func (AttestationServiceCancelRequest_TriggerType) Type

type AttestationServiceCancelResponse

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

func (*AttestationServiceCancelResponse) Descriptor deprecated

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

Deprecated: Use AttestationServiceCancelResponse.ProtoReflect.Descriptor instead.

func (*AttestationServiceCancelResponse) ProtoMessage

func (*AttestationServiceCancelResponse) ProtoMessage()

func (*AttestationServiceCancelResponse) ProtoReflect

func (*AttestationServiceCancelResponse) Reset

func (*AttestationServiceCancelResponse) String

func (*AttestationServiceCancelResponse) Validate

Validate checks the field values on AttestationServiceCancelResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceCancelResponse) ValidateAll

func (m *AttestationServiceCancelResponse) ValidateAll() error

ValidateAll checks the field values on AttestationServiceCancelResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceCancelResponseMultiError, or nil if none found.

type AttestationServiceCancelResponseMultiError

type AttestationServiceCancelResponseMultiError []error

AttestationServiceCancelResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceCancelResponse.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceCancelResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceCancelResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceCancelResponseValidationError

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

AttestationServiceCancelResponseValidationError is the validation error returned by AttestationServiceCancelResponse.Validate if the designated constraints aren't met.

func (AttestationServiceCancelResponseValidationError) Cause

Cause function returns cause value.

func (AttestationServiceCancelResponseValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceCancelResponseValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceCancelResponseValidationError) Field

Field function returns field value.

func (AttestationServiceCancelResponseValidationError) Key

Key function returns key value.

func (AttestationServiceCancelResponseValidationError) Reason

Reason function returns reason value.

type AttestationServiceClient

type AttestationServiceClient interface {
	GetContract(ctx context.Context, in *AttestationServiceGetContractRequest, opts ...grpc.CallOption) (*AttestationServiceGetContractResponse, error)
	Init(ctx context.Context, in *AttestationServiceInitRequest, opts ...grpc.CallOption) (*AttestationServiceInitResponse, error)
	Store(ctx context.Context, in *AttestationServiceStoreRequest, opts ...grpc.CallOption) (*AttestationServiceStoreResponse, error)
	// There is another endpoint to get credentials via casCredentialsService.Get
	// This one is kept since it leverages robot-accounts in the context of a workflow
	GetUploadCreds(ctx context.Context, in *AttestationServiceGetUploadCredsRequest, opts ...grpc.CallOption) (*AttestationServiceGetUploadCredsResponse, error)
	Cancel(ctx context.Context, in *AttestationServiceCancelRequest, opts ...grpc.CallOption) (*AttestationServiceCancelResponse, error)
}

AttestationServiceClient is the client API for AttestationService 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 AttestationServiceGetContractRequest

type AttestationServiceGetContractRequest struct {
	ContractRevision int32 `protobuf:"varint,1,opt,name=contract_revision,json=contractRevision,proto3" json:"contract_revision,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceGetContractRequest) Descriptor deprecated

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

Deprecated: Use AttestationServiceGetContractRequest.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetContractRequest) GetContractRevision

func (x *AttestationServiceGetContractRequest) GetContractRevision() int32

func (*AttestationServiceGetContractRequest) ProtoMessage

func (*AttestationServiceGetContractRequest) ProtoMessage()

func (*AttestationServiceGetContractRequest) ProtoReflect

func (*AttestationServiceGetContractRequest) Reset

func (*AttestationServiceGetContractRequest) String

func (*AttestationServiceGetContractRequest) Validate

Validate checks the field values on AttestationServiceGetContractRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetContractRequest) ValidateAll

ValidateAll checks the field values on AttestationServiceGetContractRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractRequestMultiError, or nil if none found.

type AttestationServiceGetContractRequestMultiError

type AttestationServiceGetContractRequestMultiError []error

AttestationServiceGetContractRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractRequest.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetContractRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetContractRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetContractRequestValidationError

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

AttestationServiceGetContractRequestValidationError is the validation error returned by AttestationServiceGetContractRequest.Validate if the designated constraints aren't met.

func (AttestationServiceGetContractRequestValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetContractRequestValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetContractRequestValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetContractRequestValidationError) Field

Field function returns field value.

func (AttestationServiceGetContractRequestValidationError) Key

Key function returns key value.

func (AttestationServiceGetContractRequestValidationError) Reason

Reason function returns reason value.

type AttestationServiceGetContractResponse

type AttestationServiceGetContractResponse struct {
	Result *AttestationServiceGetContractResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceGetContractResponse) Descriptor deprecated

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

Deprecated: Use AttestationServiceGetContractResponse.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetContractResponse) GetResult

func (*AttestationServiceGetContractResponse) ProtoMessage

func (*AttestationServiceGetContractResponse) ProtoMessage()

func (*AttestationServiceGetContractResponse) ProtoReflect

func (*AttestationServiceGetContractResponse) Reset

func (*AttestationServiceGetContractResponse) String

func (*AttestationServiceGetContractResponse) Validate

Validate checks the field values on AttestationServiceGetContractResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetContractResponse) ValidateAll

ValidateAll checks the field values on AttestationServiceGetContractResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractResponseMultiError, or nil if none found.

type AttestationServiceGetContractResponseMultiError

type AttestationServiceGetContractResponseMultiError []error

AttestationServiceGetContractResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractResponse.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetContractResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetContractResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetContractResponseValidationError

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

AttestationServiceGetContractResponseValidationError is the validation error returned by AttestationServiceGetContractResponse.Validate if the designated constraints aren't met.

func (AttestationServiceGetContractResponseValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetContractResponseValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetContractResponseValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetContractResponseValidationError) Field

Field function returns field value.

func (AttestationServiceGetContractResponseValidationError) Key

Key function returns key value.

func (AttestationServiceGetContractResponseValidationError) Reason

Reason function returns reason value.

type AttestationServiceGetContractResponse_Result

type AttestationServiceGetContractResponse_Result struct {
	Workflow *WorkflowItem                `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Contract *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=contract,proto3" json:"contract,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceGetContractResponse_Result) Descriptor deprecated

Deprecated: Use AttestationServiceGetContractResponse_Result.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetContractResponse_Result) GetContract

func (*AttestationServiceGetContractResponse_Result) GetWorkflow

func (*AttestationServiceGetContractResponse_Result) ProtoMessage

func (*AttestationServiceGetContractResponse_Result) ProtoReflect

func (*AttestationServiceGetContractResponse_Result) Reset

func (*AttestationServiceGetContractResponse_Result) String

func (*AttestationServiceGetContractResponse_Result) Validate

Validate checks the field values on AttestationServiceGetContractResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetContractResponse_Result) ValidateAll

ValidateAll checks the field values on AttestationServiceGetContractResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractResponse_ResultMultiError, or nil if none found.

type AttestationServiceGetContractResponse_ResultMultiError

type AttestationServiceGetContractResponse_ResultMultiError []error

AttestationServiceGetContractResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractResponse_Result.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetContractResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetContractResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetContractResponse_ResultValidationError

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

AttestationServiceGetContractResponse_ResultValidationError is the validation error returned by AttestationServiceGetContractResponse_Result.Validate if the designated constraints aren't met.

func (AttestationServiceGetContractResponse_ResultValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetContractResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetContractResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetContractResponse_ResultValidationError) Field

Field function returns field value.

func (AttestationServiceGetContractResponse_ResultValidationError) Key

Key function returns key value.

func (AttestationServiceGetContractResponse_ResultValidationError) Reason

Reason function returns reason value.

type AttestationServiceGetUploadCredsRequest

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

func (*AttestationServiceGetUploadCredsRequest) Descriptor deprecated

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

Deprecated: Use AttestationServiceGetUploadCredsRequest.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetUploadCredsRequest) ProtoMessage

func (*AttestationServiceGetUploadCredsRequest) ProtoReflect

func (*AttestationServiceGetUploadCredsRequest) Reset

func (*AttestationServiceGetUploadCredsRequest) String

func (*AttestationServiceGetUploadCredsRequest) Validate

Validate checks the field values on AttestationServiceGetUploadCredsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetUploadCredsRequest) ValidateAll

ValidateAll checks the field values on AttestationServiceGetUploadCredsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsRequestMultiError, or nil if none found.

type AttestationServiceGetUploadCredsRequestMultiError

type AttestationServiceGetUploadCredsRequestMultiError []error

AttestationServiceGetUploadCredsRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsRequest.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetUploadCredsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetUploadCredsRequestValidationError

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

AttestationServiceGetUploadCredsRequestValidationError is the validation error returned by AttestationServiceGetUploadCredsRequest.Validate if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsRequestValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetUploadCredsRequestValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetUploadCredsRequestValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetUploadCredsRequestValidationError) Field

Field function returns field value.

func (AttestationServiceGetUploadCredsRequestValidationError) Key

Key function returns key value.

func (AttestationServiceGetUploadCredsRequestValidationError) Reason

Reason function returns reason value.

type AttestationServiceGetUploadCredsResponse

type AttestationServiceGetUploadCredsResponse struct {
	Result *AttestationServiceGetUploadCredsResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceGetUploadCredsResponse) Descriptor deprecated

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

Deprecated: Use AttestationServiceGetUploadCredsResponse.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetUploadCredsResponse) GetResult

func (*AttestationServiceGetUploadCredsResponse) ProtoMessage

func (*AttestationServiceGetUploadCredsResponse) ProtoReflect

func (*AttestationServiceGetUploadCredsResponse) Reset

func (*AttestationServiceGetUploadCredsResponse) String

func (*AttestationServiceGetUploadCredsResponse) Validate

Validate checks the field values on AttestationServiceGetUploadCredsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetUploadCredsResponse) ValidateAll

ValidateAll checks the field values on AttestationServiceGetUploadCredsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsResponseMultiError, or nil if none found.

type AttestationServiceGetUploadCredsResponseMultiError

type AttestationServiceGetUploadCredsResponseMultiError []error

AttestationServiceGetUploadCredsResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsResponse.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetUploadCredsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetUploadCredsResponseValidationError

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

AttestationServiceGetUploadCredsResponseValidationError is the validation error returned by AttestationServiceGetUploadCredsResponse.Validate if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsResponseValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetUploadCredsResponseValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetUploadCredsResponseValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetUploadCredsResponseValidationError) Field

Field function returns field value.

func (AttestationServiceGetUploadCredsResponseValidationError) Key

Key function returns key value.

func (AttestationServiceGetUploadCredsResponseValidationError) Reason

Reason function returns reason value.

type AttestationServiceGetUploadCredsResponse_Result

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

func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor deprecated

Deprecated: Use AttestationServiceGetUploadCredsResponse_Result.ProtoReflect.Descriptor instead.

func (*AttestationServiceGetUploadCredsResponse_Result) GetToken

func (*AttestationServiceGetUploadCredsResponse_Result) ProtoMessage

func (*AttestationServiceGetUploadCredsResponse_Result) ProtoReflect

func (*AttestationServiceGetUploadCredsResponse_Result) Reset

func (*AttestationServiceGetUploadCredsResponse_Result) String

func (*AttestationServiceGetUploadCredsResponse_Result) Validate

Validate checks the field values on AttestationServiceGetUploadCredsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceGetUploadCredsResponse_Result) ValidateAll

ValidateAll checks the field values on AttestationServiceGetUploadCredsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsResponse_ResultMultiError, or nil if none found.

type AttestationServiceGetUploadCredsResponse_ResultMultiError

type AttestationServiceGetUploadCredsResponse_ResultMultiError []error

AttestationServiceGetUploadCredsResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsResponse_Result.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceGetUploadCredsResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceGetUploadCredsResponse_ResultValidationError

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

AttestationServiceGetUploadCredsResponse_ResultValidationError is the validation error returned by AttestationServiceGetUploadCredsResponse_Result.Validate if the designated constraints aren't met.

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Cause

Cause function returns cause value.

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Field

Field function returns field value.

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Key

Key function returns key value.

func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Reason

Reason function returns reason value.

type AttestationServiceInitRequest

type AttestationServiceInitRequest struct {
	ContractRevision int32  `protobuf:"varint,1,opt,name=contract_revision,json=contractRevision,proto3" json:"contract_revision,omitempty"`
	JobUrl           string `protobuf:"bytes,2,opt,name=job_url,json=jobUrl,proto3" json:"job_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceInitRequest) Descriptor deprecated

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

Deprecated: Use AttestationServiceInitRequest.ProtoReflect.Descriptor instead.

func (*AttestationServiceInitRequest) GetContractRevision

func (x *AttestationServiceInitRequest) GetContractRevision() int32

func (*AttestationServiceInitRequest) GetJobUrl

func (x *AttestationServiceInitRequest) GetJobUrl() string

func (*AttestationServiceInitRequest) ProtoMessage

func (*AttestationServiceInitRequest) ProtoMessage()

func (*AttestationServiceInitRequest) ProtoReflect

func (*AttestationServiceInitRequest) Reset

func (x *AttestationServiceInitRequest) Reset()

func (*AttestationServiceInitRequest) String

func (*AttestationServiceInitRequest) Validate

func (m *AttestationServiceInitRequest) Validate() error

Validate checks the field values on AttestationServiceInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceInitRequest) ValidateAll

func (m *AttestationServiceInitRequest) ValidateAll() error

ValidateAll checks the field values on AttestationServiceInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitRequestMultiError, or nil if none found.

type AttestationServiceInitRequestMultiError

type AttestationServiceInitRequestMultiError []error

AttestationServiceInitRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitRequest.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceInitRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceInitRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceInitRequestValidationError

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

AttestationServiceInitRequestValidationError is the validation error returned by AttestationServiceInitRequest.Validate if the designated constraints aren't met.

func (AttestationServiceInitRequestValidationError) Cause

Cause function returns cause value.

func (AttestationServiceInitRequestValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceInitRequestValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceInitRequestValidationError) Field

Field function returns field value.

func (AttestationServiceInitRequestValidationError) Key

Key function returns key value.

func (AttestationServiceInitRequestValidationError) Reason

Reason function returns reason value.

type AttestationServiceInitResponse

type AttestationServiceInitResponse struct {
	Result *AttestationServiceInitResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceInitResponse) Descriptor deprecated

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

Deprecated: Use AttestationServiceInitResponse.ProtoReflect.Descriptor instead.

func (*AttestationServiceInitResponse) GetResult

func (*AttestationServiceInitResponse) ProtoMessage

func (*AttestationServiceInitResponse) ProtoMessage()

func (*AttestationServiceInitResponse) ProtoReflect

func (*AttestationServiceInitResponse) Reset

func (x *AttestationServiceInitResponse) Reset()

func (*AttestationServiceInitResponse) String

func (*AttestationServiceInitResponse) Validate

func (m *AttestationServiceInitResponse) Validate() error

Validate checks the field values on AttestationServiceInitResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceInitResponse) ValidateAll

func (m *AttestationServiceInitResponse) ValidateAll() error

ValidateAll checks the field values on AttestationServiceInitResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitResponseMultiError, or nil if none found.

type AttestationServiceInitResponseMultiError

type AttestationServiceInitResponseMultiError []error

AttestationServiceInitResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitResponse.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceInitResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceInitResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceInitResponseValidationError

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

AttestationServiceInitResponseValidationError is the validation error returned by AttestationServiceInitResponse.Validate if the designated constraints aren't met.

func (AttestationServiceInitResponseValidationError) Cause

Cause function returns cause value.

func (AttestationServiceInitResponseValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceInitResponseValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceInitResponseValidationError) Field

Field function returns field value.

func (AttestationServiceInitResponseValidationError) Key

Key function returns key value.

func (AttestationServiceInitResponseValidationError) Reason

Reason function returns reason value.

type AttestationServiceInitResponse_Result

type AttestationServiceInitResponse_Result struct {
	WorkflowRun *WorkflowRunItem `protobuf:"bytes,2,opt,name=workflow_run,json=workflowRun,proto3" json:"workflow_run,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceInitResponse_Result) Descriptor deprecated

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

Deprecated: Use AttestationServiceInitResponse_Result.ProtoReflect.Descriptor instead.

func (*AttestationServiceInitResponse_Result) GetWorkflowRun

func (*AttestationServiceInitResponse_Result) ProtoMessage

func (*AttestationServiceInitResponse_Result) ProtoMessage()

func (*AttestationServiceInitResponse_Result) ProtoReflect

func (*AttestationServiceInitResponse_Result) Reset

func (*AttestationServiceInitResponse_Result) String

func (*AttestationServiceInitResponse_Result) Validate

Validate checks the field values on AttestationServiceInitResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceInitResponse_Result) ValidateAll

ValidateAll checks the field values on AttestationServiceInitResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitResponse_ResultMultiError, or nil if none found.

type AttestationServiceInitResponse_ResultMultiError

type AttestationServiceInitResponse_ResultMultiError []error

AttestationServiceInitResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitResponse_Result.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceInitResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceInitResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceInitResponse_ResultValidationError

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

AttestationServiceInitResponse_ResultValidationError is the validation error returned by AttestationServiceInitResponse_Result.Validate if the designated constraints aren't met.

func (AttestationServiceInitResponse_ResultValidationError) Cause

Cause function returns cause value.

func (AttestationServiceInitResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceInitResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceInitResponse_ResultValidationError) Field

Field function returns field value.

func (AttestationServiceInitResponse_ResultValidationError) Key

Key function returns key value.

func (AttestationServiceInitResponse_ResultValidationError) Reason

Reason function returns reason value.

type AttestationServiceServer

type AttestationServiceServer interface {
	GetContract(context.Context, *AttestationServiceGetContractRequest) (*AttestationServiceGetContractResponse, error)
	Init(context.Context, *AttestationServiceInitRequest) (*AttestationServiceInitResponse, error)
	Store(context.Context, *AttestationServiceStoreRequest) (*AttestationServiceStoreResponse, error)
	// There is another endpoint to get credentials via casCredentialsService.Get
	// This one is kept since it leverages robot-accounts in the context of a workflow
	GetUploadCreds(context.Context, *AttestationServiceGetUploadCredsRequest) (*AttestationServiceGetUploadCredsResponse, error)
	Cancel(context.Context, *AttestationServiceCancelRequest) (*AttestationServiceCancelResponse, error)
	// contains filtered or unexported methods
}

AttestationServiceServer is the server API for AttestationService service. All implementations must embed UnimplementedAttestationServiceServer for forward compatibility

type AttestationServiceStoreRequest

type AttestationServiceStoreRequest struct {

	// encoded DSEE envelope
	Attestation   []byte `protobuf:"bytes,1,opt,name=attestation,proto3" json:"attestation,omitempty"`
	WorkflowRunId string `protobuf:"bytes,2,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationServiceStoreRequest) Descriptor deprecated

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

Deprecated: Use AttestationServiceStoreRequest.ProtoReflect.Descriptor instead.

func (*AttestationServiceStoreRequest) GetAttestation

func (x *AttestationServiceStoreRequest) GetAttestation() []byte

func (*AttestationServiceStoreRequest) GetWorkflowRunId

func (x *AttestationServiceStoreRequest) GetWorkflowRunId() string

func (*AttestationServiceStoreRequest) ProtoMessage

func (*AttestationServiceStoreRequest) ProtoMessage()

func (*AttestationServiceStoreRequest) ProtoReflect

func (*AttestationServiceStoreRequest) Reset

func (x *AttestationServiceStoreRequest) Reset()

func (*AttestationServiceStoreRequest) String

func (*AttestationServiceStoreRequest) Validate

func (m *AttestationServiceStoreRequest) Validate() error

Validate checks the field values on AttestationServiceStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceStoreRequest) ValidateAll

func (m *AttestationServiceStoreRequest) ValidateAll() error

ValidateAll checks the field values on AttestationServiceStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceStoreRequestMultiError, or nil if none found.

type AttestationServiceStoreRequestMultiError

type AttestationServiceStoreRequestMultiError []error

AttestationServiceStoreRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceStoreRequest.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceStoreRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceStoreRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceStoreRequestValidationError

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

AttestationServiceStoreRequestValidationError is the validation error returned by AttestationServiceStoreRequest.Validate if the designated constraints aren't met.

func (AttestationServiceStoreRequestValidationError) Cause

Cause function returns cause value.

func (AttestationServiceStoreRequestValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceStoreRequestValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceStoreRequestValidationError) Field

Field function returns field value.

func (AttestationServiceStoreRequestValidationError) Key

Key function returns key value.

func (AttestationServiceStoreRequestValidationError) Reason

Reason function returns reason value.

type AttestationServiceStoreResponse

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

func (*AttestationServiceStoreResponse) Descriptor deprecated

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

Deprecated: Use AttestationServiceStoreResponse.ProtoReflect.Descriptor instead.

func (*AttestationServiceStoreResponse) ProtoMessage

func (*AttestationServiceStoreResponse) ProtoMessage()

func (*AttestationServiceStoreResponse) ProtoReflect

func (*AttestationServiceStoreResponse) Reset

func (*AttestationServiceStoreResponse) String

func (*AttestationServiceStoreResponse) Validate

func (m *AttestationServiceStoreResponse) Validate() error

Validate checks the field values on AttestationServiceStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AttestationServiceStoreResponse) ValidateAll

func (m *AttestationServiceStoreResponse) ValidateAll() error

ValidateAll checks the field values on AttestationServiceStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceStoreResponseMultiError, or nil if none found.

type AttestationServiceStoreResponseMultiError

type AttestationServiceStoreResponseMultiError []error

AttestationServiceStoreResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceStoreResponse.ValidateAll() if the designated constraints aren't met.

func (AttestationServiceStoreResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttestationServiceStoreResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AttestationServiceStoreResponseValidationError

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

AttestationServiceStoreResponseValidationError is the validation error returned by AttestationServiceStoreResponse.Validate if the designated constraints aren't met.

func (AttestationServiceStoreResponseValidationError) Cause

Cause function returns cause value.

func (AttestationServiceStoreResponseValidationError) Error

Error satisfies the builtin error interface

func (AttestationServiceStoreResponseValidationError) ErrorName

ErrorName returns error name.

func (AttestationServiceStoreResponseValidationError) Field

Field function returns field value.

func (AttestationServiceStoreResponseValidationError) Key

Key function returns key value.

func (AttestationServiceStoreResponseValidationError) Reason

Reason function returns reason value.

type AuthServiceClient

type AuthServiceClient interface {
	DeleteAccount(ctx context.Context, in *AuthServiceDeleteAccountRequest, opts ...grpc.CallOption) (*AuthServiceDeleteAccountResponse, 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 AuthServiceDeleteAccountRequest

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

AuthServiceDeleteAccountResponse is the response for the DeleteAccount method.

func (*AuthServiceDeleteAccountRequest) Descriptor deprecated

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

Deprecated: Use AuthServiceDeleteAccountRequest.ProtoReflect.Descriptor instead.

func (*AuthServiceDeleteAccountRequest) ProtoMessage

func (*AuthServiceDeleteAccountRequest) ProtoMessage()

func (*AuthServiceDeleteAccountRequest) ProtoReflect

func (*AuthServiceDeleteAccountRequest) Reset

func (*AuthServiceDeleteAccountRequest) String

func (*AuthServiceDeleteAccountRequest) Validate

func (m *AuthServiceDeleteAccountRequest) Validate() error

Validate checks the field values on AuthServiceDeleteAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthServiceDeleteAccountRequest) ValidateAll

func (m *AuthServiceDeleteAccountRequest) ValidateAll() error

ValidateAll checks the field values on AuthServiceDeleteAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthServiceDeleteAccountRequestMultiError, or nil if none found.

type AuthServiceDeleteAccountRequestMultiError

type AuthServiceDeleteAccountRequestMultiError []error

AuthServiceDeleteAccountRequestMultiError is an error wrapping multiple validation errors returned by AuthServiceDeleteAccountRequest.ValidateAll() if the designated constraints aren't met.

func (AuthServiceDeleteAccountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AuthServiceDeleteAccountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthServiceDeleteAccountRequestValidationError

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

AuthServiceDeleteAccountRequestValidationError is the validation error returned by AuthServiceDeleteAccountRequest.Validate if the designated constraints aren't met.

func (AuthServiceDeleteAccountRequestValidationError) Cause

Cause function returns cause value.

func (AuthServiceDeleteAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (AuthServiceDeleteAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (AuthServiceDeleteAccountRequestValidationError) Field

Field function returns field value.

func (AuthServiceDeleteAccountRequestValidationError) Key

Key function returns key value.

func (AuthServiceDeleteAccountRequestValidationError) Reason

Reason function returns reason value.

type AuthServiceDeleteAccountResponse

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

AuthServiceDeleteAccountResponse is the response for the DeleteAccount method.

func (*AuthServiceDeleteAccountResponse) Descriptor deprecated

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

Deprecated: Use AuthServiceDeleteAccountResponse.ProtoReflect.Descriptor instead.

func (*AuthServiceDeleteAccountResponse) ProtoMessage

func (*AuthServiceDeleteAccountResponse) ProtoMessage()

func (*AuthServiceDeleteAccountResponse) ProtoReflect

func (*AuthServiceDeleteAccountResponse) Reset

func (*AuthServiceDeleteAccountResponse) String

func (*AuthServiceDeleteAccountResponse) Validate

Validate checks the field values on AuthServiceDeleteAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthServiceDeleteAccountResponse) ValidateAll

func (m *AuthServiceDeleteAccountResponse) ValidateAll() error

ValidateAll checks the field values on AuthServiceDeleteAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthServiceDeleteAccountResponseMultiError, or nil if none found.

type AuthServiceDeleteAccountResponseMultiError

type AuthServiceDeleteAccountResponseMultiError []error

AuthServiceDeleteAccountResponseMultiError is an error wrapping multiple validation errors returned by AuthServiceDeleteAccountResponse.ValidateAll() if the designated constraints aren't met.

func (AuthServiceDeleteAccountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AuthServiceDeleteAccountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthServiceDeleteAccountResponseValidationError

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

AuthServiceDeleteAccountResponseValidationError is the validation error returned by AuthServiceDeleteAccountResponse.Validate if the designated constraints aren't met.

func (AuthServiceDeleteAccountResponseValidationError) Cause

Cause function returns cause value.

func (AuthServiceDeleteAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (AuthServiceDeleteAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (AuthServiceDeleteAccountResponseValidationError) Field

Field function returns field value.

func (AuthServiceDeleteAccountResponseValidationError) Key

Key function returns key value.

func (AuthServiceDeleteAccountResponseValidationError) Reason

Reason function returns reason value.

type AuthServiceServer

type AuthServiceServer interface {
	DeleteAccount(context.Context, *AuthServiceDeleteAccountRequest) (*AuthServiceDeleteAccountResponse, error)
	// contains filtered or unexported methods
}

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

type CASCredentialsServiceClient

type CASCredentialsServiceClient interface {
	Get(ctx context.Context, in *CASCredentialsServiceGetRequest, opts ...grpc.CallOption) (*CASCredentialsServiceGetResponse, error)
}

CASCredentialsServiceClient is the client API for CASCredentialsService 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 CASCredentialsServiceGetRequest

type CASCredentialsServiceGetRequest struct {
	Role CASCredentialsServiceGetRequest_Role `protobuf:"varint,1,opt,name=role,proto3,enum=controlplane.v1.CASCredentialsServiceGetRequest_Role" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CASCredentialsServiceGetRequest) Descriptor deprecated

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

Deprecated: Use CASCredentialsServiceGetRequest.ProtoReflect.Descriptor instead.

func (*CASCredentialsServiceGetRequest) GetRole

func (*CASCredentialsServiceGetRequest) ProtoMessage

func (*CASCredentialsServiceGetRequest) ProtoMessage()

func (*CASCredentialsServiceGetRequest) ProtoReflect

func (*CASCredentialsServiceGetRequest) Reset

func (*CASCredentialsServiceGetRequest) String

func (*CASCredentialsServiceGetRequest) Validate

func (m *CASCredentialsServiceGetRequest) Validate() error

Validate checks the field values on CASCredentialsServiceGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CASCredentialsServiceGetRequest) ValidateAll

func (m *CASCredentialsServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on CASCredentialsServiceGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetRequestMultiError, or nil if none found.

type CASCredentialsServiceGetRequestMultiError

type CASCredentialsServiceGetRequestMultiError []error

CASCredentialsServiceGetRequestMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (CASCredentialsServiceGetRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CASCredentialsServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CASCredentialsServiceGetRequestValidationError

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

CASCredentialsServiceGetRequestValidationError is the validation error returned by CASCredentialsServiceGetRequest.Validate if the designated constraints aren't met.

func (CASCredentialsServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (CASCredentialsServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (CASCredentialsServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (CASCredentialsServiceGetRequestValidationError) Field

Field function returns field value.

func (CASCredentialsServiceGetRequestValidationError) Key

Key function returns key value.

func (CASCredentialsServiceGetRequestValidationError) Reason

Reason function returns reason value.

type CASCredentialsServiceGetRequest_Role

type CASCredentialsServiceGetRequest_Role int32
const (
	CASCredentialsServiceGetRequest_ROLE_UNSPECIFIED CASCredentialsServiceGetRequest_Role = 0
	CASCredentialsServiceGetRequest_ROLE_DOWNLOADER  CASCredentialsServiceGetRequest_Role = 1
	CASCredentialsServiceGetRequest_ROLE_UPLOADER    CASCredentialsServiceGetRequest_Role = 2
)

func (CASCredentialsServiceGetRequest_Role) Descriptor

func (CASCredentialsServiceGetRequest_Role) Enum

func (CASCredentialsServiceGetRequest_Role) EnumDescriptor deprecated

func (CASCredentialsServiceGetRequest_Role) EnumDescriptor() ([]byte, []int)

Deprecated: Use CASCredentialsServiceGetRequest_Role.Descriptor instead.

func (CASCredentialsServiceGetRequest_Role) Number

func (CASCredentialsServiceGetRequest_Role) String

func (CASCredentialsServiceGetRequest_Role) Type

type CASCredentialsServiceGetResponse

type CASCredentialsServiceGetResponse struct {
	Result *CASCredentialsServiceGetResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CASCredentialsServiceGetResponse) Descriptor deprecated

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

Deprecated: Use CASCredentialsServiceGetResponse.ProtoReflect.Descriptor instead.

func (*CASCredentialsServiceGetResponse) GetResult

func (*CASCredentialsServiceGetResponse) ProtoMessage

func (*CASCredentialsServiceGetResponse) ProtoMessage()

func (*CASCredentialsServiceGetResponse) ProtoReflect

func (*CASCredentialsServiceGetResponse) Reset

func (*CASCredentialsServiceGetResponse) String

func (*CASCredentialsServiceGetResponse) Validate

Validate checks the field values on CASCredentialsServiceGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CASCredentialsServiceGetResponse) ValidateAll

func (m *CASCredentialsServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on CASCredentialsServiceGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetResponseMultiError, or nil if none found.

type CASCredentialsServiceGetResponseMultiError

type CASCredentialsServiceGetResponseMultiError []error

CASCredentialsServiceGetResponseMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (CASCredentialsServiceGetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CASCredentialsServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CASCredentialsServiceGetResponseValidationError

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

CASCredentialsServiceGetResponseValidationError is the validation error returned by CASCredentialsServiceGetResponse.Validate if the designated constraints aren't met.

func (CASCredentialsServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (CASCredentialsServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (CASCredentialsServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (CASCredentialsServiceGetResponseValidationError) Field

Field function returns field value.

func (CASCredentialsServiceGetResponseValidationError) Key

Key function returns key value.

func (CASCredentialsServiceGetResponseValidationError) Reason

Reason function returns reason value.

type CASCredentialsServiceGetResponse_Result

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

func (*CASCredentialsServiceGetResponse_Result) Descriptor deprecated

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

Deprecated: Use CASCredentialsServiceGetResponse_Result.ProtoReflect.Descriptor instead.

func (*CASCredentialsServiceGetResponse_Result) GetToken

func (*CASCredentialsServiceGetResponse_Result) ProtoMessage

func (*CASCredentialsServiceGetResponse_Result) ProtoReflect

func (*CASCredentialsServiceGetResponse_Result) Reset

func (*CASCredentialsServiceGetResponse_Result) String

func (*CASCredentialsServiceGetResponse_Result) Validate

Validate checks the field values on CASCredentialsServiceGetResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CASCredentialsServiceGetResponse_Result) ValidateAll

ValidateAll checks the field values on CASCredentialsServiceGetResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetResponse_ResultMultiError, or nil if none found.

type CASCredentialsServiceGetResponse_ResultMultiError

type CASCredentialsServiceGetResponse_ResultMultiError []error

CASCredentialsServiceGetResponse_ResultMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetResponse_Result.ValidateAll() if the designated constraints aren't met.

func (CASCredentialsServiceGetResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CASCredentialsServiceGetResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CASCredentialsServiceGetResponse_ResultValidationError

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

CASCredentialsServiceGetResponse_ResultValidationError is the validation error returned by CASCredentialsServiceGetResponse_Result.Validate if the designated constraints aren't met.

func (CASCredentialsServiceGetResponse_ResultValidationError) Cause

Cause function returns cause value.

func (CASCredentialsServiceGetResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (CASCredentialsServiceGetResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (CASCredentialsServiceGetResponse_ResultValidationError) Field

Field function returns field value.

func (CASCredentialsServiceGetResponse_ResultValidationError) Key

Key function returns key value.

func (CASCredentialsServiceGetResponse_ResultValidationError) Reason

Reason function returns reason value.

type CASCredentialsServiceServer

type CASCredentialsServiceServer interface {
	Get(context.Context, *CASCredentialsServiceGetRequest) (*CASCredentialsServiceGetResponse, error)
	// contains filtered or unexported methods
}

CASCredentialsServiceServer is the server API for CASCredentialsService service. All implementations must embed UnimplementedCASCredentialsServiceServer for forward compatibility

type ContextServiceClient

type ContextServiceClient interface {
	// Get information about the current logged in context
	Current(ctx context.Context, in *ContextServiceCurrentRequest, opts ...grpc.CallOption) (*ContextServiceCurrentResponse, error)
}

ContextServiceClient is the client API for ContextService 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 ContextServiceCurrentRequest

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

func (*ContextServiceCurrentRequest) Descriptor deprecated

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

Deprecated: Use ContextServiceCurrentRequest.ProtoReflect.Descriptor instead.

func (*ContextServiceCurrentRequest) ProtoMessage

func (*ContextServiceCurrentRequest) ProtoMessage()

func (*ContextServiceCurrentRequest) ProtoReflect

func (*ContextServiceCurrentRequest) Reset

func (x *ContextServiceCurrentRequest) Reset()

func (*ContextServiceCurrentRequest) String

func (*ContextServiceCurrentRequest) Validate

func (m *ContextServiceCurrentRequest) Validate() error

Validate checks the field values on ContextServiceCurrentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContextServiceCurrentRequest) ValidateAll

func (m *ContextServiceCurrentRequest) ValidateAll() error

ValidateAll checks the field values on ContextServiceCurrentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentRequestMultiError, or nil if none found.

type ContextServiceCurrentRequestMultiError

type ContextServiceCurrentRequestMultiError []error

ContextServiceCurrentRequestMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentRequest.ValidateAll() if the designated constraints aren't met.

func (ContextServiceCurrentRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContextServiceCurrentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContextServiceCurrentRequestValidationError

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

ContextServiceCurrentRequestValidationError is the validation error returned by ContextServiceCurrentRequest.Validate if the designated constraints aren't met.

func (ContextServiceCurrentRequestValidationError) Cause

Cause function returns cause value.

func (ContextServiceCurrentRequestValidationError) Error

Error satisfies the builtin error interface

func (ContextServiceCurrentRequestValidationError) ErrorName

ErrorName returns error name.

func (ContextServiceCurrentRequestValidationError) Field

Field function returns field value.

func (ContextServiceCurrentRequestValidationError) Key

Key function returns key value.

func (ContextServiceCurrentRequestValidationError) Reason

Reason function returns reason value.

type ContextServiceCurrentResponse

type ContextServiceCurrentResponse struct {
	Result *ContextServiceCurrentResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextServiceCurrentResponse) Descriptor deprecated

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

Deprecated: Use ContextServiceCurrentResponse.ProtoReflect.Descriptor instead.

func (*ContextServiceCurrentResponse) GetResult

func (*ContextServiceCurrentResponse) ProtoMessage

func (*ContextServiceCurrentResponse) ProtoMessage()

func (*ContextServiceCurrentResponse) ProtoReflect

func (*ContextServiceCurrentResponse) Reset

func (x *ContextServiceCurrentResponse) Reset()

func (*ContextServiceCurrentResponse) String

func (*ContextServiceCurrentResponse) Validate

func (m *ContextServiceCurrentResponse) Validate() error

Validate checks the field values on ContextServiceCurrentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContextServiceCurrentResponse) ValidateAll

func (m *ContextServiceCurrentResponse) ValidateAll() error

ValidateAll checks the field values on ContextServiceCurrentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentResponseMultiError, or nil if none found.

type ContextServiceCurrentResponseMultiError

type ContextServiceCurrentResponseMultiError []error

ContextServiceCurrentResponseMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentResponse.ValidateAll() if the designated constraints aren't met.

func (ContextServiceCurrentResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContextServiceCurrentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContextServiceCurrentResponseValidationError

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

ContextServiceCurrentResponseValidationError is the validation error returned by ContextServiceCurrentResponse.Validate if the designated constraints aren't met.

func (ContextServiceCurrentResponseValidationError) Cause

Cause function returns cause value.

func (ContextServiceCurrentResponseValidationError) Error

Error satisfies the builtin error interface

func (ContextServiceCurrentResponseValidationError) ErrorName

ErrorName returns error name.

func (ContextServiceCurrentResponseValidationError) Field

Field function returns field value.

func (ContextServiceCurrentResponseValidationError) Key

Key function returns key value.

func (ContextServiceCurrentResponseValidationError) Reason

Reason function returns reason value.

type ContextServiceCurrentResponse_Result

type ContextServiceCurrentResponse_Result struct {
	CurrentUser    *User              `protobuf:"bytes,1,opt,name=current_user,json=currentUser,proto3" json:"current_user,omitempty"`
	CurrentOrg     *Org               `protobuf:"bytes,2,opt,name=current_org,json=currentOrg,proto3" json:"current_org,omitempty"`
	CurrentOciRepo *OCIRepositoryItem `protobuf:"bytes,3,opt,name=current_oci_repo,json=currentOciRepo,proto3" json:"current_oci_repo,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextServiceCurrentResponse_Result) Descriptor deprecated

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

Deprecated: Use ContextServiceCurrentResponse_Result.ProtoReflect.Descriptor instead.

func (*ContextServiceCurrentResponse_Result) GetCurrentOciRepo

func (*ContextServiceCurrentResponse_Result) GetCurrentOrg

func (x *ContextServiceCurrentResponse_Result) GetCurrentOrg() *Org

func (*ContextServiceCurrentResponse_Result) GetCurrentUser

func (x *ContextServiceCurrentResponse_Result) GetCurrentUser() *User

func (*ContextServiceCurrentResponse_Result) ProtoMessage

func (*ContextServiceCurrentResponse_Result) ProtoMessage()

func (*ContextServiceCurrentResponse_Result) ProtoReflect

func (*ContextServiceCurrentResponse_Result) Reset

func (*ContextServiceCurrentResponse_Result) String

func (*ContextServiceCurrentResponse_Result) Validate

Validate checks the field values on ContextServiceCurrentResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContextServiceCurrentResponse_Result) ValidateAll

ValidateAll checks the field values on ContextServiceCurrentResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentResponse_ResultMultiError, or nil if none found.

type ContextServiceCurrentResponse_ResultMultiError

type ContextServiceCurrentResponse_ResultMultiError []error

ContextServiceCurrentResponse_ResultMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentResponse_Result.ValidateAll() if the designated constraints aren't met.

func (ContextServiceCurrentResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContextServiceCurrentResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContextServiceCurrentResponse_ResultValidationError

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

ContextServiceCurrentResponse_ResultValidationError is the validation error returned by ContextServiceCurrentResponse_Result.Validate if the designated constraints aren't met.

func (ContextServiceCurrentResponse_ResultValidationError) Cause

Cause function returns cause value.

func (ContextServiceCurrentResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (ContextServiceCurrentResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (ContextServiceCurrentResponse_ResultValidationError) Field

Field function returns field value.

func (ContextServiceCurrentResponse_ResultValidationError) Key

Key function returns key value.

func (ContextServiceCurrentResponse_ResultValidationError) Reason

Reason function returns reason value.

type ContextServiceServer

type ContextServiceServer interface {
	// Get information about the current logged in context
	Current(context.Context, *ContextServiceCurrentRequest) (*ContextServiceCurrentResponse, error)
	// contains filtered or unexported methods
}

ContextServiceServer is the server API for ContextService service. All implementations must embed UnimplementedContextServiceServer for forward compatibility

type InfozRequest

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

func (*InfozRequest) Descriptor deprecated

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

Deprecated: Use InfozRequest.ProtoReflect.Descriptor instead.

func (*InfozRequest) ProtoMessage

func (*InfozRequest) ProtoMessage()

func (*InfozRequest) ProtoReflect

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

func (*InfozRequest) Reset

func (x *InfozRequest) Reset()

func (*InfozRequest) String

func (x *InfozRequest) String() string

func (*InfozRequest) Validate

func (m *InfozRequest) Validate() error

Validate checks the field values on InfozRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InfozRequest) ValidateAll

func (m *InfozRequest) ValidateAll() error

ValidateAll checks the field values on InfozRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InfozRequestMultiError, or nil if none found.

type InfozRequestMultiError

type InfozRequestMultiError []error

InfozRequestMultiError is an error wrapping multiple validation errors returned by InfozRequest.ValidateAll() if the designated constraints aren't met.

func (InfozRequestMultiError) AllErrors

func (m InfozRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InfozRequestMultiError) Error

func (m InfozRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InfozRequestValidationError

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

InfozRequestValidationError is the validation error returned by InfozRequest.Validate if the designated constraints aren't met.

func (InfozRequestValidationError) Cause

Cause function returns cause value.

func (InfozRequestValidationError) Error

Error satisfies the builtin error interface

func (InfozRequestValidationError) ErrorName

func (e InfozRequestValidationError) ErrorName() string

ErrorName returns error name.

func (InfozRequestValidationError) Field

Field function returns field value.

func (InfozRequestValidationError) Key

Key function returns key value.

func (InfozRequestValidationError) Reason

Reason function returns reason value.

type InfozResponse

type InfozResponse struct {
	LoginUrl string `protobuf:"bytes,1,opt,name=login_url,json=loginURL,proto3" json:"login_url,omitempty"`
	Version  string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*InfozResponse) Descriptor deprecated

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

Deprecated: Use InfozResponse.ProtoReflect.Descriptor instead.

func (*InfozResponse) GetLoginUrl

func (x *InfozResponse) GetLoginUrl() string

func (*InfozResponse) GetVersion

func (x *InfozResponse) GetVersion() string

func (*InfozResponse) ProtoMessage

func (*InfozResponse) ProtoMessage()

func (*InfozResponse) ProtoReflect

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

func (*InfozResponse) Reset

func (x *InfozResponse) Reset()

func (*InfozResponse) String

func (x *InfozResponse) String() string

func (*InfozResponse) Validate

func (m *InfozResponse) Validate() error

Validate checks the field values on InfozResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InfozResponse) ValidateAll

func (m *InfozResponse) ValidateAll() error

ValidateAll checks the field values on InfozResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InfozResponseMultiError, or nil if none found.

type InfozResponseMultiError

type InfozResponseMultiError []error

InfozResponseMultiError is an error wrapping multiple validation errors returned by InfozResponse.ValidateAll() if the designated constraints aren't met.

func (InfozResponseMultiError) AllErrors

func (m InfozResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InfozResponseMultiError) Error

func (m InfozResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InfozResponseValidationError

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

InfozResponseValidationError is the validation error returned by InfozResponse.Validate if the designated constraints aren't met.

func (InfozResponseValidationError) Cause

Cause function returns cause value.

func (InfozResponseValidationError) Error

Error satisfies the builtin error interface

func (InfozResponseValidationError) ErrorName

func (e InfozResponseValidationError) ErrorName() string

ErrorName returns error name.

func (InfozResponseValidationError) Field

Field function returns field value.

func (InfozResponseValidationError) Key

Key function returns key value.

func (InfozResponseValidationError) Reason

Reason function returns reason value.

type IntegrationAttachmentConfig

type IntegrationAttachmentConfig struct {

	// Types that are assignable to Config:
	//
	//	*IntegrationAttachmentConfig_DependencyTrack_
	Config isIntegrationAttachmentConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

Configuration used when a Integration is attached to a Workflow

func (*IntegrationAttachmentConfig) Descriptor deprecated

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

Deprecated: Use IntegrationAttachmentConfig.ProtoReflect.Descriptor instead.

func (*IntegrationAttachmentConfig) GetConfig

func (m *IntegrationAttachmentConfig) GetConfig() isIntegrationAttachmentConfig_Config

func (*IntegrationAttachmentConfig) GetDependencyTrack

func (*IntegrationAttachmentConfig) ProtoMessage

func (*IntegrationAttachmentConfig) ProtoMessage()

func (*IntegrationAttachmentConfig) ProtoReflect

func (*IntegrationAttachmentConfig) Reset

func (x *IntegrationAttachmentConfig) Reset()

func (*IntegrationAttachmentConfig) Scan

func (x *IntegrationAttachmentConfig) Scan(src any) error

func (*IntegrationAttachmentConfig) String

func (x *IntegrationAttachmentConfig) String() string

func (*IntegrationAttachmentConfig) Validate

func (m *IntegrationAttachmentConfig) Validate() error

Validate checks the field values on IntegrationAttachmentConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationAttachmentConfig) ValidateAll

func (m *IntegrationAttachmentConfig) ValidateAll() error

ValidateAll checks the field values on IntegrationAttachmentConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationAttachmentConfigMultiError, or nil if none found.

func (*IntegrationAttachmentConfig) Value

Implementation of scan interface

type IntegrationAttachmentConfigMultiError

type IntegrationAttachmentConfigMultiError []error

IntegrationAttachmentConfigMultiError is an error wrapping multiple validation errors returned by IntegrationAttachmentConfig.ValidateAll() if the designated constraints aren't met.

func (IntegrationAttachmentConfigMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationAttachmentConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationAttachmentConfigValidationError

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

IntegrationAttachmentConfigValidationError is the validation error returned by IntegrationAttachmentConfig.Validate if the designated constraints aren't met.

func (IntegrationAttachmentConfigValidationError) Cause

Cause function returns cause value.

func (IntegrationAttachmentConfigValidationError) Error

Error satisfies the builtin error interface

func (IntegrationAttachmentConfigValidationError) ErrorName

ErrorName returns error name.

func (IntegrationAttachmentConfigValidationError) Field

Field function returns field value.

func (IntegrationAttachmentConfigValidationError) Key

Key function returns key value.

func (IntegrationAttachmentConfigValidationError) Reason

Reason function returns reason value.

type IntegrationAttachmentConfig_DependencyTrack

type IntegrationAttachmentConfig_DependencyTrack struct {

	// Types that are assignable to Project:
	//
	//	*IntegrationAttachmentConfig_DependencyTrack_ProjectId
	//	*IntegrationAttachmentConfig_DependencyTrack_ProjectName
	Project isIntegrationAttachmentConfig_DependencyTrack_Project `protobuf_oneof:"project"`
	// contains filtered or unexported fields
}

func (*IntegrationAttachmentConfig_DependencyTrack) Descriptor deprecated

Deprecated: Use IntegrationAttachmentConfig_DependencyTrack.ProtoReflect.Descriptor instead.

func (*IntegrationAttachmentConfig_DependencyTrack) GetProject

func (m *IntegrationAttachmentConfig_DependencyTrack) GetProject() isIntegrationAttachmentConfig_DependencyTrack_Project

func (*IntegrationAttachmentConfig_DependencyTrack) GetProjectId

func (*IntegrationAttachmentConfig_DependencyTrack) GetProjectName

func (*IntegrationAttachmentConfig_DependencyTrack) ProtoMessage

func (*IntegrationAttachmentConfig_DependencyTrack) ProtoReflect

func (*IntegrationAttachmentConfig_DependencyTrack) Reset

func (*IntegrationAttachmentConfig_DependencyTrack) String

func (*IntegrationAttachmentConfig_DependencyTrack) Validate

Validate checks the field values on IntegrationAttachmentConfig_DependencyTrack with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationAttachmentConfig_DependencyTrack) ValidateAll

ValidateAll checks the field values on IntegrationAttachmentConfig_DependencyTrack with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationAttachmentConfig_DependencyTrackMultiError, or nil if none found.

type IntegrationAttachmentConfig_DependencyTrackMultiError

type IntegrationAttachmentConfig_DependencyTrackMultiError []error

IntegrationAttachmentConfig_DependencyTrackMultiError is an error wrapping multiple validation errors returned by IntegrationAttachmentConfig_DependencyTrack.ValidateAll() if the designated constraints aren't met.

func (IntegrationAttachmentConfig_DependencyTrackMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationAttachmentConfig_DependencyTrackMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationAttachmentConfig_DependencyTrackValidationError

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

IntegrationAttachmentConfig_DependencyTrackValidationError is the validation error returned by IntegrationAttachmentConfig_DependencyTrack.Validate if the designated constraints aren't met.

func (IntegrationAttachmentConfig_DependencyTrackValidationError) Cause

Cause function returns cause value.

func (IntegrationAttachmentConfig_DependencyTrackValidationError) Error

Error satisfies the builtin error interface

func (IntegrationAttachmentConfig_DependencyTrackValidationError) ErrorName

ErrorName returns error name.

func (IntegrationAttachmentConfig_DependencyTrackValidationError) Field

Field function returns field value.

func (IntegrationAttachmentConfig_DependencyTrackValidationError) Key

Key function returns key value.

func (IntegrationAttachmentConfig_DependencyTrackValidationError) Reason

Reason function returns reason value.

type IntegrationAttachmentConfig_DependencyTrack_

type IntegrationAttachmentConfig_DependencyTrack_ struct {
	DependencyTrack *IntegrationAttachmentConfig_DependencyTrack `protobuf:"bytes,1,opt,name=dependency_track,json=dependencyTrack,proto3,oneof"`
}

type IntegrationAttachmentConfig_DependencyTrack_ProjectId

type IntegrationAttachmentConfig_DependencyTrack_ProjectId struct {
	// The integration might either use a pre-configured projectID
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3,oneof"`
}

type IntegrationAttachmentConfig_DependencyTrack_ProjectName

type IntegrationAttachmentConfig_DependencyTrack_ProjectName struct {
	// name of the project ot be auto created
	ProjectName string `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3,oneof"`
}

type IntegrationAttachmentItem

type IntegrationAttachmentItem struct {
	Id          string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt   *timestamppb.Timestamp       `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Config      *IntegrationAttachmentConfig `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	Integration *IntegrationItem             `protobuf:"bytes,4,opt,name=integration,proto3" json:"integration,omitempty"`
	Workflow    *WorkflowItem                `protobuf:"bytes,5,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationAttachmentItem) Descriptor deprecated

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

Deprecated: Use IntegrationAttachmentItem.ProtoReflect.Descriptor instead.

func (*IntegrationAttachmentItem) GetConfig

func (*IntegrationAttachmentItem) GetCreatedAt

func (x *IntegrationAttachmentItem) GetCreatedAt() *timestamppb.Timestamp

func (*IntegrationAttachmentItem) GetId

func (x *IntegrationAttachmentItem) GetId() string

func (*IntegrationAttachmentItem) GetIntegration

func (x *IntegrationAttachmentItem) GetIntegration() *IntegrationItem

func (*IntegrationAttachmentItem) GetWorkflow

func (x *IntegrationAttachmentItem) GetWorkflow() *WorkflowItem

func (*IntegrationAttachmentItem) ProtoMessage

func (*IntegrationAttachmentItem) ProtoMessage()

func (*IntegrationAttachmentItem) ProtoReflect

func (*IntegrationAttachmentItem) Reset

func (x *IntegrationAttachmentItem) Reset()

func (*IntegrationAttachmentItem) String

func (x *IntegrationAttachmentItem) String() string

func (*IntegrationAttachmentItem) Validate

func (m *IntegrationAttachmentItem) Validate() error

Validate checks the field values on IntegrationAttachmentItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationAttachmentItem) ValidateAll

func (m *IntegrationAttachmentItem) ValidateAll() error

ValidateAll checks the field values on IntegrationAttachmentItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationAttachmentItemMultiError, or nil if none found.

type IntegrationAttachmentItemMultiError

type IntegrationAttachmentItemMultiError []error

IntegrationAttachmentItemMultiError is an error wrapping multiple validation errors returned by IntegrationAttachmentItem.ValidateAll() if the designated constraints aren't met.

func (IntegrationAttachmentItemMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationAttachmentItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationAttachmentItemValidationError

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

IntegrationAttachmentItemValidationError is the validation error returned by IntegrationAttachmentItem.Validate if the designated constraints aren't met.

func (IntegrationAttachmentItemValidationError) Cause

Cause function returns cause value.

func (IntegrationAttachmentItemValidationError) Error

Error satisfies the builtin error interface

func (IntegrationAttachmentItemValidationError) ErrorName

ErrorName returns error name.

func (IntegrationAttachmentItemValidationError) Field

Field function returns field value.

func (IntegrationAttachmentItemValidationError) Key

Key function returns key value.

func (IntegrationAttachmentItemValidationError) Reason

Reason function returns reason value.

type IntegrationConfig

type IntegrationConfig struct {

	// Types that are assignable to Config:
	//
	//	*IntegrationConfig_DependencyTrack_
	Config isIntegrationConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

Configuration used when a Integration is created in an organization

func (*IntegrationConfig) Descriptor deprecated

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

Deprecated: Use IntegrationConfig.ProtoReflect.Descriptor instead.

func (*IntegrationConfig) GetConfig

func (m *IntegrationConfig) GetConfig() isIntegrationConfig_Config

func (*IntegrationConfig) GetDependencyTrack

func (x *IntegrationConfig) GetDependencyTrack() *IntegrationConfig_DependencyTrack

func (*IntegrationConfig) ProtoMessage

func (*IntegrationConfig) ProtoMessage()

func (*IntegrationConfig) ProtoReflect

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

func (*IntegrationConfig) Reset

func (x *IntegrationConfig) Reset()

func (*IntegrationConfig) Scan

func (x *IntegrationConfig) Scan(src any) error

func (*IntegrationConfig) String

func (x *IntegrationConfig) String() string

func (*IntegrationConfig) Validate

func (m *IntegrationConfig) Validate() error

Validate checks the field values on IntegrationConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationConfig) ValidateAll

func (m *IntegrationConfig) ValidateAll() error

ValidateAll checks the field values on IntegrationConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationConfigMultiError, or nil if none found.

func (*IntegrationConfig) Value

func (x *IntegrationConfig) Value() (driver.Value, error)

Required to be stored in a byte[] database column with ent See https://entgo.io/docs/faq/#how-to-store-protobuf-objects-in-a-blob-column Implementation of scan interface

type IntegrationConfigMultiError

type IntegrationConfigMultiError []error

IntegrationConfigMultiError is an error wrapping multiple validation errors returned by IntegrationConfig.ValidateAll() if the designated constraints aren't met.

func (IntegrationConfigMultiError) AllErrors

func (m IntegrationConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IntegrationConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationConfigValidationError

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

IntegrationConfigValidationError is the validation error returned by IntegrationConfig.Validate if the designated constraints aren't met.

func (IntegrationConfigValidationError) Cause

Cause function returns cause value.

func (IntegrationConfigValidationError) Error

Error satisfies the builtin error interface

func (IntegrationConfigValidationError) ErrorName

ErrorName returns error name.

func (IntegrationConfigValidationError) Field

Field function returns field value.

func (IntegrationConfigValidationError) Key

Key function returns key value.

func (IntegrationConfigValidationError) Reason

Reason function returns reason value.

type IntegrationConfig_DependencyTrack

type IntegrationConfig_DependencyTrack struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// Support the option to automatically create projects if requested
	AllowAutoCreate bool `protobuf:"varint,2,opt,name=allow_auto_create,json=allowAutoCreate,proto3" json:"allow_auto_create,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationConfig_DependencyTrack) Descriptor deprecated

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

Deprecated: Use IntegrationConfig_DependencyTrack.ProtoReflect.Descriptor instead.

func (*IntegrationConfig_DependencyTrack) GetAllowAutoCreate

func (x *IntegrationConfig_DependencyTrack) GetAllowAutoCreate() bool

func (*IntegrationConfig_DependencyTrack) GetDomain

func (*IntegrationConfig_DependencyTrack) ProtoMessage

func (*IntegrationConfig_DependencyTrack) ProtoMessage()

func (*IntegrationConfig_DependencyTrack) ProtoReflect

func (*IntegrationConfig_DependencyTrack) Reset

func (*IntegrationConfig_DependencyTrack) String

func (*IntegrationConfig_DependencyTrack) Validate

Validate checks the field values on IntegrationConfig_DependencyTrack with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationConfig_DependencyTrack) ValidateAll

func (m *IntegrationConfig_DependencyTrack) ValidateAll() error

ValidateAll checks the field values on IntegrationConfig_DependencyTrack with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationConfig_DependencyTrackMultiError, or nil if none found.

func (*IntegrationConfig_DependencyTrack) ValidateAttachment

type IntegrationConfig_DependencyTrackMultiError

type IntegrationConfig_DependencyTrackMultiError []error

IntegrationConfig_DependencyTrackMultiError is an error wrapping multiple validation errors returned by IntegrationConfig_DependencyTrack.ValidateAll() if the designated constraints aren't met.

func (IntegrationConfig_DependencyTrackMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationConfig_DependencyTrackMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationConfig_DependencyTrackValidationError

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

IntegrationConfig_DependencyTrackValidationError is the validation error returned by IntegrationConfig_DependencyTrack.Validate if the designated constraints aren't met.

func (IntegrationConfig_DependencyTrackValidationError) Cause

Cause function returns cause value.

func (IntegrationConfig_DependencyTrackValidationError) Error

Error satisfies the builtin error interface

func (IntegrationConfig_DependencyTrackValidationError) ErrorName

ErrorName returns error name.

func (IntegrationConfig_DependencyTrackValidationError) Field

Field function returns field value.

func (IntegrationConfig_DependencyTrackValidationError) Key

Key function returns key value.

func (IntegrationConfig_DependencyTrackValidationError) Reason

Reason function returns reason value.

type IntegrationConfig_DependencyTrack_

type IntegrationConfig_DependencyTrack_ struct {
	DependencyTrack *IntegrationConfig_DependencyTrack `protobuf:"bytes,1,opt,name=dependency_track,json=dependencyTrack,proto3,oneof"`
}

type IntegrationItem

type IntegrationItem struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Kind      string                 `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Config    *IntegrationConfig     `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationItem) Descriptor deprecated

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

Deprecated: Use IntegrationItem.ProtoReflect.Descriptor instead.

func (*IntegrationItem) GetConfig

func (x *IntegrationItem) GetConfig() *IntegrationConfig

func (*IntegrationItem) GetCreatedAt

func (x *IntegrationItem) GetCreatedAt() *timestamppb.Timestamp

func (*IntegrationItem) GetId

func (x *IntegrationItem) GetId() string

func (*IntegrationItem) GetKind

func (x *IntegrationItem) GetKind() string

func (*IntegrationItem) ProtoMessage

func (*IntegrationItem) ProtoMessage()

func (*IntegrationItem) ProtoReflect

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

func (*IntegrationItem) Reset

func (x *IntegrationItem) Reset()

func (*IntegrationItem) String

func (x *IntegrationItem) String() string

func (*IntegrationItem) Validate

func (m *IntegrationItem) Validate() error

Validate checks the field values on IntegrationItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationItem) ValidateAll

func (m *IntegrationItem) ValidateAll() error

ValidateAll checks the field values on IntegrationItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationItemMultiError, or nil if none found.

type IntegrationItemMultiError

type IntegrationItemMultiError []error

IntegrationItemMultiError is an error wrapping multiple validation errors returned by IntegrationItem.ValidateAll() if the designated constraints aren't met.

func (IntegrationItemMultiError) AllErrors

func (m IntegrationItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IntegrationItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationItemValidationError

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

IntegrationItemValidationError is the validation error returned by IntegrationItem.Validate if the designated constraints aren't met.

func (IntegrationItemValidationError) Cause

Cause function returns cause value.

func (IntegrationItemValidationError) Error

Error satisfies the builtin error interface

func (IntegrationItemValidationError) ErrorName

func (e IntegrationItemValidationError) ErrorName() string

ErrorName returns error name.

func (IntegrationItemValidationError) Field

Field function returns field value.

func (IntegrationItemValidationError) Key

Key function returns key value.

func (IntegrationItemValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceAttachRequest

type IntegrationsServiceAttachRequest struct {
	WorkflowId    string                       `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	IntegrationId string                       `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Config        *IntegrationAttachmentConfig `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationsServiceAttachRequest) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceAttachRequest.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceAttachRequest) GetConfig

func (*IntegrationsServiceAttachRequest) GetIntegrationId

func (x *IntegrationsServiceAttachRequest) GetIntegrationId() string

func (*IntegrationsServiceAttachRequest) GetWorkflowId

func (x *IntegrationsServiceAttachRequest) GetWorkflowId() string

func (*IntegrationsServiceAttachRequest) ProtoMessage

func (*IntegrationsServiceAttachRequest) ProtoMessage()

func (*IntegrationsServiceAttachRequest) ProtoReflect

func (*IntegrationsServiceAttachRequest) Reset

func (*IntegrationsServiceAttachRequest) String

func (*IntegrationsServiceAttachRequest) Validate

Validate checks the field values on IntegrationsServiceAttachRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceAttachRequest) ValidateAll

func (m *IntegrationsServiceAttachRequest) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceAttachRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceAttachRequestMultiError, or nil if none found.

type IntegrationsServiceAttachRequestMultiError

type IntegrationsServiceAttachRequestMultiError []error

IntegrationsServiceAttachRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceAttachRequest.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceAttachRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceAttachRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceAttachRequestValidationError

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

IntegrationsServiceAttachRequestValidationError is the validation error returned by IntegrationsServiceAttachRequest.Validate if the designated constraints aren't met.

func (IntegrationsServiceAttachRequestValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceAttachRequestValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceAttachRequestValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceAttachRequestValidationError) Field

Field function returns field value.

func (IntegrationsServiceAttachRequestValidationError) Key

Key function returns key value.

func (IntegrationsServiceAttachRequestValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceAttachResponse

type IntegrationsServiceAttachResponse struct {
	Result *IntegrationAttachmentItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationsServiceAttachResponse) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceAttachResponse.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceAttachResponse) GetResult

func (*IntegrationsServiceAttachResponse) ProtoMessage

func (*IntegrationsServiceAttachResponse) ProtoMessage()

func (*IntegrationsServiceAttachResponse) ProtoReflect

func (*IntegrationsServiceAttachResponse) Reset

func (*IntegrationsServiceAttachResponse) String

func (*IntegrationsServiceAttachResponse) Validate

Validate checks the field values on IntegrationsServiceAttachResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceAttachResponse) ValidateAll

func (m *IntegrationsServiceAttachResponse) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceAttachResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceAttachResponseMultiError, or nil if none found.

type IntegrationsServiceAttachResponseMultiError

type IntegrationsServiceAttachResponseMultiError []error

IntegrationsServiceAttachResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceAttachResponse.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceAttachResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceAttachResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceAttachResponseValidationError

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

IntegrationsServiceAttachResponseValidationError is the validation error returned by IntegrationsServiceAttachResponse.Validate if the designated constraints aren't met.

func (IntegrationsServiceAttachResponseValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceAttachResponseValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceAttachResponseValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceAttachResponseValidationError) Field

Field function returns field value.

func (IntegrationsServiceAttachResponseValidationError) Key

Key function returns key value.

func (IntegrationsServiceAttachResponseValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceClient

type IntegrationsServiceClient interface {
	// ORG related CRUD
	AddDependencyTrack(ctx context.Context, in *AddDependencyTrackRequest, opts ...grpc.CallOption) (*AddDependencyTrackResponse, error)
	List(ctx context.Context, in *IntegrationsServiceListRequest, opts ...grpc.CallOption) (*IntegrationsServiceListResponse, error)
	Delete(ctx context.Context, in *IntegrationsServiceDeleteRequest, opts ...grpc.CallOption) (*IntegrationsServiceDeleteResponse, error)
	// Workflow Related operations
	// Attach to a workflow
	Attach(ctx context.Context, in *IntegrationsServiceAttachRequest, opts ...grpc.CallOption) (*IntegrationsServiceAttachResponse, error)
	// Detach integration from a workflow
	Detach(ctx context.Context, in *IntegrationsServiceDetachRequest, opts ...grpc.CallOption) (*IntegrationsServiceDetachResponse, error)
	ListAttachments(ctx context.Context, in *ListAttachmentsRequest, opts ...grpc.CallOption) (*ListAttachmentsResponse, error)
}

IntegrationsServiceClient is the client API for IntegrationsService 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 IntegrationsServiceDeleteRequest

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

func (*IntegrationsServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceDeleteRequest) GetId

func (*IntegrationsServiceDeleteRequest) ProtoMessage

func (*IntegrationsServiceDeleteRequest) ProtoMessage()

func (*IntegrationsServiceDeleteRequest) ProtoReflect

func (*IntegrationsServiceDeleteRequest) Reset

func (*IntegrationsServiceDeleteRequest) String

func (*IntegrationsServiceDeleteRequest) Validate

Validate checks the field values on IntegrationsServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceDeleteRequest) ValidateAll

func (m *IntegrationsServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDeleteRequestMultiError, or nil if none found.

type IntegrationsServiceDeleteRequestMultiError

type IntegrationsServiceDeleteRequestMultiError []error

IntegrationsServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceDeleteRequestValidationError

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

IntegrationsServiceDeleteRequestValidationError is the validation error returned by IntegrationsServiceDeleteRequest.Validate if the designated constraints aren't met.

func (IntegrationsServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceDeleteRequestValidationError) Field

Field function returns field value.

func (IntegrationsServiceDeleteRequestValidationError) Key

Key function returns key value.

func (IntegrationsServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceDeleteResponse

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

func (*IntegrationsServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceDeleteResponse) ProtoMessage

func (*IntegrationsServiceDeleteResponse) ProtoMessage()

func (*IntegrationsServiceDeleteResponse) ProtoReflect

func (*IntegrationsServiceDeleteResponse) Reset

func (*IntegrationsServiceDeleteResponse) String

func (*IntegrationsServiceDeleteResponse) Validate

Validate checks the field values on IntegrationsServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceDeleteResponse) ValidateAll

func (m *IntegrationsServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDeleteResponseMultiError, or nil if none found.

type IntegrationsServiceDeleteResponseMultiError

type IntegrationsServiceDeleteResponseMultiError []error

IntegrationsServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceDeleteResponseValidationError

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

IntegrationsServiceDeleteResponseValidationError is the validation error returned by IntegrationsServiceDeleteResponse.Validate if the designated constraints aren't met.

func (IntegrationsServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceDeleteResponseValidationError) Field

Field function returns field value.

func (IntegrationsServiceDeleteResponseValidationError) Key

Key function returns key value.

func (IntegrationsServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceDetachRequest

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

func (*IntegrationsServiceDetachRequest) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceDetachRequest.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceDetachRequest) GetId

func (*IntegrationsServiceDetachRequest) ProtoMessage

func (*IntegrationsServiceDetachRequest) ProtoMessage()

func (*IntegrationsServiceDetachRequest) ProtoReflect

func (*IntegrationsServiceDetachRequest) Reset

func (*IntegrationsServiceDetachRequest) String

func (*IntegrationsServiceDetachRequest) Validate

Validate checks the field values on IntegrationsServiceDetachRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceDetachRequest) ValidateAll

func (m *IntegrationsServiceDetachRequest) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceDetachRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDetachRequestMultiError, or nil if none found.

type IntegrationsServiceDetachRequestMultiError

type IntegrationsServiceDetachRequestMultiError []error

IntegrationsServiceDetachRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDetachRequest.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceDetachRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceDetachRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceDetachRequestValidationError

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

IntegrationsServiceDetachRequestValidationError is the validation error returned by IntegrationsServiceDetachRequest.Validate if the designated constraints aren't met.

func (IntegrationsServiceDetachRequestValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceDetachRequestValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceDetachRequestValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceDetachRequestValidationError) Field

Field function returns field value.

func (IntegrationsServiceDetachRequestValidationError) Key

Key function returns key value.

func (IntegrationsServiceDetachRequestValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceDetachResponse

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

func (*IntegrationsServiceDetachResponse) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceDetachResponse.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceDetachResponse) ProtoMessage

func (*IntegrationsServiceDetachResponse) ProtoMessage()

func (*IntegrationsServiceDetachResponse) ProtoReflect

func (*IntegrationsServiceDetachResponse) Reset

func (*IntegrationsServiceDetachResponse) String

func (*IntegrationsServiceDetachResponse) Validate

Validate checks the field values on IntegrationsServiceDetachResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceDetachResponse) ValidateAll

func (m *IntegrationsServiceDetachResponse) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceDetachResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDetachResponseMultiError, or nil if none found.

type IntegrationsServiceDetachResponseMultiError

type IntegrationsServiceDetachResponseMultiError []error

IntegrationsServiceDetachResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDetachResponse.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceDetachResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceDetachResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceDetachResponseValidationError

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

IntegrationsServiceDetachResponseValidationError is the validation error returned by IntegrationsServiceDetachResponse.Validate if the designated constraints aren't met.

func (IntegrationsServiceDetachResponseValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceDetachResponseValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceDetachResponseValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceDetachResponseValidationError) Field

Field function returns field value.

func (IntegrationsServiceDetachResponseValidationError) Key

Key function returns key value.

func (IntegrationsServiceDetachResponseValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceListRequest

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

func (*IntegrationsServiceListRequest) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceListRequest.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceListRequest) ProtoMessage

func (*IntegrationsServiceListRequest) ProtoMessage()

func (*IntegrationsServiceListRequest) ProtoReflect

func (*IntegrationsServiceListRequest) Reset

func (x *IntegrationsServiceListRequest) Reset()

func (*IntegrationsServiceListRequest) String

func (*IntegrationsServiceListRequest) Validate

func (m *IntegrationsServiceListRequest) Validate() error

Validate checks the field values on IntegrationsServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceListRequest) ValidateAll

func (m *IntegrationsServiceListRequest) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListRequestMultiError, or nil if none found.

type IntegrationsServiceListRequestMultiError

type IntegrationsServiceListRequestMultiError []error

IntegrationsServiceListRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceListRequestValidationError

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

IntegrationsServiceListRequestValidationError is the validation error returned by IntegrationsServiceListRequest.Validate if the designated constraints aren't met.

func (IntegrationsServiceListRequestValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceListRequestValidationError) Field

Field function returns field value.

func (IntegrationsServiceListRequestValidationError) Key

Key function returns key value.

func (IntegrationsServiceListRequestValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceListResponse

type IntegrationsServiceListResponse struct {
	Result []*IntegrationItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationsServiceListResponse) Descriptor deprecated

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

Deprecated: Use IntegrationsServiceListResponse.ProtoReflect.Descriptor instead.

func (*IntegrationsServiceListResponse) GetResult

func (*IntegrationsServiceListResponse) ProtoMessage

func (*IntegrationsServiceListResponse) ProtoMessage()

func (*IntegrationsServiceListResponse) ProtoReflect

func (*IntegrationsServiceListResponse) Reset

func (*IntegrationsServiceListResponse) String

func (*IntegrationsServiceListResponse) Validate

func (m *IntegrationsServiceListResponse) Validate() error

Validate checks the field values on IntegrationsServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IntegrationsServiceListResponse) ValidateAll

func (m *IntegrationsServiceListResponse) ValidateAll() error

ValidateAll checks the field values on IntegrationsServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListResponseMultiError, or nil if none found.

type IntegrationsServiceListResponseMultiError

type IntegrationsServiceListResponseMultiError []error

IntegrationsServiceListResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (IntegrationsServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IntegrationsServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IntegrationsServiceListResponseValidationError

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

IntegrationsServiceListResponseValidationError is the validation error returned by IntegrationsServiceListResponse.Validate if the designated constraints aren't met.

func (IntegrationsServiceListResponseValidationError) Cause

Cause function returns cause value.

func (IntegrationsServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (IntegrationsServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (IntegrationsServiceListResponseValidationError) Field

Field function returns field value.

func (IntegrationsServiceListResponseValidationError) Key

Key function returns key value.

func (IntegrationsServiceListResponseValidationError) Reason

Reason function returns reason value.

type IntegrationsServiceServer

type IntegrationsServiceServer interface {
	// ORG related CRUD
	AddDependencyTrack(context.Context, *AddDependencyTrackRequest) (*AddDependencyTrackResponse, error)
	List(context.Context, *IntegrationsServiceListRequest) (*IntegrationsServiceListResponse, error)
	Delete(context.Context, *IntegrationsServiceDeleteRequest) (*IntegrationsServiceDeleteResponse, error)
	// Workflow Related operations
	// Attach to a workflow
	Attach(context.Context, *IntegrationsServiceAttachRequest) (*IntegrationsServiceAttachResponse, error)
	// Detach integration from a workflow
	Detach(context.Context, *IntegrationsServiceDetachRequest) (*IntegrationsServiceDetachResponse, error)
	ListAttachments(context.Context, *ListAttachmentsRequest) (*ListAttachmentsResponse, error)
	// contains filtered or unexported methods
}

IntegrationsServiceServer is the server API for IntegrationsService service. All implementations must embed UnimplementedIntegrationsServiceServer for forward compatibility

type ListAttachmentsRequest

type ListAttachmentsRequest struct {

	// Filter by workflow
	WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttachmentsRequest) Descriptor deprecated

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

Deprecated: Use ListAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*ListAttachmentsRequest) GetWorkflowId

func (x *ListAttachmentsRequest) GetWorkflowId() string

func (*ListAttachmentsRequest) ProtoMessage

func (*ListAttachmentsRequest) ProtoMessage()

func (*ListAttachmentsRequest) ProtoReflect

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

func (*ListAttachmentsRequest) Reset

func (x *ListAttachmentsRequest) Reset()

func (*ListAttachmentsRequest) String

func (x *ListAttachmentsRequest) String() string

func (*ListAttachmentsRequest) Validate

func (m *ListAttachmentsRequest) Validate() error

Validate checks the field values on ListAttachmentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAttachmentsRequest) ValidateAll

func (m *ListAttachmentsRequest) ValidateAll() error

ValidateAll checks the field values on ListAttachmentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAttachmentsRequestMultiError, or nil if none found.

type ListAttachmentsRequestMultiError

type ListAttachmentsRequestMultiError []error

ListAttachmentsRequestMultiError is an error wrapping multiple validation errors returned by ListAttachmentsRequest.ValidateAll() if the designated constraints aren't met.

func (ListAttachmentsRequestMultiError) AllErrors

func (m ListAttachmentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAttachmentsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAttachmentsRequestValidationError

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

ListAttachmentsRequestValidationError is the validation error returned by ListAttachmentsRequest.Validate if the designated constraints aren't met.

func (ListAttachmentsRequestValidationError) Cause

Cause function returns cause value.

func (ListAttachmentsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAttachmentsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAttachmentsRequestValidationError) Field

Field function returns field value.

func (ListAttachmentsRequestValidationError) Key

Key function returns key value.

func (ListAttachmentsRequestValidationError) Reason

Reason function returns reason value.

type ListAttachmentsResponse

type ListAttachmentsResponse struct {
	Result []*IntegrationAttachmentItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttachmentsResponse) Descriptor deprecated

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

Deprecated: Use ListAttachmentsResponse.ProtoReflect.Descriptor instead.

func (*ListAttachmentsResponse) GetResult

func (*ListAttachmentsResponse) ProtoMessage

func (*ListAttachmentsResponse) ProtoMessage()

func (*ListAttachmentsResponse) ProtoReflect

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

func (*ListAttachmentsResponse) Reset

func (x *ListAttachmentsResponse) Reset()

func (*ListAttachmentsResponse) String

func (x *ListAttachmentsResponse) String() string

func (*ListAttachmentsResponse) Validate

func (m *ListAttachmentsResponse) Validate() error

Validate checks the field values on ListAttachmentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAttachmentsResponse) ValidateAll

func (m *ListAttachmentsResponse) ValidateAll() error

ValidateAll checks the field values on ListAttachmentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAttachmentsResponseMultiError, or nil if none found.

type ListAttachmentsResponseMultiError

type ListAttachmentsResponseMultiError []error

ListAttachmentsResponseMultiError is an error wrapping multiple validation errors returned by ListAttachmentsResponse.ValidateAll() if the designated constraints aren't met.

func (ListAttachmentsResponseMultiError) AllErrors

func (m ListAttachmentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAttachmentsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAttachmentsResponseValidationError

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

ListAttachmentsResponseValidationError is the validation error returned by ListAttachmentsResponse.Validate if the designated constraints aren't met.

func (ListAttachmentsResponseValidationError) Cause

Cause function returns cause value.

func (ListAttachmentsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAttachmentsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAttachmentsResponseValidationError) Field

Field function returns field value.

func (ListAttachmentsResponseValidationError) Key

Key function returns key value.

func (ListAttachmentsResponseValidationError) Reason

Reason function returns reason value.

type MetricsTimeWindow

type MetricsTimeWindow int32
const (
	MetricsTimeWindow_METRICS_TIME_WINDOW_UNSPECIFIED  MetricsTimeWindow = 0
	MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_30_DAYS MetricsTimeWindow = 1
	MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_7_DAYS  MetricsTimeWindow = 2
	MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_DAY     MetricsTimeWindow = 3
)

func (MetricsTimeWindow) Descriptor

func (MetricsTimeWindow) Enum

func (MetricsTimeWindow) EnumDescriptor deprecated

func (MetricsTimeWindow) EnumDescriptor() ([]byte, []int)

Deprecated: Use MetricsTimeWindow.Descriptor instead.

func (MetricsTimeWindow) Number

func (MetricsTimeWindow) String

func (x MetricsTimeWindow) String() string

func (MetricsTimeWindow) ToDuration

func (tw MetricsTimeWindow) ToDuration() *time.Duration

func (MetricsTimeWindow) Type

type OCIRepositoryErrorReason

type OCIRepositoryErrorReason int32
const (
	// TODO: add support for PRECONDITION_FAILED
	OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED OCIRepositoryErrorReason = 0
	OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_REQUIRED    OCIRepositoryErrorReason = 1
	// The repository does not seem to be operational
	// a previous validation has failed
	OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_INVALID OCIRepositoryErrorReason = 2
)

func (OCIRepositoryErrorReason) Descriptor

func (OCIRepositoryErrorReason) Enum

func (OCIRepositoryErrorReason) EnumDescriptor deprecated

func (OCIRepositoryErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use OCIRepositoryErrorReason.Descriptor instead.

func (OCIRepositoryErrorReason) Number

func (OCIRepositoryErrorReason) String

func (x OCIRepositoryErrorReason) String() string

func (OCIRepositoryErrorReason) Type

type OCIRepositoryItem

type OCIRepositoryItem struct {
	Id               string                             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Repo             string                             `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`
	CreatedAt        *timestamppb.Timestamp             `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ValidationStatus OCIRepositoryItem_ValidationStatus `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OCIRepositoryItem) Descriptor deprecated

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

Deprecated: Use OCIRepositoryItem.ProtoReflect.Descriptor instead.

func (*OCIRepositoryItem) GetCreatedAt

func (x *OCIRepositoryItem) GetCreatedAt() *timestamppb.Timestamp

func (*OCIRepositoryItem) GetId

func (x *OCIRepositoryItem) GetId() string

func (*OCIRepositoryItem) GetRepo

func (x *OCIRepositoryItem) GetRepo() string

func (*OCIRepositoryItem) GetValidationStatus

func (x *OCIRepositoryItem) GetValidationStatus() OCIRepositoryItem_ValidationStatus

func (*OCIRepositoryItem) ProtoMessage

func (*OCIRepositoryItem) ProtoMessage()

func (*OCIRepositoryItem) ProtoReflect

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

func (*OCIRepositoryItem) Reset

func (x *OCIRepositoryItem) Reset()

func (*OCIRepositoryItem) String

func (x *OCIRepositoryItem) String() string

func (*OCIRepositoryItem) Validate

func (m *OCIRepositoryItem) Validate() error

Validate checks the field values on OCIRepositoryItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OCIRepositoryItem) ValidateAll

func (m *OCIRepositoryItem) ValidateAll() error

ValidateAll checks the field values on OCIRepositoryItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryItemMultiError, or nil if none found.

type OCIRepositoryItemMultiError

type OCIRepositoryItemMultiError []error

OCIRepositoryItemMultiError is an error wrapping multiple validation errors returned by OCIRepositoryItem.ValidateAll() if the designated constraints aren't met.

func (OCIRepositoryItemMultiError) AllErrors

func (m OCIRepositoryItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OCIRepositoryItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OCIRepositoryItemValidationError

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

OCIRepositoryItemValidationError is the validation error returned by OCIRepositoryItem.Validate if the designated constraints aren't met.

func (OCIRepositoryItemValidationError) Cause

Cause function returns cause value.

func (OCIRepositoryItemValidationError) Error

Error satisfies the builtin error interface

func (OCIRepositoryItemValidationError) ErrorName

ErrorName returns error name.

func (OCIRepositoryItemValidationError) Field

Field function returns field value.

func (OCIRepositoryItemValidationError) Key

Key function returns key value.

func (OCIRepositoryItemValidationError) Reason

Reason function returns reason value.

type OCIRepositoryItem_ValidationStatus

type OCIRepositoryItem_ValidationStatus int32
const (
	OCIRepositoryItem_VALIDATION_STATUS_UNSPECIFIED OCIRepositoryItem_ValidationStatus = 0
	OCIRepositoryItem_VALIDATION_STATUS_OK          OCIRepositoryItem_ValidationStatus = 1
	OCIRepositoryItem_VALIDATION_STATUS_INVALID     OCIRepositoryItem_ValidationStatus = 2
)

func (OCIRepositoryItem_ValidationStatus) Descriptor

func (OCIRepositoryItem_ValidationStatus) Enum

func (OCIRepositoryItem_ValidationStatus) EnumDescriptor deprecated

func (OCIRepositoryItem_ValidationStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use OCIRepositoryItem_ValidationStatus.Descriptor instead.

func (OCIRepositoryItem_ValidationStatus) Number

func (OCIRepositoryItem_ValidationStatus) String

func (OCIRepositoryItem_ValidationStatus) Type

type OCIRepositoryServiceClient

type OCIRepositoryServiceClient interface {
	// Save the OCI repository overriding the existing one (for now)
	Save(ctx context.Context, in *OCIRepositoryServiceSaveRequest, opts ...grpc.CallOption) (*OCIRepositoryServiceSaveResponse, error)
}

OCIRepositoryServiceClient is the client API for OCIRepositoryService 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 OCIRepositoryServiceSaveRequest

type OCIRepositoryServiceSaveRequest struct {

	// FQDN of the OCI repository, including paths
	Repository string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Types that are assignable to Credentials:
	//
	//	*OCIRepositoryServiceSaveRequest_KeyPair
	Credentials isOCIRepositoryServiceSaveRequest_Credentials `protobuf_oneof:"credentials"`
	// contains filtered or unexported fields
}

func (*OCIRepositoryServiceSaveRequest) Descriptor deprecated

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

Deprecated: Use OCIRepositoryServiceSaveRequest.ProtoReflect.Descriptor instead.

func (*OCIRepositoryServiceSaveRequest) GetCredentials

func (m *OCIRepositoryServiceSaveRequest) GetCredentials() isOCIRepositoryServiceSaveRequest_Credentials

func (*OCIRepositoryServiceSaveRequest) GetKeyPair

func (*OCIRepositoryServiceSaveRequest) GetRepository

func (x *OCIRepositoryServiceSaveRequest) GetRepository() string

func (*OCIRepositoryServiceSaveRequest) ProtoMessage

func (*OCIRepositoryServiceSaveRequest) ProtoMessage()

func (*OCIRepositoryServiceSaveRequest) ProtoReflect

func (*OCIRepositoryServiceSaveRequest) Reset

func (*OCIRepositoryServiceSaveRequest) String

func (*OCIRepositoryServiceSaveRequest) Validate

func (m *OCIRepositoryServiceSaveRequest) Validate() error

Validate checks the field values on OCIRepositoryServiceSaveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OCIRepositoryServiceSaveRequest) ValidateAll

func (m *OCIRepositoryServiceSaveRequest) ValidateAll() error

ValidateAll checks the field values on OCIRepositoryServiceSaveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveRequestMultiError, or nil if none found.

type OCIRepositoryServiceSaveRequestMultiError

type OCIRepositoryServiceSaveRequestMultiError []error

OCIRepositoryServiceSaveRequestMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveRequest.ValidateAll() if the designated constraints aren't met.

func (OCIRepositoryServiceSaveRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OCIRepositoryServiceSaveRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OCIRepositoryServiceSaveRequestValidationError

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

OCIRepositoryServiceSaveRequestValidationError is the validation error returned by OCIRepositoryServiceSaveRequest.Validate if the designated constraints aren't met.

func (OCIRepositoryServiceSaveRequestValidationError) Cause

Cause function returns cause value.

func (OCIRepositoryServiceSaveRequestValidationError) Error

Error satisfies the builtin error interface

func (OCIRepositoryServiceSaveRequestValidationError) ErrorName

ErrorName returns error name.

func (OCIRepositoryServiceSaveRequestValidationError) Field

Field function returns field value.

func (OCIRepositoryServiceSaveRequestValidationError) Key

Key function returns key value.

func (OCIRepositoryServiceSaveRequestValidationError) Reason

Reason function returns reason value.

type OCIRepositoryServiceSaveRequest_KeyPair

type OCIRepositoryServiceSaveRequest_KeyPair struct {
	KeyPair *OCIRepositoryServiceSaveRequest_Keypair `protobuf:"bytes,2,opt,name=key_pair,json=keyPair,proto3,oneof"`
}

type OCIRepositoryServiceSaveRequest_Keypair

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

func (*OCIRepositoryServiceSaveRequest_Keypair) Descriptor deprecated

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

Deprecated: Use OCIRepositoryServiceSaveRequest_Keypair.ProtoReflect.Descriptor instead.

func (*OCIRepositoryServiceSaveRequest_Keypair) GetPassword

func (*OCIRepositoryServiceSaveRequest_Keypair) GetUsername

func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoMessage

func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoReflect

func (*OCIRepositoryServiceSaveRequest_Keypair) Reset

func (*OCIRepositoryServiceSaveRequest_Keypair) String

func (*OCIRepositoryServiceSaveRequest_Keypair) Validate

Validate checks the field values on OCIRepositoryServiceSaveRequest_Keypair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OCIRepositoryServiceSaveRequest_Keypair) ValidateAll

ValidateAll checks the field values on OCIRepositoryServiceSaveRequest_Keypair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveRequest_KeypairMultiError, or nil if none found.

type OCIRepositoryServiceSaveRequest_KeypairMultiError

type OCIRepositoryServiceSaveRequest_KeypairMultiError []error

OCIRepositoryServiceSaveRequest_KeypairMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveRequest_Keypair.ValidateAll() if the designated constraints aren't met.

func (OCIRepositoryServiceSaveRequest_KeypairMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OCIRepositoryServiceSaveRequest_KeypairMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OCIRepositoryServiceSaveRequest_KeypairValidationError

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

OCIRepositoryServiceSaveRequest_KeypairValidationError is the validation error returned by OCIRepositoryServiceSaveRequest_Keypair.Validate if the designated constraints aren't met.

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Cause

Cause function returns cause value.

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Error

Error satisfies the builtin error interface

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) ErrorName

ErrorName returns error name.

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Field

Field function returns field value.

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Key

Key function returns key value.

func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Reason

Reason function returns reason value.

type OCIRepositoryServiceSaveResponse

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

func (*OCIRepositoryServiceSaveResponse) Descriptor deprecated

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

Deprecated: Use OCIRepositoryServiceSaveResponse.ProtoReflect.Descriptor instead.

func (*OCIRepositoryServiceSaveResponse) ProtoMessage

func (*OCIRepositoryServiceSaveResponse) ProtoMessage()

func (*OCIRepositoryServiceSaveResponse) ProtoReflect

func (*OCIRepositoryServiceSaveResponse) Reset

func (*OCIRepositoryServiceSaveResponse) String

func (*OCIRepositoryServiceSaveResponse) Validate

Validate checks the field values on OCIRepositoryServiceSaveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OCIRepositoryServiceSaveResponse) ValidateAll

func (m *OCIRepositoryServiceSaveResponse) ValidateAll() error

ValidateAll checks the field values on OCIRepositoryServiceSaveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveResponseMultiError, or nil if none found.

type OCIRepositoryServiceSaveResponseMultiError

type OCIRepositoryServiceSaveResponseMultiError []error

OCIRepositoryServiceSaveResponseMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveResponse.ValidateAll() if the designated constraints aren't met.

func (OCIRepositoryServiceSaveResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OCIRepositoryServiceSaveResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OCIRepositoryServiceSaveResponseValidationError

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

OCIRepositoryServiceSaveResponseValidationError is the validation error returned by OCIRepositoryServiceSaveResponse.Validate if the designated constraints aren't met.

func (OCIRepositoryServiceSaveResponseValidationError) Cause

Cause function returns cause value.

func (OCIRepositoryServiceSaveResponseValidationError) Error

Error satisfies the builtin error interface

func (OCIRepositoryServiceSaveResponseValidationError) ErrorName

ErrorName returns error name.

func (OCIRepositoryServiceSaveResponseValidationError) Field

Field function returns field value.

func (OCIRepositoryServiceSaveResponseValidationError) Key

Key function returns key value.

func (OCIRepositoryServiceSaveResponseValidationError) Reason

Reason function returns reason value.

type OCIRepositoryServiceServer

type OCIRepositoryServiceServer interface {
	// Save the OCI repository overriding the existing one (for now)
	Save(context.Context, *OCIRepositoryServiceSaveRequest) (*OCIRepositoryServiceSaveResponse, error)
	// contains filtered or unexported methods
}

OCIRepositoryServiceServer is the server API for OCIRepositoryService service. All implementations must embed UnimplementedOCIRepositoryServiceServer for forward compatibility

type Org

type Org struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Org) Descriptor deprecated

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

Deprecated: Use Org.ProtoReflect.Descriptor instead.

func (*Org) GetCreatedAt

func (x *Org) GetCreatedAt() *timestamppb.Timestamp

func (*Org) GetId

func (x *Org) GetId() string

func (*Org) GetName

func (x *Org) GetName() string

func (*Org) ProtoMessage

func (*Org) ProtoMessage()

func (*Org) ProtoReflect

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

func (*Org) Reset

func (x *Org) Reset()

func (*Org) String

func (x *Org) String() string

func (*Org) Validate

func (m *Org) Validate() error

Validate checks the field values on Org with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Org) ValidateAll

func (m *Org) ValidateAll() error

ValidateAll checks the field values on Org with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMultiError, or nil if none found.

type OrgMembershipItem

type OrgMembershipItem struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Org       *Org                   `protobuf:"bytes,2,opt,name=org,proto3" json:"org,omitempty"`
	Current   bool                   `protobuf:"varint,3,opt,name=current,proto3" json:"current,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMembershipItem) Descriptor deprecated

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

Deprecated: Use OrgMembershipItem.ProtoReflect.Descriptor instead.

func (*OrgMembershipItem) GetCreatedAt

func (x *OrgMembershipItem) GetCreatedAt() *timestamppb.Timestamp

func (*OrgMembershipItem) GetCurrent

func (x *OrgMembershipItem) GetCurrent() bool

func (*OrgMembershipItem) GetId

func (x *OrgMembershipItem) GetId() string

func (*OrgMembershipItem) GetOrg

func (x *OrgMembershipItem) GetOrg() *Org

func (*OrgMembershipItem) GetUpdatedAt

func (x *OrgMembershipItem) GetUpdatedAt() *timestamppb.Timestamp

func (*OrgMembershipItem) ProtoMessage

func (*OrgMembershipItem) ProtoMessage()

func (*OrgMembershipItem) ProtoReflect

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

func (*OrgMembershipItem) Reset

func (x *OrgMembershipItem) Reset()

func (*OrgMembershipItem) String

func (x *OrgMembershipItem) String() string

func (*OrgMembershipItem) Validate

func (m *OrgMembershipItem) Validate() error

Validate checks the field values on OrgMembershipItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrgMembershipItem) ValidateAll

func (m *OrgMembershipItem) ValidateAll() error

ValidateAll checks the field values on OrgMembershipItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMembershipItemMultiError, or nil if none found.

type OrgMembershipItemMultiError

type OrgMembershipItemMultiError []error

OrgMembershipItemMultiError is an error wrapping multiple validation errors returned by OrgMembershipItem.ValidateAll() if the designated constraints aren't met.

func (OrgMembershipItemMultiError) AllErrors

func (m OrgMembershipItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgMembershipItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrgMembershipItemValidationError

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

OrgMembershipItemValidationError is the validation error returned by OrgMembershipItem.Validate if the designated constraints aren't met.

func (OrgMembershipItemValidationError) Cause

Cause function returns cause value.

func (OrgMembershipItemValidationError) Error

Error satisfies the builtin error interface

func (OrgMembershipItemValidationError) ErrorName

ErrorName returns error name.

func (OrgMembershipItemValidationError) Field

Field function returns field value.

func (OrgMembershipItemValidationError) Key

Key function returns key value.

func (OrgMembershipItemValidationError) Reason

Reason function returns reason value.

type OrgMetricsServiceClient

type OrgMetricsServiceClient interface {
	Totals(ctx context.Context, in *OrgMetricsServiceTotalsRequest, opts ...grpc.CallOption) (*OrgMetricsServiceTotalsResponse, error)
	TopWorkflowsByRunsCount(ctx context.Context, in *TopWorkflowsByRunsCountRequest, opts ...grpc.CallOption) (*TopWorkflowsByRunsCountResponse, error)
}

OrgMetricsServiceClient is the client API for OrgMetricsService 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 OrgMetricsServiceServer

type OrgMetricsServiceServer interface {
	Totals(context.Context, *OrgMetricsServiceTotalsRequest) (*OrgMetricsServiceTotalsResponse, error)
	TopWorkflowsByRunsCount(context.Context, *TopWorkflowsByRunsCountRequest) (*TopWorkflowsByRunsCountResponse, error)
	// contains filtered or unexported methods
}

OrgMetricsServiceServer is the server API for OrgMetricsService service. All implementations must embed UnimplementedOrgMetricsServiceServer for forward compatibility

type OrgMetricsServiceTotalsRequest

type OrgMetricsServiceTotalsRequest struct {
	TimeWindow MetricsTimeWindow `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OrgMetricsServiceTotalsRequest) Descriptor deprecated

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

Deprecated: Use OrgMetricsServiceTotalsRequest.ProtoReflect.Descriptor instead.

func (*OrgMetricsServiceTotalsRequest) GetTimeWindow

func (*OrgMetricsServiceTotalsRequest) ProtoMessage

func (*OrgMetricsServiceTotalsRequest) ProtoMessage()

func (*OrgMetricsServiceTotalsRequest) ProtoReflect

func (*OrgMetricsServiceTotalsRequest) Reset

func (x *OrgMetricsServiceTotalsRequest) Reset()

func (*OrgMetricsServiceTotalsRequest) String

func (*OrgMetricsServiceTotalsRequest) Validate

func (m *OrgMetricsServiceTotalsRequest) Validate() error

Validate checks the field values on OrgMetricsServiceTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrgMetricsServiceTotalsRequest) ValidateAll

func (m *OrgMetricsServiceTotalsRequest) ValidateAll() error

ValidateAll checks the field values on OrgMetricsServiceTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsRequestMultiError, or nil if none found.

type OrgMetricsServiceTotalsRequestMultiError

type OrgMetricsServiceTotalsRequestMultiError []error

OrgMetricsServiceTotalsRequestMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsRequest.ValidateAll() if the designated constraints aren't met.

func (OrgMetricsServiceTotalsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OrgMetricsServiceTotalsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrgMetricsServiceTotalsRequestValidationError

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

OrgMetricsServiceTotalsRequestValidationError is the validation error returned by OrgMetricsServiceTotalsRequest.Validate if the designated constraints aren't met.

func (OrgMetricsServiceTotalsRequestValidationError) Cause

Cause function returns cause value.

func (OrgMetricsServiceTotalsRequestValidationError) Error

Error satisfies the builtin error interface

func (OrgMetricsServiceTotalsRequestValidationError) ErrorName

ErrorName returns error name.

func (OrgMetricsServiceTotalsRequestValidationError) Field

Field function returns field value.

func (OrgMetricsServiceTotalsRequestValidationError) Key

Key function returns key value.

func (OrgMetricsServiceTotalsRequestValidationError) Reason

Reason function returns reason value.

type OrgMetricsServiceTotalsResponse

type OrgMetricsServiceTotalsResponse struct {
	Result *OrgMetricsServiceTotalsResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMetricsServiceTotalsResponse) Descriptor deprecated

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

Deprecated: Use OrgMetricsServiceTotalsResponse.ProtoReflect.Descriptor instead.

func (*OrgMetricsServiceTotalsResponse) GetResult

func (*OrgMetricsServiceTotalsResponse) ProtoMessage

func (*OrgMetricsServiceTotalsResponse) ProtoMessage()

func (*OrgMetricsServiceTotalsResponse) ProtoReflect

func (*OrgMetricsServiceTotalsResponse) Reset

func (*OrgMetricsServiceTotalsResponse) String

func (*OrgMetricsServiceTotalsResponse) Validate

func (m *OrgMetricsServiceTotalsResponse) Validate() error

Validate checks the field values on OrgMetricsServiceTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrgMetricsServiceTotalsResponse) ValidateAll

func (m *OrgMetricsServiceTotalsResponse) ValidateAll() error

ValidateAll checks the field values on OrgMetricsServiceTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsResponseMultiError, or nil if none found.

type OrgMetricsServiceTotalsResponseMultiError

type OrgMetricsServiceTotalsResponseMultiError []error

OrgMetricsServiceTotalsResponseMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsResponse.ValidateAll() if the designated constraints aren't met.

func (OrgMetricsServiceTotalsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OrgMetricsServiceTotalsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrgMetricsServiceTotalsResponseValidationError

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

OrgMetricsServiceTotalsResponseValidationError is the validation error returned by OrgMetricsServiceTotalsResponse.Validate if the designated constraints aren't met.

func (OrgMetricsServiceTotalsResponseValidationError) Cause

Cause function returns cause value.

func (OrgMetricsServiceTotalsResponseValidationError) Error

Error satisfies the builtin error interface

func (OrgMetricsServiceTotalsResponseValidationError) ErrorName

ErrorName returns error name.

func (OrgMetricsServiceTotalsResponseValidationError) Field

Field function returns field value.

func (OrgMetricsServiceTotalsResponseValidationError) Key

Key function returns key value.

func (OrgMetricsServiceTotalsResponseValidationError) Reason

Reason function returns reason value.

type OrgMetricsServiceTotalsResponse_Result

type OrgMetricsServiceTotalsResponse_Result struct {
	RunsTotal int32 `protobuf:"varint,1,opt,name=runs_total,json=runsTotal,proto3" json:"runs_total,omitempty"`
	// Status -> [initialized, error, success]
	RunsTotalByStatus map[string]int32 `` /* 205-byte string literal not displayed */
	// runner_type -> [generic, github_action, ...]
	RunsTotalByRunnerType map[string]int32 `` /* 219-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OrgMetricsServiceTotalsResponse_Result) Descriptor deprecated

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

Deprecated: Use OrgMetricsServiceTotalsResponse_Result.ProtoReflect.Descriptor instead.

func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotal

func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType

func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType() map[string]int32

func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus

func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus() map[string]int32

func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage

func (*OrgMetricsServiceTotalsResponse_Result) ProtoReflect

func (*OrgMetricsServiceTotalsResponse_Result) Reset

func (*OrgMetricsServiceTotalsResponse_Result) String

func (*OrgMetricsServiceTotalsResponse_Result) Validate

Validate checks the field values on OrgMetricsServiceTotalsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrgMetricsServiceTotalsResponse_Result) ValidateAll

ValidateAll checks the field values on OrgMetricsServiceTotalsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsResponse_ResultMultiError, or nil if none found.

type OrgMetricsServiceTotalsResponse_ResultMultiError

type OrgMetricsServiceTotalsResponse_ResultMultiError []error

OrgMetricsServiceTotalsResponse_ResultMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsResponse_Result.ValidateAll() if the designated constraints aren't met.

func (OrgMetricsServiceTotalsResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OrgMetricsServiceTotalsResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrgMetricsServiceTotalsResponse_ResultValidationError

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

OrgMetricsServiceTotalsResponse_ResultValidationError is the validation error returned by OrgMetricsServiceTotalsResponse_Result.Validate if the designated constraints aren't met.

func (OrgMetricsServiceTotalsResponse_ResultValidationError) Cause

Cause function returns cause value.

func (OrgMetricsServiceTotalsResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (OrgMetricsServiceTotalsResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (OrgMetricsServiceTotalsResponse_ResultValidationError) Field

Field function returns field value.

func (OrgMetricsServiceTotalsResponse_ResultValidationError) Key

Key function returns key value.

func (OrgMetricsServiceTotalsResponse_ResultValidationError) Reason

Reason function returns reason value.

type OrgMultiError

type OrgMultiError []error

OrgMultiError is an error wrapping multiple validation errors returned by Org.ValidateAll() if the designated constraints aren't met.

func (OrgMultiError) AllErrors

func (m OrgMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgMultiError) Error

func (m OrgMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OrgValidationError

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

OrgValidationError is the validation error returned by Org.Validate if the designated constraints aren't met.

func (OrgValidationError) Cause

func (e OrgValidationError) Cause() error

Cause function returns cause value.

func (OrgValidationError) Error

func (e OrgValidationError) Error() string

Error satisfies the builtin error interface

func (OrgValidationError) ErrorName

func (e OrgValidationError) ErrorName() string

ErrorName returns error name.

func (OrgValidationError) Field

func (e OrgValidationError) Field() string

Field function returns field value.

func (OrgValidationError) Key

func (e OrgValidationError) Key() bool

Key function returns key value.

func (OrgValidationError) Reason

func (e OrgValidationError) Reason() string

Reason function returns reason value.

type OrganizationServiceClient

type OrganizationServiceClient interface {
	// List the organizations this user has access to
	ListMemberships(ctx context.Context, in *OrganizationServiceListMembershipsRequest, opts ...grpc.CallOption) (*OrganizationServiceListMembershipsResponse, error)
	SetCurrentMembership(ctx context.Context, in *SetCurrentMembershipRequest, opts ...grpc.CallOption) (*SetCurrentMembershipResponse, error)
}

OrganizationServiceClient is the client API for OrganizationService 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 OrganizationServiceListMembershipsRequest

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

func (*OrganizationServiceListMembershipsRequest) Descriptor deprecated

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

Deprecated: Use OrganizationServiceListMembershipsRequest.ProtoReflect.Descriptor instead.

func (*OrganizationServiceListMembershipsRequest) ProtoMessage

func (*OrganizationServiceListMembershipsRequest) ProtoReflect

func (*OrganizationServiceListMembershipsRequest) Reset

func (*OrganizationServiceListMembershipsRequest) String

func (*OrganizationServiceListMembershipsRequest) Validate

Validate checks the field values on OrganizationServiceListMembershipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrganizationServiceListMembershipsRequest) ValidateAll

ValidateAll checks the field values on OrganizationServiceListMembershipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationServiceListMembershipsRequestMultiError, or nil if none found.

type OrganizationServiceListMembershipsRequestMultiError

type OrganizationServiceListMembershipsRequestMultiError []error

OrganizationServiceListMembershipsRequestMultiError is an error wrapping multiple validation errors returned by OrganizationServiceListMembershipsRequest.ValidateAll() if the designated constraints aren't met.

func (OrganizationServiceListMembershipsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OrganizationServiceListMembershipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrganizationServiceListMembershipsRequestValidationError

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

OrganizationServiceListMembershipsRequestValidationError is the validation error returned by OrganizationServiceListMembershipsRequest.Validate if the designated constraints aren't met.

func (OrganizationServiceListMembershipsRequestValidationError) Cause

Cause function returns cause value.

func (OrganizationServiceListMembershipsRequestValidationError) Error

Error satisfies the builtin error interface

func (OrganizationServiceListMembershipsRequestValidationError) ErrorName

ErrorName returns error name.

func (OrganizationServiceListMembershipsRequestValidationError) Field

Field function returns field value.

func (OrganizationServiceListMembershipsRequestValidationError) Key

Key function returns key value.

func (OrganizationServiceListMembershipsRequestValidationError) Reason

Reason function returns reason value.

type OrganizationServiceListMembershipsResponse

type OrganizationServiceListMembershipsResponse struct {
	Result []*OrgMembershipItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationServiceListMembershipsResponse) Descriptor deprecated

Deprecated: Use OrganizationServiceListMembershipsResponse.ProtoReflect.Descriptor instead.

func (*OrganizationServiceListMembershipsResponse) GetResult

func (*OrganizationServiceListMembershipsResponse) ProtoMessage

func (*OrganizationServiceListMembershipsResponse) ProtoReflect

func (*OrganizationServiceListMembershipsResponse) Reset

func (*OrganizationServiceListMembershipsResponse) String

func (*OrganizationServiceListMembershipsResponse) Validate

Validate checks the field values on OrganizationServiceListMembershipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrganizationServiceListMembershipsResponse) ValidateAll

ValidateAll checks the field values on OrganizationServiceListMembershipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationServiceListMembershipsResponseMultiError, or nil if none found.

type OrganizationServiceListMembershipsResponseMultiError

type OrganizationServiceListMembershipsResponseMultiError []error

OrganizationServiceListMembershipsResponseMultiError is an error wrapping multiple validation errors returned by OrganizationServiceListMembershipsResponse.ValidateAll() if the designated constraints aren't met.

func (OrganizationServiceListMembershipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (OrganizationServiceListMembershipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrganizationServiceListMembershipsResponseValidationError

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

OrganizationServiceListMembershipsResponseValidationError is the validation error returned by OrganizationServiceListMembershipsResponse.Validate if the designated constraints aren't met.

func (OrganizationServiceListMembershipsResponseValidationError) Cause

Cause function returns cause value.

func (OrganizationServiceListMembershipsResponseValidationError) Error

Error satisfies the builtin error interface

func (OrganizationServiceListMembershipsResponseValidationError) ErrorName

ErrorName returns error name.

func (OrganizationServiceListMembershipsResponseValidationError) Field

Field function returns field value.

func (OrganizationServiceListMembershipsResponseValidationError) Key

Key function returns key value.

func (OrganizationServiceListMembershipsResponseValidationError) Reason

Reason function returns reason value.

type OrganizationServiceServer

type OrganizationServiceServer interface {
	// List the organizations this user has access to
	ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error)
	SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, error)
	// contains filtered or unexported methods
}

OrganizationServiceServer is the server API for OrganizationService service. All implementations must embed UnimplementedOrganizationServiceServer for forward compatibility

type PaginationRequest

type PaginationRequest struct {
	Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// Limit pagination to 100
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*PaginationRequest) Descriptor deprecated

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

Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.

func (*PaginationRequest) GetCursor

func (x *PaginationRequest) GetCursor() string

func (*PaginationRequest) GetLimit

func (x *PaginationRequest) GetLimit() int32

func (*PaginationRequest) ProtoMessage

func (*PaginationRequest) ProtoMessage()

func (*PaginationRequest) ProtoReflect

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

func (*PaginationRequest) Reset

func (x *PaginationRequest) Reset()

func (*PaginationRequest) String

func (x *PaginationRequest) String() string

func (*PaginationRequest) Validate

func (m *PaginationRequest) Validate() error

Validate checks the field values on PaginationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PaginationRequest) ValidateAll

func (m *PaginationRequest) ValidateAll() error

ValidateAll checks the field values on PaginationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PaginationRequestMultiError, or nil if none found.

type PaginationRequestMultiError

type PaginationRequestMultiError []error

PaginationRequestMultiError is an error wrapping multiple validation errors returned by PaginationRequest.ValidateAll() if the designated constraints aren't met.

func (PaginationRequestMultiError) AllErrors

func (m PaginationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaginationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaginationRequestValidationError

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

PaginationRequestValidationError is the validation error returned by PaginationRequest.Validate if the designated constraints aren't met.

func (PaginationRequestValidationError) Cause

Cause function returns cause value.

func (PaginationRequestValidationError) Error

Error satisfies the builtin error interface

func (PaginationRequestValidationError) ErrorName

ErrorName returns error name.

func (PaginationRequestValidationError) Field

Field function returns field value.

func (PaginationRequestValidationError) Key

Key function returns key value.

func (PaginationRequestValidationError) Reason

Reason function returns reason value.

type PaginationResponse

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

func (*PaginationResponse) Descriptor deprecated

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

Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.

func (*PaginationResponse) GetNextCursor

func (x *PaginationResponse) GetNextCursor() string

func (*PaginationResponse) ProtoMessage

func (*PaginationResponse) ProtoMessage()

func (*PaginationResponse) ProtoReflect

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

func (*PaginationResponse) Reset

func (x *PaginationResponse) Reset()

func (*PaginationResponse) String

func (x *PaginationResponse) String() string

func (*PaginationResponse) Validate

func (m *PaginationResponse) Validate() error

Validate checks the field values on PaginationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PaginationResponse) ValidateAll

func (m *PaginationResponse) ValidateAll() error

ValidateAll checks the field values on PaginationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PaginationResponseMultiError, or nil if none found.

type PaginationResponseMultiError

type PaginationResponseMultiError []error

PaginationResponseMultiError is an error wrapping multiple validation errors returned by PaginationResponse.ValidateAll() if the designated constraints aren't met.

func (PaginationResponseMultiError) AllErrors

func (m PaginationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaginationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaginationResponseValidationError

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

PaginationResponseValidationError is the validation error returned by PaginationResponse.Validate if the designated constraints aren't met.

func (PaginationResponseValidationError) Cause

Cause function returns cause value.

func (PaginationResponseValidationError) Error

Error satisfies the builtin error interface

func (PaginationResponseValidationError) ErrorName

ErrorName returns error name.

func (PaginationResponseValidationError) Field

Field function returns field value.

func (PaginationResponseValidationError) Key

Key function returns key value.

func (PaginationResponseValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceClient

RobotAccountServiceClient is the client API for RobotAccountService 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 RobotAccountServiceCreateRequest

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

func (*RobotAccountServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceCreateRequest) GetName

func (*RobotAccountServiceCreateRequest) GetWorkflowId

func (x *RobotAccountServiceCreateRequest) GetWorkflowId() string

func (*RobotAccountServiceCreateRequest) ProtoMessage

func (*RobotAccountServiceCreateRequest) ProtoMessage()

func (*RobotAccountServiceCreateRequest) ProtoReflect

func (*RobotAccountServiceCreateRequest) Reset

func (*RobotAccountServiceCreateRequest) String

func (*RobotAccountServiceCreateRequest) Validate

Validate checks the field values on RobotAccountServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceCreateRequest) ValidateAll

func (m *RobotAccountServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateRequestMultiError, or nil if none found.

type RobotAccountServiceCreateRequestMultiError

type RobotAccountServiceCreateRequestMultiError []error

RobotAccountServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceCreateRequestValidationError

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

RobotAccountServiceCreateRequestValidationError is the validation error returned by RobotAccountServiceCreateRequest.Validate if the designated constraints aren't met.

func (RobotAccountServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceCreateRequestValidationError) Field

Field function returns field value.

func (RobotAccountServiceCreateRequestValidationError) Key

Key function returns key value.

func (RobotAccountServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceCreateResponse

type RobotAccountServiceCreateResponse struct {
	Result *RobotAccountServiceCreateResponse_RobotAccountFull `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RobotAccountServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceCreateResponse) GetResult

func (*RobotAccountServiceCreateResponse) ProtoMessage

func (*RobotAccountServiceCreateResponse) ProtoMessage()

func (*RobotAccountServiceCreateResponse) ProtoReflect

func (*RobotAccountServiceCreateResponse) Reset

func (*RobotAccountServiceCreateResponse) String

func (*RobotAccountServiceCreateResponse) Validate

Validate checks the field values on RobotAccountServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceCreateResponse) ValidateAll

func (m *RobotAccountServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateResponseMultiError, or nil if none found.

type RobotAccountServiceCreateResponseMultiError

type RobotAccountServiceCreateResponseMultiError []error

RobotAccountServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceCreateResponseValidationError

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

RobotAccountServiceCreateResponseValidationError is the validation error returned by RobotAccountServiceCreateResponse.Validate if the designated constraints aren't met.

func (RobotAccountServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceCreateResponseValidationError) Field

Field function returns field value.

func (RobotAccountServiceCreateResponseValidationError) Key

Key function returns key value.

func (RobotAccountServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceCreateResponse_RobotAccountFull

type RobotAccountServiceCreateResponse_RobotAccountFull struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	WorkflowId string                 `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	RevokedAt  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=revoked_at,json=revokedAt,proto3" json:"revoked_at,omitempty"`
	// The key is returned only during creation
	Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RobotAccountServiceCreateResponse_RobotAccountFull) Descriptor deprecated

Deprecated: Use RobotAccountServiceCreateResponse_RobotAccountFull.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetCreatedAt

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetId

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetKey

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetName

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetRevokedAt

func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetWorkflowId

func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoMessage

func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoReflect

func (*RobotAccountServiceCreateResponse_RobotAccountFull) Reset

func (*RobotAccountServiceCreateResponse_RobotAccountFull) String

func (*RobotAccountServiceCreateResponse_RobotAccountFull) Validate

Validate checks the field values on RobotAccountServiceCreateResponse_RobotAccountFull with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceCreateResponse_RobotAccountFull) ValidateAll

ValidateAll checks the field values on RobotAccountServiceCreateResponse_RobotAccountFull with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateResponse_RobotAccountFullMultiError, or nil if none found.

type RobotAccountServiceCreateResponse_RobotAccountFullMultiError

type RobotAccountServiceCreateResponse_RobotAccountFullMultiError []error

RobotAccountServiceCreateResponse_RobotAccountFullMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateResponse_RobotAccountFull.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceCreateResponse_RobotAccountFullMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceCreateResponse_RobotAccountFullMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceCreateResponse_RobotAccountFullValidationError

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

RobotAccountServiceCreateResponse_RobotAccountFullValidationError is the validation error returned by RobotAccountServiceCreateResponse_RobotAccountFull.Validate if the designated constraints aren't met.

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Field

Field function returns field value.

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Key

Key function returns key value.

func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceListRequest

type RobotAccountServiceListRequest struct {
	WorkflowId     string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	IncludeRevoked bool   `protobuf:"varint,2,opt,name=include_revoked,json=includeRevoked,proto3" json:"include_revoked,omitempty"`
	// contains filtered or unexported fields
}

func (*RobotAccountServiceListRequest) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceListRequest.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceListRequest) GetIncludeRevoked

func (x *RobotAccountServiceListRequest) GetIncludeRevoked() bool

func (*RobotAccountServiceListRequest) GetWorkflowId

func (x *RobotAccountServiceListRequest) GetWorkflowId() string

func (*RobotAccountServiceListRequest) ProtoMessage

func (*RobotAccountServiceListRequest) ProtoMessage()

func (*RobotAccountServiceListRequest) ProtoReflect

func (*RobotAccountServiceListRequest) Reset

func (x *RobotAccountServiceListRequest) Reset()

func (*RobotAccountServiceListRequest) String

func (*RobotAccountServiceListRequest) Validate

func (m *RobotAccountServiceListRequest) Validate() error

Validate checks the field values on RobotAccountServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceListRequest) ValidateAll

func (m *RobotAccountServiceListRequest) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListRequestMultiError, or nil if none found.

type RobotAccountServiceListRequestMultiError

type RobotAccountServiceListRequestMultiError []error

RobotAccountServiceListRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceListRequestValidationError

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

RobotAccountServiceListRequestValidationError is the validation error returned by RobotAccountServiceListRequest.Validate if the designated constraints aren't met.

func (RobotAccountServiceListRequestValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceListRequestValidationError) Field

Field function returns field value.

func (RobotAccountServiceListRequestValidationError) Key

Key function returns key value.

func (RobotAccountServiceListRequestValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceListResponse

type RobotAccountServiceListResponse struct {
	Result []*RobotAccountServiceListResponse_RobotAccountItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RobotAccountServiceListResponse) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceListResponse.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceListResponse) GetResult

func (*RobotAccountServiceListResponse) ProtoMessage

func (*RobotAccountServiceListResponse) ProtoMessage()

func (*RobotAccountServiceListResponse) ProtoReflect

func (*RobotAccountServiceListResponse) Reset

func (*RobotAccountServiceListResponse) String

func (*RobotAccountServiceListResponse) Validate

func (m *RobotAccountServiceListResponse) Validate() error

Validate checks the field values on RobotAccountServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceListResponse) ValidateAll

func (m *RobotAccountServiceListResponse) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListResponseMultiError, or nil if none found.

type RobotAccountServiceListResponseMultiError

type RobotAccountServiceListResponseMultiError []error

RobotAccountServiceListResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceListResponseValidationError

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

RobotAccountServiceListResponseValidationError is the validation error returned by RobotAccountServiceListResponse.Validate if the designated constraints aren't met.

func (RobotAccountServiceListResponseValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceListResponseValidationError) Field

Field function returns field value.

func (RobotAccountServiceListResponseValidationError) Key

Key function returns key value.

func (RobotAccountServiceListResponseValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceListResponse_RobotAccountItem

type RobotAccountServiceListResponse_RobotAccountItem struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	WorkflowId string                 `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	RevokedAt  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=revoked_at,json=revokedAt,proto3" json:"revoked_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RobotAccountServiceListResponse_RobotAccountItem) Descriptor deprecated

Deprecated: Use RobotAccountServiceListResponse_RobotAccountItem.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceListResponse_RobotAccountItem) GetCreatedAt

func (*RobotAccountServiceListResponse_RobotAccountItem) GetId

func (*RobotAccountServiceListResponse_RobotAccountItem) GetName

func (*RobotAccountServiceListResponse_RobotAccountItem) GetRevokedAt

func (*RobotAccountServiceListResponse_RobotAccountItem) GetWorkflowId

func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoMessage

func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoReflect

func (*RobotAccountServiceListResponse_RobotAccountItem) Reset

func (*RobotAccountServiceListResponse_RobotAccountItem) String

func (*RobotAccountServiceListResponse_RobotAccountItem) Validate

Validate checks the field values on RobotAccountServiceListResponse_RobotAccountItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceListResponse_RobotAccountItem) ValidateAll

ValidateAll checks the field values on RobotAccountServiceListResponse_RobotAccountItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListResponse_RobotAccountItemMultiError, or nil if none found.

type RobotAccountServiceListResponse_RobotAccountItemMultiError

type RobotAccountServiceListResponse_RobotAccountItemMultiError []error

RobotAccountServiceListResponse_RobotAccountItemMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListResponse_RobotAccountItem.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceListResponse_RobotAccountItemMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceListResponse_RobotAccountItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceListResponse_RobotAccountItemValidationError

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

RobotAccountServiceListResponse_RobotAccountItemValidationError is the validation error returned by RobotAccountServiceListResponse_RobotAccountItem.Validate if the designated constraints aren't met.

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Field

Field function returns field value.

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Key

Key function returns key value.

func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceRevokeRequest

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

func (*RobotAccountServiceRevokeRequest) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceRevokeRequest.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceRevokeRequest) GetId

func (*RobotAccountServiceRevokeRequest) ProtoMessage

func (*RobotAccountServiceRevokeRequest) ProtoMessage()

func (*RobotAccountServiceRevokeRequest) ProtoReflect

func (*RobotAccountServiceRevokeRequest) Reset

func (*RobotAccountServiceRevokeRequest) String

func (*RobotAccountServiceRevokeRequest) Validate

Validate checks the field values on RobotAccountServiceRevokeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceRevokeRequest) ValidateAll

func (m *RobotAccountServiceRevokeRequest) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceRevokeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceRevokeRequestMultiError, or nil if none found.

type RobotAccountServiceRevokeRequestMultiError

type RobotAccountServiceRevokeRequestMultiError []error

RobotAccountServiceRevokeRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceRevokeRequest.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceRevokeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceRevokeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceRevokeRequestValidationError

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

RobotAccountServiceRevokeRequestValidationError is the validation error returned by RobotAccountServiceRevokeRequest.Validate if the designated constraints aren't met.

func (RobotAccountServiceRevokeRequestValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceRevokeRequestValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceRevokeRequestValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceRevokeRequestValidationError) Field

Field function returns field value.

func (RobotAccountServiceRevokeRequestValidationError) Key

Key function returns key value.

func (RobotAccountServiceRevokeRequestValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceRevokeResponse

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

func (*RobotAccountServiceRevokeResponse) Descriptor deprecated

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

Deprecated: Use RobotAccountServiceRevokeResponse.ProtoReflect.Descriptor instead.

func (*RobotAccountServiceRevokeResponse) ProtoMessage

func (*RobotAccountServiceRevokeResponse) ProtoMessage()

func (*RobotAccountServiceRevokeResponse) ProtoReflect

func (*RobotAccountServiceRevokeResponse) Reset

func (*RobotAccountServiceRevokeResponse) String

func (*RobotAccountServiceRevokeResponse) Validate

Validate checks the field values on RobotAccountServiceRevokeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RobotAccountServiceRevokeResponse) ValidateAll

func (m *RobotAccountServiceRevokeResponse) ValidateAll() error

ValidateAll checks the field values on RobotAccountServiceRevokeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceRevokeResponseMultiError, or nil if none found.

type RobotAccountServiceRevokeResponseMultiError

type RobotAccountServiceRevokeResponseMultiError []error

RobotAccountServiceRevokeResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceRevokeResponse.ValidateAll() if the designated constraints aren't met.

func (RobotAccountServiceRevokeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RobotAccountServiceRevokeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RobotAccountServiceRevokeResponseValidationError

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

RobotAccountServiceRevokeResponseValidationError is the validation error returned by RobotAccountServiceRevokeResponse.Validate if the designated constraints aren't met.

func (RobotAccountServiceRevokeResponseValidationError) Cause

Cause function returns cause value.

func (RobotAccountServiceRevokeResponseValidationError) Error

Error satisfies the builtin error interface

func (RobotAccountServiceRevokeResponseValidationError) ErrorName

ErrorName returns error name.

func (RobotAccountServiceRevokeResponseValidationError) Field

Field function returns field value.

func (RobotAccountServiceRevokeResponseValidationError) Key

Key function returns key value.

func (RobotAccountServiceRevokeResponseValidationError) Reason

Reason function returns reason value.

type RobotAccountServiceServer

RobotAccountServiceServer is the server API for RobotAccountService service. All implementations must embed UnimplementedRobotAccountServiceServer for forward compatibility

type SetCurrentMembershipRequest

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

func (*SetCurrentMembershipRequest) Descriptor deprecated

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

Deprecated: Use SetCurrentMembershipRequest.ProtoReflect.Descriptor instead.

func (*SetCurrentMembershipRequest) GetMembershipId

func (x *SetCurrentMembershipRequest) GetMembershipId() string

func (*SetCurrentMembershipRequest) ProtoMessage

func (*SetCurrentMembershipRequest) ProtoMessage()

func (*SetCurrentMembershipRequest) ProtoReflect

func (*SetCurrentMembershipRequest) Reset

func (x *SetCurrentMembershipRequest) Reset()

func (*SetCurrentMembershipRequest) String

func (x *SetCurrentMembershipRequest) String() string

func (*SetCurrentMembershipRequest) Validate

func (m *SetCurrentMembershipRequest) Validate() error

Validate checks the field values on SetCurrentMembershipRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetCurrentMembershipRequest) ValidateAll

func (m *SetCurrentMembershipRequest) ValidateAll() error

ValidateAll checks the field values on SetCurrentMembershipRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetCurrentMembershipRequestMultiError, or nil if none found.

type SetCurrentMembershipRequestMultiError

type SetCurrentMembershipRequestMultiError []error

SetCurrentMembershipRequestMultiError is an error wrapping multiple validation errors returned by SetCurrentMembershipRequest.ValidateAll() if the designated constraints aren't met.

func (SetCurrentMembershipRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetCurrentMembershipRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetCurrentMembershipRequestValidationError

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

SetCurrentMembershipRequestValidationError is the validation error returned by SetCurrentMembershipRequest.Validate if the designated constraints aren't met.

func (SetCurrentMembershipRequestValidationError) Cause

Cause function returns cause value.

func (SetCurrentMembershipRequestValidationError) Error

Error satisfies the builtin error interface

func (SetCurrentMembershipRequestValidationError) ErrorName

ErrorName returns error name.

func (SetCurrentMembershipRequestValidationError) Field

Field function returns field value.

func (SetCurrentMembershipRequestValidationError) Key

Key function returns key value.

func (SetCurrentMembershipRequestValidationError) Reason

Reason function returns reason value.

type SetCurrentMembershipResponse

type SetCurrentMembershipResponse struct {
	Result *OrgMembershipItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCurrentMembershipResponse) Descriptor deprecated

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

Deprecated: Use SetCurrentMembershipResponse.ProtoReflect.Descriptor instead.

func (*SetCurrentMembershipResponse) GetResult

func (*SetCurrentMembershipResponse) ProtoMessage

func (*SetCurrentMembershipResponse) ProtoMessage()

func (*SetCurrentMembershipResponse) ProtoReflect

func (*SetCurrentMembershipResponse) Reset

func (x *SetCurrentMembershipResponse) Reset()

func (*SetCurrentMembershipResponse) String

func (*SetCurrentMembershipResponse) Validate

func (m *SetCurrentMembershipResponse) Validate() error

Validate checks the field values on SetCurrentMembershipResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetCurrentMembershipResponse) ValidateAll

func (m *SetCurrentMembershipResponse) ValidateAll() error

ValidateAll checks the field values on SetCurrentMembershipResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetCurrentMembershipResponseMultiError, or nil if none found.

type SetCurrentMembershipResponseMultiError

type SetCurrentMembershipResponseMultiError []error

SetCurrentMembershipResponseMultiError is an error wrapping multiple validation errors returned by SetCurrentMembershipResponse.ValidateAll() if the designated constraints aren't met.

func (SetCurrentMembershipResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetCurrentMembershipResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetCurrentMembershipResponseValidationError

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

SetCurrentMembershipResponseValidationError is the validation error returned by SetCurrentMembershipResponse.Validate if the designated constraints aren't met.

func (SetCurrentMembershipResponseValidationError) Cause

Cause function returns cause value.

func (SetCurrentMembershipResponseValidationError) Error

Error satisfies the builtin error interface

func (SetCurrentMembershipResponseValidationError) ErrorName

ErrorName returns error name.

func (SetCurrentMembershipResponseValidationError) Field

Field function returns field value.

func (SetCurrentMembershipResponseValidationError) Key

Key function returns key value.

func (SetCurrentMembershipResponseValidationError) Reason

Reason function returns reason value.

type StatusServiceClient

type StatusServiceClient interface {
	Infoz(ctx context.Context, in *InfozRequest, opts ...grpc.CallOption) (*InfozResponse, error)
	Statusz(ctx context.Context, in *StatuszRequest, opts ...grpc.CallOption) (*StatuszResponse, error)
}

StatusServiceClient is the client API for StatusService 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 StatusServiceHTTPClient

type StatusServiceHTTPClient interface {
	Infoz(ctx context.Context, req *InfozRequest, opts ...http.CallOption) (rsp *InfozResponse, err error)
	Statusz(ctx context.Context, req *StatuszRequest, opts ...http.CallOption) (rsp *StatuszResponse, err error)
}

func NewStatusServiceHTTPClient

func NewStatusServiceHTTPClient(client *http.Client) StatusServiceHTTPClient

type StatusServiceHTTPClientImpl

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

func (*StatusServiceHTTPClientImpl) Infoz

func (*StatusServiceHTTPClientImpl) Statusz

type StatusServiceHTTPServer

type StatusServiceHTTPServer interface {
	Infoz(context.Context, *InfozRequest) (*InfozResponse, error)
	Statusz(context.Context, *StatuszRequest) (*StatuszResponse, error)
}

type StatusServiceServer

type StatusServiceServer interface {
	Infoz(context.Context, *InfozRequest) (*InfozResponse, error)
	Statusz(context.Context, *StatuszRequest) (*StatuszResponse, error)
	// contains filtered or unexported methods
}

StatusServiceServer is the server API for StatusService service. All implementations must embed UnimplementedStatusServiceServer for forward compatibility

type StatuszRequest

type StatuszRequest struct {

	// Parameter that can be used by readiness probes
	// The main difference is that readiness probes will take into account that all
	// dependent services are up and ready
	Readiness bool `protobuf:"varint,1,opt,name=readiness,proto3" json:"readiness,omitempty"`
	// contains filtered or unexported fields
}

func (*StatuszRequest) Descriptor deprecated

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

Deprecated: Use StatuszRequest.ProtoReflect.Descriptor instead.

func (*StatuszRequest) GetReadiness

func (x *StatuszRequest) GetReadiness() bool

func (*StatuszRequest) ProtoMessage

func (*StatuszRequest) ProtoMessage()

func (*StatuszRequest) ProtoReflect

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

func (*StatuszRequest) Reset

func (x *StatuszRequest) Reset()

func (*StatuszRequest) String

func (x *StatuszRequest) String() string

func (*StatuszRequest) Validate

func (m *StatuszRequest) Validate() error

Validate checks the field values on StatuszRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatuszRequest) ValidateAll

func (m *StatuszRequest) ValidateAll() error

ValidateAll checks the field values on StatuszRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatuszRequestMultiError, or nil if none found.

type StatuszRequestMultiError

type StatuszRequestMultiError []error

StatuszRequestMultiError is an error wrapping multiple validation errors returned by StatuszRequest.ValidateAll() if the designated constraints aren't met.

func (StatuszRequestMultiError) AllErrors

func (m StatuszRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatuszRequestMultiError) Error

func (m StatuszRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatuszRequestValidationError

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

StatuszRequestValidationError is the validation error returned by StatuszRequest.Validate if the designated constraints aren't met.

func (StatuszRequestValidationError) Cause

Cause function returns cause value.

func (StatuszRequestValidationError) Error

Error satisfies the builtin error interface

func (StatuszRequestValidationError) ErrorName

func (e StatuszRequestValidationError) ErrorName() string

ErrorName returns error name.

func (StatuszRequestValidationError) Field

Field function returns field value.

func (StatuszRequestValidationError) Key

Key function returns key value.

func (StatuszRequestValidationError) Reason

Reason function returns reason value.

type StatuszResponse

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

func (*StatuszResponse) Descriptor deprecated

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

Deprecated: Use StatuszResponse.ProtoReflect.Descriptor instead.

func (*StatuszResponse) ProtoMessage

func (*StatuszResponse) ProtoMessage()

func (*StatuszResponse) ProtoReflect

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

func (*StatuszResponse) Reset

func (x *StatuszResponse) Reset()

func (*StatuszResponse) String

func (x *StatuszResponse) String() string

func (*StatuszResponse) Validate

func (m *StatuszResponse) Validate() error

Validate checks the field values on StatuszResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatuszResponse) ValidateAll

func (m *StatuszResponse) ValidateAll() error

ValidateAll checks the field values on StatuszResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatuszResponseMultiError, or nil if none found.

type StatuszResponseMultiError

type StatuszResponseMultiError []error

StatuszResponseMultiError is an error wrapping multiple validation errors returned by StatuszResponse.ValidateAll() if the designated constraints aren't met.

func (StatuszResponseMultiError) AllErrors

func (m StatuszResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatuszResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StatuszResponseValidationError

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

StatuszResponseValidationError is the validation error returned by StatuszResponse.Validate if the designated constraints aren't met.

func (StatuszResponseValidationError) Cause

Cause function returns cause value.

func (StatuszResponseValidationError) Error

Error satisfies the builtin error interface

func (StatuszResponseValidationError) ErrorName

func (e StatuszResponseValidationError) ErrorName() string

ErrorName returns error name.

func (StatuszResponseValidationError) Field

Field function returns field value.

func (StatuszResponseValidationError) Key

Key function returns key value.

func (StatuszResponseValidationError) Reason

Reason function returns reason value.

type TopWorkflowsByRunsCountRequest

type TopWorkflowsByRunsCountRequest struct {

	// top x number of runs to return
	NumWorkflows int32             `protobuf:"varint,1,opt,name=num_workflows,json=numWorkflows,proto3" json:"num_workflows,omitempty"`
	TimeWindow   MetricsTimeWindow `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TopWorkflowsByRunsCountRequest) Descriptor deprecated

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

Deprecated: Use TopWorkflowsByRunsCountRequest.ProtoReflect.Descriptor instead.

func (*TopWorkflowsByRunsCountRequest) GetNumWorkflows

func (x *TopWorkflowsByRunsCountRequest) GetNumWorkflows() int32

func (*TopWorkflowsByRunsCountRequest) GetTimeWindow

func (*TopWorkflowsByRunsCountRequest) ProtoMessage

func (*TopWorkflowsByRunsCountRequest) ProtoMessage()

func (*TopWorkflowsByRunsCountRequest) ProtoReflect

func (*TopWorkflowsByRunsCountRequest) Reset

func (x *TopWorkflowsByRunsCountRequest) Reset()

func (*TopWorkflowsByRunsCountRequest) String

func (*TopWorkflowsByRunsCountRequest) Validate

func (m *TopWorkflowsByRunsCountRequest) Validate() error

Validate checks the field values on TopWorkflowsByRunsCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TopWorkflowsByRunsCountRequest) ValidateAll

func (m *TopWorkflowsByRunsCountRequest) ValidateAll() error

ValidateAll checks the field values on TopWorkflowsByRunsCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountRequestMultiError, or nil if none found.

type TopWorkflowsByRunsCountRequestMultiError

type TopWorkflowsByRunsCountRequestMultiError []error

TopWorkflowsByRunsCountRequestMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountRequest.ValidateAll() if the designated constraints aren't met.

func (TopWorkflowsByRunsCountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TopWorkflowsByRunsCountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TopWorkflowsByRunsCountRequestValidationError

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

TopWorkflowsByRunsCountRequestValidationError is the validation error returned by TopWorkflowsByRunsCountRequest.Validate if the designated constraints aren't met.

func (TopWorkflowsByRunsCountRequestValidationError) Cause

Cause function returns cause value.

func (TopWorkflowsByRunsCountRequestValidationError) Error

Error satisfies the builtin error interface

func (TopWorkflowsByRunsCountRequestValidationError) ErrorName

ErrorName returns error name.

func (TopWorkflowsByRunsCountRequestValidationError) Field

Field function returns field value.

func (TopWorkflowsByRunsCountRequestValidationError) Key

Key function returns key value.

func (TopWorkflowsByRunsCountRequestValidationError) Reason

Reason function returns reason value.

type TopWorkflowsByRunsCountResponse

type TopWorkflowsByRunsCountResponse struct {
	Result []*TopWorkflowsByRunsCountResponse_TotalByStatus `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TopWorkflowsByRunsCountResponse) Descriptor deprecated

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

Deprecated: Use TopWorkflowsByRunsCountResponse.ProtoReflect.Descriptor instead.

func (*TopWorkflowsByRunsCountResponse) GetResult

func (*TopWorkflowsByRunsCountResponse) ProtoMessage

func (*TopWorkflowsByRunsCountResponse) ProtoMessage()

func (*TopWorkflowsByRunsCountResponse) ProtoReflect

func (*TopWorkflowsByRunsCountResponse) Reset

func (*TopWorkflowsByRunsCountResponse) String

func (*TopWorkflowsByRunsCountResponse) Validate

func (m *TopWorkflowsByRunsCountResponse) Validate() error

Validate checks the field values on TopWorkflowsByRunsCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TopWorkflowsByRunsCountResponse) ValidateAll

func (m *TopWorkflowsByRunsCountResponse) ValidateAll() error

ValidateAll checks the field values on TopWorkflowsByRunsCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountResponseMultiError, or nil if none found.

type TopWorkflowsByRunsCountResponseMultiError

type TopWorkflowsByRunsCountResponseMultiError []error

TopWorkflowsByRunsCountResponseMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountResponse.ValidateAll() if the designated constraints aren't met.

func (TopWorkflowsByRunsCountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TopWorkflowsByRunsCountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TopWorkflowsByRunsCountResponseValidationError

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

TopWorkflowsByRunsCountResponseValidationError is the validation error returned by TopWorkflowsByRunsCountResponse.Validate if the designated constraints aren't met.

func (TopWorkflowsByRunsCountResponseValidationError) Cause

Cause function returns cause value.

func (TopWorkflowsByRunsCountResponseValidationError) Error

Error satisfies the builtin error interface

func (TopWorkflowsByRunsCountResponseValidationError) ErrorName

ErrorName returns error name.

func (TopWorkflowsByRunsCountResponseValidationError) Field

Field function returns field value.

func (TopWorkflowsByRunsCountResponseValidationError) Key

Key function returns key value.

func (TopWorkflowsByRunsCountResponseValidationError) Reason

Reason function returns reason value.

type TopWorkflowsByRunsCountResponse_TotalByStatus

type TopWorkflowsByRunsCountResponse_TotalByStatus struct {
	Workflow *WorkflowItem `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// Status -> [initialized, error, success]
	RunsTotalByStatus map[string]int32 `` /* 205-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor deprecated

Deprecated: Use TopWorkflowsByRunsCountResponse_TotalByStatus.ProtoReflect.Descriptor instead.

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus

func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus() map[string]int32

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) GetWorkflow

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoMessage

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoReflect

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Reset

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) String

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Validate

Validate checks the field values on TopWorkflowsByRunsCountResponse_TotalByStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ValidateAll

ValidateAll checks the field values on TopWorkflowsByRunsCountResponse_TotalByStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountResponse_TotalByStatusMultiError, or nil if none found.

type TopWorkflowsByRunsCountResponse_TotalByStatusMultiError

type TopWorkflowsByRunsCountResponse_TotalByStatusMultiError []error

TopWorkflowsByRunsCountResponse_TotalByStatusMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountResponse_TotalByStatus.ValidateAll() if the designated constraints aren't met.

func (TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TopWorkflowsByRunsCountResponse_TotalByStatusValidationError

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

TopWorkflowsByRunsCountResponse_TotalByStatusValidationError is the validation error returned by TopWorkflowsByRunsCountResponse_TotalByStatus.Validate if the designated constraints aren't met.

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Cause

Cause function returns cause value.

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Error

Error satisfies the builtin error interface

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) ErrorName

ErrorName returns error name.

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Field

Field function returns field value.

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Key

Key function returns key value.

func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Reason

Reason function returns reason value.

type UnimplementedAttestationServiceServer

type UnimplementedAttestationServiceServer struct {
}

UnimplementedAttestationServiceServer must be embedded to have forward compatible implementations.

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

type UnimplementedCASCredentialsServiceServer

type UnimplementedCASCredentialsServiceServer struct {
}

UnimplementedCASCredentialsServiceServer must be embedded to have forward compatible implementations.

type UnimplementedContextServiceServer

type UnimplementedContextServiceServer struct {
}

UnimplementedContextServiceServer must be embedded to have forward compatible implementations.

type UnimplementedIntegrationsServiceServer

type UnimplementedIntegrationsServiceServer struct {
}

UnimplementedIntegrationsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedIntegrationsServiceServer) AddDependencyTrack

func (UnimplementedIntegrationsServiceServer) ListAttachments

type UnimplementedOCIRepositoryServiceServer

type UnimplementedOCIRepositoryServiceServer struct {
}

UnimplementedOCIRepositoryServiceServer must be embedded to have forward compatible implementations.

type UnimplementedOrgMetricsServiceServer

type UnimplementedOrgMetricsServiceServer struct {
}

UnimplementedOrgMetricsServiceServer must be embedded to have forward compatible implementations.

type UnimplementedOrganizationServiceServer

type UnimplementedOrganizationServiceServer struct {
}

UnimplementedOrganizationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedOrganizationServiceServer) SetCurrentMembership

type UnimplementedRobotAccountServiceServer

type UnimplementedRobotAccountServiceServer struct {
}

UnimplementedRobotAccountServiceServer must be embedded to have forward compatible implementations.

type UnimplementedStatusServiceServer

type UnimplementedStatusServiceServer struct {
}

UnimplementedStatusServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedStatusServiceServer) Infoz

func (UnimplementedStatusServiceServer) Statusz

type UnimplementedWorkflowContractServiceServer

type UnimplementedWorkflowContractServiceServer struct {
}

UnimplementedWorkflowContractServiceServer must be embedded to have forward compatible implementations.

type UnimplementedWorkflowRunServiceServer

type UnimplementedWorkflowRunServiceServer struct {
}

UnimplementedWorkflowRunServiceServer must be embedded to have forward compatible implementations.

type UnimplementedWorkflowServiceServer

type UnimplementedWorkflowServiceServer struct {
}

UnimplementedWorkflowServiceServer must be embedded to have forward compatible implementations.

type UnsafeAttestationServiceServer

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

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

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 UnsafeCASCredentialsServiceServer

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

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

type UnsafeContextServiceServer

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

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

type UnsafeIntegrationsServiceServer

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

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

type UnsafeOCIRepositoryServiceServer

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

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

type UnsafeOrgMetricsServiceServer

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

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

type UnsafeOrganizationServiceServer

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

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

type UnsafeRobotAccountServiceServer

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

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

type UnsafeStatusServiceServer

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

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

type UnsafeWorkflowContractServiceServer

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

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

type UnsafeWorkflowRunServiceServer

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

UnsafeWorkflowRunServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowRunServiceServer 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 User

type User struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email     string                 `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() *timestamppb.Timestamp

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*User) ValidateAll

func (m *User) ValidateAll() error

ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.

type UserMultiError

type UserMultiError []error

UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.

func (UserMultiError) AllErrors

func (m UserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMultiError) Error

func (m UserMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserValidationError

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

UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

func (UserValidationError) Cause

func (e UserValidationError) Cause() error

Cause function returns cause value.

func (UserValidationError) Error

func (e UserValidationError) Error() string

Error satisfies the builtin error interface

func (UserValidationError) ErrorName

func (e UserValidationError) ErrorName() string

ErrorName returns error name.

func (UserValidationError) Field

func (e UserValidationError) Field() string

Field function returns field value.

func (UserValidationError) Key

func (e UserValidationError) Key() bool

Key function returns key value.

func (UserValidationError) Reason

func (e UserValidationError) Reason() string

Reason function returns reason value.

type WorkflowContractItem

type WorkflowContractItem struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LatestRevision int32                  `protobuf:"varint,4,opt,name=latest_revision,json=latestRevision,proto3" json:"latest_revision,omitempty"`
	// Workflows associated with this contract
	WorkflowIds []string `protobuf:"bytes,5,rep,name=workflow_ids,json=workflowIds,proto3" json:"workflow_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractItem) Descriptor deprecated

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

Deprecated: Use WorkflowContractItem.ProtoReflect.Descriptor instead.

func (*WorkflowContractItem) GetCreatedAt

func (x *WorkflowContractItem) GetCreatedAt() *timestamppb.Timestamp

func (*WorkflowContractItem) GetId

func (x *WorkflowContractItem) GetId() string

func (*WorkflowContractItem) GetLatestRevision

func (x *WorkflowContractItem) GetLatestRevision() int32

func (*WorkflowContractItem) GetName

func (x *WorkflowContractItem) GetName() string

func (*WorkflowContractItem) GetWorkflowIds

func (x *WorkflowContractItem) GetWorkflowIds() []string

func (*WorkflowContractItem) ProtoMessage

func (*WorkflowContractItem) ProtoMessage()

func (*WorkflowContractItem) ProtoReflect

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

func (*WorkflowContractItem) Reset

func (x *WorkflowContractItem) Reset()

func (*WorkflowContractItem) String

func (x *WorkflowContractItem) String() string

func (*WorkflowContractItem) Validate

func (m *WorkflowContractItem) Validate() error

Validate checks the field values on WorkflowContractItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractItem) ValidateAll

func (m *WorkflowContractItem) ValidateAll() error

ValidateAll checks the field values on WorkflowContractItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractItemMultiError, or nil if none found.

type WorkflowContractItemMultiError

type WorkflowContractItemMultiError []error

WorkflowContractItemMultiError is an error wrapping multiple validation errors returned by WorkflowContractItem.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractItemMultiError) AllErrors

func (m WorkflowContractItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkflowContractItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractItemValidationError

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

WorkflowContractItemValidationError is the validation error returned by WorkflowContractItem.Validate if the designated constraints aren't met.

func (WorkflowContractItemValidationError) Cause

Cause function returns cause value.

func (WorkflowContractItemValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractItemValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractItemValidationError) Field

Field function returns field value.

func (WorkflowContractItemValidationError) Key

Key function returns key value.

func (WorkflowContractItemValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceCreateRequest

type WorkflowContractServiceCreateRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Ready to support multiple schema versions
	//
	// Types that are assignable to Contract:
	//
	//	*WorkflowContractServiceCreateRequest_V1
	Contract isWorkflowContractServiceCreateRequest_Contract `protobuf_oneof:"contract"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceCreateRequest) GetContract

func (m *WorkflowContractServiceCreateRequest) GetContract() isWorkflowContractServiceCreateRequest_Contract

func (*WorkflowContractServiceCreateRequest) GetName

func (*WorkflowContractServiceCreateRequest) GetV1

func (*WorkflowContractServiceCreateRequest) ProtoMessage

func (*WorkflowContractServiceCreateRequest) ProtoMessage()

func (*WorkflowContractServiceCreateRequest) ProtoReflect

func (*WorkflowContractServiceCreateRequest) Reset

func (*WorkflowContractServiceCreateRequest) String

func (*WorkflowContractServiceCreateRequest) Validate

Validate checks the field values on WorkflowContractServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceCreateRequest) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceCreateRequestMultiError, or nil if none found.

type WorkflowContractServiceCreateRequestMultiError

type WorkflowContractServiceCreateRequestMultiError []error

WorkflowContractServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceCreateRequestValidationError

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

WorkflowContractServiceCreateRequestValidationError is the validation error returned by WorkflowContractServiceCreateRequest.Validate if the designated constraints aren't met.

func (WorkflowContractServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceCreateRequestValidationError) Field

Field function returns field value.

func (WorkflowContractServiceCreateRequestValidationError) Key

Key function returns key value.

func (WorkflowContractServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceCreateRequest_V1

type WorkflowContractServiceCreateRequest_V1 struct {
	V1 *v1.CraftingSchema `protobuf:"bytes,2,opt,name=v1,proto3,oneof"`
}

type WorkflowContractServiceCreateResponse

type WorkflowContractServiceCreateResponse struct {
	Result *WorkflowContractItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceCreateResponse) GetResult

func (*WorkflowContractServiceCreateResponse) ProtoMessage

func (*WorkflowContractServiceCreateResponse) ProtoMessage()

func (*WorkflowContractServiceCreateResponse) ProtoReflect

func (*WorkflowContractServiceCreateResponse) Reset

func (*WorkflowContractServiceCreateResponse) String

func (*WorkflowContractServiceCreateResponse) Validate

Validate checks the field values on WorkflowContractServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceCreateResponse) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceCreateResponseMultiError, or nil if none found.

type WorkflowContractServiceCreateResponseMultiError

type WorkflowContractServiceCreateResponseMultiError []error

WorkflowContractServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceCreateResponseValidationError

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

WorkflowContractServiceCreateResponseValidationError is the validation error returned by WorkflowContractServiceCreateResponse.Validate if the designated constraints aren't met.

func (WorkflowContractServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceCreateResponseValidationError) Field

Field function returns field value.

func (WorkflowContractServiceCreateResponseValidationError) Key

Key function returns key value.

func (WorkflowContractServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceDeleteRequest

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

func (*WorkflowContractServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceDeleteRequest) GetId

func (*WorkflowContractServiceDeleteRequest) ProtoMessage

func (*WorkflowContractServiceDeleteRequest) ProtoMessage()

func (*WorkflowContractServiceDeleteRequest) ProtoReflect

func (*WorkflowContractServiceDeleteRequest) Reset

func (*WorkflowContractServiceDeleteRequest) String

func (*WorkflowContractServiceDeleteRequest) Validate

Validate checks the field values on WorkflowContractServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceDeleteRequest) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDeleteRequestMultiError, or nil if none found.

type WorkflowContractServiceDeleteRequestMultiError

type WorkflowContractServiceDeleteRequestMultiError []error

WorkflowContractServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceDeleteRequestValidationError

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

WorkflowContractServiceDeleteRequestValidationError is the validation error returned by WorkflowContractServiceDeleteRequest.Validate if the designated constraints aren't met.

func (WorkflowContractServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceDeleteRequestValidationError) Field

Field function returns field value.

func (WorkflowContractServiceDeleteRequestValidationError) Key

Key function returns key value.

func (WorkflowContractServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceDeleteResponse

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

func (*WorkflowContractServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceDeleteResponse) ProtoMessage

func (*WorkflowContractServiceDeleteResponse) ProtoMessage()

func (*WorkflowContractServiceDeleteResponse) ProtoReflect

func (*WorkflowContractServiceDeleteResponse) Reset

func (*WorkflowContractServiceDeleteResponse) String

func (*WorkflowContractServiceDeleteResponse) Validate

Validate checks the field values on WorkflowContractServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceDeleteResponse) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDeleteResponseMultiError, or nil if none found.

type WorkflowContractServiceDeleteResponseMultiError

type WorkflowContractServiceDeleteResponseMultiError []error

WorkflowContractServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceDeleteResponseValidationError

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

WorkflowContractServiceDeleteResponseValidationError is the validation error returned by WorkflowContractServiceDeleteResponse.Validate if the designated constraints aren't met.

func (WorkflowContractServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceDeleteResponseValidationError) Field

Field function returns field value.

func (WorkflowContractServiceDeleteResponseValidationError) Key

Key function returns key value.

func (WorkflowContractServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceDescribeRequest

type WorkflowContractServiceDescribeRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Revision int32  `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceDescribeRequest) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceDescribeRequest.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceDescribeRequest) GetId

func (*WorkflowContractServiceDescribeRequest) GetRevision

func (*WorkflowContractServiceDescribeRequest) ProtoMessage

func (*WorkflowContractServiceDescribeRequest) ProtoReflect

func (*WorkflowContractServiceDescribeRequest) Reset

func (*WorkflowContractServiceDescribeRequest) String

func (*WorkflowContractServiceDescribeRequest) Validate

Validate checks the field values on WorkflowContractServiceDescribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceDescribeRequest) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceDescribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeRequestMultiError, or nil if none found.

type WorkflowContractServiceDescribeRequestMultiError

type WorkflowContractServiceDescribeRequestMultiError []error

WorkflowContractServiceDescribeRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceDescribeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceDescribeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceDescribeRequestValidationError

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

WorkflowContractServiceDescribeRequestValidationError is the validation error returned by WorkflowContractServiceDescribeRequest.Validate if the designated constraints aren't met.

func (WorkflowContractServiceDescribeRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceDescribeRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceDescribeRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceDescribeRequestValidationError) Field

Field function returns field value.

func (WorkflowContractServiceDescribeRequestValidationError) Key

Key function returns key value.

func (WorkflowContractServiceDescribeRequestValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceDescribeResponse

type WorkflowContractServiceDescribeResponse struct {
	Result *WorkflowContractServiceDescribeResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceDescribeResponse) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceDescribeResponse.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceDescribeResponse) GetResult

func (*WorkflowContractServiceDescribeResponse) ProtoMessage

func (*WorkflowContractServiceDescribeResponse) ProtoReflect

func (*WorkflowContractServiceDescribeResponse) Reset

func (*WorkflowContractServiceDescribeResponse) String

func (*WorkflowContractServiceDescribeResponse) Validate

Validate checks the field values on WorkflowContractServiceDescribeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceDescribeResponse) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceDescribeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeResponseMultiError, or nil if none found.

type WorkflowContractServiceDescribeResponseMultiError

type WorkflowContractServiceDescribeResponseMultiError []error

WorkflowContractServiceDescribeResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceDescribeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceDescribeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceDescribeResponseValidationError

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

WorkflowContractServiceDescribeResponseValidationError is the validation error returned by WorkflowContractServiceDescribeResponse.Validate if the designated constraints aren't met.

func (WorkflowContractServiceDescribeResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceDescribeResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceDescribeResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceDescribeResponseValidationError) Field

Field function returns field value.

func (WorkflowContractServiceDescribeResponseValidationError) Key

Key function returns key value.

func (WorkflowContractServiceDescribeResponseValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceDescribeResponse_Result

type WorkflowContractServiceDescribeResponse_Result struct {
	Contract *WorkflowContractItem        `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	Revision *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceDescribeResponse_Result) Descriptor deprecated

Deprecated: Use WorkflowContractServiceDescribeResponse_Result.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceDescribeResponse_Result) GetContract

func (*WorkflowContractServiceDescribeResponse_Result) GetRevision

func (*WorkflowContractServiceDescribeResponse_Result) ProtoMessage

func (*WorkflowContractServiceDescribeResponse_Result) ProtoReflect

func (*WorkflowContractServiceDescribeResponse_Result) Reset

func (*WorkflowContractServiceDescribeResponse_Result) String

func (*WorkflowContractServiceDescribeResponse_Result) Validate

Validate checks the field values on WorkflowContractServiceDescribeResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceDescribeResponse_Result) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceDescribeResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeResponse_ResultMultiError, or nil if none found.

type WorkflowContractServiceDescribeResponse_ResultMultiError

type WorkflowContractServiceDescribeResponse_ResultMultiError []error

WorkflowContractServiceDescribeResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeResponse_Result.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceDescribeResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceDescribeResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceDescribeResponse_ResultValidationError

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

WorkflowContractServiceDescribeResponse_ResultValidationError is the validation error returned by WorkflowContractServiceDescribeResponse_Result.Validate if the designated constraints aren't met.

func (WorkflowContractServiceDescribeResponse_ResultValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceDescribeResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceDescribeResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceDescribeResponse_ResultValidationError) Field

Field function returns field value.

func (WorkflowContractServiceDescribeResponse_ResultValidationError) Key

Key function returns key value.

func (WorkflowContractServiceDescribeResponse_ResultValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceListRequest

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

func (*WorkflowContractServiceListRequest) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceListRequest.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceListRequest) ProtoMessage

func (*WorkflowContractServiceListRequest) ProtoMessage()

func (*WorkflowContractServiceListRequest) ProtoReflect

func (*WorkflowContractServiceListRequest) Reset

func (*WorkflowContractServiceListRequest) String

func (*WorkflowContractServiceListRequest) Validate

Validate checks the field values on WorkflowContractServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceListRequest) ValidateAll

func (m *WorkflowContractServiceListRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowContractServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceListRequestMultiError, or nil if none found.

type WorkflowContractServiceListRequestMultiError

type WorkflowContractServiceListRequestMultiError []error

WorkflowContractServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceListRequestValidationError

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

WorkflowContractServiceListRequestValidationError is the validation error returned by WorkflowContractServiceListRequest.Validate if the designated constraints aren't met.

func (WorkflowContractServiceListRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceListRequestValidationError) Field

Field function returns field value.

func (WorkflowContractServiceListRequestValidationError) Key

Key function returns key value.

func (WorkflowContractServiceListRequestValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceListResponse

type WorkflowContractServiceListResponse struct {
	Result []*WorkflowContractItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceListResponse) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceListResponse.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceListResponse) GetResult

func (*WorkflowContractServiceListResponse) ProtoMessage

func (*WorkflowContractServiceListResponse) ProtoMessage()

func (*WorkflowContractServiceListResponse) ProtoReflect

func (*WorkflowContractServiceListResponse) Reset

func (*WorkflowContractServiceListResponse) String

func (*WorkflowContractServiceListResponse) Validate

Validate checks the field values on WorkflowContractServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceListResponse) ValidateAll

func (m *WorkflowContractServiceListResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowContractServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceListResponseMultiError, or nil if none found.

type WorkflowContractServiceListResponseMultiError

type WorkflowContractServiceListResponseMultiError []error

WorkflowContractServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceListResponseValidationError

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

WorkflowContractServiceListResponseValidationError is the validation error returned by WorkflowContractServiceListResponse.Validate if the designated constraints aren't met.

func (WorkflowContractServiceListResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceListResponseValidationError) Field

Field function returns field value.

func (WorkflowContractServiceListResponseValidationError) Key

Key function returns key value.

func (WorkflowContractServiceListResponseValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceServer

WorkflowContractServiceServer is the server API for WorkflowContractService service. All implementations must embed UnimplementedWorkflowContractServiceServer for forward compatibility

type WorkflowContractServiceUpdateRequest

type WorkflowContractServiceUpdateRequest struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Contract:
	//
	//	*WorkflowContractServiceUpdateRequest_V1
	Contract isWorkflowContractServiceUpdateRequest_Contract `protobuf_oneof:"contract"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceUpdateRequest) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceUpdateRequest) GetContract

func (m *WorkflowContractServiceUpdateRequest) GetContract() isWorkflowContractServiceUpdateRequest_Contract

func (*WorkflowContractServiceUpdateRequest) GetId

func (*WorkflowContractServiceUpdateRequest) GetName

func (*WorkflowContractServiceUpdateRequest) GetV1

func (*WorkflowContractServiceUpdateRequest) ProtoMessage

func (*WorkflowContractServiceUpdateRequest) ProtoMessage()

func (*WorkflowContractServiceUpdateRequest) ProtoReflect

func (*WorkflowContractServiceUpdateRequest) Reset

func (*WorkflowContractServiceUpdateRequest) String

func (*WorkflowContractServiceUpdateRequest) Validate

Validate checks the field values on WorkflowContractServiceUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceUpdateRequest) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateRequestMultiError, or nil if none found.

type WorkflowContractServiceUpdateRequestMultiError

type WorkflowContractServiceUpdateRequestMultiError []error

WorkflowContractServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceUpdateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceUpdateRequestValidationError

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

WorkflowContractServiceUpdateRequestValidationError is the validation error returned by WorkflowContractServiceUpdateRequest.Validate if the designated constraints aren't met.

func (WorkflowContractServiceUpdateRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceUpdateRequestValidationError) Field

Field function returns field value.

func (WorkflowContractServiceUpdateRequestValidationError) Key

Key function returns key value.

func (WorkflowContractServiceUpdateRequestValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceUpdateRequest_V1

type WorkflowContractServiceUpdateRequest_V1 struct {
	V1 *v1.CraftingSchema `protobuf:"bytes,3,opt,name=v1,proto3,oneof"`
}

type WorkflowContractServiceUpdateResponse

type WorkflowContractServiceUpdateResponse struct {
	Result *WorkflowContractServiceUpdateResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceUpdateResponse) Descriptor deprecated

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

Deprecated: Use WorkflowContractServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceUpdateResponse) GetResult

func (*WorkflowContractServiceUpdateResponse) ProtoMessage

func (*WorkflowContractServiceUpdateResponse) ProtoMessage()

func (*WorkflowContractServiceUpdateResponse) ProtoReflect

func (*WorkflowContractServiceUpdateResponse) Reset

func (*WorkflowContractServiceUpdateResponse) String

func (*WorkflowContractServiceUpdateResponse) Validate

Validate checks the field values on WorkflowContractServiceUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceUpdateResponse) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateResponseMultiError, or nil if none found.

type WorkflowContractServiceUpdateResponseMultiError

type WorkflowContractServiceUpdateResponseMultiError []error

WorkflowContractServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceUpdateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceUpdateResponseValidationError

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

WorkflowContractServiceUpdateResponseValidationError is the validation error returned by WorkflowContractServiceUpdateResponse.Validate if the designated constraints aren't met.

func (WorkflowContractServiceUpdateResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceUpdateResponseValidationError) Field

Field function returns field value.

func (WorkflowContractServiceUpdateResponseValidationError) Key

Key function returns key value.

func (WorkflowContractServiceUpdateResponseValidationError) Reason

Reason function returns reason value.

type WorkflowContractServiceUpdateResponse_Result

type WorkflowContractServiceUpdateResponse_Result struct {
	Contract *WorkflowContractItem        `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	Revision *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowContractServiceUpdateResponse_Result) Descriptor deprecated

Deprecated: Use WorkflowContractServiceUpdateResponse_Result.ProtoReflect.Descriptor instead.

func (*WorkflowContractServiceUpdateResponse_Result) GetContract

func (*WorkflowContractServiceUpdateResponse_Result) GetRevision

func (*WorkflowContractServiceUpdateResponse_Result) ProtoMessage

func (*WorkflowContractServiceUpdateResponse_Result) ProtoReflect

func (*WorkflowContractServiceUpdateResponse_Result) Reset

func (*WorkflowContractServiceUpdateResponse_Result) String

func (*WorkflowContractServiceUpdateResponse_Result) Validate

Validate checks the field values on WorkflowContractServiceUpdateResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractServiceUpdateResponse_Result) ValidateAll

ValidateAll checks the field values on WorkflowContractServiceUpdateResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateResponse_ResultMultiError, or nil if none found.

type WorkflowContractServiceUpdateResponse_ResultMultiError

type WorkflowContractServiceUpdateResponse_ResultMultiError []error

WorkflowContractServiceUpdateResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateResponse_Result.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractServiceUpdateResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractServiceUpdateResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractServiceUpdateResponse_ResultValidationError

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

WorkflowContractServiceUpdateResponse_ResultValidationError is the validation error returned by WorkflowContractServiceUpdateResponse_Result.Validate if the designated constraints aren't met.

func (WorkflowContractServiceUpdateResponse_ResultValidationError) Cause

Cause function returns cause value.

func (WorkflowContractServiceUpdateResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractServiceUpdateResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractServiceUpdateResponse_ResultValidationError) Field

Field function returns field value.

func (WorkflowContractServiceUpdateResponse_ResultValidationError) Key

Key function returns key value.

func (WorkflowContractServiceUpdateResponse_ResultValidationError) Reason

Reason function returns reason value.

type WorkflowContractVersionItem

type WorkflowContractVersionItem struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Revision  int32                  `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Types that are assignable to Contract:
	//
	//	*WorkflowContractVersionItem_V1
	Contract isWorkflowContractVersionItem_Contract `protobuf_oneof:"contract"`
	// contains filtered or unexported fields
}

func (*WorkflowContractVersionItem) Descriptor deprecated

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

Deprecated: Use WorkflowContractVersionItem.ProtoReflect.Descriptor instead.

func (*WorkflowContractVersionItem) GetContract

func (m *WorkflowContractVersionItem) GetContract() isWorkflowContractVersionItem_Contract

func (*WorkflowContractVersionItem) GetCreatedAt

func (*WorkflowContractVersionItem) GetId

func (*WorkflowContractVersionItem) GetRevision

func (x *WorkflowContractVersionItem) GetRevision() int32

func (*WorkflowContractVersionItem) GetV1

func (*WorkflowContractVersionItem) ProtoMessage

func (*WorkflowContractVersionItem) ProtoMessage()

func (*WorkflowContractVersionItem) ProtoReflect

func (*WorkflowContractVersionItem) Reset

func (x *WorkflowContractVersionItem) Reset()

func (*WorkflowContractVersionItem) String

func (x *WorkflowContractVersionItem) String() string

func (*WorkflowContractVersionItem) Validate

func (m *WorkflowContractVersionItem) Validate() error

Validate checks the field values on WorkflowContractVersionItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowContractVersionItem) ValidateAll

func (m *WorkflowContractVersionItem) ValidateAll() error

ValidateAll checks the field values on WorkflowContractVersionItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractVersionItemMultiError, or nil if none found.

type WorkflowContractVersionItemMultiError

type WorkflowContractVersionItemMultiError []error

WorkflowContractVersionItemMultiError is an error wrapping multiple validation errors returned by WorkflowContractVersionItem.ValidateAll() if the designated constraints aren't met.

func (WorkflowContractVersionItemMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowContractVersionItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowContractVersionItemValidationError

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

WorkflowContractVersionItemValidationError is the validation error returned by WorkflowContractVersionItem.Validate if the designated constraints aren't met.

func (WorkflowContractVersionItemValidationError) Cause

Cause function returns cause value.

func (WorkflowContractVersionItemValidationError) Error

Error satisfies the builtin error interface

func (WorkflowContractVersionItemValidationError) ErrorName

ErrorName returns error name.

func (WorkflowContractVersionItemValidationError) Field

Field function returns field value.

func (WorkflowContractVersionItemValidationError) Key

Key function returns key value.

func (WorkflowContractVersionItemValidationError) Reason

Reason function returns reason value.

type WorkflowContractVersionItem_V1

type WorkflowContractVersionItem_V1 struct {
	V1 *v1.CraftingSchema `protobuf:"bytes,4,opt,name=v1,proto3,oneof"`
}

type WorkflowItem

type WorkflowItem struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Project    string                 `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Team       string                 `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	RunsCount  int32                  `protobuf:"varint,6,opt,name=runs_count,json=runsCount,proto3" json:"runs_count,omitempty"`
	LastRun    *WorkflowRunItem       `protobuf:"bytes,7,opt,name=last_run,json=lastRun,proto3" json:"last_run,omitempty"`
	ContractId string                 `protobuf:"bytes,8,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowItem) Descriptor deprecated

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

Deprecated: Use WorkflowItem.ProtoReflect.Descriptor instead.

func (*WorkflowItem) GetContractId

func (x *WorkflowItem) GetContractId() string

func (*WorkflowItem) GetCreatedAt

func (x *WorkflowItem) GetCreatedAt() *timestamppb.Timestamp

func (*WorkflowItem) GetId

func (x *WorkflowItem) GetId() string

func (*WorkflowItem) GetLastRun

func (x *WorkflowItem) GetLastRun() *WorkflowRunItem

func (*WorkflowItem) GetName

func (x *WorkflowItem) GetName() string

func (*WorkflowItem) GetProject

func (x *WorkflowItem) GetProject() string

func (*WorkflowItem) GetRunsCount

func (x *WorkflowItem) GetRunsCount() int32

func (*WorkflowItem) GetTeam

func (x *WorkflowItem) GetTeam() string

func (*WorkflowItem) ProtoMessage

func (*WorkflowItem) ProtoMessage()

func (*WorkflowItem) ProtoReflect

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

func (*WorkflowItem) Reset

func (x *WorkflowItem) Reset()

func (*WorkflowItem) String

func (x *WorkflowItem) String() string

func (*WorkflowItem) Validate

func (m *WorkflowItem) Validate() error

Validate checks the field values on WorkflowItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowItem) ValidateAll

func (m *WorkflowItem) ValidateAll() error

ValidateAll checks the field values on WorkflowItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowItemMultiError, or nil if none found.

type WorkflowItemMultiError

type WorkflowItemMultiError []error

WorkflowItemMultiError is an error wrapping multiple validation errors returned by WorkflowItem.ValidateAll() if the designated constraints aren't met.

func (WorkflowItemMultiError) AllErrors

func (m WorkflowItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkflowItemMultiError) Error

func (m WorkflowItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WorkflowItemValidationError

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

WorkflowItemValidationError is the validation error returned by WorkflowItem.Validate if the designated constraints aren't met.

func (WorkflowItemValidationError) Cause

Cause function returns cause value.

func (WorkflowItemValidationError) Error

Error satisfies the builtin error interface

func (WorkflowItemValidationError) ErrorName

func (e WorkflowItemValidationError) ErrorName() string

ErrorName returns error name.

func (WorkflowItemValidationError) Field

Field function returns field value.

func (WorkflowItemValidationError) Key

Key function returns key value.

func (WorkflowItemValidationError) Reason

Reason function returns reason value.

type WorkflowRunItem

type WorkflowRunItem struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	FinishedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	State      string                 `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Reason     string                 `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	Workflow   *WorkflowItem          `protobuf:"bytes,6,opt,name=workflow,proto3" json:"workflow,omitempty"`
	JobUrl     string                 `protobuf:"bytes,7,opt,name=job_url,json=jobUrl,proto3" json:"job_url,omitempty"`
	// string runner_type = 8;
	RunnerType      v1.CraftingSchema_Runner_RunnerType `` /* 150-byte string literal not displayed */
	ContractVersion *WorkflowContractVersionItem        `protobuf:"bytes,9,opt,name=contract_version,json=contractVersion,proto3" json:"contract_version,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowRunItem) Descriptor deprecated

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

Deprecated: Use WorkflowRunItem.ProtoReflect.Descriptor instead.

func (*WorkflowRunItem) GetContractVersion

func (x *WorkflowRunItem) GetContractVersion() *WorkflowContractVersionItem

func (*WorkflowRunItem) GetCreatedAt

func (x *WorkflowRunItem) GetCreatedAt() *timestamppb.Timestamp

func (*WorkflowRunItem) GetFinishedAt

func (x *WorkflowRunItem) GetFinishedAt() *timestamppb.Timestamp

func (*WorkflowRunItem) GetId

func (x *WorkflowRunItem) GetId() string

func (*WorkflowRunItem) GetJobUrl

func (x *WorkflowRunItem) GetJobUrl() string

func (*WorkflowRunItem) GetReason

func (x *WorkflowRunItem) GetReason() string

func (*WorkflowRunItem) GetRunnerType

func (*WorkflowRunItem) GetState

func (x *WorkflowRunItem) GetState() string

func (*WorkflowRunItem) GetWorkflow

func (x *WorkflowRunItem) GetWorkflow() *WorkflowItem

func (*WorkflowRunItem) ProtoMessage

func (*WorkflowRunItem) ProtoMessage()

func (*WorkflowRunItem) ProtoReflect

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

func (*WorkflowRunItem) Reset

func (x *WorkflowRunItem) Reset()

func (*WorkflowRunItem) String

func (x *WorkflowRunItem) String() string

func (*WorkflowRunItem) Validate

func (m *WorkflowRunItem) Validate() error

Validate checks the field values on WorkflowRunItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunItem) ValidateAll

func (m *WorkflowRunItem) ValidateAll() error

ValidateAll checks the field values on WorkflowRunItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunItemMultiError, or nil if none found.

type WorkflowRunItemMultiError

type WorkflowRunItemMultiError []error

WorkflowRunItemMultiError is an error wrapping multiple validation errors returned by WorkflowRunItem.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunItemMultiError) AllErrors

func (m WorkflowRunItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkflowRunItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunItemValidationError

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

WorkflowRunItemValidationError is the validation error returned by WorkflowRunItem.Validate if the designated constraints aren't met.

func (WorkflowRunItemValidationError) Cause

Cause function returns cause value.

func (WorkflowRunItemValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunItemValidationError) ErrorName

func (e WorkflowRunItemValidationError) ErrorName() string

ErrorName returns error name.

func (WorkflowRunItemValidationError) Field

Field function returns field value.

func (WorkflowRunItemValidationError) Key

Key function returns key value.

func (WorkflowRunItemValidationError) Reason

Reason function returns reason value.

type WorkflowRunServiceClient

WorkflowRunServiceClient is the client API for WorkflowRunService 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 WorkflowRunServiceListRequest

type WorkflowRunServiceListRequest struct {

	// Filter by workflow
	WorkflowId string             `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	Pagination *PaginationRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowRunServiceListRequest) Descriptor deprecated

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

Deprecated: Use WorkflowRunServiceListRequest.ProtoReflect.Descriptor instead.

func (*WorkflowRunServiceListRequest) GetPagination

func (*WorkflowRunServiceListRequest) GetWorkflowId

func (x *WorkflowRunServiceListRequest) GetWorkflowId() string

func (*WorkflowRunServiceListRequest) ProtoMessage

func (*WorkflowRunServiceListRequest) ProtoMessage()

func (*WorkflowRunServiceListRequest) ProtoReflect

func (*WorkflowRunServiceListRequest) Reset

func (x *WorkflowRunServiceListRequest) Reset()

func (*WorkflowRunServiceListRequest) String

func (*WorkflowRunServiceListRequest) Validate

func (m *WorkflowRunServiceListRequest) Validate() error

Validate checks the field values on WorkflowRunServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunServiceListRequest) ValidateAll

func (m *WorkflowRunServiceListRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowRunServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceListRequestMultiError, or nil if none found.

type WorkflowRunServiceListRequestMultiError

type WorkflowRunServiceListRequestMultiError []error

WorkflowRunServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowRunServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunServiceListRequestValidationError

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

WorkflowRunServiceListRequestValidationError is the validation error returned by WorkflowRunServiceListRequest.Validate if the designated constraints aren't met.

func (WorkflowRunServiceListRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowRunServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowRunServiceListRequestValidationError) Field

Field function returns field value.

func (WorkflowRunServiceListRequestValidationError) Key

Key function returns key value.

func (WorkflowRunServiceListRequestValidationError) Reason

Reason function returns reason value.

type WorkflowRunServiceListResponse

type WorkflowRunServiceListResponse struct {
	Result     []*WorkflowRunItem  `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	Pagination *PaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowRunServiceListResponse) Descriptor deprecated

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

Deprecated: Use WorkflowRunServiceListResponse.ProtoReflect.Descriptor instead.

func (*WorkflowRunServiceListResponse) GetPagination

func (*WorkflowRunServiceListResponse) GetResult

func (*WorkflowRunServiceListResponse) ProtoMessage

func (*WorkflowRunServiceListResponse) ProtoMessage()

func (*WorkflowRunServiceListResponse) ProtoReflect

func (*WorkflowRunServiceListResponse) Reset

func (x *WorkflowRunServiceListResponse) Reset()

func (*WorkflowRunServiceListResponse) String

func (*WorkflowRunServiceListResponse) Validate

func (m *WorkflowRunServiceListResponse) Validate() error

Validate checks the field values on WorkflowRunServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunServiceListResponse) ValidateAll

func (m *WorkflowRunServiceListResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowRunServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceListResponseMultiError, or nil if none found.

type WorkflowRunServiceListResponseMultiError

type WorkflowRunServiceListResponseMultiError []error

WorkflowRunServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowRunServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunServiceListResponseValidationError

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

WorkflowRunServiceListResponseValidationError is the validation error returned by WorkflowRunServiceListResponse.Validate if the designated constraints aren't met.

func (WorkflowRunServiceListResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowRunServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowRunServiceListResponseValidationError) Field

Field function returns field value.

func (WorkflowRunServiceListResponseValidationError) Key

Key function returns key value.

func (WorkflowRunServiceListResponseValidationError) Reason

Reason function returns reason value.

type WorkflowRunServiceServer

type WorkflowRunServiceServer interface {
	List(context.Context, *WorkflowRunServiceListRequest) (*WorkflowRunServiceListResponse, error)
	View(context.Context, *WorkflowRunServiceViewRequest) (*WorkflowRunServiceViewResponse, error)
	// contains filtered or unexported methods
}

WorkflowRunServiceServer is the server API for WorkflowRunService service. All implementations must embed UnimplementedWorkflowRunServiceServer for forward compatibility

type WorkflowRunServiceViewRequest

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

func (*WorkflowRunServiceViewRequest) Descriptor deprecated

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

Deprecated: Use WorkflowRunServiceViewRequest.ProtoReflect.Descriptor instead.

func (*WorkflowRunServiceViewRequest) GetId

func (*WorkflowRunServiceViewRequest) ProtoMessage

func (*WorkflowRunServiceViewRequest) ProtoMessage()

func (*WorkflowRunServiceViewRequest) ProtoReflect

func (*WorkflowRunServiceViewRequest) Reset

func (x *WorkflowRunServiceViewRequest) Reset()

func (*WorkflowRunServiceViewRequest) String

func (*WorkflowRunServiceViewRequest) Validate

func (m *WorkflowRunServiceViewRequest) Validate() error

Validate checks the field values on WorkflowRunServiceViewRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunServiceViewRequest) ValidateAll

func (m *WorkflowRunServiceViewRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowRunServiceViewRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewRequestMultiError, or nil if none found.

type WorkflowRunServiceViewRequestMultiError

type WorkflowRunServiceViewRequestMultiError []error

WorkflowRunServiceViewRequestMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunServiceViewRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowRunServiceViewRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunServiceViewRequestValidationError

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

WorkflowRunServiceViewRequestValidationError is the validation error returned by WorkflowRunServiceViewRequest.Validate if the designated constraints aren't met.

func (WorkflowRunServiceViewRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowRunServiceViewRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunServiceViewRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowRunServiceViewRequestValidationError) Field

Field function returns field value.

func (WorkflowRunServiceViewRequestValidationError) Key

Key function returns key value.

func (WorkflowRunServiceViewRequestValidationError) Reason

Reason function returns reason value.

type WorkflowRunServiceViewResponse

type WorkflowRunServiceViewResponse struct {
	Result *WorkflowRunServiceViewResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowRunServiceViewResponse) Descriptor deprecated

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

Deprecated: Use WorkflowRunServiceViewResponse.ProtoReflect.Descriptor instead.

func (*WorkflowRunServiceViewResponse) GetResult

func (*WorkflowRunServiceViewResponse) ProtoMessage

func (*WorkflowRunServiceViewResponse) ProtoMessage()

func (*WorkflowRunServiceViewResponse) ProtoReflect

func (*WorkflowRunServiceViewResponse) Reset

func (x *WorkflowRunServiceViewResponse) Reset()

func (*WorkflowRunServiceViewResponse) String

func (*WorkflowRunServiceViewResponse) Validate

func (m *WorkflowRunServiceViewResponse) Validate() error

Validate checks the field values on WorkflowRunServiceViewResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunServiceViewResponse) ValidateAll

func (m *WorkflowRunServiceViewResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowRunServiceViewResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewResponseMultiError, or nil if none found.

type WorkflowRunServiceViewResponseMultiError

type WorkflowRunServiceViewResponseMultiError []error

WorkflowRunServiceViewResponseMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunServiceViewResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowRunServiceViewResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunServiceViewResponseValidationError

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

WorkflowRunServiceViewResponseValidationError is the validation error returned by WorkflowRunServiceViewResponse.Validate if the designated constraints aren't met.

func (WorkflowRunServiceViewResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowRunServiceViewResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunServiceViewResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowRunServiceViewResponseValidationError) Field

Field function returns field value.

func (WorkflowRunServiceViewResponseValidationError) Key

Key function returns key value.

func (WorkflowRunServiceViewResponseValidationError) Reason

Reason function returns reason value.

type WorkflowRunServiceViewResponse_Result

type WorkflowRunServiceViewResponse_Result struct {
	WorkflowRun *WorkflowRunItem `protobuf:"bytes,1,opt,name=workflow_run,json=workflowRun,proto3" json:"workflow_run,omitempty"`
	Attestation *AttestationItem `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowRunServiceViewResponse_Result) Descriptor deprecated

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

Deprecated: Use WorkflowRunServiceViewResponse_Result.ProtoReflect.Descriptor instead.

func (*WorkflowRunServiceViewResponse_Result) GetAttestation

func (*WorkflowRunServiceViewResponse_Result) GetWorkflowRun

func (*WorkflowRunServiceViewResponse_Result) ProtoMessage

func (*WorkflowRunServiceViewResponse_Result) ProtoMessage()

func (*WorkflowRunServiceViewResponse_Result) ProtoReflect

func (*WorkflowRunServiceViewResponse_Result) Reset

func (*WorkflowRunServiceViewResponse_Result) String

func (*WorkflowRunServiceViewResponse_Result) Validate

Validate checks the field values on WorkflowRunServiceViewResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowRunServiceViewResponse_Result) ValidateAll

ValidateAll checks the field values on WorkflowRunServiceViewResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewResponse_ResultMultiError, or nil if none found.

type WorkflowRunServiceViewResponse_ResultMultiError

type WorkflowRunServiceViewResponse_ResultMultiError []error

WorkflowRunServiceViewResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewResponse_Result.ValidateAll() if the designated constraints aren't met.

func (WorkflowRunServiceViewResponse_ResultMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowRunServiceViewResponse_ResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowRunServiceViewResponse_ResultValidationError

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

WorkflowRunServiceViewResponse_ResultValidationError is the validation error returned by WorkflowRunServiceViewResponse_Result.Validate if the designated constraints aren't met.

func (WorkflowRunServiceViewResponse_ResultValidationError) Cause

Cause function returns cause value.

func (WorkflowRunServiceViewResponse_ResultValidationError) Error

Error satisfies the builtin error interface

func (WorkflowRunServiceViewResponse_ResultValidationError) ErrorName

ErrorName returns error name.

func (WorkflowRunServiceViewResponse_ResultValidationError) Field

Field function returns field value.

func (WorkflowRunServiceViewResponse_ResultValidationError) Key

Key function returns key value.

func (WorkflowRunServiceViewResponse_ResultValidationError) Reason

Reason function returns reason value.

type WorkflowServiceClient

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 WorkflowServiceCreateRequest

type WorkflowServiceCreateRequest struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// The ID of the workload schema to be associated with, if no provided one will be created for you
	SchemaId string `protobuf:"bytes,3,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	Team     string `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use WorkflowServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*WorkflowServiceCreateRequest) GetName

func (x *WorkflowServiceCreateRequest) GetName() string

func (*WorkflowServiceCreateRequest) GetProject

func (x *WorkflowServiceCreateRequest) GetProject() string

func (*WorkflowServiceCreateRequest) GetSchemaId

func (x *WorkflowServiceCreateRequest) GetSchemaId() string

func (*WorkflowServiceCreateRequest) GetTeam

func (x *WorkflowServiceCreateRequest) GetTeam() string

func (*WorkflowServiceCreateRequest) ProtoMessage

func (*WorkflowServiceCreateRequest) ProtoMessage()

func (*WorkflowServiceCreateRequest) ProtoReflect

func (*WorkflowServiceCreateRequest) Reset

func (x *WorkflowServiceCreateRequest) Reset()

func (*WorkflowServiceCreateRequest) String

func (*WorkflowServiceCreateRequest) Validate

func (m *WorkflowServiceCreateRequest) Validate() error

Validate checks the field values on WorkflowServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceCreateRequest) ValidateAll

func (m *WorkflowServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceCreateRequestMultiError, or nil if none found.

type WorkflowServiceCreateRequestMultiError

type WorkflowServiceCreateRequestMultiError []error

WorkflowServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceCreateRequestValidationError

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

WorkflowServiceCreateRequestValidationError is the validation error returned by WorkflowServiceCreateRequest.Validate if the designated constraints aren't met.

func (WorkflowServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceCreateRequestValidationError) Field

Field function returns field value.

func (WorkflowServiceCreateRequestValidationError) Key

Key function returns key value.

func (WorkflowServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type WorkflowServiceCreateResponse

type WorkflowServiceCreateResponse struct {
	Result *WorkflowItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use WorkflowServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*WorkflowServiceCreateResponse) GetResult

func (*WorkflowServiceCreateResponse) ProtoMessage

func (*WorkflowServiceCreateResponse) ProtoMessage()

func (*WorkflowServiceCreateResponse) ProtoReflect

func (*WorkflowServiceCreateResponse) Reset

func (x *WorkflowServiceCreateResponse) Reset()

func (*WorkflowServiceCreateResponse) String

func (*WorkflowServiceCreateResponse) Validate

func (m *WorkflowServiceCreateResponse) Validate() error

Validate checks the field values on WorkflowServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceCreateResponse) ValidateAll

func (m *WorkflowServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceCreateResponseMultiError, or nil if none found.

type WorkflowServiceCreateResponseMultiError

type WorkflowServiceCreateResponseMultiError []error

WorkflowServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceCreateResponseValidationError

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

WorkflowServiceCreateResponseValidationError is the validation error returned by WorkflowServiceCreateResponse.Validate if the designated constraints aren't met.

func (WorkflowServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceCreateResponseValidationError) Field

Field function returns field value.

func (WorkflowServiceCreateResponseValidationError) Key

Key function returns key value.

func (WorkflowServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type WorkflowServiceDeleteRequest

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

func (*WorkflowServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use WorkflowServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*WorkflowServiceDeleteRequest) GetId

func (*WorkflowServiceDeleteRequest) ProtoMessage

func (*WorkflowServiceDeleteRequest) ProtoMessage()

func (*WorkflowServiceDeleteRequest) ProtoReflect

func (*WorkflowServiceDeleteRequest) Reset

func (x *WorkflowServiceDeleteRequest) Reset()

func (*WorkflowServiceDeleteRequest) String

func (*WorkflowServiceDeleteRequest) Validate

func (m *WorkflowServiceDeleteRequest) Validate() error

Validate checks the field values on WorkflowServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceDeleteRequest) ValidateAll

func (m *WorkflowServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceDeleteRequestMultiError, or nil if none found.

type WorkflowServiceDeleteRequestMultiError

type WorkflowServiceDeleteRequestMultiError []error

WorkflowServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceDeleteRequestValidationError

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

WorkflowServiceDeleteRequestValidationError is the validation error returned by WorkflowServiceDeleteRequest.Validate if the designated constraints aren't met.

func (WorkflowServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceDeleteRequestValidationError) Field

Field function returns field value.

func (WorkflowServiceDeleteRequestValidationError) Key

Key function returns key value.

func (WorkflowServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type WorkflowServiceDeleteResponse

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

func (*WorkflowServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use WorkflowServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*WorkflowServiceDeleteResponse) ProtoMessage

func (*WorkflowServiceDeleteResponse) ProtoMessage()

func (*WorkflowServiceDeleteResponse) ProtoReflect

func (*WorkflowServiceDeleteResponse) Reset

func (x *WorkflowServiceDeleteResponse) Reset()

func (*WorkflowServiceDeleteResponse) String

func (*WorkflowServiceDeleteResponse) Validate

func (m *WorkflowServiceDeleteResponse) Validate() error

Validate checks the field values on WorkflowServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceDeleteResponse) ValidateAll

func (m *WorkflowServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceDeleteResponseMultiError, or nil if none found.

type WorkflowServiceDeleteResponseMultiError

type WorkflowServiceDeleteResponseMultiError []error

WorkflowServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceDeleteResponseValidationError

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

WorkflowServiceDeleteResponseValidationError is the validation error returned by WorkflowServiceDeleteResponse.Validate if the designated constraints aren't met.

func (WorkflowServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceDeleteResponseValidationError) Field

Field function returns field value.

func (WorkflowServiceDeleteResponseValidationError) Key

Key function returns key value.

func (WorkflowServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type WorkflowServiceListRequest

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

func (*WorkflowServiceListRequest) Descriptor deprecated

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

Deprecated: Use WorkflowServiceListRequest.ProtoReflect.Descriptor instead.

func (*WorkflowServiceListRequest) ProtoMessage

func (*WorkflowServiceListRequest) ProtoMessage()

func (*WorkflowServiceListRequest) ProtoReflect

func (*WorkflowServiceListRequest) Reset

func (x *WorkflowServiceListRequest) Reset()

func (*WorkflowServiceListRequest) String

func (x *WorkflowServiceListRequest) String() string

func (*WorkflowServiceListRequest) Validate

func (m *WorkflowServiceListRequest) Validate() error

Validate checks the field values on WorkflowServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceListRequest) ValidateAll

func (m *WorkflowServiceListRequest) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceListRequestMultiError, or nil if none found.

type WorkflowServiceListRequestMultiError

type WorkflowServiceListRequestMultiError []error

WorkflowServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceListRequestValidationError

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

WorkflowServiceListRequestValidationError is the validation error returned by WorkflowServiceListRequest.Validate if the designated constraints aren't met.

func (WorkflowServiceListRequestValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceListRequestValidationError) Field

Field function returns field value.

func (WorkflowServiceListRequestValidationError) Key

Key function returns key value.

func (WorkflowServiceListRequestValidationError) Reason

Reason function returns reason value.

type WorkflowServiceListResponse

type WorkflowServiceListResponse struct {
	Result []*WorkflowItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowServiceListResponse) Descriptor deprecated

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

Deprecated: Use WorkflowServiceListResponse.ProtoReflect.Descriptor instead.

func (*WorkflowServiceListResponse) GetResult

func (x *WorkflowServiceListResponse) GetResult() []*WorkflowItem

func (*WorkflowServiceListResponse) ProtoMessage

func (*WorkflowServiceListResponse) ProtoMessage()

func (*WorkflowServiceListResponse) ProtoReflect

func (*WorkflowServiceListResponse) Reset

func (x *WorkflowServiceListResponse) Reset()

func (*WorkflowServiceListResponse) String

func (x *WorkflowServiceListResponse) String() string

func (*WorkflowServiceListResponse) Validate

func (m *WorkflowServiceListResponse) Validate() error

Validate checks the field values on WorkflowServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowServiceListResponse) ValidateAll

func (m *WorkflowServiceListResponse) ValidateAll() error

ValidateAll checks the field values on WorkflowServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceListResponseMultiError, or nil if none found.

type WorkflowServiceListResponseMultiError

type WorkflowServiceListResponseMultiError []error

WorkflowServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (WorkflowServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowServiceListResponseValidationError

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

WorkflowServiceListResponseValidationError is the validation error returned by WorkflowServiceListResponse.Validate if the designated constraints aren't met.

func (WorkflowServiceListResponseValidationError) Cause

Cause function returns cause value.

func (WorkflowServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (WorkflowServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (WorkflowServiceListResponseValidationError) Field

Field function returns field value.

func (WorkflowServiceListResponseValidationError) Key

Key function returns key value.

func (WorkflowServiceListResponseValidationError) Reason

Reason function returns reason value.

type WorkflowServiceServer

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

Jump to

Keyboard shortcuts

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