Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorAllowListErrorNotInList(format string, args ...interface{}) *errors.Error
- func ErrorAllowListErrorUnspecified(format string, args ...interface{}) *errors.Error
- func ErrorCasBackendErrorReasonInvalid(format string, args ...interface{}) *errors.Error
- func ErrorCasBackendErrorReasonRequired(format string, args ...interface{}) *errors.Error
- func ErrorCasBackendErrorReasonUnspecified(format string, args ...interface{}) *errors.Error
- func IsAllowListErrorNotInList(err error) bool
- func IsAllowListErrorUnspecified(err error) bool
- func IsCasBackendErrorReasonInvalid(err error) bool
- func IsCasBackendErrorReasonRequired(err error) bool
- func IsCasBackendErrorReasonUnspecified(err error) bool
- func RegisterAPITokenServiceServer(s grpc.ServiceRegistrar, srv APITokenServiceServer)
- func RegisterAttestationServiceServer(s grpc.ServiceRegistrar, srv AttestationServiceServer)
- func RegisterAttestationStateServiceServer(s grpc.ServiceRegistrar, srv AttestationStateServiceServer)
- func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)
- func RegisterCASBackendServiceServer(s grpc.ServiceRegistrar, srv CASBackendServiceServer)
- func RegisterCASCredentialsServiceServer(s grpc.ServiceRegistrar, srv CASCredentialsServiceServer)
- func RegisterCASRedirectServiceServer(s grpc.ServiceRegistrar, srv CASRedirectServiceServer)
- func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
- func RegisterIntegrationsServiceServer(s grpc.ServiceRegistrar, srv IntegrationsServiceServer)
- func RegisterOrgInvitationServiceServer(s grpc.ServiceRegistrar, srv OrgInvitationServiceServer)
- func RegisterOrgMetricsServiceServer(s grpc.ServiceRegistrar, srv OrgMetricsServiceServer)
- func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
- func RegisterReferrerServiceHTTPServer(s *http.Server, srv ReferrerServiceHTTPServer)
- func RegisterReferrerServiceServer(s grpc.ServiceRegistrar, srv ReferrerServiceServer)
- func RegisterRobotAccountServiceServer(s grpc.ServiceRegistrar, srv RobotAccountServiceServer)
- func RegisterStatusServiceHTTPServer(s *http.Server, srv StatusServiceHTTPServer)
- func RegisterStatusServiceServer(s grpc.ServiceRegistrar, srv StatusServiceServer)
- func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
- func RegisterWorkflowContractServiceServer(s grpc.ServiceRegistrar, srv WorkflowContractServiceServer)
- func RegisterWorkflowRunServiceServer(s grpc.ServiceRegistrar, srv WorkflowRunServiceServer)
- func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer)
- type APITokenItem
- func (*APITokenItem) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *APITokenItem) GetDescription() string
- func (x *APITokenItem) GetExpiresAt() *timestamppb.Timestamp
- func (x *APITokenItem) GetId() string
- func (x *APITokenItem) GetName() string
- func (x *APITokenItem) GetOrganizationId() string
- func (x *APITokenItem) GetRevokedAt() *timestamppb.Timestamp
- func (*APITokenItem) ProtoMessage()
- func (x *APITokenItem) ProtoReflect() protoreflect.Message
- func (x *APITokenItem) Reset()
- func (x *APITokenItem) String() string
- type APITokenServiceClient
- type APITokenServiceCreateRequest
- func (*APITokenServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceCreateRequest) GetDescription() string
- func (x *APITokenServiceCreateRequest) GetExpiresIn() *durationpb.Duration
- func (x *APITokenServiceCreateRequest) GetName() string
- func (*APITokenServiceCreateRequest) ProtoMessage()
- func (x *APITokenServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceCreateRequest) Reset()
- func (x *APITokenServiceCreateRequest) String() string
- type APITokenServiceCreateResponse
- func (*APITokenServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceCreateResponse) GetResult() *APITokenServiceCreateResponse_APITokenFull
- func (*APITokenServiceCreateResponse) ProtoMessage()
- func (x *APITokenServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceCreateResponse) Reset()
- func (x *APITokenServiceCreateResponse) String() string
- type APITokenServiceCreateResponse_APITokenFull
- func (*APITokenServiceCreateResponse_APITokenFull) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceCreateResponse_APITokenFull) GetItem() *APITokenItem
- func (x *APITokenServiceCreateResponse_APITokenFull) GetJwt() string
- func (*APITokenServiceCreateResponse_APITokenFull) ProtoMessage()
- func (x *APITokenServiceCreateResponse_APITokenFull) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceCreateResponse_APITokenFull) Reset()
- func (x *APITokenServiceCreateResponse_APITokenFull) String() string
- type APITokenServiceListRequest
- func (*APITokenServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceListRequest) GetIncludeRevoked() bool
- func (*APITokenServiceListRequest) ProtoMessage()
- func (x *APITokenServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceListRequest) Reset()
- func (x *APITokenServiceListRequest) String() string
- type APITokenServiceListResponse
- func (*APITokenServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceListResponse) GetResult() []*APITokenItem
- func (*APITokenServiceListResponse) ProtoMessage()
- func (x *APITokenServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceListResponse) Reset()
- func (x *APITokenServiceListResponse) String() string
- type APITokenServiceRevokeRequest
- func (*APITokenServiceRevokeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *APITokenServiceRevokeRequest) GetId() string
- func (*APITokenServiceRevokeRequest) ProtoMessage()
- func (x *APITokenServiceRevokeRequest) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceRevokeRequest) Reset()
- func (x *APITokenServiceRevokeRequest) String() string
- type APITokenServiceRevokeResponse
- func (*APITokenServiceRevokeResponse) Descriptor() ([]byte, []int)deprecated
- func (*APITokenServiceRevokeResponse) ProtoMessage()
- func (x *APITokenServiceRevokeResponse) ProtoReflect() protoreflect.Message
- func (x *APITokenServiceRevokeResponse) Reset()
- func (x *APITokenServiceRevokeResponse) String() string
- type APITokenServiceServer
- type AllowListError
- func (AllowListError) Descriptor() protoreflect.EnumDescriptor
- func (x AllowListError) Enum() *AllowListError
- func (AllowListError) EnumDescriptor() ([]byte, []int)deprecated
- func (x AllowListError) Number() protoreflect.EnumNumber
- func (x AllowListError) String() string
- func (AllowListError) Type() protoreflect.EnumType
- type AttestationItem
- func (*AttestationItem) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationItem) GetAnnotations() map[string]string
- func (x *AttestationItem) GetDigestInCasBackend() string
- func (x *AttestationItem) GetEnvVars() []*AttestationItem_EnvVariable
- func (x *AttestationItem) GetEnvelope() []byte
- func (x *AttestationItem) GetMaterials() []*AttestationItem_Material
- func (*AttestationItem) ProtoMessage()
- func (x *AttestationItem) ProtoReflect() protoreflect.Message
- func (x *AttestationItem) Reset()
- func (x *AttestationItem) String() string
- type AttestationItem_EnvVariable
- func (*AttestationItem_EnvVariable) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationItem_EnvVariable) GetName() string
- func (x *AttestationItem_EnvVariable) GetValue() string
- func (*AttestationItem_EnvVariable) ProtoMessage()
- func (x *AttestationItem_EnvVariable) ProtoReflect() protoreflect.Message
- func (x *AttestationItem_EnvVariable) Reset()
- func (x *AttestationItem_EnvVariable) String() string
- type AttestationItem_Material
- func (*AttestationItem_Material) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationItem_Material) GetAnnotations() map[string]string
- func (x *AttestationItem_Material) GetEmbeddedInline() bool
- func (x *AttestationItem_Material) GetFilename() string
- func (x *AttestationItem_Material) GetHash() string
- func (x *AttestationItem_Material) GetName() string
- func (x *AttestationItem_Material) GetType() string
- func (x *AttestationItem_Material) GetUploadedToCas() bool
- func (x *AttestationItem_Material) GetValue() string
- func (*AttestationItem_Material) ProtoMessage()
- func (x *AttestationItem_Material) ProtoReflect() protoreflect.Message
- func (x *AttestationItem_Material) Reset()
- func (x *AttestationItem_Material) String() string
- type AttestationServiceCancelRequest
- func (*AttestationServiceCancelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceCancelRequest) GetReason() string
- func (x *AttestationServiceCancelRequest) GetTrigger() AttestationServiceCancelRequest_TriggerType
- func (x *AttestationServiceCancelRequest) GetWorkflowRunId() string
- func (*AttestationServiceCancelRequest) ProtoMessage()
- func (x *AttestationServiceCancelRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceCancelRequest) Reset()
- func (x *AttestationServiceCancelRequest) String() string
- type AttestationServiceCancelRequest_TriggerType
- func (AttestationServiceCancelRequest_TriggerType) Descriptor() protoreflect.EnumDescriptor
- func (x AttestationServiceCancelRequest_TriggerType) Enum() *AttestationServiceCancelRequest_TriggerType
- func (AttestationServiceCancelRequest_TriggerType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttestationServiceCancelRequest_TriggerType) Number() protoreflect.EnumNumber
- func (x AttestationServiceCancelRequest_TriggerType) String() string
- func (AttestationServiceCancelRequest_TriggerType) Type() protoreflect.EnumType
- type AttestationServiceCancelResponse
- func (*AttestationServiceCancelResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttestationServiceCancelResponse) ProtoMessage()
- func (x *AttestationServiceCancelResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceCancelResponse) Reset()
- func (x *AttestationServiceCancelResponse) String() string
- type AttestationServiceClient
- type AttestationServiceGetContractRequest
- func (*AttestationServiceGetContractRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetContractRequest) GetContractRevision() int32
- func (*AttestationServiceGetContractRequest) ProtoMessage()
- func (x *AttestationServiceGetContractRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetContractRequest) Reset()
- func (x *AttestationServiceGetContractRequest) String() string
- type AttestationServiceGetContractResponse
- func (*AttestationServiceGetContractResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetContractResponse) GetResult() *AttestationServiceGetContractResponse_Result
- func (*AttestationServiceGetContractResponse) ProtoMessage()
- func (x *AttestationServiceGetContractResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetContractResponse) Reset()
- func (x *AttestationServiceGetContractResponse) String() string
- type AttestationServiceGetContractResponse_Result
- func (*AttestationServiceGetContractResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetContractResponse_Result) GetContract() *WorkflowContractVersionItem
- func (x *AttestationServiceGetContractResponse_Result) GetWorkflow() *WorkflowItem
- func (*AttestationServiceGetContractResponse_Result) ProtoMessage()
- func (x *AttestationServiceGetContractResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetContractResponse_Result) Reset()
- func (x *AttestationServiceGetContractResponse_Result) String() string
- type AttestationServiceGetUploadCredsRequest
- func (*AttestationServiceGetUploadCredsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetUploadCredsRequest) GetWorkflowRunId() string
- func (*AttestationServiceGetUploadCredsRequest) ProtoMessage()
- func (x *AttestationServiceGetUploadCredsRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetUploadCredsRequest) Reset()
- func (x *AttestationServiceGetUploadCredsRequest) String() string
- type AttestationServiceGetUploadCredsResponse
- func (*AttestationServiceGetUploadCredsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetUploadCredsResponse) GetResult() *AttestationServiceGetUploadCredsResponse_Result
- func (*AttestationServiceGetUploadCredsResponse) ProtoMessage()
- func (x *AttestationServiceGetUploadCredsResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetUploadCredsResponse) Reset()
- func (x *AttestationServiceGetUploadCredsResponse) String() string
- type AttestationServiceGetUploadCredsResponse_Result
- func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceGetUploadCredsResponse_Result) GetBackend() *CASBackendItem
- func (x *AttestationServiceGetUploadCredsResponse_Result) GetToken() string
- func (*AttestationServiceGetUploadCredsResponse_Result) ProtoMessage()
- func (x *AttestationServiceGetUploadCredsResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetUploadCredsResponse_Result) Reset()
- func (x *AttestationServiceGetUploadCredsResponse_Result) String() string
- type AttestationServiceInitRequest
- func (*AttestationServiceInitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceInitRequest) GetContractRevision() int32
- func (x *AttestationServiceInitRequest) GetJobUrl() string
- func (x *AttestationServiceInitRequest) GetRunner() v1.CraftingSchema_Runner_RunnerType
- func (*AttestationServiceInitRequest) ProtoMessage()
- func (x *AttestationServiceInitRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceInitRequest) Reset()
- func (x *AttestationServiceInitRequest) String() string
- type AttestationServiceInitResponse
- func (*AttestationServiceInitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceInitResponse) GetResult() *AttestationServiceInitResponse_Result
- func (*AttestationServiceInitResponse) ProtoMessage()
- func (x *AttestationServiceInitResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceInitResponse) Reset()
- func (x *AttestationServiceInitResponse) String() string
- type AttestationServiceInitResponse_Result
- func (*AttestationServiceInitResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceInitResponse_Result) GetOrganization() string
- func (x *AttestationServiceInitResponse_Result) GetWorkflowRun() *WorkflowRunItem
- func (*AttestationServiceInitResponse_Result) ProtoMessage()
- func (x *AttestationServiceInitResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceInitResponse_Result) Reset()
- func (x *AttestationServiceInitResponse_Result) String() string
- type AttestationServiceServer
- type AttestationServiceStoreRequest
- func (*AttestationServiceStoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceStoreRequest) GetAttestation() []byte
- func (x *AttestationServiceStoreRequest) GetWorkflowRunId() string
- func (*AttestationServiceStoreRequest) ProtoMessage()
- func (x *AttestationServiceStoreRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceStoreRequest) Reset()
- func (x *AttestationServiceStoreRequest) String() string
- type AttestationServiceStoreResponse
- func (*AttestationServiceStoreResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceStoreResponse) GetResult() *AttestationServiceStoreResponse_Result
- func (*AttestationServiceStoreResponse) ProtoMessage()
- func (x *AttestationServiceStoreResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceStoreResponse) Reset()
- func (x *AttestationServiceStoreResponse) String() string
- type AttestationServiceStoreResponse_Result
- func (*AttestationServiceStoreResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceStoreResponse_Result) GetDigest() string
- func (*AttestationServiceStoreResponse_Result) ProtoMessage()
- func (x *AttestationServiceStoreResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceStoreResponse_Result) Reset()
- func (x *AttestationServiceStoreResponse_Result) String() string
- type AttestationStateServiceClient
- type AttestationStateServiceInitializedRequest
- func (*AttestationStateServiceInitializedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceInitializedRequest) GetWorkflowRunId() string
- func (*AttestationStateServiceInitializedRequest) ProtoMessage()
- func (x *AttestationStateServiceInitializedRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceInitializedRequest) Reset()
- func (x *AttestationStateServiceInitializedRequest) String() string
- type AttestationStateServiceInitializedResponse
- func (*AttestationStateServiceInitializedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceInitializedResponse) GetResult() *AttestationStateServiceInitializedResponse_Result
- func (*AttestationStateServiceInitializedResponse) ProtoMessage()
- func (x *AttestationStateServiceInitializedResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceInitializedResponse) Reset()
- func (x *AttestationStateServiceInitializedResponse) String() string
- type AttestationStateServiceInitializedResponse_Result
- func (*AttestationStateServiceInitializedResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceInitializedResponse_Result) GetInitialized() bool
- func (*AttestationStateServiceInitializedResponse_Result) ProtoMessage()
- func (x *AttestationStateServiceInitializedResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceInitializedResponse_Result) Reset()
- func (x *AttestationStateServiceInitializedResponse_Result) String() string
- type AttestationStateServiceReadRequest
- func (*AttestationStateServiceReadRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceReadRequest) GetWorkflowRunId() string
- func (*AttestationStateServiceReadRequest) ProtoMessage()
- func (x *AttestationStateServiceReadRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceReadRequest) Reset()
- func (x *AttestationStateServiceReadRequest) String() string
- type AttestationStateServiceReadResponse
- func (*AttestationStateServiceReadResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceReadResponse) GetResult() *AttestationStateServiceReadResponse_Result
- func (*AttestationStateServiceReadResponse) ProtoMessage()
- func (x *AttestationStateServiceReadResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceReadResponse) Reset()
- func (x *AttestationStateServiceReadResponse) String() string
- type AttestationStateServiceReadResponse_Result
- func (*AttestationStateServiceReadResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceReadResponse_Result) GetAttestationState() *v1.CraftingState
- func (*AttestationStateServiceReadResponse_Result) ProtoMessage()
- func (x *AttestationStateServiceReadResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceReadResponse_Result) Reset()
- func (x *AttestationStateServiceReadResponse_Result) String() string
- type AttestationStateServiceResetRequest
- func (*AttestationStateServiceResetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceResetRequest) GetWorkflowRunId() string
- func (*AttestationStateServiceResetRequest) ProtoMessage()
- func (x *AttestationStateServiceResetRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceResetRequest) Reset()
- func (x *AttestationStateServiceResetRequest) String() string
- type AttestationStateServiceResetResponse
- func (*AttestationStateServiceResetResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttestationStateServiceResetResponse) ProtoMessage()
- func (x *AttestationStateServiceResetResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceResetResponse) Reset()
- func (x *AttestationStateServiceResetResponse) String() string
- type AttestationStateServiceSaveRequest
- func (*AttestationStateServiceSaveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationStateServiceSaveRequest) GetAttestationState() *v1.CraftingState
- func (x *AttestationStateServiceSaveRequest) GetWorkflowRunId() string
- func (*AttestationStateServiceSaveRequest) ProtoMessage()
- func (x *AttestationStateServiceSaveRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceSaveRequest) Reset()
- func (x *AttestationStateServiceSaveRequest) String() string
- type AttestationStateServiceSaveResponse
- func (*AttestationStateServiceSaveResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttestationStateServiceSaveResponse) ProtoMessage()
- func (x *AttestationStateServiceSaveResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationStateServiceSaveResponse) Reset()
- func (x *AttestationStateServiceSaveResponse) String() string
- type AttestationStateServiceServer
- type AuthServiceClient
- type AuthServiceDeleteAccountRequest
- func (*AuthServiceDeleteAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (*AuthServiceDeleteAccountRequest) ProtoMessage()
- func (x *AuthServiceDeleteAccountRequest) ProtoReflect() protoreflect.Message
- func (x *AuthServiceDeleteAccountRequest) Reset()
- func (x *AuthServiceDeleteAccountRequest) String() string
- type AuthServiceDeleteAccountResponse
- func (*AuthServiceDeleteAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (*AuthServiceDeleteAccountResponse) ProtoMessage()
- func (x *AuthServiceDeleteAccountResponse) ProtoReflect() protoreflect.Message
- func (x *AuthServiceDeleteAccountResponse) Reset()
- func (x *AuthServiceDeleteAccountResponse) String() string
- type AuthServiceServer
- type CASBackendErrorReason
- func (CASBackendErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x CASBackendErrorReason) Enum() *CASBackendErrorReason
- func (CASBackendErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x CASBackendErrorReason) Number() protoreflect.EnumNumber
- func (x CASBackendErrorReason) String() string
- func (CASBackendErrorReason) Type() protoreflect.EnumType
- type CASBackendItem
- func (*CASBackendItem) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *CASBackendItem) GetDefault() bool
- func (x *CASBackendItem) GetDescription() string
- func (x *CASBackendItem) GetId() string
- func (x *CASBackendItem) GetIsInline() bool
- func (x *CASBackendItem) GetLimits() *CASBackendItem_Limits
- func (x *CASBackendItem) GetLocation() string
- func (x *CASBackendItem) GetName() string
- func (x *CASBackendItem) GetProvider() string
- func (x *CASBackendItem) GetValidatedAt() *timestamppb.Timestamp
- func (x *CASBackendItem) GetValidationStatus() CASBackendItem_ValidationStatus
- func (*CASBackendItem) ProtoMessage()
- func (x *CASBackendItem) ProtoReflect() protoreflect.Message
- func (x *CASBackendItem) Reset()
- func (x *CASBackendItem) String() string
- type CASBackendItem_Limits
- func (*CASBackendItem_Limits) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendItem_Limits) GetMaxBytes() int64
- func (*CASBackendItem_Limits) ProtoMessage()
- func (x *CASBackendItem_Limits) ProtoReflect() protoreflect.Message
- func (x *CASBackendItem_Limits) Reset()
- func (x *CASBackendItem_Limits) String() string
- type CASBackendItem_ValidationStatus
- func (CASBackendItem_ValidationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x CASBackendItem_ValidationStatus) Enum() *CASBackendItem_ValidationStatus
- func (CASBackendItem_ValidationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x CASBackendItem_ValidationStatus) Number() protoreflect.EnumNumber
- func (x CASBackendItem_ValidationStatus) String() string
- func (CASBackendItem_ValidationStatus) Type() protoreflect.EnumType
- type CASBackendServiceClient
- type CASBackendServiceCreateRequest
- func (*CASBackendServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceCreateRequest) GetCredentials() *structpb.Struct
- func (x *CASBackendServiceCreateRequest) GetDefault() bool
- func (x *CASBackendServiceCreateRequest) GetDescription() string
- func (x *CASBackendServiceCreateRequest) GetLocation() string
- func (x *CASBackendServiceCreateRequest) GetName() string
- func (x *CASBackendServiceCreateRequest) GetProvider() string
- func (*CASBackendServiceCreateRequest) ProtoMessage()
- func (x *CASBackendServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceCreateRequest) Reset()
- func (x *CASBackendServiceCreateRequest) String() string
- type CASBackendServiceCreateResponse
- func (*CASBackendServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceCreateResponse) GetResult() *CASBackendItem
- func (*CASBackendServiceCreateResponse) ProtoMessage()
- func (x *CASBackendServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceCreateResponse) Reset()
- func (x *CASBackendServiceCreateResponse) String() string
- type CASBackendServiceDeleteRequest
- func (*CASBackendServiceDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceDeleteRequest) GetId() string
- func (*CASBackendServiceDeleteRequest) ProtoMessage()
- func (x *CASBackendServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceDeleteRequest) Reset()
- func (x *CASBackendServiceDeleteRequest) String() string
- type CASBackendServiceDeleteResponse
- func (*CASBackendServiceDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (*CASBackendServiceDeleteResponse) ProtoMessage()
- func (x *CASBackendServiceDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceDeleteResponse) Reset()
- func (x *CASBackendServiceDeleteResponse) String() string
- type CASBackendServiceListRequest
- func (*CASBackendServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (*CASBackendServiceListRequest) ProtoMessage()
- func (x *CASBackendServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceListRequest) Reset()
- func (x *CASBackendServiceListRequest) String() string
- type CASBackendServiceListResponse
- func (*CASBackendServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceListResponse) GetResult() []*CASBackendItem
- func (*CASBackendServiceListResponse) ProtoMessage()
- func (x *CASBackendServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceListResponse) Reset()
- func (x *CASBackendServiceListResponse) String() string
- type CASBackendServiceServer
- type CASBackendServiceUpdateRequest
- func (*CASBackendServiceUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceUpdateRequest) GetCredentials() *structpb.Struct
- func (x *CASBackendServiceUpdateRequest) GetDefault() bool
- func (x *CASBackendServiceUpdateRequest) GetDescription() string
- func (x *CASBackendServiceUpdateRequest) GetId() string
- func (x *CASBackendServiceUpdateRequest) GetName() string
- func (*CASBackendServiceUpdateRequest) ProtoMessage()
- func (x *CASBackendServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceUpdateRequest) Reset()
- func (x *CASBackendServiceUpdateRequest) String() string
- type CASBackendServiceUpdateResponse
- func (*CASBackendServiceUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CASBackendServiceUpdateResponse) GetResult() *CASBackendItem
- func (*CASBackendServiceUpdateResponse) ProtoMessage()
- func (x *CASBackendServiceUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *CASBackendServiceUpdateResponse) Reset()
- func (x *CASBackendServiceUpdateResponse) String() string
- type CASCredentialsServiceClient
- type CASCredentialsServiceGetRequest
- func (*CASCredentialsServiceGetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CASCredentialsServiceGetRequest) GetDigest() string
- func (x *CASCredentialsServiceGetRequest) GetRole() CASCredentialsServiceGetRequest_Role
- func (*CASCredentialsServiceGetRequest) ProtoMessage()
- func (x *CASCredentialsServiceGetRequest) ProtoReflect() protoreflect.Message
- func (x *CASCredentialsServiceGetRequest) Reset()
- func (x *CASCredentialsServiceGetRequest) String() string
- type CASCredentialsServiceGetRequest_Role
- func (CASCredentialsServiceGetRequest_Role) Descriptor() protoreflect.EnumDescriptor
- func (x CASCredentialsServiceGetRequest_Role) Enum() *CASCredentialsServiceGetRequest_Role
- func (CASCredentialsServiceGetRequest_Role) EnumDescriptor() ([]byte, []int)deprecated
- func (x CASCredentialsServiceGetRequest_Role) Number() protoreflect.EnumNumber
- func (x CASCredentialsServiceGetRequest_Role) String() string
- func (CASCredentialsServiceGetRequest_Role) Type() protoreflect.EnumType
- type CASCredentialsServiceGetResponse
- func (*CASCredentialsServiceGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CASCredentialsServiceGetResponse) GetResult() *CASCredentialsServiceGetResponse_Result
- func (*CASCredentialsServiceGetResponse) ProtoMessage()
- func (x *CASCredentialsServiceGetResponse) ProtoReflect() protoreflect.Message
- func (x *CASCredentialsServiceGetResponse) Reset()
- func (x *CASCredentialsServiceGetResponse) String() string
- type CASCredentialsServiceGetResponse_Result
- func (*CASCredentialsServiceGetResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *CASCredentialsServiceGetResponse_Result) GetToken() string
- func (*CASCredentialsServiceGetResponse_Result) ProtoMessage()
- func (x *CASCredentialsServiceGetResponse_Result) ProtoReflect() protoreflect.Message
- func (x *CASCredentialsServiceGetResponse_Result) Reset()
- func (x *CASCredentialsServiceGetResponse_Result) String() string
- type CASCredentialsServiceServer
- type CASRedirectServiceClient
- type CASRedirectServiceServer
- type ContextServiceClient
- type ContextServiceCurrentRequest
- func (*ContextServiceCurrentRequest) Descriptor() ([]byte, []int)deprecated
- func (*ContextServiceCurrentRequest) ProtoMessage()
- func (x *ContextServiceCurrentRequest) ProtoReflect() protoreflect.Message
- func (x *ContextServiceCurrentRequest) Reset()
- func (x *ContextServiceCurrentRequest) String() string
- type ContextServiceCurrentResponse
- func (*ContextServiceCurrentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ContextServiceCurrentResponse) GetResult() *ContextServiceCurrentResponse_Result
- func (*ContextServiceCurrentResponse) ProtoMessage()
- func (x *ContextServiceCurrentResponse) ProtoReflect() protoreflect.Message
- func (x *ContextServiceCurrentResponse) Reset()
- func (x *ContextServiceCurrentResponse) String() string
- type ContextServiceCurrentResponse_Result
- func (*ContextServiceCurrentResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *ContextServiceCurrentResponse_Result) GetCurrentCasBackend() *CASBackendItem
- func (x *ContextServiceCurrentResponse_Result) GetCurrentMembership() *OrgMembershipItem
- func (x *ContextServiceCurrentResponse_Result) GetCurrentUser() *User
- func (*ContextServiceCurrentResponse_Result) ProtoMessage()
- func (x *ContextServiceCurrentResponse_Result) ProtoReflect() protoreflect.Message
- func (x *ContextServiceCurrentResponse_Result) Reset()
- func (x *ContextServiceCurrentResponse_Result) String() string
- type ContextServiceServer
- type CursorPaginationRequest
- func (*CursorPaginationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CursorPaginationRequest) GetCursor() string
- func (x *CursorPaginationRequest) GetLimit() int32
- func (*CursorPaginationRequest) ProtoMessage()
- func (x *CursorPaginationRequest) ProtoReflect() protoreflect.Message
- func (x *CursorPaginationRequest) Reset()
- func (x *CursorPaginationRequest) String() string
- type CursorPaginationResponse
- func (*CursorPaginationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CursorPaginationResponse) GetNextCursor() string
- func (*CursorPaginationResponse) ProtoMessage()
- func (x *CursorPaginationResponse) ProtoReflect() protoreflect.Message
- func (x *CursorPaginationResponse) Reset()
- func (x *CursorPaginationResponse) String() string
- type DailyRunsCountRequest
- func (*DailyRunsCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DailyRunsCountRequest) GetTimeWindow() MetricsTimeWindow
- func (x *DailyRunsCountRequest) GetWorkflowId() string
- func (*DailyRunsCountRequest) ProtoMessage()
- func (x *DailyRunsCountRequest) ProtoReflect() protoreflect.Message
- func (x *DailyRunsCountRequest) Reset()
- func (x *DailyRunsCountRequest) String() string
- type DailyRunsCountResponse
- func (*DailyRunsCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DailyRunsCountResponse) GetResult() []*DailyRunsCountResponse_TotalByDay
- func (*DailyRunsCountResponse) ProtoMessage()
- func (x *DailyRunsCountResponse) ProtoReflect() protoreflect.Message
- func (x *DailyRunsCountResponse) Reset()
- func (x *DailyRunsCountResponse) String() string
- type DailyRunsCountResponse_TotalByDay
- func (*DailyRunsCountResponse_TotalByDay) Descriptor() ([]byte, []int)deprecated
- func (x *DailyRunsCountResponse_TotalByDay) GetDate() string
- func (x *DailyRunsCountResponse_TotalByDay) GetMetrics() *MetricsStatusCount
- func (*DailyRunsCountResponse_TotalByDay) ProtoMessage()
- func (x *DailyRunsCountResponse_TotalByDay) ProtoReflect() protoreflect.Message
- func (x *DailyRunsCountResponse_TotalByDay) Reset()
- func (x *DailyRunsCountResponse_TotalByDay) String() string
- type DeleteMembershipRequest
- func (*DeleteMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMembershipRequest) GetMembershipId() string
- func (*DeleteMembershipRequest) ProtoMessage()
- func (x *DeleteMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMembershipRequest) Reset()
- func (x *DeleteMembershipRequest) String() string
- type DeleteMembershipResponse
- type DiscoverPublicSharedRequest
- func (*DiscoverPublicSharedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverPublicSharedRequest) GetDigest() string
- func (x *DiscoverPublicSharedRequest) GetKind() string
- func (*DiscoverPublicSharedRequest) ProtoMessage()
- func (x *DiscoverPublicSharedRequest) ProtoReflect() protoreflect.Message
- func (x *DiscoverPublicSharedRequest) Reset()
- func (x *DiscoverPublicSharedRequest) String() string
- type DiscoverPublicSharedResponse
- func (*DiscoverPublicSharedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverPublicSharedResponse) GetResult() *ReferrerItem
- func (*DiscoverPublicSharedResponse) ProtoMessage()
- func (x *DiscoverPublicSharedResponse) ProtoReflect() protoreflect.Message
- func (x *DiscoverPublicSharedResponse) Reset()
- func (x *DiscoverPublicSharedResponse) String() string
- type GetDownloadURLRequest
- func (*GetDownloadURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDownloadURLRequest) GetDigest() string
- func (*GetDownloadURLRequest) ProtoMessage()
- func (x *GetDownloadURLRequest) ProtoReflect() protoreflect.Message
- func (x *GetDownloadURLRequest) Reset()
- func (x *GetDownloadURLRequest) String() string
- type GetDownloadURLResponse
- func (*GetDownloadURLResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDownloadURLResponse) GetResult() *GetDownloadURLResponse_Result
- func (*GetDownloadURLResponse) ProtoMessage()
- func (x *GetDownloadURLResponse) ProtoReflect() protoreflect.Message
- func (x *GetDownloadURLResponse) Reset()
- func (x *GetDownloadURLResponse) String() string
- type GetDownloadURLResponse_Result
- func (*GetDownloadURLResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *GetDownloadURLResponse_Result) GetUrl() string
- func (*GetDownloadURLResponse_Result) ProtoMessage()
- func (x *GetDownloadURLResponse_Result) ProtoReflect() protoreflect.Message
- func (x *GetDownloadURLResponse_Result) Reset()
- func (x *GetDownloadURLResponse_Result) String() string
- type InfozRequest
- type InfozResponse
- func (*InfozResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InfozResponse) GetLoginUrl() string
- func (x *InfozResponse) GetVersion() string
- func (*InfozResponse) ProtoMessage()
- func (x *InfozResponse) ProtoReflect() protoreflect.Message
- func (x *InfozResponse) Reset()
- func (x *InfozResponse) String() string
- type IntegrationAttachmentItem
- func (*IntegrationAttachmentItem) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationAttachmentItem) GetConfig() []byte
- func (x *IntegrationAttachmentItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *IntegrationAttachmentItem) GetId() string
- func (x *IntegrationAttachmentItem) GetIntegration() *RegisteredIntegrationItem
- func (x *IntegrationAttachmentItem) GetWorkflow() *WorkflowItem
- func (*IntegrationAttachmentItem) ProtoMessage()
- func (x *IntegrationAttachmentItem) ProtoReflect() protoreflect.Message
- func (x *IntegrationAttachmentItem) Reset()
- func (x *IntegrationAttachmentItem) String() string
- type IntegrationAvailableItem
- func (*IntegrationAvailableItem) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationAvailableItem) GetDescription() string
- func (x *IntegrationAvailableItem) GetFanout() *PluginFanout
- func (x *IntegrationAvailableItem) GetId() string
- func (m *IntegrationAvailableItem) GetType() isIntegrationAvailableItem_Type
- func (x *IntegrationAvailableItem) GetVersion() string
- func (*IntegrationAvailableItem) ProtoMessage()
- func (x *IntegrationAvailableItem) ProtoReflect() protoreflect.Message
- func (x *IntegrationAvailableItem) Reset()
- func (x *IntegrationAvailableItem) String() string
- type IntegrationAvailableItem_Fanout
- type IntegrationsServiceAttachRequest
- func (*IntegrationsServiceAttachRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceAttachRequest) GetConfig() *structpb.Struct
- func (x *IntegrationsServiceAttachRequest) GetIntegrationId() string
- func (x *IntegrationsServiceAttachRequest) GetWorkflowId() string
- func (*IntegrationsServiceAttachRequest) ProtoMessage()
- func (x *IntegrationsServiceAttachRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceAttachRequest) Reset()
- func (x *IntegrationsServiceAttachRequest) String() string
- type IntegrationsServiceAttachResponse
- func (*IntegrationsServiceAttachResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceAttachResponse) GetResult() *IntegrationAttachmentItem
- func (*IntegrationsServiceAttachResponse) ProtoMessage()
- func (x *IntegrationsServiceAttachResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceAttachResponse) Reset()
- func (x *IntegrationsServiceAttachResponse) String() string
- type IntegrationsServiceClient
- type IntegrationsServiceDeregisterRequest
- func (*IntegrationsServiceDeregisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceDeregisterRequest) GetId() string
- func (*IntegrationsServiceDeregisterRequest) ProtoMessage()
- func (x *IntegrationsServiceDeregisterRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDeregisterRequest) Reset()
- func (x *IntegrationsServiceDeregisterRequest) String() string
- type IntegrationsServiceDeregisterResponse
- func (*IntegrationsServiceDeregisterResponse) Descriptor() ([]byte, []int)deprecated
- func (*IntegrationsServiceDeregisterResponse) ProtoMessage()
- func (x *IntegrationsServiceDeregisterResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDeregisterResponse) Reset()
- func (x *IntegrationsServiceDeregisterResponse) String() string
- type IntegrationsServiceDescribeRegistrationRequest
- func (*IntegrationsServiceDescribeRegistrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceDescribeRegistrationRequest) GetId() string
- func (*IntegrationsServiceDescribeRegistrationRequest) ProtoMessage()
- func (x *IntegrationsServiceDescribeRegistrationRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDescribeRegistrationRequest) Reset()
- func (x *IntegrationsServiceDescribeRegistrationRequest) String() string
- type IntegrationsServiceDescribeRegistrationResponse
- func (*IntegrationsServiceDescribeRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceDescribeRegistrationResponse) GetResult() *RegisteredIntegrationItem
- func (*IntegrationsServiceDescribeRegistrationResponse) ProtoMessage()
- func (x *IntegrationsServiceDescribeRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDescribeRegistrationResponse) Reset()
- func (x *IntegrationsServiceDescribeRegistrationResponse) String() string
- type IntegrationsServiceDetachRequest
- func (*IntegrationsServiceDetachRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceDetachRequest) GetId() string
- func (*IntegrationsServiceDetachRequest) ProtoMessage()
- func (x *IntegrationsServiceDetachRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDetachRequest) Reset()
- func (x *IntegrationsServiceDetachRequest) String() string
- type IntegrationsServiceDetachResponse
- func (*IntegrationsServiceDetachResponse) Descriptor() ([]byte, []int)deprecated
- func (*IntegrationsServiceDetachResponse) ProtoMessage()
- func (x *IntegrationsServiceDetachResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceDetachResponse) Reset()
- func (x *IntegrationsServiceDetachResponse) String() string
- type IntegrationsServiceListAvailableRequest
- func (*IntegrationsServiceListAvailableRequest) Descriptor() ([]byte, []int)deprecated
- func (*IntegrationsServiceListAvailableRequest) ProtoMessage()
- func (x *IntegrationsServiceListAvailableRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceListAvailableRequest) Reset()
- func (x *IntegrationsServiceListAvailableRequest) String() string
- type IntegrationsServiceListAvailableResponse
- func (*IntegrationsServiceListAvailableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceListAvailableResponse) GetResult() []*IntegrationAvailableItem
- func (*IntegrationsServiceListAvailableResponse) ProtoMessage()
- func (x *IntegrationsServiceListAvailableResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceListAvailableResponse) Reset()
- func (x *IntegrationsServiceListAvailableResponse) String() string
- type IntegrationsServiceListRegistrationsRequest
- func (*IntegrationsServiceListRegistrationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*IntegrationsServiceListRegistrationsRequest) ProtoMessage()
- func (x *IntegrationsServiceListRegistrationsRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceListRegistrationsRequest) Reset()
- func (x *IntegrationsServiceListRegistrationsRequest) String() string
- type IntegrationsServiceListRegistrationsResponse
- func (*IntegrationsServiceListRegistrationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceListRegistrationsResponse) GetResult() []*RegisteredIntegrationItem
- func (*IntegrationsServiceListRegistrationsResponse) ProtoMessage()
- func (x *IntegrationsServiceListRegistrationsResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceListRegistrationsResponse) Reset()
- func (x *IntegrationsServiceListRegistrationsResponse) String() string
- type IntegrationsServiceRegisterRequest
- func (*IntegrationsServiceRegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceRegisterRequest) GetConfig() *structpb.Struct
- func (x *IntegrationsServiceRegisterRequest) GetDescription() string
- func (x *IntegrationsServiceRegisterRequest) GetName() string
- func (x *IntegrationsServiceRegisterRequest) GetPluginId() string
- func (*IntegrationsServiceRegisterRequest) ProtoMessage()
- func (x *IntegrationsServiceRegisterRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceRegisterRequest) Reset()
- func (x *IntegrationsServiceRegisterRequest) String() string
- type IntegrationsServiceRegisterResponse
- func (*IntegrationsServiceRegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceRegisterResponse) GetResult() *RegisteredIntegrationItem
- func (*IntegrationsServiceRegisterResponse) ProtoMessage()
- func (x *IntegrationsServiceRegisterResponse) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceRegisterResponse) Reset()
- func (x *IntegrationsServiceRegisterResponse) String() string
- type IntegrationsServiceServer
- type ListAttachmentsRequest
- func (*ListAttachmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAttachmentsRequest) GetWorkflowId() string
- func (*ListAttachmentsRequest) ProtoMessage()
- func (x *ListAttachmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAttachmentsRequest) Reset()
- func (x *ListAttachmentsRequest) String() string
- type ListAttachmentsResponse
- func (*ListAttachmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAttachmentsResponse) GetResult() []*IntegrationAttachmentItem
- func (*ListAttachmentsResponse) ProtoMessage()
- func (x *ListAttachmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAttachmentsResponse) Reset()
- func (x *ListAttachmentsResponse) String() string
- type MembershipRole
- func (MembershipRole) Descriptor() protoreflect.EnumDescriptor
- func (x MembershipRole) Enum() *MembershipRole
- func (MembershipRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x MembershipRole) Number() protoreflect.EnumNumber
- func (x MembershipRole) String() string
- func (MembershipRole) Type() protoreflect.EnumType
- type MetricsRunnerCount
- func (*MetricsRunnerCount) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsRunnerCount) GetCount() int32
- func (x *MetricsRunnerCount) GetRunnerType() v1.CraftingSchema_Runner_RunnerType
- func (*MetricsRunnerCount) ProtoMessage()
- func (x *MetricsRunnerCount) ProtoReflect() protoreflect.Message
- func (x *MetricsRunnerCount) Reset()
- func (x *MetricsRunnerCount) String() string
- type MetricsStatusCount
- func (*MetricsStatusCount) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsStatusCount) GetCount() int32
- func (x *MetricsStatusCount) GetStatus() RunStatus
- func (*MetricsStatusCount) ProtoMessage()
- func (x *MetricsStatusCount) ProtoReflect() protoreflect.Message
- func (x *MetricsStatusCount) Reset()
- func (x *MetricsStatusCount) String() string
- type MetricsTimeWindow
- func (MetricsTimeWindow) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsTimeWindow) Enum() *MetricsTimeWindow
- func (MetricsTimeWindow) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsTimeWindow) Number() protoreflect.EnumNumber
- func (x MetricsTimeWindow) String() string
- func (tw MetricsTimeWindow) ToDuration() *time.Duration
- func (MetricsTimeWindow) Type() protoreflect.EnumType
- type OrgInvitationItem
- func (*OrgInvitationItem) Descriptor() ([]byte, []int)deprecated
- func (x *OrgInvitationItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *OrgInvitationItem) GetId() string
- func (x *OrgInvitationItem) GetOrganization() *OrgItem
- func (x *OrgInvitationItem) GetReceiverEmail() string
- func (x *OrgInvitationItem) GetRole() MembershipRole
- func (x *OrgInvitationItem) GetSender() *User
- func (x *OrgInvitationItem) GetStatus() string
- func (*OrgInvitationItem) ProtoMessage()
- func (x *OrgInvitationItem) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationItem) Reset()
- func (x *OrgInvitationItem) String() string
- type OrgInvitationServiceClient
- type OrgInvitationServiceCreateRequest
- func (*OrgInvitationServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrgInvitationServiceCreateRequest) GetOrganizationId() stringdeprecated
- func (x *OrgInvitationServiceCreateRequest) GetReceiverEmail() string
- func (x *OrgInvitationServiceCreateRequest) GetRole() MembershipRole
- func (*OrgInvitationServiceCreateRequest) ProtoMessage()
- func (x *OrgInvitationServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceCreateRequest) Reset()
- func (x *OrgInvitationServiceCreateRequest) String() string
- type OrgInvitationServiceCreateResponse
- func (*OrgInvitationServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrgInvitationServiceCreateResponse) GetResult() *OrgInvitationItem
- func (*OrgInvitationServiceCreateResponse) ProtoMessage()
- func (x *OrgInvitationServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceCreateResponse) Reset()
- func (x *OrgInvitationServiceCreateResponse) String() string
- type OrgInvitationServiceListSentRequest
- func (*OrgInvitationServiceListSentRequest) Descriptor() ([]byte, []int)deprecated
- func (*OrgInvitationServiceListSentRequest) ProtoMessage()
- func (x *OrgInvitationServiceListSentRequest) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceListSentRequest) Reset()
- func (x *OrgInvitationServiceListSentRequest) String() string
- type OrgInvitationServiceListSentResponse
- func (*OrgInvitationServiceListSentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrgInvitationServiceListSentResponse) GetResult() []*OrgInvitationItem
- func (*OrgInvitationServiceListSentResponse) ProtoMessage()
- func (x *OrgInvitationServiceListSentResponse) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceListSentResponse) Reset()
- func (x *OrgInvitationServiceListSentResponse) String() string
- type OrgInvitationServiceRevokeRequest
- func (*OrgInvitationServiceRevokeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrgInvitationServiceRevokeRequest) GetId() string
- func (*OrgInvitationServiceRevokeRequest) ProtoMessage()
- func (x *OrgInvitationServiceRevokeRequest) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceRevokeRequest) Reset()
- func (x *OrgInvitationServiceRevokeRequest) String() string
- type OrgInvitationServiceRevokeResponse
- func (*OrgInvitationServiceRevokeResponse) Descriptor() ([]byte, []int)deprecated
- func (*OrgInvitationServiceRevokeResponse) ProtoMessage()
- func (x *OrgInvitationServiceRevokeResponse) ProtoReflect() protoreflect.Message
- func (x *OrgInvitationServiceRevokeResponse) Reset()
- func (x *OrgInvitationServiceRevokeResponse) String() string
- type OrgInvitationServiceServer
- type OrgItem
- func (*OrgItem) Descriptor() ([]byte, []int)deprecated
- func (x *OrgItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *OrgItem) GetId() string
- func (x *OrgItem) GetName() string
- func (*OrgItem) ProtoMessage()
- func (x *OrgItem) ProtoReflect() protoreflect.Message
- func (x *OrgItem) Reset()
- func (x *OrgItem) String() string
- type OrgMembershipItem
- func (*OrgMembershipItem) Descriptor() ([]byte, []int)deprecated
- func (x *OrgMembershipItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *OrgMembershipItem) GetCurrent() bool
- func (x *OrgMembershipItem) GetId() string
- func (x *OrgMembershipItem) GetOrg() *OrgItem
- func (x *OrgMembershipItem) GetRole() MembershipRole
- func (x *OrgMembershipItem) GetUpdatedAt() *timestamppb.Timestamp
- func (x *OrgMembershipItem) GetUser() *User
- func (*OrgMembershipItem) ProtoMessage()
- func (x *OrgMembershipItem) ProtoReflect() protoreflect.Message
- func (x *OrgMembershipItem) Reset()
- func (x *OrgMembershipItem) String() string
- type OrgMetricsServiceClient
- type OrgMetricsServiceServer
- type OrgMetricsServiceTotalsRequest
- func (*OrgMetricsServiceTotalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrgMetricsServiceTotalsRequest) GetTimeWindow() MetricsTimeWindow
- func (*OrgMetricsServiceTotalsRequest) ProtoMessage()
- func (x *OrgMetricsServiceTotalsRequest) ProtoReflect() protoreflect.Message
- func (x *OrgMetricsServiceTotalsRequest) Reset()
- func (x *OrgMetricsServiceTotalsRequest) String() string
- type OrgMetricsServiceTotalsResponse
- func (*OrgMetricsServiceTotalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrgMetricsServiceTotalsResponse) GetResult() *OrgMetricsServiceTotalsResponse_Result
- func (*OrgMetricsServiceTotalsResponse) ProtoMessage()
- func (x *OrgMetricsServiceTotalsResponse) ProtoReflect() protoreflect.Message
- func (x *OrgMetricsServiceTotalsResponse) Reset()
- func (x *OrgMetricsServiceTotalsResponse) String() string
- type OrgMetricsServiceTotalsResponse_Result
- func (*OrgMetricsServiceTotalsResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotal() int32
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType() []*MetricsRunnerCount
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus() []*MetricsStatusCount
- func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage()
- func (x *OrgMetricsServiceTotalsResponse_Result) ProtoReflect() protoreflect.Message
- func (x *OrgMetricsServiceTotalsResponse_Result) Reset()
- func (x *OrgMetricsServiceTotalsResponse_Result) String() string
- type OrganizationServiceClient
- type OrganizationServiceCreateRequest
- func (*OrganizationServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceCreateRequest) GetName() string
- func (*OrganizationServiceCreateRequest) ProtoMessage()
- func (x *OrganizationServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceCreateRequest) Reset()
- func (x *OrganizationServiceCreateRequest) String() string
- type OrganizationServiceCreateResponse
- func (*OrganizationServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceCreateResponse) GetResult() *OrgItem
- func (*OrganizationServiceCreateResponse) ProtoMessage()
- func (x *OrganizationServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceCreateResponse) Reset()
- func (x *OrganizationServiceCreateResponse) String() string
- type OrganizationServiceDeleteMembershipRequest
- func (*OrganizationServiceDeleteMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceDeleteMembershipRequest) GetMembershipId() string
- func (*OrganizationServiceDeleteMembershipRequest) ProtoMessage()
- func (x *OrganizationServiceDeleteMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceDeleteMembershipRequest) Reset()
- func (x *OrganizationServiceDeleteMembershipRequest) String() string
- type OrganizationServiceDeleteMembershipResponse
- func (*OrganizationServiceDeleteMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (*OrganizationServiceDeleteMembershipResponse) ProtoMessage()
- func (x *OrganizationServiceDeleteMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceDeleteMembershipResponse) Reset()
- func (x *OrganizationServiceDeleteMembershipResponse) String() string
- type OrganizationServiceListMembershipsRequest
- func (*OrganizationServiceListMembershipsRequest) Descriptor() ([]byte, []int)deprecated
- func (*OrganizationServiceListMembershipsRequest) ProtoMessage()
- func (x *OrganizationServiceListMembershipsRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceListMembershipsRequest) Reset()
- func (x *OrganizationServiceListMembershipsRequest) String() string
- type OrganizationServiceListMembershipsResponse
- func (*OrganizationServiceListMembershipsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceListMembershipsResponse) GetResult() []*OrgMembershipItem
- func (*OrganizationServiceListMembershipsResponse) ProtoMessage()
- func (x *OrganizationServiceListMembershipsResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceListMembershipsResponse) Reset()
- func (x *OrganizationServiceListMembershipsResponse) String() string
- type OrganizationServiceServer
- type OrganizationServiceUpdateMembershipRequest
- func (*OrganizationServiceUpdateMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceUpdateMembershipRequest) GetMembershipId() string
- func (x *OrganizationServiceUpdateMembershipRequest) GetRole() MembershipRole
- func (*OrganizationServiceUpdateMembershipRequest) ProtoMessage()
- func (x *OrganizationServiceUpdateMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceUpdateMembershipRequest) Reset()
- func (x *OrganizationServiceUpdateMembershipRequest) String() string
- type OrganizationServiceUpdateMembershipResponse
- func (*OrganizationServiceUpdateMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceUpdateMembershipResponse) GetResult() *OrgMembershipItem
- func (*OrganizationServiceUpdateMembershipResponse) ProtoMessage()
- func (x *OrganizationServiceUpdateMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceUpdateMembershipResponse) Reset()
- func (x *OrganizationServiceUpdateMembershipResponse) String() string
- type OrganizationServiceUpdateRequest
- func (*OrganizationServiceUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceUpdateRequest) GetId() string
- func (x *OrganizationServiceUpdateRequest) GetName() string
- func (*OrganizationServiceUpdateRequest) ProtoMessage()
- func (x *OrganizationServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceUpdateRequest) Reset()
- func (x *OrganizationServiceUpdateRequest) String() string
- type OrganizationServiceUpdateResponse
- func (*OrganizationServiceUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationServiceUpdateResponse) GetResult() *OrgItem
- func (*OrganizationServiceUpdateResponse) ProtoMessage()
- func (x *OrganizationServiceUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationServiceUpdateResponse) Reset()
- func (x *OrganizationServiceUpdateResponse) String() string
- type PluginFanout
- func (*PluginFanout) Descriptor() ([]byte, []int)deprecated
- func (x *PluginFanout) GetAttachmentSchema() []byte
- func (x *PluginFanout) GetRegistrationSchema() []byte
- func (x *PluginFanout) GetSubscribedMaterials() []string
- func (*PluginFanout) ProtoMessage()
- func (x *PluginFanout) ProtoReflect() protoreflect.Message
- func (x *PluginFanout) Reset()
- func (x *PluginFanout) String() string
- type ReferrerItem
- func (*ReferrerItem) Descriptor() ([]byte, []int)deprecated
- func (x *ReferrerItem) GetAnnotations() map[string]string
- func (x *ReferrerItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *ReferrerItem) GetDigest() string
- func (x *ReferrerItem) GetDownloadable() bool
- func (x *ReferrerItem) GetKind() string
- func (x *ReferrerItem) GetMetadata() map[string]string
- func (x *ReferrerItem) GetPublic() bool
- func (x *ReferrerItem) GetReferences() []*ReferrerItem
- func (*ReferrerItem) ProtoMessage()
- func (x *ReferrerItem) ProtoReflect() protoreflect.Message
- func (x *ReferrerItem) Reset()
- func (x *ReferrerItem) String() string
- type ReferrerServiceClient
- type ReferrerServiceDiscoverPrivateRequest
- func (*ReferrerServiceDiscoverPrivateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReferrerServiceDiscoverPrivateRequest) GetDigest() string
- func (x *ReferrerServiceDiscoverPrivateRequest) GetKind() string
- func (*ReferrerServiceDiscoverPrivateRequest) ProtoMessage()
- func (x *ReferrerServiceDiscoverPrivateRequest) ProtoReflect() protoreflect.Message
- func (x *ReferrerServiceDiscoverPrivateRequest) Reset()
- func (x *ReferrerServiceDiscoverPrivateRequest) String() string
- type ReferrerServiceDiscoverPrivateResponse
- func (*ReferrerServiceDiscoverPrivateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReferrerServiceDiscoverPrivateResponse) GetResult() *ReferrerItem
- func (*ReferrerServiceDiscoverPrivateResponse) ProtoMessage()
- func (x *ReferrerServiceDiscoverPrivateResponse) ProtoReflect() protoreflect.Message
- func (x *ReferrerServiceDiscoverPrivateResponse) Reset()
- func (x *ReferrerServiceDiscoverPrivateResponse) String() string
- type ReferrerServiceHTTPClient
- type ReferrerServiceHTTPClientImpl
- type ReferrerServiceHTTPServer
- type ReferrerServiceServer
- type RegisteredIntegrationItem
- func (*RegisteredIntegrationItem) Descriptor() ([]byte, []int)deprecated
- func (x *RegisteredIntegrationItem) GetConfig() []byte
- func (x *RegisteredIntegrationItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *RegisteredIntegrationItem) GetDescription() string
- func (x *RegisteredIntegrationItem) GetId() string
- func (x *RegisteredIntegrationItem) GetKind() string
- func (x *RegisteredIntegrationItem) GetName() string
- func (*RegisteredIntegrationItem) ProtoMessage()
- func (x *RegisteredIntegrationItem) ProtoReflect() protoreflect.Message
- func (x *RegisteredIntegrationItem) Reset()
- func (x *RegisteredIntegrationItem) String() string
- type RobotAccountServiceClient
- type RobotAccountServiceCreateRequest
- func (*RobotAccountServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceCreateRequest) GetName() string
- func (x *RobotAccountServiceCreateRequest) GetWorkflowId() string
- func (*RobotAccountServiceCreateRequest) ProtoMessage()
- func (x *RobotAccountServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceCreateRequest) Reset()
- func (x *RobotAccountServiceCreateRequest) String() string
- type RobotAccountServiceCreateResponse
- func (*RobotAccountServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceCreateResponse) GetResult() *RobotAccountServiceCreateResponse_RobotAccountFull
- func (*RobotAccountServiceCreateResponse) ProtoMessage()
- func (x *RobotAccountServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceCreateResponse) Reset()
- func (x *RobotAccountServiceCreateResponse) String() string
- type RobotAccountServiceCreateResponse_RobotAccountFull
- func (*RobotAccountServiceCreateResponse_RobotAccountFull) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetCreatedAt() *timestamppb.Timestamp
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetId() string
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetKey() string
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetName() string
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetRevokedAt() *timestamppb.Timestamp
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetWorkflowId() string
- func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoMessage()
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) Reset()
- func (x *RobotAccountServiceCreateResponse_RobotAccountFull) String() string
- type RobotAccountServiceListRequest
- func (*RobotAccountServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceListRequest) GetIncludeRevoked() bool
- func (x *RobotAccountServiceListRequest) GetWorkflowId() string
- func (*RobotAccountServiceListRequest) ProtoMessage()
- func (x *RobotAccountServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceListRequest) Reset()
- func (x *RobotAccountServiceListRequest) String() string
- type RobotAccountServiceListResponse
- func (*RobotAccountServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceListResponse) GetResult() []*RobotAccountServiceListResponse_RobotAccountItem
- func (*RobotAccountServiceListResponse) ProtoMessage()
- func (x *RobotAccountServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceListResponse) Reset()
- func (x *RobotAccountServiceListResponse) String() string
- type RobotAccountServiceListResponse_RobotAccountItem
- func (*RobotAccountServiceListResponse_RobotAccountItem) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceListResponse_RobotAccountItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *RobotAccountServiceListResponse_RobotAccountItem) GetId() string
- func (x *RobotAccountServiceListResponse_RobotAccountItem) GetName() string
- func (x *RobotAccountServiceListResponse_RobotAccountItem) GetRevokedAt() *timestamppb.Timestamp
- func (x *RobotAccountServiceListResponse_RobotAccountItem) GetWorkflowId() string
- func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoMessage()
- func (x *RobotAccountServiceListResponse_RobotAccountItem) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceListResponse_RobotAccountItem) Reset()
- func (x *RobotAccountServiceListResponse_RobotAccountItem) String() string
- type RobotAccountServiceRevokeRequest
- func (*RobotAccountServiceRevokeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RobotAccountServiceRevokeRequest) GetId() string
- func (*RobotAccountServiceRevokeRequest) ProtoMessage()
- func (x *RobotAccountServiceRevokeRequest) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceRevokeRequest) Reset()
- func (x *RobotAccountServiceRevokeRequest) String() string
- type RobotAccountServiceRevokeResponse
- func (*RobotAccountServiceRevokeResponse) Descriptor() ([]byte, []int)deprecated
- func (*RobotAccountServiceRevokeResponse) ProtoMessage()
- func (x *RobotAccountServiceRevokeResponse) ProtoReflect() protoreflect.Message
- func (x *RobotAccountServiceRevokeResponse) Reset()
- func (x *RobotAccountServiceRevokeResponse) String() string
- type RobotAccountServiceServer
- type RunStatus
- type SetCurrentMembershipRequest
- func (*SetCurrentMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCurrentMembershipRequest) GetMembershipId() string
- func (*SetCurrentMembershipRequest) ProtoMessage()
- func (x *SetCurrentMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *SetCurrentMembershipRequest) Reset()
- func (x *SetCurrentMembershipRequest) String() string
- type SetCurrentMembershipResponse
- func (*SetCurrentMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCurrentMembershipResponse) GetResult() *OrgMembershipItem
- func (*SetCurrentMembershipResponse) ProtoMessage()
- func (x *SetCurrentMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *SetCurrentMembershipResponse) Reset()
- func (x *SetCurrentMembershipResponse) String() string
- type StatusServiceClient
- type StatusServiceHTTPClient
- type StatusServiceHTTPClientImpl
- type StatusServiceHTTPServer
- type StatusServiceServer
- type StatuszRequest
- type StatuszResponse
- type TopWorkflowsByRunsCountRequest
- func (*TopWorkflowsByRunsCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TopWorkflowsByRunsCountRequest) GetNumWorkflows() int32
- func (x *TopWorkflowsByRunsCountRequest) GetTimeWindow() MetricsTimeWindow
- func (*TopWorkflowsByRunsCountRequest) ProtoMessage()
- func (x *TopWorkflowsByRunsCountRequest) ProtoReflect() protoreflect.Message
- func (x *TopWorkflowsByRunsCountRequest) Reset()
- func (x *TopWorkflowsByRunsCountRequest) String() string
- type TopWorkflowsByRunsCountResponse
- func (*TopWorkflowsByRunsCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TopWorkflowsByRunsCountResponse) GetResult() []*TopWorkflowsByRunsCountResponse_TotalByStatus
- func (*TopWorkflowsByRunsCountResponse) ProtoMessage()
- func (x *TopWorkflowsByRunsCountResponse) ProtoReflect() protoreflect.Message
- func (x *TopWorkflowsByRunsCountResponse) Reset()
- func (x *TopWorkflowsByRunsCountResponse) String() string
- type TopWorkflowsByRunsCountResponse_TotalByStatus
- func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor() ([]byte, []int)deprecated
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus() []*MetricsStatusCount
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetWorkflow() *WorkflowItem
- func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoMessage()
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoReflect() protoreflect.Message
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) Reset()
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) String() string
- type UnimplementedAPITokenServiceServer
- func (UnimplementedAPITokenServiceServer) Create(context.Context, *APITokenServiceCreateRequest) (*APITokenServiceCreateResponse, error)
- func (UnimplementedAPITokenServiceServer) List(context.Context, *APITokenServiceListRequest) (*APITokenServiceListResponse, error)
- func (UnimplementedAPITokenServiceServer) Revoke(context.Context, *APITokenServiceRevokeRequest) (*APITokenServiceRevokeResponse, error)
- type UnimplementedAttestationServiceServer
- func (UnimplementedAttestationServiceServer) Cancel(context.Context, *AttestationServiceCancelRequest) (*AttestationServiceCancelResponse, error)
- func (UnimplementedAttestationServiceServer) GetContract(context.Context, *AttestationServiceGetContractRequest) (*AttestationServiceGetContractResponse, error)
- func (UnimplementedAttestationServiceServer) GetUploadCreds(context.Context, *AttestationServiceGetUploadCredsRequest) (*AttestationServiceGetUploadCredsResponse, error)
- func (UnimplementedAttestationServiceServer) Init(context.Context, *AttestationServiceInitRequest) (*AttestationServiceInitResponse, error)
- func (UnimplementedAttestationServiceServer) Store(context.Context, *AttestationServiceStoreRequest) (*AttestationServiceStoreResponse, error)
- type UnimplementedAttestationStateServiceServer
- func (UnimplementedAttestationStateServiceServer) Initialized(context.Context, *AttestationStateServiceInitializedRequest) (*AttestationStateServiceInitializedResponse, error)
- func (UnimplementedAttestationStateServiceServer) Read(context.Context, *AttestationStateServiceReadRequest) (*AttestationStateServiceReadResponse, error)
- func (UnimplementedAttestationStateServiceServer) Reset(context.Context, *AttestationStateServiceResetRequest) (*AttestationStateServiceResetResponse, error)
- func (UnimplementedAttestationStateServiceServer) Save(context.Context, *AttestationStateServiceSaveRequest) (*AttestationStateServiceSaveResponse, error)
- type UnimplementedAuthServiceServer
- type UnimplementedCASBackendServiceServer
- func (UnimplementedCASBackendServiceServer) Create(context.Context, *CASBackendServiceCreateRequest) (*CASBackendServiceCreateResponse, error)
- func (UnimplementedCASBackendServiceServer) Delete(context.Context, *CASBackendServiceDeleteRequest) (*CASBackendServiceDeleteResponse, error)
- func (UnimplementedCASBackendServiceServer) List(context.Context, *CASBackendServiceListRequest) (*CASBackendServiceListResponse, error)
- func (UnimplementedCASBackendServiceServer) Update(context.Context, *CASBackendServiceUpdateRequest) (*CASBackendServiceUpdateResponse, error)
- type UnimplementedCASCredentialsServiceServer
- type UnimplementedCASRedirectServiceServer
- type UnimplementedContextServiceServer
- type UnimplementedIntegrationsServiceServer
- func (UnimplementedIntegrationsServiceServer) Attach(context.Context, *IntegrationsServiceAttachRequest) (*IntegrationsServiceAttachResponse, error)
- func (UnimplementedIntegrationsServiceServer) Deregister(context.Context, *IntegrationsServiceDeregisterRequest) (*IntegrationsServiceDeregisterResponse, error)
- func (UnimplementedIntegrationsServiceServer) DescribeRegistration(context.Context, *IntegrationsServiceDescribeRegistrationRequest) (*IntegrationsServiceDescribeRegistrationResponse, error)
- func (UnimplementedIntegrationsServiceServer) Detach(context.Context, *IntegrationsServiceDetachRequest) (*IntegrationsServiceDetachResponse, error)
- func (UnimplementedIntegrationsServiceServer) ListAttachments(context.Context, *ListAttachmentsRequest) (*ListAttachmentsResponse, error)
- func (UnimplementedIntegrationsServiceServer) ListAvailable(context.Context, *IntegrationsServiceListAvailableRequest) (*IntegrationsServiceListAvailableResponse, error)
- func (UnimplementedIntegrationsServiceServer) ListRegistrations(context.Context, *IntegrationsServiceListRegistrationsRequest) (*IntegrationsServiceListRegistrationsResponse, error)
- func (UnimplementedIntegrationsServiceServer) Register(context.Context, *IntegrationsServiceRegisterRequest) (*IntegrationsServiceRegisterResponse, error)
- type UnimplementedOrgInvitationServiceServer
- func (UnimplementedOrgInvitationServiceServer) Create(context.Context, *OrgInvitationServiceCreateRequest) (*OrgInvitationServiceCreateResponse, error)
- func (UnimplementedOrgInvitationServiceServer) ListSent(context.Context, *OrgInvitationServiceListSentRequest) (*OrgInvitationServiceListSentResponse, error)
- func (UnimplementedOrgInvitationServiceServer) Revoke(context.Context, *OrgInvitationServiceRevokeRequest) (*OrgInvitationServiceRevokeResponse, error)
- type UnimplementedOrgMetricsServiceServer
- func (UnimplementedOrgMetricsServiceServer) DailyRunsCount(context.Context, *DailyRunsCountRequest) (*DailyRunsCountResponse, error)
- func (UnimplementedOrgMetricsServiceServer) TopWorkflowsByRunsCount(context.Context, *TopWorkflowsByRunsCountRequest) (*TopWorkflowsByRunsCountResponse, error)
- func (UnimplementedOrgMetricsServiceServer) Totals(context.Context, *OrgMetricsServiceTotalsRequest) (*OrgMetricsServiceTotalsResponse, error)
- type UnimplementedOrganizationServiceServer
- func (UnimplementedOrganizationServiceServer) Create(context.Context, *OrganizationServiceCreateRequest) (*OrganizationServiceCreateResponse, error)
- func (UnimplementedOrganizationServiceServer) DeleteMembership(context.Context, *OrganizationServiceDeleteMembershipRequest) (*OrganizationServiceDeleteMembershipResponse, error)
- func (UnimplementedOrganizationServiceServer) ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error)
- func (UnimplementedOrganizationServiceServer) Update(context.Context, *OrganizationServiceUpdateRequest) (*OrganizationServiceUpdateResponse, error)
- func (UnimplementedOrganizationServiceServer) UpdateMembership(context.Context, *OrganizationServiceUpdateMembershipRequest) (*OrganizationServiceUpdateMembershipResponse, error)
- type UnimplementedReferrerServiceServer
- func (UnimplementedReferrerServiceServer) DiscoverPrivate(context.Context, *ReferrerServiceDiscoverPrivateRequest) (*ReferrerServiceDiscoverPrivateResponse, error)
- func (UnimplementedReferrerServiceServer) DiscoverPublicShared(context.Context, *DiscoverPublicSharedRequest) (*DiscoverPublicSharedResponse, error)
- type UnimplementedRobotAccountServiceServer
- func (UnimplementedRobotAccountServiceServer) Create(context.Context, *RobotAccountServiceCreateRequest) (*RobotAccountServiceCreateResponse, error)
- func (UnimplementedRobotAccountServiceServer) List(context.Context, *RobotAccountServiceListRequest) (*RobotAccountServiceListResponse, error)
- func (UnimplementedRobotAccountServiceServer) Revoke(context.Context, *RobotAccountServiceRevokeRequest) (*RobotAccountServiceRevokeResponse, error)
- type UnimplementedStatusServiceServer
- type UnimplementedUserServiceServer
- func (UnimplementedUserServiceServer) DeleteMembership(context.Context, *DeleteMembershipRequest) (*DeleteMembershipResponse, error)
- func (UnimplementedUserServiceServer) ListMemberships(context.Context, *UserServiceListMembershipsRequest) (*UserServiceListMembershipsResponse, error)
- func (UnimplementedUserServiceServer) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, error)
- type UnimplementedWorkflowContractServiceServer
- func (UnimplementedWorkflowContractServiceServer) Create(context.Context, *WorkflowContractServiceCreateRequest) (*WorkflowContractServiceCreateResponse, error)
- func (UnimplementedWorkflowContractServiceServer) Delete(context.Context, *WorkflowContractServiceDeleteRequest) (*WorkflowContractServiceDeleteResponse, error)
- func (UnimplementedWorkflowContractServiceServer) Describe(context.Context, *WorkflowContractServiceDescribeRequest) (*WorkflowContractServiceDescribeResponse, error)
- func (UnimplementedWorkflowContractServiceServer) List(context.Context, *WorkflowContractServiceListRequest) (*WorkflowContractServiceListResponse, error)
- func (UnimplementedWorkflowContractServiceServer) Update(context.Context, *WorkflowContractServiceUpdateRequest) (*WorkflowContractServiceUpdateResponse, error)
- type UnimplementedWorkflowRunServiceServer
- type UnimplementedWorkflowServiceServer
- func (UnimplementedWorkflowServiceServer) Create(context.Context, *WorkflowServiceCreateRequest) (*WorkflowServiceCreateResponse, error)
- func (UnimplementedWorkflowServiceServer) Delete(context.Context, *WorkflowServiceDeleteRequest) (*WorkflowServiceDeleteResponse, error)
- func (UnimplementedWorkflowServiceServer) List(context.Context, *WorkflowServiceListRequest) (*WorkflowServiceListResponse, error)
- func (UnimplementedWorkflowServiceServer) Update(context.Context, *WorkflowServiceUpdateRequest) (*WorkflowServiceUpdateResponse, error)
- func (UnimplementedWorkflowServiceServer) View(context.Context, *WorkflowServiceViewRequest) (*WorkflowServiceViewResponse, error)
- type UnsafeAPITokenServiceServer
- type UnsafeAttestationServiceServer
- type UnsafeAttestationStateServiceServer
- type UnsafeAuthServiceServer
- type UnsafeCASBackendServiceServer
- type UnsafeCASCredentialsServiceServer
- type UnsafeCASRedirectServiceServer
- type UnsafeContextServiceServer
- type UnsafeIntegrationsServiceServer
- type UnsafeOrgInvitationServiceServer
- type UnsafeOrgMetricsServiceServer
- type UnsafeOrganizationServiceServer
- type UnsafeReferrerServiceServer
- type UnsafeRobotAccountServiceServer
- type UnsafeStatusServiceServer
- type UnsafeUserServiceServer
- type UnsafeWorkflowContractServiceServer
- type UnsafeWorkflowRunServiceServer
- type UnsafeWorkflowServiceServer
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedAt() *timestamppb.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetId() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserServiceClient
- type UserServiceListMembershipsRequest
- func (*UserServiceListMembershipsRequest) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceListMembershipsRequest) ProtoMessage()
- func (x *UserServiceListMembershipsRequest) ProtoReflect() protoreflect.Message
- func (x *UserServiceListMembershipsRequest) Reset()
- func (x *UserServiceListMembershipsRequest) String() string
- type UserServiceListMembershipsResponse
- func (*UserServiceListMembershipsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserServiceListMembershipsResponse) GetResult() []*OrgMembershipItem
- func (*UserServiceListMembershipsResponse) ProtoMessage()
- func (x *UserServiceListMembershipsResponse) ProtoReflect() protoreflect.Message
- func (x *UserServiceListMembershipsResponse) Reset()
- func (x *UserServiceListMembershipsResponse) String() string
- type UserServiceServer
- type WorkflowContractItem
- func (*WorkflowContractItem) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowContractItem) GetDescription() string
- func (x *WorkflowContractItem) GetId() string
- func (x *WorkflowContractItem) GetLatestRevision() int32
- func (x *WorkflowContractItem) GetName() string
- func (x *WorkflowContractItem) GetWorkflowIds() []string
- func (*WorkflowContractItem) ProtoMessage()
- func (x *WorkflowContractItem) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractItem) Reset()
- func (x *WorkflowContractItem) String() string
- type WorkflowContractServiceClient
- type WorkflowContractServiceCreateRequest
- func (*WorkflowContractServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (m *WorkflowContractServiceCreateRequest) GetContract() isWorkflowContractServiceCreateRequest_Contract
- func (x *WorkflowContractServiceCreateRequest) GetDescription() string
- func (x *WorkflowContractServiceCreateRequest) GetName() string
- func (x *WorkflowContractServiceCreateRequest) GetV1() *v1.CraftingSchema
- func (*WorkflowContractServiceCreateRequest) ProtoMessage()
- func (x *WorkflowContractServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceCreateRequest) Reset()
- func (x *WorkflowContractServiceCreateRequest) String() string
- type WorkflowContractServiceCreateRequest_V1
- type WorkflowContractServiceCreateResponse
- func (*WorkflowContractServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceCreateResponse) GetResult() *WorkflowContractItem
- func (*WorkflowContractServiceCreateResponse) ProtoMessage()
- func (x *WorkflowContractServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceCreateResponse) Reset()
- func (x *WorkflowContractServiceCreateResponse) String() string
- type WorkflowContractServiceDeleteRequest
- func (*WorkflowContractServiceDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceDeleteRequest) GetId() string
- func (*WorkflowContractServiceDeleteRequest) ProtoMessage()
- func (x *WorkflowContractServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceDeleteRequest) Reset()
- func (x *WorkflowContractServiceDeleteRequest) String() string
- type WorkflowContractServiceDeleteResponse
- func (*WorkflowContractServiceDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (*WorkflowContractServiceDeleteResponse) ProtoMessage()
- func (x *WorkflowContractServiceDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceDeleteResponse) Reset()
- func (x *WorkflowContractServiceDeleteResponse) String() string
- type WorkflowContractServiceDescribeRequest
- func (*WorkflowContractServiceDescribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceDescribeRequest) GetId() string
- func (x *WorkflowContractServiceDescribeRequest) GetRevision() int32
- func (*WorkflowContractServiceDescribeRequest) ProtoMessage()
- func (x *WorkflowContractServiceDescribeRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceDescribeRequest) Reset()
- func (x *WorkflowContractServiceDescribeRequest) String() string
- type WorkflowContractServiceDescribeResponse
- func (*WorkflowContractServiceDescribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceDescribeResponse) GetResult() *WorkflowContractServiceDescribeResponse_Result
- func (*WorkflowContractServiceDescribeResponse) ProtoMessage()
- func (x *WorkflowContractServiceDescribeResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceDescribeResponse) Reset()
- func (x *WorkflowContractServiceDescribeResponse) String() string
- type WorkflowContractServiceDescribeResponse_Result
- func (*WorkflowContractServiceDescribeResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceDescribeResponse_Result) GetContract() *WorkflowContractItem
- func (x *WorkflowContractServiceDescribeResponse_Result) GetRevision() *WorkflowContractVersionItem
- func (*WorkflowContractServiceDescribeResponse_Result) ProtoMessage()
- func (x *WorkflowContractServiceDescribeResponse_Result) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceDescribeResponse_Result) Reset()
- func (x *WorkflowContractServiceDescribeResponse_Result) String() string
- type WorkflowContractServiceListRequest
- func (*WorkflowContractServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (*WorkflowContractServiceListRequest) ProtoMessage()
- func (x *WorkflowContractServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceListRequest) Reset()
- func (x *WorkflowContractServiceListRequest) String() string
- type WorkflowContractServiceListResponse
- func (*WorkflowContractServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceListResponse) GetResult() []*WorkflowContractItem
- func (*WorkflowContractServiceListResponse) ProtoMessage()
- func (x *WorkflowContractServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceListResponse) Reset()
- func (x *WorkflowContractServiceListResponse) String() string
- type WorkflowContractServiceServer
- type WorkflowContractServiceUpdateRequest
- func (*WorkflowContractServiceUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (m *WorkflowContractServiceUpdateRequest) GetContract() isWorkflowContractServiceUpdateRequest_Contract
- func (x *WorkflowContractServiceUpdateRequest) GetDescription() string
- func (x *WorkflowContractServiceUpdateRequest) GetId() stringdeprecated
- func (x *WorkflowContractServiceUpdateRequest) GetName() string
- func (x *WorkflowContractServiceUpdateRequest) GetV1() *v1.CraftingSchema
- func (*WorkflowContractServiceUpdateRequest) ProtoMessage()
- func (x *WorkflowContractServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceUpdateRequest) Reset()
- func (x *WorkflowContractServiceUpdateRequest) String() string
- type WorkflowContractServiceUpdateRequest_V1
- type WorkflowContractServiceUpdateResponse
- func (*WorkflowContractServiceUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceUpdateResponse) GetResult() *WorkflowContractServiceUpdateResponse_Result
- func (*WorkflowContractServiceUpdateResponse) ProtoMessage()
- func (x *WorkflowContractServiceUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceUpdateResponse) Reset()
- func (x *WorkflowContractServiceUpdateResponse) String() string
- type WorkflowContractServiceUpdateResponse_Result
- func (*WorkflowContractServiceUpdateResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractServiceUpdateResponse_Result) GetContract() *WorkflowContractItem
- func (x *WorkflowContractServiceUpdateResponse_Result) GetRevision() *WorkflowContractVersionItem
- func (*WorkflowContractServiceUpdateResponse_Result) ProtoMessage()
- func (x *WorkflowContractServiceUpdateResponse_Result) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractServiceUpdateResponse_Result) Reset()
- func (x *WorkflowContractServiceUpdateResponse_Result) String() string
- type WorkflowContractVersionItem
- func (*WorkflowContractVersionItem) Descriptor() ([]byte, []int)deprecated
- func (m *WorkflowContractVersionItem) GetContract() isWorkflowContractVersionItem_Contract
- func (x *WorkflowContractVersionItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowContractVersionItem) GetId() string
- func (x *WorkflowContractVersionItem) GetRevision() int32
- func (x *WorkflowContractVersionItem) GetV1() *v1.CraftingSchema
- func (*WorkflowContractVersionItem) ProtoMessage()
- func (x *WorkflowContractVersionItem) ProtoReflect() protoreflect.Message
- func (x *WorkflowContractVersionItem) Reset()
- func (x *WorkflowContractVersionItem) String() string
- type WorkflowContractVersionItem_V1
- type WorkflowItem
- func (*WorkflowItem) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowItem) GetContractId() string
- func (x *WorkflowItem) GetContractRevisionLatest() int32
- func (x *WorkflowItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowItem) GetDescription() string
- func (x *WorkflowItem) GetId() string
- func (x *WorkflowItem) GetLastRun() *WorkflowRunItem
- func (x *WorkflowItem) GetName() string
- func (x *WorkflowItem) GetProject() string
- func (x *WorkflowItem) GetPublic() bool
- func (x *WorkflowItem) GetRunsCount() int32
- func (x *WorkflowItem) GetTeam() string
- func (*WorkflowItem) ProtoMessage()
- func (x *WorkflowItem) ProtoReflect() protoreflect.Message
- func (x *WorkflowItem) Reset()
- func (x *WorkflowItem) String() string
- type WorkflowRunItem
- func (*WorkflowRunItem) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunItem) GetContractRevisionLatest() int32
- func (x *WorkflowRunItem) GetContractRevisionUsed() int32
- func (x *WorkflowRunItem) GetContractVersion() *WorkflowContractVersionItem
- func (x *WorkflowRunItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowRunItem) GetFinishedAt() *timestamppb.Timestamp
- func (x *WorkflowRunItem) GetId() string
- func (x *WorkflowRunItem) GetJobUrl() string
- func (x *WorkflowRunItem) GetReason() string
- func (x *WorkflowRunItem) GetRunnerType() v1.CraftingSchema_Runner_RunnerType
- func (x *WorkflowRunItem) GetState() stringdeprecated
- func (x *WorkflowRunItem) GetStatus() RunStatus
- func (x *WorkflowRunItem) GetWorkflow() *WorkflowItem
- func (*WorkflowRunItem) ProtoMessage()
- func (x *WorkflowRunItem) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunItem) Reset()
- func (x *WorkflowRunItem) String() string
- type WorkflowRunServiceClient
- type WorkflowRunServiceListRequest
- func (*WorkflowRunServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceListRequest) GetPagination() *CursorPaginationRequest
- func (x *WorkflowRunServiceListRequest) GetStatus() RunStatus
- func (x *WorkflowRunServiceListRequest) GetWorkflowId() string
- func (*WorkflowRunServiceListRequest) ProtoMessage()
- func (x *WorkflowRunServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceListRequest) Reset()
- func (x *WorkflowRunServiceListRequest) String() string
- type WorkflowRunServiceListResponse
- func (*WorkflowRunServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceListResponse) GetPagination() *CursorPaginationResponse
- func (x *WorkflowRunServiceListResponse) GetResult() []*WorkflowRunItem
- func (*WorkflowRunServiceListResponse) ProtoMessage()
- func (x *WorkflowRunServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceListResponse) Reset()
- func (x *WorkflowRunServiceListResponse) String() string
- type WorkflowRunServiceServer
- type WorkflowRunServiceViewRequest
- func (*WorkflowRunServiceViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceViewRequest) GetDigest() string
- func (x *WorkflowRunServiceViewRequest) GetId() string
- func (m *WorkflowRunServiceViewRequest) GetRef() isWorkflowRunServiceViewRequest_Ref
- func (*WorkflowRunServiceViewRequest) ProtoMessage()
- func (x *WorkflowRunServiceViewRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceViewRequest) Reset()
- func (x *WorkflowRunServiceViewRequest) String() string
- type WorkflowRunServiceViewRequest_Digest
- type WorkflowRunServiceViewRequest_Id
- type WorkflowRunServiceViewResponse
- func (*WorkflowRunServiceViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceViewResponse) GetResult() *WorkflowRunServiceViewResponse_Result
- func (*WorkflowRunServiceViewResponse) ProtoMessage()
- func (x *WorkflowRunServiceViewResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceViewResponse) Reset()
- func (x *WorkflowRunServiceViewResponse) String() string
- type WorkflowRunServiceViewResponse_Result
- func (*WorkflowRunServiceViewResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceViewResponse_Result) GetAttestation() *AttestationItem
- func (x *WorkflowRunServiceViewResponse_Result) GetWorkflowRun() *WorkflowRunItem
- func (*WorkflowRunServiceViewResponse_Result) ProtoMessage()
- func (x *WorkflowRunServiceViewResponse_Result) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceViewResponse_Result) Reset()
- func (x *WorkflowRunServiceViewResponse_Result) String() string
- type WorkflowServiceClient
- type WorkflowServiceCreateRequest
- func (*WorkflowServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceCreateRequest) GetDescription() string
- func (x *WorkflowServiceCreateRequest) GetName() string
- func (x *WorkflowServiceCreateRequest) GetProject() string
- func (x *WorkflowServiceCreateRequest) GetPublic() bool
- func (x *WorkflowServiceCreateRequest) GetSchemaId() string
- func (x *WorkflowServiceCreateRequest) GetTeam() string
- func (*WorkflowServiceCreateRequest) ProtoMessage()
- func (x *WorkflowServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceCreateRequest) Reset()
- func (x *WorkflowServiceCreateRequest) String() string
- type WorkflowServiceCreateResponse
- func (*WorkflowServiceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceCreateResponse) GetResult() *WorkflowItem
- func (*WorkflowServiceCreateResponse) ProtoMessage()
- func (x *WorkflowServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceCreateResponse) Reset()
- func (x *WorkflowServiceCreateResponse) String() string
- type WorkflowServiceDeleteRequest
- func (*WorkflowServiceDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceDeleteRequest) GetId() string
- func (*WorkflowServiceDeleteRequest) ProtoMessage()
- func (x *WorkflowServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceDeleteRequest) Reset()
- func (x *WorkflowServiceDeleteRequest) String() string
- type WorkflowServiceDeleteResponse
- func (*WorkflowServiceDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (*WorkflowServiceDeleteResponse) ProtoMessage()
- func (x *WorkflowServiceDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceDeleteResponse) Reset()
- func (x *WorkflowServiceDeleteResponse) String() string
- type WorkflowServiceListRequest
- type WorkflowServiceListResponse
- func (*WorkflowServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceListResponse) GetResult() []*WorkflowItem
- func (*WorkflowServiceListResponse) ProtoMessage()
- func (x *WorkflowServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceListResponse) Reset()
- func (x *WorkflowServiceListResponse) String() string
- type WorkflowServiceServer
- type WorkflowServiceUpdateRequest
- func (*WorkflowServiceUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceUpdateRequest) GetDescription() string
- func (x *WorkflowServiceUpdateRequest) GetId() string
- func (x *WorkflowServiceUpdateRequest) GetName() string
- func (x *WorkflowServiceUpdateRequest) GetProject() string
- func (x *WorkflowServiceUpdateRequest) GetPublic() bool
- func (x *WorkflowServiceUpdateRequest) GetSchemaId() string
- func (x *WorkflowServiceUpdateRequest) GetTeam() string
- func (*WorkflowServiceUpdateRequest) ProtoMessage()
- func (x *WorkflowServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceUpdateRequest) Reset()
- func (x *WorkflowServiceUpdateRequest) String() string
- type WorkflowServiceUpdateResponse
- func (*WorkflowServiceUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceUpdateResponse) GetResult() *WorkflowItem
- func (*WorkflowServiceUpdateResponse) ProtoMessage()
- func (x *WorkflowServiceUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceUpdateResponse) Reset()
- func (x *WorkflowServiceUpdateResponse) String() string
- type WorkflowServiceViewRequest
- func (*WorkflowServiceViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceViewRequest) GetId() stringdeprecated
- func (x *WorkflowServiceViewRequest) GetName() string
- func (*WorkflowServiceViewRequest) ProtoMessage()
- func (x *WorkflowServiceViewRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceViewRequest) Reset()
- func (x *WorkflowServiceViewRequest) String() string
- type WorkflowServiceViewResponse
- func (*WorkflowServiceViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceViewResponse) GetResult() *WorkflowItem
- func (*WorkflowServiceViewResponse) ProtoMessage()
- func (x *WorkflowServiceViewResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceViewResponse) Reset()
- func (x *WorkflowServiceViewResponse) String() string
Constants ¶
const ( APITokenService_Create_FullMethodName = "/controlplane.v1.APITokenService/Create" APITokenService_List_FullMethodName = "/controlplane.v1.APITokenService/List" APITokenService_Revoke_FullMethodName = "/controlplane.v1.APITokenService/Revoke" )
const ( AttestationStateService_Initialized_FullMethodName = "/controlplane.v1.AttestationStateService/Initialized" AttestationStateService_Save_FullMethodName = "/controlplane.v1.AttestationStateService/Save" AttestationStateService_Read_FullMethodName = "/controlplane.v1.AttestationStateService/Read" AttestationStateService_Reset_FullMethodName = "/controlplane.v1.AttestationStateService/Reset" )
const ( CASBackendService_List_FullMethodName = "/controlplane.v1.CASBackendService/List" CASBackendService_Create_FullMethodName = "/controlplane.v1.CASBackendService/Create" CASBackendService_Update_FullMethodName = "/controlplane.v1.CASBackendService/Update" CASBackendService_Delete_FullMethodName = "/controlplane.v1.CASBackendService/Delete" )
const ( IntegrationsService_ListAvailable_FullMethodName = "/controlplane.v1.IntegrationsService/ListAvailable" IntegrationsService_Register_FullMethodName = "/controlplane.v1.IntegrationsService/Register" IntegrationsService_Deregister_FullMethodName = "/controlplane.v1.IntegrationsService/Deregister" IntegrationsService_ListRegistrations_FullMethodName = "/controlplane.v1.IntegrationsService/ListRegistrations" IntegrationsService_DescribeRegistration_FullMethodName = "/controlplane.v1.IntegrationsService/DescribeRegistration" IntegrationsService_Attach_FullMethodName = "/controlplane.v1.IntegrationsService/Attach" IntegrationsService_Detach_FullMethodName = "/controlplane.v1.IntegrationsService/Detach" IntegrationsService_ListAttachments_FullMethodName = "/controlplane.v1.IntegrationsService/ListAttachments" )
const ( OrgInvitationService_Create_FullMethodName = "/controlplane.v1.OrgInvitationService/Create" OrgInvitationService_Revoke_FullMethodName = "/controlplane.v1.OrgInvitationService/Revoke" OrgInvitationService_ListSent_FullMethodName = "/controlplane.v1.OrgInvitationService/ListSent" )
const ( OrgMetricsService_Totals_FullMethodName = "/controlplane.v1.OrgMetricsService/Totals" OrgMetricsService_TopWorkflowsByRunsCount_FullMethodName = "/controlplane.v1.OrgMetricsService/TopWorkflowsByRunsCount" OrgMetricsService_DailyRunsCount_FullMethodName = "/controlplane.v1.OrgMetricsService/DailyRunsCount" )
const ( OrganizationService_Create_FullMethodName = "/controlplane.v1.OrganizationService/Create" OrganizationService_Update_FullMethodName = "/controlplane.v1.OrganizationService/Update" OrganizationService_ListMemberships_FullMethodName = "/controlplane.v1.OrganizationService/ListMemberships" OrganizationService_DeleteMembership_FullMethodName = "/controlplane.v1.OrganizationService/DeleteMembership" OrganizationService_UpdateMembership_FullMethodName = "/controlplane.v1.OrganizationService/UpdateMembership" )
const ( ReferrerService_DiscoverPrivate_FullMethodName = "/controlplane.v1.ReferrerService/DiscoverPrivate" )
const ( RobotAccountService_Create_FullMethodName = "/controlplane.v1.RobotAccountService/Create" RobotAccountService_List_FullMethodName = "/controlplane.v1.RobotAccountService/List" RobotAccountService_Revoke_FullMethodName = "/controlplane.v1.RobotAccountService/Revoke" )
const ( StatusService_Infoz_FullMethodName = "/controlplane.v1.StatusService/Infoz" StatusService_Statusz_FullMethodName = "/controlplane.v1.StatusService/Statusz" )
const ( UserService_ListMemberships_FullMethodName = "/controlplane.v1.UserService/ListMemberships" UserService_DeleteMembership_FullMethodName = "/controlplane.v1.UserService/DeleteMembership" UserService_SetCurrentMembership_FullMethodName = "/controlplane.v1.UserService/SetCurrentMembership" )
const ( WorkflowContractService_List_FullMethodName = "/controlplane.v1.WorkflowContractService/List" WorkflowContractService_Create_FullMethodName = "/controlplane.v1.WorkflowContractService/Create" WorkflowContractService_Update_FullMethodName = "/controlplane.v1.WorkflowContractService/Update" WorkflowContractService_Describe_FullMethodName = "/controlplane.v1.WorkflowContractService/Describe" WorkflowContractService_Delete_FullMethodName = "/controlplane.v1.WorkflowContractService/Delete" )
const ( WorkflowService_Create_FullMethodName = "/controlplane.v1.WorkflowService/Create" WorkflowService_Update_FullMethodName = "/controlplane.v1.WorkflowService/Update" WorkflowService_List_FullMethodName = "/controlplane.v1.WorkflowService/List" WorkflowService_View_FullMethodName = "/controlplane.v1.WorkflowService/View" WorkflowService_Delete_FullMethodName = "/controlplane.v1.WorkflowService/Delete" )
const ( AttestationService_GetContract_FullMethodName = "/controlplane.v1.AttestationService/GetContract" AttestationService_Init_FullMethodName = "/controlplane.v1.AttestationService/Init" AttestationService_Store_FullMethodName = "/controlplane.v1.AttestationService/Store" AttestationService_GetUploadCreds_FullMethodName = "/controlplane.v1.AttestationService/GetUploadCreds" AttestationService_Cancel_FullMethodName = "/controlplane.v1.AttestationService/Cancel" )
const ( WorkflowRunService_List_FullMethodName = "/controlplane.v1.WorkflowRunService/List" WorkflowRunService_View_FullMethodName = "/controlplane.v1.WorkflowRunService/View" )
const (
AuthService_DeleteAccount_FullMethodName = "/controlplane.v1.AuthService/DeleteAccount"
)
const (
CASCredentialsService_Get_FullMethodName = "/controlplane.v1.CASCredentialsService/Get"
)
const (
CASRedirectService_GetDownloadURL_FullMethodName = "/controlplane.v1.CASRedirectService/GetDownloadURL"
)
const (
ContextService_Current_FullMethodName = "/controlplane.v1.ContextService/Current"
)
const OperationStatusServiceInfoz = "/controlplane.v1.StatusService/Infoz"
const OperationStatusServiceStatusz = "/controlplane.v1.StatusService/Statusz"
Variables ¶
var ( CASBackendErrorReason_name = map[int32]string{ 0: "CAS_BACKEND_ERROR_REASON_UNSPECIFIED", 1: "CAS_BACKEND_ERROR_REASON_REQUIRED", 2: "CAS_BACKEND_ERROR_REASON_INVALID", } CASBackendErrorReason_value = map[string]int32{ "CAS_BACKEND_ERROR_REASON_UNSPECIFIED": 0, "CAS_BACKEND_ERROR_REASON_REQUIRED": 1, "CAS_BACKEND_ERROR_REASON_INVALID": 2, } )
Enum value maps for CASBackendErrorReason.
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.
var ( MetricsTimeWindow_name = map[int32]string{ 0: "METRICS_TIME_WINDOW_UNSPECIFIED", 1: "METRICS_TIME_WINDOW_LAST_DAY", 2: "METRICS_TIME_WINDOW_LAST_7_DAYS", 3: "METRICS_TIME_WINDOW_LAST_30_DAYS", 4: "METRICS_TIME_WINDOW_LAST_90_DAYS", } MetricsTimeWindow_value = map[string]int32{ "METRICS_TIME_WINDOW_UNSPECIFIED": 0, "METRICS_TIME_WINDOW_LAST_DAY": 1, "METRICS_TIME_WINDOW_LAST_7_DAYS": 2, "METRICS_TIME_WINDOW_LAST_30_DAYS": 3, "METRICS_TIME_WINDOW_LAST_90_DAYS": 4, } )
Enum value maps for MetricsTimeWindow.
var ( RunStatus_name = map[int32]string{ 0: "RUN_STATUS_UNSPECIFIED", 1: "RUN_STATUS_INITIALIZED", 2: "RUN_STATUS_SUCCEEDED", 3: "RUN_STATUS_FAILED", 4: "RUN_STATUS_EXPIRED", 5: "RUN_STATUS_CANCELLED", } RunStatus_value = map[string]int32{ "RUN_STATUS_UNSPECIFIED": 0, "RUN_STATUS_INITIALIZED": 1, "RUN_STATUS_SUCCEEDED": 2, "RUN_STATUS_FAILED": 3, "RUN_STATUS_EXPIRED": 4, "RUN_STATUS_CANCELLED": 5, } )
Enum value maps for RunStatus.
var ( MembershipRole_name = map[int32]string{ 0: "MEMBERSHIP_ROLE_UNSPECIFIED", 1: "MEMBERSHIP_ROLE_ORG_VIEWER", 2: "MEMBERSHIP_ROLE_ORG_ADMIN", 3: "MEMBERSHIP_ROLE_ORG_OWNER", } MembershipRole_value = map[string]int32{ "MEMBERSHIP_ROLE_UNSPECIFIED": 0, "MEMBERSHIP_ROLE_ORG_VIEWER": 1, "MEMBERSHIP_ROLE_ORG_ADMIN": 2, "MEMBERSHIP_ROLE_ORG_OWNER": 3, } )
Enum value maps for MembershipRole.
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.
var ( CASBackendItem_ValidationStatus_name = map[int32]string{ 0: "VALIDATION_STATUS_UNSPECIFIED", 1: "VALIDATION_STATUS_OK", 2: "VALIDATION_STATUS_INVALID", } CASBackendItem_ValidationStatus_value = map[string]int32{ "VALIDATION_STATUS_UNSPECIFIED": 0, "VALIDATION_STATUS_OK": 1, "VALIDATION_STATUS_INVALID": 2, } )
Enum value maps for CASBackendItem_ValidationStatus.
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.
var APITokenService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.APITokenService", HandlerType: (*APITokenServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _APITokenService_Create_Handler, }, { MethodName: "List", Handler: _APITokenService_List_Handler, }, { MethodName: "Revoke", Handler: _APITokenService_Revoke_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/api_token.proto", }
APITokenService_ServiceDesc is the grpc.ServiceDesc for APITokenService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
var AttestationStateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.AttestationStateService", HandlerType: (*AttestationStateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Initialized", Handler: _AttestationStateService_Initialized_Handler, }, { MethodName: "Save", Handler: _AttestationStateService_Save_Handler, }, { MethodName: "Read", Handler: _AttestationStateService_Read_Handler, }, { MethodName: "Reset", Handler: _AttestationStateService_Reset_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/attestation_state.proto", }
AttestationStateService_ServiceDesc is the grpc.ServiceDesc for AttestationStateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
var CASBackendService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.CASBackendService", HandlerType: (*CASBackendServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "List", Handler: _CASBackendService_List_Handler, }, { MethodName: "Create", Handler: _CASBackendService_Create_Handler, }, { MethodName: "Update", Handler: _CASBackendService_Update_Handler, }, { MethodName: "Delete", Handler: _CASBackendService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/cas_backends.proto", }
CASBackendService_ServiceDesc is the grpc.ServiceDesc for CASBackendService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
var CASRedirectService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.CASRedirectService", HandlerType: (*CASRedirectServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDownloadURL", Handler: _CASRedirectService_GetDownloadURL_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/cas_redirect.proto", }
CASRedirectService_ServiceDesc is the grpc.ServiceDesc for CASRedirectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
var File_controlplane_v1_api_token_proto protoreflect.FileDescriptor
var File_controlplane_v1_attestation_state_proto protoreflect.FileDescriptor
var File_controlplane_v1_auth_proto protoreflect.FileDescriptor
var File_controlplane_v1_cas_backends_proto protoreflect.FileDescriptor
var File_controlplane_v1_cas_credentials_proto protoreflect.FileDescriptor
var File_controlplane_v1_cas_redirect_proto protoreflect.FileDescriptor
var File_controlplane_v1_context_proto protoreflect.FileDescriptor
var File_controlplane_v1_integrations_proto protoreflect.FileDescriptor
var File_controlplane_v1_org_invitation_proto protoreflect.FileDescriptor
var File_controlplane_v1_org_metrics_proto protoreflect.FileDescriptor
var File_controlplane_v1_organization_proto protoreflect.FileDescriptor
var File_controlplane_v1_pagination_proto protoreflect.FileDescriptor
var File_controlplane_v1_referrer_proto protoreflect.FileDescriptor
var File_controlplane_v1_response_messages_proto protoreflect.FileDescriptor
var File_controlplane_v1_robot_accounts_proto protoreflect.FileDescriptor
var File_controlplane_v1_status_proto protoreflect.FileDescriptor
var File_controlplane_v1_user_proto protoreflect.FileDescriptor
var File_controlplane_v1_workflow_contract_proto protoreflect.FileDescriptor
var File_controlplane_v1_workflow_proto protoreflect.FileDescriptor
var File_controlplane_v1_workflow_run_proto protoreflect.FileDescriptor
var IntegrationsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.IntegrationsService", HandlerType: (*IntegrationsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListAvailable", Handler: _IntegrationsService_ListAvailable_Handler, }, { MethodName: "Register", Handler: _IntegrationsService_Register_Handler, }, { MethodName: "Deregister", Handler: _IntegrationsService_Deregister_Handler, }, { MethodName: "ListRegistrations", Handler: _IntegrationsService_ListRegistrations_Handler, }, { MethodName: "DescribeRegistration", Handler: _IntegrationsService_DescribeRegistration_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)
var OrgInvitationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.OrgInvitationService", HandlerType: (*OrgInvitationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _OrgInvitationService_Create_Handler, }, { MethodName: "Revoke", Handler: _OrgInvitationService_Revoke_Handler, }, { MethodName: "ListSent", Handler: _OrgInvitationService_ListSent_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/org_invitation.proto", }
OrgInvitationService_ServiceDesc is the grpc.ServiceDesc for OrgInvitationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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, }, { MethodName: "DailyRunsCount", Handler: _OrgMetricsService_DailyRunsCount_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)
var OrganizationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.OrganizationService", HandlerType: (*OrganizationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _OrganizationService_Create_Handler, }, { MethodName: "Update", Handler: _OrganizationService_Update_Handler, }, { MethodName: "ListMemberships", Handler: _OrganizationService_ListMemberships_Handler, }, { MethodName: "DeleteMembership", Handler: _OrganizationService_DeleteMembership_Handler, }, { MethodName: "UpdateMembership", Handler: _OrganizationService_UpdateMembership_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)
var ReferrerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.ReferrerService", HandlerType: (*ReferrerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DiscoverPrivate", Handler: _ReferrerService_DiscoverPrivate_Handler, }, { MethodName: "DiscoverPublicShared", Handler: _ReferrerService_DiscoverPublicShared_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/referrer.proto", }
ReferrerService_ServiceDesc is the grpc.ServiceDesc for ReferrerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
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)
var UserService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.UserService", HandlerType: (*UserServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListMemberships", Handler: _UserService_ListMemberships_Handler, }, { MethodName: "DeleteMembership", Handler: _UserService_DeleteMembership_Handler, }, { MethodName: "SetCurrentMembership", Handler: _UserService_SetCurrentMembership_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/user.proto", }
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
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)
var WorkflowService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.WorkflowService", HandlerType: (*WorkflowServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _WorkflowService_Create_Handler, }, { MethodName: "Update", Handler: _WorkflowService_Update_Handler, }, { MethodName: "List", Handler: _WorkflowService_List_Handler, }, { MethodName: "View", Handler: _WorkflowService_View_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 ErrorCasBackendErrorReasonInvalid ¶ added in v0.15.0
The repository does not seem to be operational a previous validation has failed
func ErrorCasBackendErrorReasonRequired ¶ added in v0.15.0
func ErrorCasBackendErrorReasonUnspecified ¶ added in v0.15.0
func IsCasBackendErrorReasonInvalid ¶ added in v0.15.0
The repository does not seem to be operational a previous validation has failed
func IsCasBackendErrorReasonRequired ¶ added in v0.15.0
func IsCasBackendErrorReasonUnspecified ¶ added in v0.15.0
func RegisterAPITokenServiceServer ¶ added in v0.55.0
func RegisterAPITokenServiceServer(s grpc.ServiceRegistrar, srv APITokenServiceServer)
func RegisterAttestationServiceServer ¶
func RegisterAttestationServiceServer(s grpc.ServiceRegistrar, srv AttestationServiceServer)
func RegisterAttestationStateServiceServer ¶ added in v0.60.0
func RegisterAttestationStateServiceServer(s grpc.ServiceRegistrar, srv AttestationStateServiceServer)
func RegisterAuthServiceServer ¶
func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)
func RegisterCASBackendServiceServer ¶ added in v0.14.0
func RegisterCASBackendServiceServer(s grpc.ServiceRegistrar, srv CASBackendServiceServer)
func RegisterCASCredentialsServiceServer ¶
func RegisterCASCredentialsServiceServer(s grpc.ServiceRegistrar, srv CASCredentialsServiceServer)
func RegisterCASRedirectServiceServer ¶ added in v0.16.0
func RegisterCASRedirectServiceServer(s grpc.ServiceRegistrar, srv CASRedirectServiceServer)
func RegisterContextServiceServer ¶
func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
func RegisterIntegrationsServiceServer ¶
func RegisterIntegrationsServiceServer(s grpc.ServiceRegistrar, srv IntegrationsServiceServer)
func RegisterOrgInvitationServiceServer ¶ added in v0.25.0
func RegisterOrgInvitationServiceServer(s grpc.ServiceRegistrar, srv OrgInvitationServiceServer)
func RegisterOrgMetricsServiceServer ¶
func RegisterOrgMetricsServiceServer(s grpc.ServiceRegistrar, srv OrgMetricsServiceServer)
func RegisterOrganizationServiceServer ¶
func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
func RegisterReferrerServiceHTTPServer ¶ added in v0.30.0
func RegisterReferrerServiceHTTPServer(s *http.Server, srv ReferrerServiceHTTPServer)
func RegisterReferrerServiceServer ¶ added in v0.30.0
func RegisterReferrerServiceServer(s grpc.ServiceRegistrar, srv ReferrerServiceServer)
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 RegisterUserServiceServer ¶ added in v0.75.0
func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
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 APITokenItem ¶ added in v0.55.0
type APITokenItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_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"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*APITokenItem) Descriptor
deprecated
added in
v0.55.0
func (*APITokenItem) Descriptor() ([]byte, []int)
Deprecated: Use APITokenItem.ProtoReflect.Descriptor instead.
func (*APITokenItem) GetCreatedAt ¶ added in v0.55.0
func (x *APITokenItem) GetCreatedAt() *timestamppb.Timestamp
func (*APITokenItem) GetDescription ¶ added in v0.55.0
func (x *APITokenItem) GetDescription() string
func (*APITokenItem) GetExpiresAt ¶ added in v0.55.0
func (x *APITokenItem) GetExpiresAt() *timestamppb.Timestamp
func (*APITokenItem) GetId ¶ added in v0.55.0
func (x *APITokenItem) GetId() string
func (*APITokenItem) GetName ¶ added in v0.82.0
func (x *APITokenItem) GetName() string
func (*APITokenItem) GetOrganizationId ¶ added in v0.55.0
func (x *APITokenItem) GetOrganizationId() string
func (*APITokenItem) GetRevokedAt ¶ added in v0.55.0
func (x *APITokenItem) GetRevokedAt() *timestamppb.Timestamp
func (*APITokenItem) ProtoMessage ¶ added in v0.55.0
func (*APITokenItem) ProtoMessage()
func (*APITokenItem) ProtoReflect ¶ added in v0.55.0
func (x *APITokenItem) ProtoReflect() protoreflect.Message
func (*APITokenItem) Reset ¶ added in v0.55.0
func (x *APITokenItem) Reset()
func (*APITokenItem) String ¶ added in v0.55.0
func (x *APITokenItem) String() string
type APITokenServiceClient ¶ added in v0.55.0
type APITokenServiceClient interface { Create(ctx context.Context, in *APITokenServiceCreateRequest, opts ...grpc.CallOption) (*APITokenServiceCreateResponse, error) List(ctx context.Context, in *APITokenServiceListRequest, opts ...grpc.CallOption) (*APITokenServiceListResponse, error) Revoke(ctx context.Context, in *APITokenServiceRevokeRequest, opts ...grpc.CallOption) (*APITokenServiceRevokeResponse, error) }
APITokenServiceClient is the client API for APITokenService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAPITokenServiceClient ¶ added in v0.55.0
func NewAPITokenServiceClient(cc grpc.ClientConnInterface) APITokenServiceClient
type APITokenServiceCreateRequest ¶ added in v0.55.0
type APITokenServiceCreateRequest struct { Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,1,opt,name=description,proto3,oneof" json:"description,omitempty"` ExpiresIn *durationpb.Duration `protobuf:"bytes,2,opt,name=expires_in,json=expiresIn,proto3,oneof" json:"expires_in,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceCreateRequest) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*APITokenServiceCreateRequest) GetDescription ¶ added in v0.55.0
func (x *APITokenServiceCreateRequest) GetDescription() string
func (*APITokenServiceCreateRequest) GetExpiresIn ¶ added in v0.55.0
func (x *APITokenServiceCreateRequest) GetExpiresIn() *durationpb.Duration
func (*APITokenServiceCreateRequest) GetName ¶ added in v0.82.0
func (x *APITokenServiceCreateRequest) GetName() string
func (*APITokenServiceCreateRequest) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceCreateRequest) ProtoMessage()
func (*APITokenServiceCreateRequest) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*APITokenServiceCreateRequest) Reset ¶ added in v0.55.0
func (x *APITokenServiceCreateRequest) Reset()
func (*APITokenServiceCreateRequest) String ¶ added in v0.55.0
func (x *APITokenServiceCreateRequest) String() string
type APITokenServiceCreateResponse ¶ added in v0.55.0
type APITokenServiceCreateResponse struct { Result *APITokenServiceCreateResponse_APITokenFull `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceCreateResponse) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*APITokenServiceCreateResponse) GetResult ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse) GetResult() *APITokenServiceCreateResponse_APITokenFull
func (*APITokenServiceCreateResponse) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceCreateResponse) ProtoMessage()
func (*APITokenServiceCreateResponse) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*APITokenServiceCreateResponse) Reset ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse) Reset()
func (*APITokenServiceCreateResponse) String ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse) String() string
type APITokenServiceCreateResponse_APITokenFull ¶ added in v0.55.0
type APITokenServiceCreateResponse_APITokenFull struct { Item *APITokenItem `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` Jwt string `protobuf:"bytes,2,opt,name=jwt,proto3" json:"jwt,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceCreateResponse_APITokenFull) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceCreateResponse_APITokenFull) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceCreateResponse_APITokenFull.ProtoReflect.Descriptor instead.
func (*APITokenServiceCreateResponse_APITokenFull) GetItem ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse_APITokenFull) GetItem() *APITokenItem
func (*APITokenServiceCreateResponse_APITokenFull) GetJwt ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse_APITokenFull) GetJwt() string
func (*APITokenServiceCreateResponse_APITokenFull) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceCreateResponse_APITokenFull) ProtoMessage()
func (*APITokenServiceCreateResponse_APITokenFull) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse_APITokenFull) ProtoReflect() protoreflect.Message
func (*APITokenServiceCreateResponse_APITokenFull) Reset ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse_APITokenFull) Reset()
func (*APITokenServiceCreateResponse_APITokenFull) String ¶ added in v0.55.0
func (x *APITokenServiceCreateResponse_APITokenFull) String() string
type APITokenServiceListRequest ¶ added in v0.55.0
type APITokenServiceListRequest struct { IncludeRevoked bool `protobuf:"varint,1,opt,name=include_revoked,json=includeRevoked,proto3" json:"include_revoked,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceListRequest) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceListRequest.ProtoReflect.Descriptor instead.
func (*APITokenServiceListRequest) GetIncludeRevoked ¶ added in v0.55.0
func (x *APITokenServiceListRequest) GetIncludeRevoked() bool
func (*APITokenServiceListRequest) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceListRequest) ProtoMessage()
func (*APITokenServiceListRequest) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceListRequest) ProtoReflect() protoreflect.Message
func (*APITokenServiceListRequest) Reset ¶ added in v0.55.0
func (x *APITokenServiceListRequest) Reset()
func (*APITokenServiceListRequest) String ¶ added in v0.55.0
func (x *APITokenServiceListRequest) String() string
type APITokenServiceListResponse ¶ added in v0.55.0
type APITokenServiceListResponse struct { Result []*APITokenItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceListResponse) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceListResponse.ProtoReflect.Descriptor instead.
func (*APITokenServiceListResponse) GetResult ¶ added in v0.55.0
func (x *APITokenServiceListResponse) GetResult() []*APITokenItem
func (*APITokenServiceListResponse) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceListResponse) ProtoMessage()
func (*APITokenServiceListResponse) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceListResponse) ProtoReflect() protoreflect.Message
func (*APITokenServiceListResponse) Reset ¶ added in v0.55.0
func (x *APITokenServiceListResponse) Reset()
func (*APITokenServiceListResponse) String ¶ added in v0.55.0
func (x *APITokenServiceListResponse) String() string
type APITokenServiceRevokeRequest ¶ added in v0.55.0
type APITokenServiceRevokeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*APITokenServiceRevokeRequest) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceRevokeRequest) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceRevokeRequest.ProtoReflect.Descriptor instead.
func (*APITokenServiceRevokeRequest) GetId ¶ added in v0.55.0
func (x *APITokenServiceRevokeRequest) GetId() string
func (*APITokenServiceRevokeRequest) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceRevokeRequest) ProtoMessage()
func (*APITokenServiceRevokeRequest) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceRevokeRequest) ProtoReflect() protoreflect.Message
func (*APITokenServiceRevokeRequest) Reset ¶ added in v0.55.0
func (x *APITokenServiceRevokeRequest) Reset()
func (*APITokenServiceRevokeRequest) String ¶ added in v0.55.0
func (x *APITokenServiceRevokeRequest) String() string
type APITokenServiceRevokeResponse ¶ added in v0.55.0
type APITokenServiceRevokeResponse struct {
// contains filtered or unexported fields
}
func (*APITokenServiceRevokeResponse) Descriptor
deprecated
added in
v0.55.0
func (*APITokenServiceRevokeResponse) Descriptor() ([]byte, []int)
Deprecated: Use APITokenServiceRevokeResponse.ProtoReflect.Descriptor instead.
func (*APITokenServiceRevokeResponse) ProtoMessage ¶ added in v0.55.0
func (*APITokenServiceRevokeResponse) ProtoMessage()
func (*APITokenServiceRevokeResponse) ProtoReflect ¶ added in v0.55.0
func (x *APITokenServiceRevokeResponse) ProtoReflect() protoreflect.Message
func (*APITokenServiceRevokeResponse) Reset ¶ added in v0.55.0
func (x *APITokenServiceRevokeResponse) Reset()
func (*APITokenServiceRevokeResponse) String ¶ added in v0.55.0
func (x *APITokenServiceRevokeResponse) String() string
type APITokenServiceServer ¶ added in v0.55.0
type APITokenServiceServer interface { Create(context.Context, *APITokenServiceCreateRequest) (*APITokenServiceCreateResponse, error) List(context.Context, *APITokenServiceListRequest) (*APITokenServiceListResponse, error) Revoke(context.Context, *APITokenServiceRevokeRequest) (*APITokenServiceRevokeResponse, error) // contains filtered or unexported methods }
APITokenServiceServer is the server API for APITokenService service. All implementations must embed UnimplementedAPITokenServiceServer for forward compatibility
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) Descriptor() protoreflect.EnumDescriptor
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 (x AllowListError) Number() protoreflect.EnumNumber
func (AllowListError) String ¶
func (x AllowListError) String() string
func (AllowListError) Type ¶
func (AllowListError) Type() protoreflect.EnumType
type AttestationItem ¶
type AttestationItem struct { // encoded DSEE envelope Envelope []byte `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"` // sha256sum of the envelope in json format, used as a key in the CAS backend DigestInCasBackend string `protobuf:"bytes,7,opt,name=digest_in_cas_backend,json=digestInCasBackend,proto3" json:"digest_in_cas_backend,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"` Annotations map[string]string `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttestationItem) Descriptor
deprecated
func (*AttestationItem) Descriptor() ([]byte, []int)
Deprecated: Use AttestationItem.ProtoReflect.Descriptor instead.
func (*AttestationItem) GetAnnotations ¶ added in v0.16.0
func (x *AttestationItem) GetAnnotations() map[string]string
func (*AttestationItem) GetDigestInCasBackend ¶ added in v0.17.0
func (x *AttestationItem) GetDigestInCasBackend() string
func (*AttestationItem) GetEnvVars ¶
func (x *AttestationItem) GetEnvVars() []*AttestationItem_EnvVariable
func (*AttestationItem) GetEnvelope ¶
func (x *AttestationItem) GetEnvelope() []byte
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
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 (x *AttestationItem_EnvVariable) ProtoReflect() protoreflect.Message
func (*AttestationItem_EnvVariable) Reset ¶
func (x *AttestationItem_EnvVariable) Reset()
func (*AttestationItem_EnvVariable) String ¶
func (x *AttestationItem_EnvVariable) String() string
type AttestationItem_Material ¶
type AttestationItem_Material struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This might be the raw value, the container image name, the filename and so on Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // filename of the artifact that was either uploaded or injected inline in "value" Filename string `protobuf:"bytes,8,opt,name=filename,proto3" json:"filename,omitempty"` // Material type, i.e ARTIFACT Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Annotations map[string]string `` /* 163-byte string literal not displayed */ Hash string `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"` // it's been uploaded to an actual CAS backend UploadedToCas bool `protobuf:"varint,6,opt,name=uploaded_to_cas,json=uploadedToCas,proto3" json:"uploaded_to_cas,omitempty"` // the content instead if inline EmbeddedInline bool `protobuf:"varint,7,opt,name=embedded_inline,json=embeddedInline,proto3" json:"embedded_inline,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) GetAnnotations ¶ added in v0.15.0
func (x *AttestationItem_Material) GetAnnotations() map[string]string
func (*AttestationItem_Material) GetEmbeddedInline ¶ added in v0.18.0
func (x *AttestationItem_Material) GetEmbeddedInline() bool
func (*AttestationItem_Material) GetFilename ¶ added in v0.18.0
func (x *AttestationItem_Material) GetFilename() string
func (*AttestationItem_Material) GetHash ¶ added in v0.15.0
func (x *AttestationItem_Material) GetHash() string
func (*AttestationItem_Material) GetName ¶
func (x *AttestationItem_Material) GetName() string
func (*AttestationItem_Material) GetType ¶
func (x *AttestationItem_Material) GetType() string
func (*AttestationItem_Material) GetUploadedToCas ¶ added in v0.18.0
func (x *AttestationItem_Material) GetUploadedToCas() bool
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
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 (x *AttestationServiceCancelRequest) GetTrigger() AttestationServiceCancelRequest_TriggerType
func (*AttestationServiceCancelRequest) GetWorkflowRunId ¶
func (x *AttestationServiceCancelRequest) GetWorkflowRunId() string
func (*AttestationServiceCancelRequest) ProtoMessage ¶
func (*AttestationServiceCancelRequest) ProtoMessage()
func (*AttestationServiceCancelRequest) ProtoReflect ¶
func (x *AttestationServiceCancelRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceCancelRequest) Reset ¶
func (x *AttestationServiceCancelRequest) Reset()
func (*AttestationServiceCancelRequest) String ¶
func (x *AttestationServiceCancelRequest) String() string
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) Descriptor() protoreflect.EnumDescriptor
func (AttestationServiceCancelRequest_TriggerType) EnumDescriptor
deprecated
func (AttestationServiceCancelRequest_TriggerType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttestationServiceCancelRequest_TriggerType.Descriptor instead.
func (AttestationServiceCancelRequest_TriggerType) Number ¶
func (x AttestationServiceCancelRequest_TriggerType) Number() protoreflect.EnumNumber
func (AttestationServiceCancelRequest_TriggerType) String ¶
func (x AttestationServiceCancelRequest_TriggerType) String() string
func (AttestationServiceCancelRequest_TriggerType) Type ¶
func (AttestationServiceCancelRequest_TriggerType) Type() protoreflect.EnumType
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 (x *AttestationServiceCancelResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceCancelResponse) Reset ¶
func (x *AttestationServiceCancelResponse) Reset()
func (*AttestationServiceCancelResponse) String ¶
func (x *AttestationServiceCancelResponse) String() string
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.
func NewAttestationServiceClient ¶
func NewAttestationServiceClient(cc grpc.ClientConnInterface) AttestationServiceClient
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 (x *AttestationServiceGetContractRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetContractRequest) Reset ¶
func (x *AttestationServiceGetContractRequest) Reset()
func (*AttestationServiceGetContractRequest) String ¶
func (x *AttestationServiceGetContractRequest) String() string
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 (x *AttestationServiceGetContractResponse) GetResult() *AttestationServiceGetContractResponse_Result
func (*AttestationServiceGetContractResponse) ProtoMessage ¶
func (*AttestationServiceGetContractResponse) ProtoMessage()
func (*AttestationServiceGetContractResponse) ProtoReflect ¶
func (x *AttestationServiceGetContractResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetContractResponse) Reset ¶
func (x *AttestationServiceGetContractResponse) Reset()
func (*AttestationServiceGetContractResponse) String ¶
func (x *AttestationServiceGetContractResponse) String() string
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
func (*AttestationServiceGetContractResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetContractResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetContractResponse_Result) GetContract ¶
func (x *AttestationServiceGetContractResponse_Result) GetContract() *WorkflowContractVersionItem
func (*AttestationServiceGetContractResponse_Result) GetWorkflow ¶
func (x *AttestationServiceGetContractResponse_Result) GetWorkflow() *WorkflowItem
func (*AttestationServiceGetContractResponse_Result) ProtoMessage ¶
func (*AttestationServiceGetContractResponse_Result) ProtoMessage()
func (*AttestationServiceGetContractResponse_Result) ProtoReflect ¶
func (x *AttestationServiceGetContractResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetContractResponse_Result) Reset ¶
func (x *AttestationServiceGetContractResponse_Result) Reset()
func (*AttestationServiceGetContractResponse_Result) String ¶
func (x *AttestationServiceGetContractResponse_Result) String() string
type AttestationServiceGetUploadCredsRequest ¶
type AttestationServiceGetUploadCredsRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetUploadCredsRequest) Descriptor
deprecated
func (*AttestationServiceGetUploadCredsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetUploadCredsRequest.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetUploadCredsRequest) GetWorkflowRunId ¶ added in v0.14.0
func (x *AttestationServiceGetUploadCredsRequest) GetWorkflowRunId() string
func (*AttestationServiceGetUploadCredsRequest) ProtoMessage ¶
func (*AttestationServiceGetUploadCredsRequest) ProtoMessage()
func (*AttestationServiceGetUploadCredsRequest) ProtoReflect ¶
func (x *AttestationServiceGetUploadCredsRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetUploadCredsRequest) Reset ¶
func (x *AttestationServiceGetUploadCredsRequest) Reset()
func (*AttestationServiceGetUploadCredsRequest) String ¶
func (x *AttestationServiceGetUploadCredsRequest) String() string
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 (x *AttestationServiceGetUploadCredsResponse) GetResult() *AttestationServiceGetUploadCredsResponse_Result
func (*AttestationServiceGetUploadCredsResponse) ProtoMessage ¶
func (*AttestationServiceGetUploadCredsResponse) ProtoMessage()
func (*AttestationServiceGetUploadCredsResponse) ProtoReflect ¶
func (x *AttestationServiceGetUploadCredsResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetUploadCredsResponse) Reset ¶
func (x *AttestationServiceGetUploadCredsResponse) Reset()
func (*AttestationServiceGetUploadCredsResponse) String ¶
func (x *AttestationServiceGetUploadCredsResponse) String() string
type AttestationServiceGetUploadCredsResponse_Result ¶
type AttestationServiceGetUploadCredsResponse_Result struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` Backend *CASBackendItem `protobuf:"bytes,3,opt,name=backend,proto3" json:"backend,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor
deprecated
func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetUploadCredsResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetUploadCredsResponse_Result) GetBackend ¶ added in v0.14.0
func (x *AttestationServiceGetUploadCredsResponse_Result) GetBackend() *CASBackendItem
func (*AttestationServiceGetUploadCredsResponse_Result) GetToken ¶
func (x *AttestationServiceGetUploadCredsResponse_Result) GetToken() string
func (*AttestationServiceGetUploadCredsResponse_Result) ProtoMessage ¶
func (*AttestationServiceGetUploadCredsResponse_Result) ProtoMessage()
func (*AttestationServiceGetUploadCredsResponse_Result) ProtoReflect ¶
func (x *AttestationServiceGetUploadCredsResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationServiceGetUploadCredsResponse_Result) Reset ¶
func (x *AttestationServiceGetUploadCredsResponse_Result) Reset()
func (*AttestationServiceGetUploadCredsResponse_Result) String ¶
func (x *AttestationServiceGetUploadCredsResponse_Result) String() string
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"` Runner v1.CraftingSchema_Runner_RunnerType `protobuf:"varint,3,opt,name=runner,proto3,enum=workflowcontract.v1.CraftingSchema_Runner_RunnerType" json:"runner,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) GetRunner ¶ added in v0.66.0
func (x *AttestationServiceInitRequest) GetRunner() v1.CraftingSchema_Runner_RunnerType
func (*AttestationServiceInitRequest) ProtoMessage ¶
func (*AttestationServiceInitRequest) ProtoMessage()
func (*AttestationServiceInitRequest) ProtoReflect ¶
func (x *AttestationServiceInitRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceInitRequest) Reset ¶
func (x *AttestationServiceInitRequest) Reset()
func (*AttestationServiceInitRequest) String ¶
func (x *AttestationServiceInitRequest) String() string
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 (x *AttestationServiceInitResponse) GetResult() *AttestationServiceInitResponse_Result
func (*AttestationServiceInitResponse) ProtoMessage ¶
func (*AttestationServiceInitResponse) ProtoMessage()
func (*AttestationServiceInitResponse) ProtoReflect ¶
func (x *AttestationServiceInitResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceInitResponse) Reset ¶
func (x *AttestationServiceInitResponse) Reset()
func (*AttestationServiceInitResponse) String ¶
func (x *AttestationServiceInitResponse) String() string
type AttestationServiceInitResponse_Result ¶
type AttestationServiceInitResponse_Result struct { WorkflowRun *WorkflowRunItem `protobuf:"bytes,2,opt,name=workflow_run,json=workflowRun,proto3" json:"workflow_run,omitempty"` // organization name Organization string `protobuf:"bytes,3,opt,name=organization,proto3" json:"organization,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) GetOrganization ¶ added in v0.81.1
func (x *AttestationServiceInitResponse_Result) GetOrganization() string
func (*AttestationServiceInitResponse_Result) GetWorkflowRun ¶
func (x *AttestationServiceInitResponse_Result) GetWorkflowRun() *WorkflowRunItem
func (*AttestationServiceInitResponse_Result) ProtoMessage ¶
func (*AttestationServiceInitResponse_Result) ProtoMessage()
func (*AttestationServiceInitResponse_Result) ProtoReflect ¶
func (x *AttestationServiceInitResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationServiceInitResponse_Result) Reset ¶
func (x *AttestationServiceInitResponse_Result) Reset()
func (*AttestationServiceInitResponse_Result) String ¶
func (x *AttestationServiceInitResponse_Result) String() string
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 (x *AttestationServiceStoreRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceStoreRequest) Reset ¶
func (x *AttestationServiceStoreRequest) Reset()
func (*AttestationServiceStoreRequest) String ¶
func (x *AttestationServiceStoreRequest) String() string
type AttestationServiceStoreResponse ¶
type AttestationServiceStoreResponse struct { Result *AttestationServiceStoreResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceStoreResponse) Descriptor
deprecated
func (*AttestationServiceStoreResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceStoreResponse.ProtoReflect.Descriptor instead.
func (*AttestationServiceStoreResponse) GetResult ¶ added in v0.17.0
func (x *AttestationServiceStoreResponse) GetResult() *AttestationServiceStoreResponse_Result
func (*AttestationServiceStoreResponse) ProtoMessage ¶
func (*AttestationServiceStoreResponse) ProtoMessage()
func (*AttestationServiceStoreResponse) ProtoReflect ¶
func (x *AttestationServiceStoreResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceStoreResponse) Reset ¶
func (x *AttestationServiceStoreResponse) Reset()
func (*AttestationServiceStoreResponse) String ¶
func (x *AttestationServiceStoreResponse) String() string
type AttestationServiceStoreResponse_Result ¶ added in v0.17.0
type AttestationServiceStoreResponse_Result struct { // attestation digest Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceStoreResponse_Result) Descriptor
deprecated
added in
v0.17.0
func (*AttestationServiceStoreResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceStoreResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationServiceStoreResponse_Result) GetDigest ¶ added in v0.17.0
func (x *AttestationServiceStoreResponse_Result) GetDigest() string
func (*AttestationServiceStoreResponse_Result) ProtoMessage ¶ added in v0.17.0
func (*AttestationServiceStoreResponse_Result) ProtoMessage()
func (*AttestationServiceStoreResponse_Result) ProtoReflect ¶ added in v0.17.0
func (x *AttestationServiceStoreResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationServiceStoreResponse_Result) Reset ¶ added in v0.17.0
func (x *AttestationServiceStoreResponse_Result) Reset()
func (*AttestationServiceStoreResponse_Result) String ¶ added in v0.17.0
func (x *AttestationServiceStoreResponse_Result) String() string
type AttestationStateServiceClient ¶ added in v0.60.0
type AttestationStateServiceClient interface { Initialized(ctx context.Context, in *AttestationStateServiceInitializedRequest, opts ...grpc.CallOption) (*AttestationStateServiceInitializedResponse, error) Save(ctx context.Context, in *AttestationStateServiceSaveRequest, opts ...grpc.CallOption) (*AttestationStateServiceSaveResponse, error) Read(ctx context.Context, in *AttestationStateServiceReadRequest, opts ...grpc.CallOption) (*AttestationStateServiceReadResponse, error) Reset(ctx context.Context, in *AttestationStateServiceResetRequest, opts ...grpc.CallOption) (*AttestationStateServiceResetResponse, error) }
AttestationStateServiceClient is the client API for AttestationStateService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAttestationStateServiceClient ¶ added in v0.60.0
func NewAttestationStateServiceClient(cc grpc.ClientConnInterface) AttestationStateServiceClient
type AttestationStateServiceInitializedRequest ¶ added in v0.60.0
type AttestationStateServiceInitializedRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceInitializedRequest) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceInitializedRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceInitializedRequest.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceInitializedRequest) GetWorkflowRunId ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedRequest) GetWorkflowRunId() string
func (*AttestationStateServiceInitializedRequest) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceInitializedRequest) ProtoMessage()
func (*AttestationStateServiceInitializedRequest) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedRequest) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceInitializedRequest) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedRequest) Reset()
func (*AttestationStateServiceInitializedRequest) String ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedRequest) String() string
type AttestationStateServiceInitializedResponse ¶ added in v0.60.0
type AttestationStateServiceInitializedResponse struct { Result *AttestationStateServiceInitializedResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceInitializedResponse) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceInitializedResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceInitializedResponse.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceInitializedResponse) GetResult ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse) GetResult() *AttestationStateServiceInitializedResponse_Result
func (*AttestationStateServiceInitializedResponse) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceInitializedResponse) ProtoMessage()
func (*AttestationStateServiceInitializedResponse) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceInitializedResponse) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse) Reset()
func (*AttestationStateServiceInitializedResponse) String ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse) String() string
type AttestationStateServiceInitializedResponse_Result ¶ added in v0.60.0
type AttestationStateServiceInitializedResponse_Result struct { Initialized bool `protobuf:"varint,1,opt,name=initialized,proto3" json:"initialized,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceInitializedResponse_Result) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceInitializedResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceInitializedResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceInitializedResponse_Result) GetInitialized ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse_Result) GetInitialized() bool
func (*AttestationStateServiceInitializedResponse_Result) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceInitializedResponse_Result) ProtoMessage()
func (*AttestationStateServiceInitializedResponse_Result) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceInitializedResponse_Result) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse_Result) Reset()
func (*AttestationStateServiceInitializedResponse_Result) String ¶ added in v0.60.0
func (x *AttestationStateServiceInitializedResponse_Result) String() string
type AttestationStateServiceReadRequest ¶ added in v0.60.0
type AttestationStateServiceReadRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceReadRequest) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceReadRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceReadRequest.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceReadRequest) GetWorkflowRunId ¶ added in v0.60.0
func (x *AttestationStateServiceReadRequest) GetWorkflowRunId() string
func (*AttestationStateServiceReadRequest) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceReadRequest) ProtoMessage()
func (*AttestationStateServiceReadRequest) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceReadRequest) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceReadRequest) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceReadRequest) Reset()
func (*AttestationStateServiceReadRequest) String ¶ added in v0.60.0
func (x *AttestationStateServiceReadRequest) String() string
type AttestationStateServiceReadResponse ¶ added in v0.60.0
type AttestationStateServiceReadResponse struct { Result *AttestationStateServiceReadResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceReadResponse) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceReadResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceReadResponse.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceReadResponse) GetResult ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse) GetResult() *AttestationStateServiceReadResponse_Result
func (*AttestationStateServiceReadResponse) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceReadResponse) ProtoMessage()
func (*AttestationStateServiceReadResponse) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceReadResponse) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse) Reset()
func (*AttestationStateServiceReadResponse) String ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse) String() string
type AttestationStateServiceReadResponse_Result ¶ added in v0.60.0
type AttestationStateServiceReadResponse_Result struct { AttestationState *v1.CraftingState `protobuf:"bytes,2,opt,name=attestation_state,json=attestationState,proto3" json:"attestation_state,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceReadResponse_Result) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceReadResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceReadResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceReadResponse_Result) GetAttestationState ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse_Result) GetAttestationState() *v1.CraftingState
func (*AttestationStateServiceReadResponse_Result) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceReadResponse_Result) ProtoMessage()
func (*AttestationStateServiceReadResponse_Result) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse_Result) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceReadResponse_Result) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse_Result) Reset()
func (*AttestationStateServiceReadResponse_Result) String ¶ added in v0.60.0
func (x *AttestationStateServiceReadResponse_Result) String() string
type AttestationStateServiceResetRequest ¶ added in v0.60.0
type AttestationStateServiceResetRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceResetRequest) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceResetRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceResetRequest.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceResetRequest) GetWorkflowRunId ¶ added in v0.60.0
func (x *AttestationStateServiceResetRequest) GetWorkflowRunId() string
func (*AttestationStateServiceResetRequest) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceResetRequest) ProtoMessage()
func (*AttestationStateServiceResetRequest) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceResetRequest) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceResetRequest) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceResetRequest) Reset()
func (*AttestationStateServiceResetRequest) String ¶ added in v0.60.0
func (x *AttestationStateServiceResetRequest) String() string
type AttestationStateServiceResetResponse ¶ added in v0.60.0
type AttestationStateServiceResetResponse struct {
// contains filtered or unexported fields
}
func (*AttestationStateServiceResetResponse) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceResetResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceResetResponse.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceResetResponse) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceResetResponse) ProtoMessage()
func (*AttestationStateServiceResetResponse) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceResetResponse) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceResetResponse) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceResetResponse) Reset()
func (*AttestationStateServiceResetResponse) String ¶ added in v0.60.0
func (x *AttestationStateServiceResetResponse) String() string
type AttestationStateServiceSaveRequest ¶ added in v0.60.0
type AttestationStateServiceSaveRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` AttestationState *v1.CraftingState `protobuf:"bytes,2,opt,name=attestation_state,json=attestationState,proto3" json:"attestation_state,omitempty"` // contains filtered or unexported fields }
func (*AttestationStateServiceSaveRequest) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceSaveRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceSaveRequest.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceSaveRequest) GetAttestationState ¶ added in v0.60.0
func (x *AttestationStateServiceSaveRequest) GetAttestationState() *v1.CraftingState
func (*AttestationStateServiceSaveRequest) GetWorkflowRunId ¶ added in v0.60.0
func (x *AttestationStateServiceSaveRequest) GetWorkflowRunId() string
func (*AttestationStateServiceSaveRequest) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceSaveRequest) ProtoMessage()
func (*AttestationStateServiceSaveRequest) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceSaveRequest) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceSaveRequest) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceSaveRequest) Reset()
func (*AttestationStateServiceSaveRequest) String ¶ added in v0.60.0
func (x *AttestationStateServiceSaveRequest) String() string
type AttestationStateServiceSaveResponse ¶ added in v0.60.0
type AttestationStateServiceSaveResponse struct {
// contains filtered or unexported fields
}
func (*AttestationStateServiceSaveResponse) Descriptor
deprecated
added in
v0.60.0
func (*AttestationStateServiceSaveResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationStateServiceSaveResponse.ProtoReflect.Descriptor instead.
func (*AttestationStateServiceSaveResponse) ProtoMessage ¶ added in v0.60.0
func (*AttestationStateServiceSaveResponse) ProtoMessage()
func (*AttestationStateServiceSaveResponse) ProtoReflect ¶ added in v0.60.0
func (x *AttestationStateServiceSaveResponse) ProtoReflect() protoreflect.Message
func (*AttestationStateServiceSaveResponse) Reset ¶ added in v0.60.0
func (x *AttestationStateServiceSaveResponse) Reset()
func (*AttestationStateServiceSaveResponse) String ¶ added in v0.60.0
func (x *AttestationStateServiceSaveResponse) String() string
type AttestationStateServiceServer ¶ added in v0.60.0
type AttestationStateServiceServer interface { Initialized(context.Context, *AttestationStateServiceInitializedRequest) (*AttestationStateServiceInitializedResponse, error) Save(context.Context, *AttestationStateServiceSaveRequest) (*AttestationStateServiceSaveResponse, error) Read(context.Context, *AttestationStateServiceReadRequest) (*AttestationStateServiceReadResponse, error) Reset(context.Context, *AttestationStateServiceResetRequest) (*AttestationStateServiceResetResponse, error) // contains filtered or unexported methods }
AttestationStateServiceServer is the server API for AttestationStateService service. All implementations must embed UnimplementedAttestationStateServiceServer for forward compatibility
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.
func NewAuthServiceClient ¶
func NewAuthServiceClient(cc grpc.ClientConnInterface) AuthServiceClient
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 (x *AuthServiceDeleteAccountRequest) ProtoReflect() protoreflect.Message
func (*AuthServiceDeleteAccountRequest) Reset ¶
func (x *AuthServiceDeleteAccountRequest) Reset()
func (*AuthServiceDeleteAccountRequest) String ¶
func (x *AuthServiceDeleteAccountRequest) String() string
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 (x *AuthServiceDeleteAccountResponse) ProtoReflect() protoreflect.Message
func (*AuthServiceDeleteAccountResponse) Reset ¶
func (x *AuthServiceDeleteAccountResponse) Reset()
func (*AuthServiceDeleteAccountResponse) String ¶
func (x *AuthServiceDeleteAccountResponse) String() string
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 CASBackendErrorReason ¶ added in v0.15.0
type CASBackendErrorReason int32
const ( CASBackendErrorReason_CAS_BACKEND_ERROR_REASON_UNSPECIFIED CASBackendErrorReason = 0 CASBackendErrorReason_CAS_BACKEND_ERROR_REASON_REQUIRED CASBackendErrorReason = 1 // The repository does not seem to be operational // a previous validation has failed CASBackendErrorReason_CAS_BACKEND_ERROR_REASON_INVALID CASBackendErrorReason = 2 )
func (CASBackendErrorReason) Descriptor ¶ added in v0.15.0
func (CASBackendErrorReason) Descriptor() protoreflect.EnumDescriptor
func (CASBackendErrorReason) Enum ¶ added in v0.15.0
func (x CASBackendErrorReason) Enum() *CASBackendErrorReason
func (CASBackendErrorReason) EnumDescriptor
deprecated
added in
v0.15.0
func (CASBackendErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use CASBackendErrorReason.Descriptor instead.
func (CASBackendErrorReason) Number ¶ added in v0.15.0
func (x CASBackendErrorReason) Number() protoreflect.EnumNumber
func (CASBackendErrorReason) String ¶ added in v0.15.0
func (x CASBackendErrorReason) String() string
func (CASBackendErrorReason) Type ¶ added in v0.15.0
func (CASBackendErrorReason) Type() protoreflect.EnumType
type CASBackendItem ¶ added in v0.14.0
type CASBackendItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"` // e.g. myregistry.io/myrepo s3 bucket and so on Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ValidatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=validated_at,json=validatedAt,proto3" json:"validated_at,omitempty"` ValidationStatus CASBackendItem_ValidationStatus `` /* 163-byte string literal not displayed */ // OCI, S3, ... Provider string `protobuf:"bytes,7,opt,name=provider,proto3" json:"provider,omitempty"` // Wether it's the default backend in the organization Default bool `protobuf:"varint,8,opt,name=default,proto3" json:"default,omitempty"` // Limits for this backend Limits *CASBackendItem_Limits `protobuf:"bytes,9,opt,name=limits,proto3" json:"limits,omitempty"` // Is it an inline backend? // inline means that the content is stored in the attestation itself IsInline bool `protobuf:"varint,10,opt,name=is_inline,json=isInline,proto3" json:"is_inline,omitempty"` // contains filtered or unexported fields }
func (*CASBackendItem) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendItem) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendItem.ProtoReflect.Descriptor instead.
func (*CASBackendItem) GetCreatedAt ¶ added in v0.14.0
func (x *CASBackendItem) GetCreatedAt() *timestamppb.Timestamp
func (*CASBackendItem) GetDefault ¶ added in v0.14.0
func (x *CASBackendItem) GetDefault() bool
func (*CASBackendItem) GetDescription ¶ added in v0.14.0
func (x *CASBackendItem) GetDescription() string
func (*CASBackendItem) GetId ¶ added in v0.14.0
func (x *CASBackendItem) GetId() string
func (*CASBackendItem) GetIsInline ¶ added in v0.14.0
func (x *CASBackendItem) GetIsInline() bool
func (*CASBackendItem) GetLimits ¶ added in v0.14.0
func (x *CASBackendItem) GetLimits() *CASBackendItem_Limits
func (*CASBackendItem) GetLocation ¶ added in v0.14.0
func (x *CASBackendItem) GetLocation() string
func (*CASBackendItem) GetName ¶ added in v0.82.0
func (x *CASBackendItem) GetName() string
func (*CASBackendItem) GetProvider ¶ added in v0.14.0
func (x *CASBackendItem) GetProvider() string
func (*CASBackendItem) GetValidatedAt ¶ added in v0.14.0
func (x *CASBackendItem) GetValidatedAt() *timestamppb.Timestamp
func (*CASBackendItem) GetValidationStatus ¶ added in v0.14.0
func (x *CASBackendItem) GetValidationStatus() CASBackendItem_ValidationStatus
func (*CASBackendItem) ProtoMessage ¶ added in v0.14.0
func (*CASBackendItem) ProtoMessage()
func (*CASBackendItem) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendItem) ProtoReflect() protoreflect.Message
func (*CASBackendItem) Reset ¶ added in v0.14.0
func (x *CASBackendItem) Reset()
func (*CASBackendItem) String ¶ added in v0.14.0
func (x *CASBackendItem) String() string
type CASBackendItem_Limits ¶ added in v0.14.0
type CASBackendItem_Limits struct { // Max number of bytes allowed to be stored in this backend MaxBytes int64 `protobuf:"varint,1,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"` // contains filtered or unexported fields }
func (*CASBackendItem_Limits) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendItem_Limits) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendItem_Limits.ProtoReflect.Descriptor instead.
func (*CASBackendItem_Limits) GetMaxBytes ¶ added in v0.14.0
func (x *CASBackendItem_Limits) GetMaxBytes() int64
func (*CASBackendItem_Limits) ProtoMessage ¶ added in v0.14.0
func (*CASBackendItem_Limits) ProtoMessage()
func (*CASBackendItem_Limits) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendItem_Limits) ProtoReflect() protoreflect.Message
func (*CASBackendItem_Limits) Reset ¶ added in v0.14.0
func (x *CASBackendItem_Limits) Reset()
func (*CASBackendItem_Limits) String ¶ added in v0.14.0
func (x *CASBackendItem_Limits) String() string
type CASBackendItem_ValidationStatus ¶ added in v0.14.0
type CASBackendItem_ValidationStatus int32
const ( CASBackendItem_VALIDATION_STATUS_UNSPECIFIED CASBackendItem_ValidationStatus = 0 CASBackendItem_VALIDATION_STATUS_OK CASBackendItem_ValidationStatus = 1 CASBackendItem_VALIDATION_STATUS_INVALID CASBackendItem_ValidationStatus = 2 )
func (CASBackendItem_ValidationStatus) Descriptor ¶ added in v0.14.0
func (CASBackendItem_ValidationStatus) Descriptor() protoreflect.EnumDescriptor
func (CASBackendItem_ValidationStatus) Enum ¶ added in v0.14.0
func (x CASBackendItem_ValidationStatus) Enum() *CASBackendItem_ValidationStatus
func (CASBackendItem_ValidationStatus) EnumDescriptor
deprecated
added in
v0.14.0
func (CASBackendItem_ValidationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use CASBackendItem_ValidationStatus.Descriptor instead.
func (CASBackendItem_ValidationStatus) Number ¶ added in v0.14.0
func (x CASBackendItem_ValidationStatus) Number() protoreflect.EnumNumber
func (CASBackendItem_ValidationStatus) String ¶ added in v0.14.0
func (x CASBackendItem_ValidationStatus) String() string
func (CASBackendItem_ValidationStatus) Type ¶ added in v0.14.0
func (CASBackendItem_ValidationStatus) Type() protoreflect.EnumType
type CASBackendServiceClient ¶ added in v0.14.0
type CASBackendServiceClient interface { List(ctx context.Context, in *CASBackendServiceListRequest, opts ...grpc.CallOption) (*CASBackendServiceListResponse, error) Create(ctx context.Context, in *CASBackendServiceCreateRequest, opts ...grpc.CallOption) (*CASBackendServiceCreateResponse, error) Update(ctx context.Context, in *CASBackendServiceUpdateRequest, opts ...grpc.CallOption) (*CASBackendServiceUpdateResponse, error) Delete(ctx context.Context, in *CASBackendServiceDeleteRequest, opts ...grpc.CallOption) (*CASBackendServiceDeleteResponse, error) }
CASBackendServiceClient is the client API for CASBackendService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCASBackendServiceClient ¶ added in v0.14.0
func NewCASBackendServiceClient(cc grpc.ClientConnInterface) CASBackendServiceClient
type CASBackendServiceCreateRequest ¶ added in v0.14.0
type CASBackendServiceCreateRequest struct { // Location, e.g. bucket name, OCI bucket name, ... Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` // Type of the backend, OCI, S3, ... Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` // Descriptive name Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Set as default in your organization Default bool `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"` // Arbitrary configuration for the integration Credentials *structpb.Struct `protobuf:"bytes,5,opt,name=credentials,proto3" json:"credentials,omitempty"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CASBackendServiceCreateRequest) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*CASBackendServiceCreateRequest) GetCredentials ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) GetCredentials() *structpb.Struct
func (*CASBackendServiceCreateRequest) GetDefault ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) GetDefault() bool
func (*CASBackendServiceCreateRequest) GetDescription ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) GetDescription() string
func (*CASBackendServiceCreateRequest) GetLocation ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) GetLocation() string
func (*CASBackendServiceCreateRequest) GetName ¶ added in v0.82.0
func (x *CASBackendServiceCreateRequest) GetName() string
func (*CASBackendServiceCreateRequest) GetProvider ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) GetProvider() string
func (*CASBackendServiceCreateRequest) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceCreateRequest) ProtoMessage()
func (*CASBackendServiceCreateRequest) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*CASBackendServiceCreateRequest) Reset ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) Reset()
func (*CASBackendServiceCreateRequest) String ¶ added in v0.14.0
func (x *CASBackendServiceCreateRequest) String() string
type CASBackendServiceCreateResponse ¶ added in v0.14.0
type CASBackendServiceCreateResponse struct { Result *CASBackendItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*CASBackendServiceCreateResponse) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*CASBackendServiceCreateResponse) GetResult ¶ added in v0.14.0
func (x *CASBackendServiceCreateResponse) GetResult() *CASBackendItem
func (*CASBackendServiceCreateResponse) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceCreateResponse) ProtoMessage()
func (*CASBackendServiceCreateResponse) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*CASBackendServiceCreateResponse) Reset ¶ added in v0.14.0
func (x *CASBackendServiceCreateResponse) Reset()
func (*CASBackendServiceCreateResponse) String ¶ added in v0.14.0
func (x *CASBackendServiceCreateResponse) String() string
type CASBackendServiceDeleteRequest ¶ added in v0.14.0
type CASBackendServiceDeleteRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CASBackendServiceDeleteRequest) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceDeleteRequest.ProtoReflect.Descriptor instead.
func (*CASBackendServiceDeleteRequest) GetId ¶ added in v0.14.0
func (x *CASBackendServiceDeleteRequest) GetId() string
func (*CASBackendServiceDeleteRequest) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceDeleteRequest) ProtoMessage()
func (*CASBackendServiceDeleteRequest) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*CASBackendServiceDeleteRequest) Reset ¶ added in v0.14.0
func (x *CASBackendServiceDeleteRequest) Reset()
func (*CASBackendServiceDeleteRequest) String ¶ added in v0.14.0
func (x *CASBackendServiceDeleteRequest) String() string
type CASBackendServiceDeleteResponse ¶ added in v0.14.0
type CASBackendServiceDeleteResponse struct {
// contains filtered or unexported fields
}
func (*CASBackendServiceDeleteResponse) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceDeleteResponse.ProtoReflect.Descriptor instead.
func (*CASBackendServiceDeleteResponse) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceDeleteResponse) ProtoMessage()
func (*CASBackendServiceDeleteResponse) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*CASBackendServiceDeleteResponse) Reset ¶ added in v0.14.0
func (x *CASBackendServiceDeleteResponse) Reset()
func (*CASBackendServiceDeleteResponse) String ¶ added in v0.14.0
func (x *CASBackendServiceDeleteResponse) String() string
type CASBackendServiceListRequest ¶ added in v0.14.0
type CASBackendServiceListRequest struct {
// contains filtered or unexported fields
}
func (*CASBackendServiceListRequest) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceListRequest.ProtoReflect.Descriptor instead.
func (*CASBackendServiceListRequest) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceListRequest) ProtoMessage()
func (*CASBackendServiceListRequest) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceListRequest) ProtoReflect() protoreflect.Message
func (*CASBackendServiceListRequest) Reset ¶ added in v0.14.0
func (x *CASBackendServiceListRequest) Reset()
func (*CASBackendServiceListRequest) String ¶ added in v0.14.0
func (x *CASBackendServiceListRequest) String() string
type CASBackendServiceListResponse ¶ added in v0.14.0
type CASBackendServiceListResponse struct { Result []*CASBackendItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*CASBackendServiceListResponse) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceListResponse.ProtoReflect.Descriptor instead.
func (*CASBackendServiceListResponse) GetResult ¶ added in v0.14.0
func (x *CASBackendServiceListResponse) GetResult() []*CASBackendItem
func (*CASBackendServiceListResponse) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceListResponse) ProtoMessage()
func (*CASBackendServiceListResponse) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceListResponse) ProtoReflect() protoreflect.Message
func (*CASBackendServiceListResponse) Reset ¶ added in v0.14.0
func (x *CASBackendServiceListResponse) Reset()
func (*CASBackendServiceListResponse) String ¶ added in v0.14.0
func (x *CASBackendServiceListResponse) String() string
type CASBackendServiceServer ¶ added in v0.14.0
type CASBackendServiceServer interface { List(context.Context, *CASBackendServiceListRequest) (*CASBackendServiceListResponse, error) Create(context.Context, *CASBackendServiceCreateRequest) (*CASBackendServiceCreateResponse, error) Update(context.Context, *CASBackendServiceUpdateRequest) (*CASBackendServiceUpdateResponse, error) Delete(context.Context, *CASBackendServiceDeleteRequest) (*CASBackendServiceDeleteResponse, error) // contains filtered or unexported methods }
CASBackendServiceServer is the server API for CASBackendService service. All implementations must embed UnimplementedCASBackendServiceServer for forward compatibility
type CASBackendServiceUpdateRequest ¶ added in v0.14.0
type CASBackendServiceUpdateRequest struct { // UUID of the workflow to attach Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // unique name Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // Description Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Set as default in your organization Default bool `protobuf:"varint,3,opt,name=default,proto3" json:"default,omitempty"` // Credentials, useful for rotation Credentials *structpb.Struct `protobuf:"bytes,4,opt,name=credentials,proto3" json:"credentials,omitempty"` // contains filtered or unexported fields }
Update a CAS backend is limited to - description - set is as default - rotate credentials
func (*CASBackendServiceUpdateRequest) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceUpdateRequest.ProtoReflect.Descriptor instead.
func (*CASBackendServiceUpdateRequest) GetCredentials ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) GetCredentials() *structpb.Struct
func (*CASBackendServiceUpdateRequest) GetDefault ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) GetDefault() bool
func (*CASBackendServiceUpdateRequest) GetDescription ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) GetDescription() string
func (*CASBackendServiceUpdateRequest) GetId ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) GetId() string
func (*CASBackendServiceUpdateRequest) GetName ¶ added in v0.82.0
func (x *CASBackendServiceUpdateRequest) GetName() string
func (*CASBackendServiceUpdateRequest) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceUpdateRequest) ProtoMessage()
func (*CASBackendServiceUpdateRequest) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*CASBackendServiceUpdateRequest) Reset ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) Reset()
func (*CASBackendServiceUpdateRequest) String ¶ added in v0.14.0
func (x *CASBackendServiceUpdateRequest) String() string
type CASBackendServiceUpdateResponse ¶ added in v0.14.0
type CASBackendServiceUpdateResponse struct { Result *CASBackendItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*CASBackendServiceUpdateResponse) Descriptor
deprecated
added in
v0.14.0
func (*CASBackendServiceUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CASBackendServiceUpdateResponse.ProtoReflect.Descriptor instead.
func (*CASBackendServiceUpdateResponse) GetResult ¶ added in v0.14.0
func (x *CASBackendServiceUpdateResponse) GetResult() *CASBackendItem
func (*CASBackendServiceUpdateResponse) ProtoMessage ¶ added in v0.14.0
func (*CASBackendServiceUpdateResponse) ProtoMessage()
func (*CASBackendServiceUpdateResponse) ProtoReflect ¶ added in v0.14.0
func (x *CASBackendServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*CASBackendServiceUpdateResponse) Reset ¶ added in v0.14.0
func (x *CASBackendServiceUpdateResponse) Reset()
func (*CASBackendServiceUpdateResponse) String ¶ added in v0.14.0
func (x *CASBackendServiceUpdateResponse) String() string
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.
func NewCASCredentialsServiceClient ¶
func NewCASCredentialsServiceClient(cc grpc.ClientConnInterface) CASCredentialsServiceClient
type CASCredentialsServiceGetRequest ¶
type CASCredentialsServiceGetRequest struct { Role CASCredentialsServiceGetRequest_Role `protobuf:"varint,1,opt,name=role,proto3,enum=controlplane.v1.CASCredentialsServiceGetRequest_Role" json:"role,omitempty"` // during the download we need the digest to find the proper cas backend Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*CASCredentialsServiceGetRequest) Descriptor
deprecated
func (*CASCredentialsServiceGetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASCredentialsServiceGetRequest.ProtoReflect.Descriptor instead.
func (*CASCredentialsServiceGetRequest) GetDigest ¶ added in v0.17.0
func (x *CASCredentialsServiceGetRequest) GetDigest() string
func (*CASCredentialsServiceGetRequest) GetRole ¶
func (x *CASCredentialsServiceGetRequest) GetRole() CASCredentialsServiceGetRequest_Role
func (*CASCredentialsServiceGetRequest) ProtoMessage ¶
func (*CASCredentialsServiceGetRequest) ProtoMessage()
func (*CASCredentialsServiceGetRequest) ProtoReflect ¶
func (x *CASCredentialsServiceGetRequest) ProtoReflect() protoreflect.Message
func (*CASCredentialsServiceGetRequest) Reset ¶
func (x *CASCredentialsServiceGetRequest) Reset()
func (*CASCredentialsServiceGetRequest) String ¶
func (x *CASCredentialsServiceGetRequest) String() string
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) Descriptor() protoreflect.EnumDescriptor
func (CASCredentialsServiceGetRequest_Role) Enum ¶
func (x CASCredentialsServiceGetRequest_Role) Enum() *CASCredentialsServiceGetRequest_Role
func (CASCredentialsServiceGetRequest_Role) EnumDescriptor
deprecated
func (CASCredentialsServiceGetRequest_Role) EnumDescriptor() ([]byte, []int)
Deprecated: Use CASCredentialsServiceGetRequest_Role.Descriptor instead.
func (CASCredentialsServiceGetRequest_Role) Number ¶
func (x CASCredentialsServiceGetRequest_Role) Number() protoreflect.EnumNumber
func (CASCredentialsServiceGetRequest_Role) String ¶
func (x CASCredentialsServiceGetRequest_Role) String() string
func (CASCredentialsServiceGetRequest_Role) Type ¶
func (CASCredentialsServiceGetRequest_Role) Type() protoreflect.EnumType
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 (x *CASCredentialsServiceGetResponse) GetResult() *CASCredentialsServiceGetResponse_Result
func (*CASCredentialsServiceGetResponse) ProtoMessage ¶
func (*CASCredentialsServiceGetResponse) ProtoMessage()
func (*CASCredentialsServiceGetResponse) ProtoReflect ¶
func (x *CASCredentialsServiceGetResponse) ProtoReflect() protoreflect.Message
func (*CASCredentialsServiceGetResponse) Reset ¶
func (x *CASCredentialsServiceGetResponse) Reset()
func (*CASCredentialsServiceGetResponse) String ¶
func (x *CASCredentialsServiceGetResponse) String() string
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 (x *CASCredentialsServiceGetResponse_Result) GetToken() string
func (*CASCredentialsServiceGetResponse_Result) ProtoMessage ¶
func (*CASCredentialsServiceGetResponse_Result) ProtoMessage()
func (*CASCredentialsServiceGetResponse_Result) ProtoReflect ¶
func (x *CASCredentialsServiceGetResponse_Result) ProtoReflect() protoreflect.Message
func (*CASCredentialsServiceGetResponse_Result) Reset ¶
func (x *CASCredentialsServiceGetResponse_Result) Reset()
func (*CASCredentialsServiceGetResponse_Result) String ¶
func (x *CASCredentialsServiceGetResponse_Result) String() string
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 CASRedirectServiceClient ¶ added in v0.16.0
type CASRedirectServiceClient interface { // Retrieve the URL to download an artifact in CAS GetDownloadURL(ctx context.Context, in *GetDownloadURLRequest, opts ...grpc.CallOption) (*GetDownloadURLResponse, error) }
CASRedirectServiceClient is the client API for CASRedirectService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCASRedirectServiceClient ¶ added in v0.16.0
func NewCASRedirectServiceClient(cc grpc.ClientConnInterface) CASRedirectServiceClient
type CASRedirectServiceServer ¶ added in v0.16.0
type CASRedirectServiceServer interface { // Retrieve the URL to download an artifact in CAS GetDownloadURL(context.Context, *GetDownloadURLRequest) (*GetDownloadURLResponse, error) // contains filtered or unexported methods }
CASRedirectServiceServer is the server API for CASRedirectService service. All implementations must embed UnimplementedCASRedirectServiceServer 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.
func NewContextServiceClient ¶
func NewContextServiceClient(cc grpc.ClientConnInterface) ContextServiceClient
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 (x *ContextServiceCurrentRequest) ProtoReflect() protoreflect.Message
func (*ContextServiceCurrentRequest) Reset ¶
func (x *ContextServiceCurrentRequest) Reset()
func (*ContextServiceCurrentRequest) String ¶
func (x *ContextServiceCurrentRequest) String() string
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 (x *ContextServiceCurrentResponse) GetResult() *ContextServiceCurrentResponse_Result
func (*ContextServiceCurrentResponse) ProtoMessage ¶
func (*ContextServiceCurrentResponse) ProtoMessage()
func (*ContextServiceCurrentResponse) ProtoReflect ¶
func (x *ContextServiceCurrentResponse) ProtoReflect() protoreflect.Message
func (*ContextServiceCurrentResponse) Reset ¶
func (x *ContextServiceCurrentResponse) Reset()
func (*ContextServiceCurrentResponse) String ¶
func (x *ContextServiceCurrentResponse) String() string
type ContextServiceCurrentResponse_Result ¶
type ContextServiceCurrentResponse_Result struct { CurrentUser *User `protobuf:"bytes,1,opt,name=current_user,json=currentUser,proto3" json:"current_user,omitempty"` CurrentMembership *OrgMembershipItem `protobuf:"bytes,2,opt,name=current_membership,json=currentMembership,proto3" json:"current_membership,omitempty"` CurrentCasBackend *CASBackendItem `protobuf:"bytes,3,opt,name=current_cas_backend,json=currentCasBackend,proto3" json:"current_cas_backend,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) GetCurrentCasBackend ¶ added in v0.15.0
func (x *ContextServiceCurrentResponse_Result) GetCurrentCasBackend() *CASBackendItem
func (*ContextServiceCurrentResponse_Result) GetCurrentMembership ¶ added in v0.75.0
func (x *ContextServiceCurrentResponse_Result) GetCurrentMembership() *OrgMembershipItem
func (*ContextServiceCurrentResponse_Result) GetCurrentUser ¶
func (x *ContextServiceCurrentResponse_Result) GetCurrentUser() *User
func (*ContextServiceCurrentResponse_Result) ProtoMessage ¶
func (*ContextServiceCurrentResponse_Result) ProtoMessage()
func (*ContextServiceCurrentResponse_Result) ProtoReflect ¶
func (x *ContextServiceCurrentResponse_Result) ProtoReflect() protoreflect.Message
func (*ContextServiceCurrentResponse_Result) Reset ¶
func (x *ContextServiceCurrentResponse_Result) Reset()
func (*ContextServiceCurrentResponse_Result) String ¶
func (x *ContextServiceCurrentResponse_Result) String() string
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 CursorPaginationRequest ¶ added in v0.80.0
type CursorPaginationRequest 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 (*CursorPaginationRequest) Descriptor
deprecated
added in
v0.80.0
func (*CursorPaginationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CursorPaginationRequest.ProtoReflect.Descriptor instead.
func (*CursorPaginationRequest) GetCursor ¶ added in v0.80.0
func (x *CursorPaginationRequest) GetCursor() string
func (*CursorPaginationRequest) GetLimit ¶ added in v0.80.0
func (x *CursorPaginationRequest) GetLimit() int32
func (*CursorPaginationRequest) ProtoMessage ¶ added in v0.80.0
func (*CursorPaginationRequest) ProtoMessage()
func (*CursorPaginationRequest) ProtoReflect ¶ added in v0.80.0
func (x *CursorPaginationRequest) ProtoReflect() protoreflect.Message
func (*CursorPaginationRequest) Reset ¶ added in v0.80.0
func (x *CursorPaginationRequest) Reset()
func (*CursorPaginationRequest) String ¶ added in v0.80.0
func (x *CursorPaginationRequest) String() string
type CursorPaginationResponse ¶ added in v0.80.0
type CursorPaginationResponse struct { NextCursor string `protobuf:"bytes,1,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*CursorPaginationResponse) Descriptor
deprecated
added in
v0.80.0
func (*CursorPaginationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CursorPaginationResponse.ProtoReflect.Descriptor instead.
func (*CursorPaginationResponse) GetNextCursor ¶ added in v0.80.0
func (x *CursorPaginationResponse) GetNextCursor() string
func (*CursorPaginationResponse) ProtoMessage ¶ added in v0.80.0
func (*CursorPaginationResponse) ProtoMessage()
func (*CursorPaginationResponse) ProtoReflect ¶ added in v0.80.0
func (x *CursorPaginationResponse) ProtoReflect() protoreflect.Message
func (*CursorPaginationResponse) Reset ¶ added in v0.80.0
func (x *CursorPaginationResponse) Reset()
func (*CursorPaginationResponse) String ¶ added in v0.80.0
func (x *CursorPaginationResponse) String() string
type DailyRunsCountRequest ¶ added in v0.80.0
type DailyRunsCountRequest struct { WorkflowId *string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3,oneof" json:"workflow_id,omitempty"` TimeWindow MetricsTimeWindow `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
Get the dayly count of runs by status
func (*DailyRunsCountRequest) Descriptor
deprecated
added in
v0.80.0
func (*DailyRunsCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use DailyRunsCountRequest.ProtoReflect.Descriptor instead.
func (*DailyRunsCountRequest) GetTimeWindow ¶ added in v0.80.0
func (x *DailyRunsCountRequest) GetTimeWindow() MetricsTimeWindow
func (*DailyRunsCountRequest) GetWorkflowId ¶ added in v0.80.0
func (x *DailyRunsCountRequest) GetWorkflowId() string
func (*DailyRunsCountRequest) ProtoMessage ¶ added in v0.80.0
func (*DailyRunsCountRequest) ProtoMessage()
func (*DailyRunsCountRequest) ProtoReflect ¶ added in v0.80.0
func (x *DailyRunsCountRequest) ProtoReflect() protoreflect.Message
func (*DailyRunsCountRequest) Reset ¶ added in v0.80.0
func (x *DailyRunsCountRequest) Reset()
func (*DailyRunsCountRequest) String ¶ added in v0.80.0
func (x *DailyRunsCountRequest) String() string
type DailyRunsCountResponse ¶ added in v0.80.0
type DailyRunsCountResponse struct { Result []*DailyRunsCountResponse_TotalByDay `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*DailyRunsCountResponse) Descriptor
deprecated
added in
v0.80.0
func (*DailyRunsCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use DailyRunsCountResponse.ProtoReflect.Descriptor instead.
func (*DailyRunsCountResponse) GetResult ¶ added in v0.80.0
func (x *DailyRunsCountResponse) GetResult() []*DailyRunsCountResponse_TotalByDay
func (*DailyRunsCountResponse) ProtoMessage ¶ added in v0.80.0
func (*DailyRunsCountResponse) ProtoMessage()
func (*DailyRunsCountResponse) ProtoReflect ¶ added in v0.80.0
func (x *DailyRunsCountResponse) ProtoReflect() protoreflect.Message
func (*DailyRunsCountResponse) Reset ¶ added in v0.80.0
func (x *DailyRunsCountResponse) Reset()
func (*DailyRunsCountResponse) String ¶ added in v0.80.0
func (x *DailyRunsCountResponse) String() string
type DailyRunsCountResponse_TotalByDay ¶ added in v0.80.0
type DailyRunsCountResponse_TotalByDay struct { // string format: "YYYY-MM-DD" Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` Metrics *MetricsStatusCount `protobuf:"bytes,2,opt,name=metrics,proto3" json:"metrics,omitempty"` // contains filtered or unexported fields }
func (*DailyRunsCountResponse_TotalByDay) Descriptor
deprecated
added in
v0.80.0
func (*DailyRunsCountResponse_TotalByDay) Descriptor() ([]byte, []int)
Deprecated: Use DailyRunsCountResponse_TotalByDay.ProtoReflect.Descriptor instead.
func (*DailyRunsCountResponse_TotalByDay) GetDate ¶ added in v0.80.0
func (x *DailyRunsCountResponse_TotalByDay) GetDate() string
func (*DailyRunsCountResponse_TotalByDay) GetMetrics ¶ added in v0.80.0
func (x *DailyRunsCountResponse_TotalByDay) GetMetrics() *MetricsStatusCount
func (*DailyRunsCountResponse_TotalByDay) ProtoMessage ¶ added in v0.80.0
func (*DailyRunsCountResponse_TotalByDay) ProtoMessage()
func (*DailyRunsCountResponse_TotalByDay) ProtoReflect ¶ added in v0.80.0
func (x *DailyRunsCountResponse_TotalByDay) ProtoReflect() protoreflect.Message
func (*DailyRunsCountResponse_TotalByDay) Reset ¶ added in v0.80.0
func (x *DailyRunsCountResponse_TotalByDay) Reset()
func (*DailyRunsCountResponse_TotalByDay) String ¶ added in v0.80.0
func (x *DailyRunsCountResponse_TotalByDay) String() string
type DeleteMembershipRequest ¶ added in v0.50.0
type DeleteMembershipRequest struct { MembershipId string `protobuf:"bytes,1,opt,name=membership_id,json=membershipId,proto3" json:"membership_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMembershipRequest) Descriptor
deprecated
added in
v0.50.0
func (*DeleteMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMembershipRequest.ProtoReflect.Descriptor instead.
func (*DeleteMembershipRequest) GetMembershipId ¶ added in v0.50.0
func (x *DeleteMembershipRequest) GetMembershipId() string
func (*DeleteMembershipRequest) ProtoMessage ¶ added in v0.50.0
func (*DeleteMembershipRequest) ProtoMessage()
func (*DeleteMembershipRequest) ProtoReflect ¶ added in v0.50.0
func (x *DeleteMembershipRequest) ProtoReflect() protoreflect.Message
func (*DeleteMembershipRequest) Reset ¶ added in v0.50.0
func (x *DeleteMembershipRequest) Reset()
func (*DeleteMembershipRequest) String ¶ added in v0.50.0
func (x *DeleteMembershipRequest) String() string
type DeleteMembershipResponse ¶ added in v0.50.0
type DeleteMembershipResponse struct {
// contains filtered or unexported fields
}
func (*DeleteMembershipResponse) Descriptor
deprecated
added in
v0.50.0
func (*DeleteMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMembershipResponse.ProtoReflect.Descriptor instead.
func (*DeleteMembershipResponse) ProtoMessage ¶ added in v0.50.0
func (*DeleteMembershipResponse) ProtoMessage()
func (*DeleteMembershipResponse) ProtoReflect ¶ added in v0.50.0
func (x *DeleteMembershipResponse) ProtoReflect() protoreflect.Message
func (*DeleteMembershipResponse) Reset ¶ added in v0.50.0
func (x *DeleteMembershipResponse) Reset()
func (*DeleteMembershipResponse) String ¶ added in v0.50.0
func (x *DeleteMembershipResponse) String() string
type DiscoverPublicSharedRequest ¶ added in v0.40.0
type DiscoverPublicSharedRequest struct { // Used to filter and resolve ambiguities Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*DiscoverPublicSharedRequest) Descriptor
deprecated
added in
v0.40.0
func (*DiscoverPublicSharedRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverPublicSharedRequest.ProtoReflect.Descriptor instead.
func (*DiscoverPublicSharedRequest) GetDigest ¶ added in v0.40.0
func (x *DiscoverPublicSharedRequest) GetDigest() string
func (*DiscoverPublicSharedRequest) GetKind ¶ added in v0.40.0
func (x *DiscoverPublicSharedRequest) GetKind() string
func (*DiscoverPublicSharedRequest) ProtoMessage ¶ added in v0.40.0
func (*DiscoverPublicSharedRequest) ProtoMessage()
func (*DiscoverPublicSharedRequest) ProtoReflect ¶ added in v0.40.0
func (x *DiscoverPublicSharedRequest) ProtoReflect() protoreflect.Message
func (*DiscoverPublicSharedRequest) Reset ¶ added in v0.40.0
func (x *DiscoverPublicSharedRequest) Reset()
func (*DiscoverPublicSharedRequest) String ¶ added in v0.40.0
func (x *DiscoverPublicSharedRequest) String() string
type DiscoverPublicSharedResponse ¶ added in v0.40.0
type DiscoverPublicSharedResponse struct { // contains filtered or unexported fields }
func (*DiscoverPublicSharedResponse) Descriptor
deprecated
added in
v0.40.0
func (*DiscoverPublicSharedResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverPublicSharedResponse.ProtoReflect.Descriptor instead.
func (*DiscoverPublicSharedResponse) GetResult ¶ added in v0.40.0
func (x *DiscoverPublicSharedResponse) GetResult() *ReferrerItem
func (*DiscoverPublicSharedResponse) ProtoMessage ¶ added in v0.40.0
func (*DiscoverPublicSharedResponse) ProtoMessage()
func (*DiscoverPublicSharedResponse) ProtoReflect ¶ added in v0.40.0
func (x *DiscoverPublicSharedResponse) ProtoReflect() protoreflect.Message
func (*DiscoverPublicSharedResponse) Reset ¶ added in v0.40.0
func (x *DiscoverPublicSharedResponse) Reset()
func (*DiscoverPublicSharedResponse) String ¶ added in v0.40.0
func (x *DiscoverPublicSharedResponse) String() string
type GetDownloadURLRequest ¶ added in v0.16.0
type GetDownloadURLRequest struct { Digest string `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*GetDownloadURLRequest) Descriptor
deprecated
added in
v0.16.0
func (*GetDownloadURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDownloadURLRequest.ProtoReflect.Descriptor instead.
func (*GetDownloadURLRequest) GetDigest ¶ added in v0.16.0
func (x *GetDownloadURLRequest) GetDigest() string
func (*GetDownloadURLRequest) ProtoMessage ¶ added in v0.16.0
func (*GetDownloadURLRequest) ProtoMessage()
func (*GetDownloadURLRequest) ProtoReflect ¶ added in v0.16.0
func (x *GetDownloadURLRequest) ProtoReflect() protoreflect.Message
func (*GetDownloadURLRequest) Reset ¶ added in v0.16.0
func (x *GetDownloadURLRequest) Reset()
func (*GetDownloadURLRequest) String ¶ added in v0.16.0
func (x *GetDownloadURLRequest) String() string
type GetDownloadURLResponse ¶ added in v0.16.0
type GetDownloadURLResponse struct { Result *GetDownloadURLResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetDownloadURLResponse) Descriptor
deprecated
added in
v0.16.0
func (*GetDownloadURLResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDownloadURLResponse.ProtoReflect.Descriptor instead.
func (*GetDownloadURLResponse) GetResult ¶ added in v0.16.0
func (x *GetDownloadURLResponse) GetResult() *GetDownloadURLResponse_Result
func (*GetDownloadURLResponse) ProtoMessage ¶ added in v0.16.0
func (*GetDownloadURLResponse) ProtoMessage()
func (*GetDownloadURLResponse) ProtoReflect ¶ added in v0.16.0
func (x *GetDownloadURLResponse) ProtoReflect() protoreflect.Message
func (*GetDownloadURLResponse) Reset ¶ added in v0.16.0
func (x *GetDownloadURLResponse) Reset()
func (*GetDownloadURLResponse) String ¶ added in v0.16.0
func (x *GetDownloadURLResponse) String() string
type GetDownloadURLResponse_Result ¶ added in v0.16.0
type GetDownloadURLResponse_Result struct { Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*GetDownloadURLResponse_Result) Descriptor
deprecated
added in
v0.16.0
func (*GetDownloadURLResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use GetDownloadURLResponse_Result.ProtoReflect.Descriptor instead.
func (*GetDownloadURLResponse_Result) GetUrl ¶ added in v0.16.0
func (x *GetDownloadURLResponse_Result) GetUrl() string
func (*GetDownloadURLResponse_Result) ProtoMessage ¶ added in v0.16.0
func (*GetDownloadURLResponse_Result) ProtoMessage()
func (*GetDownloadURLResponse_Result) ProtoReflect ¶ added in v0.16.0
func (x *GetDownloadURLResponse_Result) ProtoReflect() protoreflect.Message
func (*GetDownloadURLResponse_Result) Reset ¶ added in v0.16.0
func (x *GetDownloadURLResponse_Result) Reset()
func (*GetDownloadURLResponse_Result) String ¶ added in v0.16.0
func (x *GetDownloadURLResponse_Result) String() string
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
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
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"` // Arbitrary configuration for the attachment Config []byte `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` Integration *RegisteredIntegrationItem `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 (x *IntegrationAttachmentItem) GetConfig() []byte
func (*IntegrationAttachmentItem) GetCreatedAt ¶
func (x *IntegrationAttachmentItem) GetCreatedAt() *timestamppb.Timestamp
func (*IntegrationAttachmentItem) GetId ¶
func (x *IntegrationAttachmentItem) GetId() string
func (*IntegrationAttachmentItem) GetIntegration ¶
func (x *IntegrationAttachmentItem) GetIntegration() *RegisteredIntegrationItem
func (*IntegrationAttachmentItem) GetWorkflow ¶
func (x *IntegrationAttachmentItem) GetWorkflow() *WorkflowItem
func (*IntegrationAttachmentItem) ProtoMessage ¶
func (*IntegrationAttachmentItem) ProtoMessage()
func (*IntegrationAttachmentItem) ProtoReflect ¶
func (x *IntegrationAttachmentItem) ProtoReflect() protoreflect.Message
func (*IntegrationAttachmentItem) Reset ¶
func (x *IntegrationAttachmentItem) Reset()
func (*IntegrationAttachmentItem) String ¶
func (x *IntegrationAttachmentItem) String() string
type IntegrationAvailableItem ¶ added in v0.11.1
type IntegrationAvailableItem struct { // Integration identifier Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Types that are assignable to Type: // // *IntegrationAvailableItem_Fanout Type isIntegrationAvailableItem_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*IntegrationAvailableItem) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationAvailableItem) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationAvailableItem.ProtoReflect.Descriptor instead.
func (*IntegrationAvailableItem) GetDescription ¶ added in v0.11.1
func (x *IntegrationAvailableItem) GetDescription() string
func (*IntegrationAvailableItem) GetFanout ¶ added in v0.11.1
func (x *IntegrationAvailableItem) GetFanout() *PluginFanout
func (*IntegrationAvailableItem) GetId ¶ added in v0.11.1
func (x *IntegrationAvailableItem) GetId() string
func (*IntegrationAvailableItem) GetType ¶ added in v0.11.1
func (m *IntegrationAvailableItem) GetType() isIntegrationAvailableItem_Type
func (*IntegrationAvailableItem) GetVersion ¶ added in v0.11.1
func (x *IntegrationAvailableItem) GetVersion() string
func (*IntegrationAvailableItem) ProtoMessage ¶ added in v0.11.1
func (*IntegrationAvailableItem) ProtoMessage()
func (*IntegrationAvailableItem) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationAvailableItem) ProtoReflect() protoreflect.Message
func (*IntegrationAvailableItem) Reset ¶ added in v0.11.1
func (x *IntegrationAvailableItem) Reset()
func (*IntegrationAvailableItem) String ¶ added in v0.11.1
func (x *IntegrationAvailableItem) String() string
type IntegrationAvailableItem_Fanout ¶ added in v0.11.1
type IntegrationAvailableItem_Fanout struct {
Fanout *PluginFanout `protobuf:"bytes,4,opt,name=fanout,proto3,oneof"`
}
type IntegrationsServiceAttachRequest ¶
type IntegrationsServiceAttachRequest struct { // UUID of the workflow to attach WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // UUID of the integration registration to attach IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // Arbitrary configuration for the integration Config *structpb.Struct `protobuf:"bytes,4,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 (x *IntegrationsServiceAttachRequest) GetConfig() *structpb.Struct
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 (x *IntegrationsServiceAttachRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceAttachRequest) Reset ¶
func (x *IntegrationsServiceAttachRequest) Reset()
func (*IntegrationsServiceAttachRequest) String ¶
func (x *IntegrationsServiceAttachRequest) String() string
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 (x *IntegrationsServiceAttachResponse) GetResult() *IntegrationAttachmentItem
func (*IntegrationsServiceAttachResponse) ProtoMessage ¶
func (*IntegrationsServiceAttachResponse) ProtoMessage()
func (*IntegrationsServiceAttachResponse) ProtoReflect ¶
func (x *IntegrationsServiceAttachResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceAttachResponse) Reset ¶
func (x *IntegrationsServiceAttachResponse) Reset()
func (*IntegrationsServiceAttachResponse) String ¶
func (x *IntegrationsServiceAttachResponse) String() string
type IntegrationsServiceClient ¶
type IntegrationsServiceClient interface { // Integrations available and loaded in the controlplane ready to be used during registration ListAvailable(ctx context.Context, in *IntegrationsServiceListAvailableRequest, opts ...grpc.CallOption) (*IntegrationsServiceListAvailableResponse, error) // Registration Related operations // Register a new integration in the organization Register(ctx context.Context, in *IntegrationsServiceRegisterRequest, opts ...grpc.CallOption) (*IntegrationsServiceRegisterResponse, error) // Delete registered integrations Deregister(ctx context.Context, in *IntegrationsServiceDeregisterRequest, opts ...grpc.CallOption) (*IntegrationsServiceDeregisterResponse, error) // List registered integrations ListRegistrations(ctx context.Context, in *IntegrationsServiceListRegistrationsRequest, opts ...grpc.CallOption) (*IntegrationsServiceListRegistrationsResponse, error) // View registered integration DescribeRegistration(ctx context.Context, in *IntegrationsServiceDescribeRegistrationRequest, opts ...grpc.CallOption) (*IntegrationsServiceDescribeRegistrationResponse, error) // Attachment Related operations // Attach an integration 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) // List attachments 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.
func NewIntegrationsServiceClient ¶
func NewIntegrationsServiceClient(cc grpc.ClientConnInterface) IntegrationsServiceClient
type IntegrationsServiceDeregisterRequest ¶ added in v0.11.1
type IntegrationsServiceDeregisterRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceDeregisterRequest) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceDeregisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDeregisterRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDeregisterRequest) GetId ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterRequest) GetId() string
func (*IntegrationsServiceDeregisterRequest) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceDeregisterRequest) ProtoMessage()
func (*IntegrationsServiceDeregisterRequest) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDeregisterRequest) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterRequest) Reset()
func (*IntegrationsServiceDeregisterRequest) String ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterRequest) String() string
type IntegrationsServiceDeregisterResponse ¶ added in v0.11.1
type IntegrationsServiceDeregisterResponse struct {
// contains filtered or unexported fields
}
func (*IntegrationsServiceDeregisterResponse) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceDeregisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDeregisterResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDeregisterResponse) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceDeregisterResponse) ProtoMessage()
func (*IntegrationsServiceDeregisterResponse) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDeregisterResponse) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterResponse) Reset()
func (*IntegrationsServiceDeregisterResponse) String ¶ added in v0.11.1
func (x *IntegrationsServiceDeregisterResponse) String() string
type IntegrationsServiceDescribeRegistrationRequest ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceDescribeRegistrationRequest) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceDescribeRegistrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDescribeRegistrationRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDescribeRegistrationRequest) GetId ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationRequest) GetId() string
func (*IntegrationsServiceDescribeRegistrationRequest) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceDescribeRegistrationRequest) ProtoMessage()
func (*IntegrationsServiceDescribeRegistrationRequest) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDescribeRegistrationRequest) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationRequest) Reset()
func (*IntegrationsServiceDescribeRegistrationRequest) String ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationRequest) String() string
type IntegrationsServiceDescribeRegistrationResponse ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationResponse struct { Result *RegisteredIntegrationItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceDescribeRegistrationResponse) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceDescribeRegistrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDescribeRegistrationResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDescribeRegistrationResponse) GetResult ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationResponse) GetResult() *RegisteredIntegrationItem
func (*IntegrationsServiceDescribeRegistrationResponse) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceDescribeRegistrationResponse) ProtoMessage()
func (*IntegrationsServiceDescribeRegistrationResponse) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDescribeRegistrationResponse) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationResponse) Reset()
func (*IntegrationsServiceDescribeRegistrationResponse) String ¶ added in v0.11.1
func (x *IntegrationsServiceDescribeRegistrationResponse) String() string
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 (x *IntegrationsServiceDetachRequest) GetId() string
func (*IntegrationsServiceDetachRequest) ProtoMessage ¶
func (*IntegrationsServiceDetachRequest) ProtoMessage()
func (*IntegrationsServiceDetachRequest) ProtoReflect ¶
func (x *IntegrationsServiceDetachRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDetachRequest) Reset ¶
func (x *IntegrationsServiceDetachRequest) Reset()
func (*IntegrationsServiceDetachRequest) String ¶
func (x *IntegrationsServiceDetachRequest) String() string
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 (x *IntegrationsServiceDetachResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDetachResponse) Reset ¶
func (x *IntegrationsServiceDetachResponse) Reset()
func (*IntegrationsServiceDetachResponse) String ¶
func (x *IntegrationsServiceDetachResponse) String() string
type IntegrationsServiceListAvailableRequest ¶ added in v0.11.1
type IntegrationsServiceListAvailableRequest struct {
// contains filtered or unexported fields
}
func (*IntegrationsServiceListAvailableRequest) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceListAvailableRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceListAvailableRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceListAvailableRequest) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceListAvailableRequest) ProtoMessage()
func (*IntegrationsServiceListAvailableRequest) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceListAvailableRequest) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableRequest) Reset()
func (*IntegrationsServiceListAvailableRequest) String ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableRequest) String() string
type IntegrationsServiceListAvailableResponse ¶ added in v0.11.1
type IntegrationsServiceListAvailableResponse struct { Result []*IntegrationAvailableItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceListAvailableResponse) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceListAvailableResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceListAvailableResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceListAvailableResponse) GetResult ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableResponse) GetResult() []*IntegrationAvailableItem
func (*IntegrationsServiceListAvailableResponse) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceListAvailableResponse) ProtoMessage()
func (*IntegrationsServiceListAvailableResponse) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceListAvailableResponse) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableResponse) Reset()
func (*IntegrationsServiceListAvailableResponse) String ¶ added in v0.11.1
func (x *IntegrationsServiceListAvailableResponse) String() string
type IntegrationsServiceListRegistrationsRequest ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsRequest struct {
// contains filtered or unexported fields
}
func (*IntegrationsServiceListRegistrationsRequest) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceListRegistrationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceListRegistrationsRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceListRegistrationsRequest) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceListRegistrationsRequest) ProtoMessage()
func (*IntegrationsServiceListRegistrationsRequest) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceListRegistrationsRequest) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsRequest) Reset()
func (*IntegrationsServiceListRegistrationsRequest) String ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsRequest) String() string
type IntegrationsServiceListRegistrationsResponse ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsResponse struct { Result []*RegisteredIntegrationItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceListRegistrationsResponse) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceListRegistrationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceListRegistrationsResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceListRegistrationsResponse) GetResult ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsResponse) GetResult() []*RegisteredIntegrationItem
func (*IntegrationsServiceListRegistrationsResponse) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceListRegistrationsResponse) ProtoMessage()
func (*IntegrationsServiceListRegistrationsResponse) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceListRegistrationsResponse) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsResponse) Reset()
func (*IntegrationsServiceListRegistrationsResponse) String ¶ added in v0.11.1
func (x *IntegrationsServiceListRegistrationsResponse) String() string
type IntegrationsServiceRegisterRequest ¶ added in v0.11.1
type IntegrationsServiceRegisterRequest struct { // unique, DNS-like name for the registration Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // Kind of integration to register // This should match the ID of an existing plugin PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // Arbitrary configuration for the integration Config *structpb.Struct `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` // Description of the registration, used for display purposes Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceRegisterRequest) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceRegisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceRegisterRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceRegisterRequest) GetConfig ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) GetConfig() *structpb.Struct
func (*IntegrationsServiceRegisterRequest) GetDescription ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) GetDescription() string
func (*IntegrationsServiceRegisterRequest) GetName ¶ added in v0.81.1
func (x *IntegrationsServiceRegisterRequest) GetName() string
func (*IntegrationsServiceRegisterRequest) GetPluginId ¶ added in v0.12.0
func (x *IntegrationsServiceRegisterRequest) GetPluginId() string
func (*IntegrationsServiceRegisterRequest) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceRegisterRequest) ProtoMessage()
func (*IntegrationsServiceRegisterRequest) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceRegisterRequest) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) Reset()
func (*IntegrationsServiceRegisterRequest) String ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) String() string
type IntegrationsServiceRegisterResponse ¶ added in v0.11.1
type IntegrationsServiceRegisterResponse struct { Result *RegisteredIntegrationItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceRegisterResponse) Descriptor
deprecated
added in
v0.11.1
func (*IntegrationsServiceRegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceRegisterResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceRegisterResponse) GetResult ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterResponse) GetResult() *RegisteredIntegrationItem
func (*IntegrationsServiceRegisterResponse) ProtoMessage ¶ added in v0.11.1
func (*IntegrationsServiceRegisterResponse) ProtoMessage()
func (*IntegrationsServiceRegisterResponse) ProtoReflect ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceRegisterResponse) Reset ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterResponse) Reset()
func (*IntegrationsServiceRegisterResponse) String ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterResponse) String() string
type IntegrationsServiceServer ¶
type IntegrationsServiceServer interface { // Integrations available and loaded in the controlplane ready to be used during registration ListAvailable(context.Context, *IntegrationsServiceListAvailableRequest) (*IntegrationsServiceListAvailableResponse, error) // Registration Related operations // Register a new integration in the organization Register(context.Context, *IntegrationsServiceRegisterRequest) (*IntegrationsServiceRegisterResponse, error) // Delete registered integrations Deregister(context.Context, *IntegrationsServiceDeregisterRequest) (*IntegrationsServiceDeregisterResponse, error) // List registered integrations ListRegistrations(context.Context, *IntegrationsServiceListRegistrationsRequest) (*IntegrationsServiceListRegistrationsResponse, error) // View registered integration DescribeRegistration(context.Context, *IntegrationsServiceDescribeRegistrationRequest) (*IntegrationsServiceDescribeRegistrationResponse, error) // Attachment Related operations // Attach an integration to a workflow Attach(context.Context, *IntegrationsServiceAttachRequest) (*IntegrationsServiceAttachResponse, error) // Detach integration from a workflow Detach(context.Context, *IntegrationsServiceDetachRequest) (*IntegrationsServiceDetachResponse, error) // List attachments 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
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 (x *ListAttachmentsResponse) GetResult() []*IntegrationAttachmentItem
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
type MembershipRole ¶ added in v0.75.0
type MembershipRole int32
const ( MembershipRole_MEMBERSHIP_ROLE_UNSPECIFIED MembershipRole = 0 MembershipRole_MEMBERSHIP_ROLE_ORG_VIEWER MembershipRole = 1 MembershipRole_MEMBERSHIP_ROLE_ORG_ADMIN MembershipRole = 2 MembershipRole_MEMBERSHIP_ROLE_ORG_OWNER MembershipRole = 3 )
func (MembershipRole) Descriptor ¶ added in v0.75.0
func (MembershipRole) Descriptor() protoreflect.EnumDescriptor
func (MembershipRole) Enum ¶ added in v0.75.0
func (x MembershipRole) Enum() *MembershipRole
func (MembershipRole) EnumDescriptor
deprecated
added in
v0.75.0
func (MembershipRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use MembershipRole.Descriptor instead.
func (MembershipRole) Number ¶ added in v0.75.0
func (x MembershipRole) Number() protoreflect.EnumNumber
func (MembershipRole) String ¶ added in v0.75.0
func (x MembershipRole) String() string
func (MembershipRole) Type ¶ added in v0.75.0
func (MembershipRole) Type() protoreflect.EnumType
type MetricsRunnerCount ¶ added in v0.80.0
type MetricsRunnerCount struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` RunnerType v1.CraftingSchema_Runner_RunnerType `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MetricsRunnerCount) Descriptor
deprecated
added in
v0.80.0
func (*MetricsRunnerCount) Descriptor() ([]byte, []int)
Deprecated: Use MetricsRunnerCount.ProtoReflect.Descriptor instead.
func (*MetricsRunnerCount) GetCount ¶ added in v0.80.0
func (x *MetricsRunnerCount) GetCount() int32
func (*MetricsRunnerCount) GetRunnerType ¶ added in v0.80.0
func (x *MetricsRunnerCount) GetRunnerType() v1.CraftingSchema_Runner_RunnerType
func (*MetricsRunnerCount) ProtoMessage ¶ added in v0.80.0
func (*MetricsRunnerCount) ProtoMessage()
func (*MetricsRunnerCount) ProtoReflect ¶ added in v0.80.0
func (x *MetricsRunnerCount) ProtoReflect() protoreflect.Message
func (*MetricsRunnerCount) Reset ¶ added in v0.80.0
func (x *MetricsRunnerCount) Reset()
func (*MetricsRunnerCount) String ¶ added in v0.80.0
func (x *MetricsRunnerCount) String() string
type MetricsStatusCount ¶ added in v0.80.0
type MetricsStatusCount struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Status RunStatus `protobuf:"varint,2,opt,name=status,proto3,enum=controlplane.v1.RunStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*MetricsStatusCount) Descriptor
deprecated
added in
v0.80.0
func (*MetricsStatusCount) Descriptor() ([]byte, []int)
Deprecated: Use MetricsStatusCount.ProtoReflect.Descriptor instead.
func (*MetricsStatusCount) GetCount ¶ added in v0.80.0
func (x *MetricsStatusCount) GetCount() int32
func (*MetricsStatusCount) GetStatus ¶ added in v0.80.0
func (x *MetricsStatusCount) GetStatus() RunStatus
func (*MetricsStatusCount) ProtoMessage ¶ added in v0.80.0
func (*MetricsStatusCount) ProtoMessage()
func (*MetricsStatusCount) ProtoReflect ¶ added in v0.80.0
func (x *MetricsStatusCount) ProtoReflect() protoreflect.Message
func (*MetricsStatusCount) Reset ¶ added in v0.80.0
func (x *MetricsStatusCount) Reset()
func (*MetricsStatusCount) String ¶ added in v0.80.0
func (x *MetricsStatusCount) String() string
type MetricsTimeWindow ¶
type MetricsTimeWindow int32
const ( MetricsTimeWindow_METRICS_TIME_WINDOW_UNSPECIFIED MetricsTimeWindow = 0 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_DAY MetricsTimeWindow = 1 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_7_DAYS MetricsTimeWindow = 2 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_30_DAYS MetricsTimeWindow = 3 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_90_DAYS MetricsTimeWindow = 4 )
func (MetricsTimeWindow) Descriptor ¶
func (MetricsTimeWindow) Descriptor() protoreflect.EnumDescriptor
func (MetricsTimeWindow) Enum ¶
func (x MetricsTimeWindow) Enum() *MetricsTimeWindow
func (MetricsTimeWindow) EnumDescriptor
deprecated
func (MetricsTimeWindow) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsTimeWindow.Descriptor instead.
func (MetricsTimeWindow) Number ¶
func (x MetricsTimeWindow) Number() protoreflect.EnumNumber
func (MetricsTimeWindow) String ¶
func (x MetricsTimeWindow) String() string
func (MetricsTimeWindow) ToDuration ¶
func (tw MetricsTimeWindow) ToDuration() *time.Duration
func (MetricsTimeWindow) Type ¶
func (MetricsTimeWindow) Type() protoreflect.EnumType
type OrgInvitationItem ¶ added in v0.25.0
type OrgInvitationItem 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"` ReceiverEmail string `protobuf:"bytes,3,opt,name=receiver_email,json=receiverEmail,proto3" json:"receiver_email,omitempty"` Sender *User `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"` Organization *OrgItem `protobuf:"bytes,5,opt,name=organization,proto3" json:"organization,omitempty"` Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` Role MembershipRole `protobuf:"varint,7,opt,name=role,proto3,enum=controlplane.v1.MembershipRole" json:"role,omitempty"` // contains filtered or unexported fields }
func (*OrgInvitationItem) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationItem) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationItem.ProtoReflect.Descriptor instead.
func (*OrgInvitationItem) GetCreatedAt ¶ added in v0.25.0
func (x *OrgInvitationItem) GetCreatedAt() *timestamppb.Timestamp
func (*OrgInvitationItem) GetId ¶ added in v0.25.0
func (x *OrgInvitationItem) GetId() string
func (*OrgInvitationItem) GetOrganization ¶ added in v0.25.0
func (x *OrgInvitationItem) GetOrganization() *OrgItem
func (*OrgInvitationItem) GetReceiverEmail ¶ added in v0.25.0
func (x *OrgInvitationItem) GetReceiverEmail() string
func (*OrgInvitationItem) GetRole ¶ added in v0.75.0
func (x *OrgInvitationItem) GetRole() MembershipRole
func (*OrgInvitationItem) GetSender ¶ added in v0.25.0
func (x *OrgInvitationItem) GetSender() *User
func (*OrgInvitationItem) GetStatus ¶ added in v0.25.0
func (x *OrgInvitationItem) GetStatus() string
func (*OrgInvitationItem) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationItem) ProtoMessage()
func (*OrgInvitationItem) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationItem) ProtoReflect() protoreflect.Message
func (*OrgInvitationItem) Reset ¶ added in v0.25.0
func (x *OrgInvitationItem) Reset()
func (*OrgInvitationItem) String ¶ added in v0.25.0
func (x *OrgInvitationItem) String() string
type OrgInvitationServiceClient ¶ added in v0.25.0
type OrgInvitationServiceClient interface { // Create an invitation for a user to join an organization. Create(ctx context.Context, in *OrgInvitationServiceCreateRequest, opts ...grpc.CallOption) (*OrgInvitationServiceCreateResponse, error) // Revoke an invitation. Revoke(ctx context.Context, in *OrgInvitationServiceRevokeRequest, opts ...grpc.CallOption) (*OrgInvitationServiceRevokeResponse, error) // List all invitations in the current org ListSent(ctx context.Context, in *OrgInvitationServiceListSentRequest, opts ...grpc.CallOption) (*OrgInvitationServiceListSentResponse, error) }
OrgInvitationServiceClient is the client API for OrgInvitationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOrgInvitationServiceClient ¶ added in v0.25.0
func NewOrgInvitationServiceClient(cc grpc.ClientConnInterface) OrgInvitationServiceClient
type OrgInvitationServiceCreateRequest ¶ added in v0.25.0
type OrgInvitationServiceCreateRequest struct { // organization is deprecated and not used anymore // // Deprecated: Marked as deprecated in controlplane/v1/org_invitation.proto. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` ReceiverEmail string `protobuf:"bytes,2,opt,name=receiver_email,json=receiverEmail,proto3" json:"receiver_email,omitempty"` Role MembershipRole `protobuf:"varint,3,opt,name=role,proto3,enum=controlplane.v1.MembershipRole" json:"role,omitempty"` // contains filtered or unexported fields }
func (*OrgInvitationServiceCreateRequest) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceCreateRequest) GetOrganizationId
deprecated
added in
v0.25.0
func (x *OrgInvitationServiceCreateRequest) GetOrganizationId() string
Deprecated: Marked as deprecated in controlplane/v1/org_invitation.proto.
func (*OrgInvitationServiceCreateRequest) GetReceiverEmail ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateRequest) GetReceiverEmail() string
func (*OrgInvitationServiceCreateRequest) GetRole ¶ added in v0.75.0
func (x *OrgInvitationServiceCreateRequest) GetRole() MembershipRole
func (*OrgInvitationServiceCreateRequest) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceCreateRequest) ProtoMessage()
func (*OrgInvitationServiceCreateRequest) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceCreateRequest) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateRequest) Reset()
func (*OrgInvitationServiceCreateRequest) String ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateRequest) String() string
type OrgInvitationServiceCreateResponse ¶ added in v0.25.0
type OrgInvitationServiceCreateResponse struct { Result *OrgInvitationItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrgInvitationServiceCreateResponse) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceCreateResponse) GetResult ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateResponse) GetResult() *OrgInvitationItem
func (*OrgInvitationServiceCreateResponse) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceCreateResponse) ProtoMessage()
func (*OrgInvitationServiceCreateResponse) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceCreateResponse) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateResponse) Reset()
func (*OrgInvitationServiceCreateResponse) String ¶ added in v0.25.0
func (x *OrgInvitationServiceCreateResponse) String() string
type OrgInvitationServiceListSentRequest ¶ added in v0.25.0
type OrgInvitationServiceListSentRequest struct {
// contains filtered or unexported fields
}
func (*OrgInvitationServiceListSentRequest) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceListSentRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceListSentRequest.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceListSentRequest) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceListSentRequest) ProtoMessage()
func (*OrgInvitationServiceListSentRequest) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentRequest) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceListSentRequest) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentRequest) Reset()
func (*OrgInvitationServiceListSentRequest) String ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentRequest) String() string
type OrgInvitationServiceListSentResponse ¶ added in v0.25.0
type OrgInvitationServiceListSentResponse struct { Result []*OrgInvitationItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrgInvitationServiceListSentResponse) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceListSentResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceListSentResponse.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceListSentResponse) GetResult ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentResponse) GetResult() []*OrgInvitationItem
func (*OrgInvitationServiceListSentResponse) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceListSentResponse) ProtoMessage()
func (*OrgInvitationServiceListSentResponse) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentResponse) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceListSentResponse) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentResponse) Reset()
func (*OrgInvitationServiceListSentResponse) String ¶ added in v0.25.0
func (x *OrgInvitationServiceListSentResponse) String() string
type OrgInvitationServiceRevokeRequest ¶ added in v0.25.0
type OrgInvitationServiceRevokeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*OrgInvitationServiceRevokeRequest) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceRevokeRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceRevokeRequest.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceRevokeRequest) GetId ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeRequest) GetId() string
func (*OrgInvitationServiceRevokeRequest) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceRevokeRequest) ProtoMessage()
func (*OrgInvitationServiceRevokeRequest) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeRequest) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceRevokeRequest) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeRequest) Reset()
func (*OrgInvitationServiceRevokeRequest) String ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeRequest) String() string
type OrgInvitationServiceRevokeResponse ¶ added in v0.25.0
type OrgInvitationServiceRevokeResponse struct {
// contains filtered or unexported fields
}
func (*OrgInvitationServiceRevokeResponse) Descriptor
deprecated
added in
v0.25.0
func (*OrgInvitationServiceRevokeResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrgInvitationServiceRevokeResponse.ProtoReflect.Descriptor instead.
func (*OrgInvitationServiceRevokeResponse) ProtoMessage ¶ added in v0.25.0
func (*OrgInvitationServiceRevokeResponse) ProtoMessage()
func (*OrgInvitationServiceRevokeResponse) ProtoReflect ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeResponse) ProtoReflect() protoreflect.Message
func (*OrgInvitationServiceRevokeResponse) Reset ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeResponse) Reset()
func (*OrgInvitationServiceRevokeResponse) String ¶ added in v0.25.0
func (x *OrgInvitationServiceRevokeResponse) String() string
type OrgInvitationServiceServer ¶ added in v0.25.0
type OrgInvitationServiceServer interface { // Create an invitation for a user to join an organization. Create(context.Context, *OrgInvitationServiceCreateRequest) (*OrgInvitationServiceCreateResponse, error) // Revoke an invitation. Revoke(context.Context, *OrgInvitationServiceRevokeRequest) (*OrgInvitationServiceRevokeResponse, error) // List all invitations in the current org ListSent(context.Context, *OrgInvitationServiceListSentRequest) (*OrgInvitationServiceListSentResponse, error) // contains filtered or unexported methods }
OrgInvitationServiceServer is the server API for OrgInvitationService service. All implementations must embed UnimplementedOrgInvitationServiceServer for forward compatibility
type OrgItem ¶ added in v0.50.0
type OrgItem 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 (*OrgItem) Descriptor
deprecated
added in
v0.50.0
func (*OrgItem) GetCreatedAt ¶ added in v0.50.0
func (x *OrgItem) GetCreatedAt() *timestamppb.Timestamp
func (*OrgItem) ProtoMessage ¶ added in v0.50.0
func (*OrgItem) ProtoMessage()
func (*OrgItem) ProtoReflect ¶ added in v0.50.0
func (x *OrgItem) ProtoReflect() protoreflect.Message
type OrgMembershipItem ¶
type OrgMembershipItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Org *OrgItem `protobuf:"bytes,2,opt,name=org,proto3" json:"org,omitempty"` User *User `protobuf:"bytes,7,opt,name=user,proto3" json:"user,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"` Role MembershipRole `protobuf:"varint,6,opt,name=role,proto3,enum=controlplane.v1.MembershipRole" json:"role,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() *OrgItem
func (*OrgMembershipItem) GetRole ¶ added in v0.75.0
func (x *OrgMembershipItem) GetRole() MembershipRole
func (*OrgMembershipItem) GetUpdatedAt ¶
func (x *OrgMembershipItem) GetUpdatedAt() *timestamppb.Timestamp
func (*OrgMembershipItem) GetUser ¶ added in v0.75.0
func (x *OrgMembershipItem) GetUser() *User
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
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) DailyRunsCount(ctx context.Context, in *DailyRunsCountRequest, opts ...grpc.CallOption) (*DailyRunsCountResponse, 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.
func NewOrgMetricsServiceClient ¶
func NewOrgMetricsServiceClient(cc grpc.ClientConnInterface) OrgMetricsServiceClient
type OrgMetricsServiceServer ¶
type OrgMetricsServiceServer interface { Totals(context.Context, *OrgMetricsServiceTotalsRequest) (*OrgMetricsServiceTotalsResponse, error) TopWorkflowsByRunsCount(context.Context, *TopWorkflowsByRunsCountRequest) (*TopWorkflowsByRunsCountResponse, error) DailyRunsCount(context.Context, *DailyRunsCountRequest) (*DailyRunsCountResponse, 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 (x *OrgMetricsServiceTotalsRequest) GetTimeWindow() MetricsTimeWindow
func (*OrgMetricsServiceTotalsRequest) ProtoMessage ¶
func (*OrgMetricsServiceTotalsRequest) ProtoMessage()
func (*OrgMetricsServiceTotalsRequest) ProtoReflect ¶
func (x *OrgMetricsServiceTotalsRequest) ProtoReflect() protoreflect.Message
func (*OrgMetricsServiceTotalsRequest) Reset ¶
func (x *OrgMetricsServiceTotalsRequest) Reset()
func (*OrgMetricsServiceTotalsRequest) String ¶
func (x *OrgMetricsServiceTotalsRequest) String() string
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 (x *OrgMetricsServiceTotalsResponse) GetResult() *OrgMetricsServiceTotalsResponse_Result
func (*OrgMetricsServiceTotalsResponse) ProtoMessage ¶
func (*OrgMetricsServiceTotalsResponse) ProtoMessage()
func (*OrgMetricsServiceTotalsResponse) ProtoReflect ¶
func (x *OrgMetricsServiceTotalsResponse) ProtoReflect() protoreflect.Message
func (*OrgMetricsServiceTotalsResponse) Reset ¶
func (x *OrgMetricsServiceTotalsResponse) Reset()
func (*OrgMetricsServiceTotalsResponse) String ¶
func (x *OrgMetricsServiceTotalsResponse) String() string
type OrgMetricsServiceTotalsResponse_Result ¶
type OrgMetricsServiceTotalsResponse_Result struct { RunsTotal int32 `protobuf:"varint,1,opt,name=runs_total,json=runsTotal,proto3" json:"runs_total,omitempty"` RunsTotalByStatus []*MetricsStatusCount `protobuf:"bytes,2,rep,name=runs_total_by_status,json=runsTotalByStatus,proto3" json:"runs_total_by_status,omitempty"` RunsTotalByRunnerType []*MetricsRunnerCount `` /* 130-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 (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotal() int32
func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType ¶
func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType() []*MetricsRunnerCount
func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus ¶
func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus() []*MetricsStatusCount
func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage ¶
func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage()
func (*OrgMetricsServiceTotalsResponse_Result) ProtoReflect ¶
func (x *OrgMetricsServiceTotalsResponse_Result) ProtoReflect() protoreflect.Message
func (*OrgMetricsServiceTotalsResponse_Result) Reset ¶
func (x *OrgMetricsServiceTotalsResponse_Result) Reset()
func (*OrgMetricsServiceTotalsResponse_Result) String ¶
func (x *OrgMetricsServiceTotalsResponse_Result) String() string
type OrganizationServiceClient ¶
type OrganizationServiceClient interface { Create(ctx context.Context, in *OrganizationServiceCreateRequest, opts ...grpc.CallOption) (*OrganizationServiceCreateResponse, error) Update(ctx context.Context, in *OrganizationServiceUpdateRequest, opts ...grpc.CallOption) (*OrganizationServiceUpdateResponse, error) // List members in the organization ListMemberships(ctx context.Context, in *OrganizationServiceListMembershipsRequest, opts ...grpc.CallOption) (*OrganizationServiceListMembershipsResponse, error) // Delete member from the organization // Currently the currentUser can not delete himself from this endpoint // for that she needs to use the UserService endpoint instead DeleteMembership(ctx context.Context, in *OrganizationServiceDeleteMembershipRequest, opts ...grpc.CallOption) (*OrganizationServiceDeleteMembershipResponse, error) UpdateMembership(ctx context.Context, in *OrganizationServiceUpdateMembershipRequest, opts ...grpc.CallOption) (*OrganizationServiceUpdateMembershipResponse, 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.
func NewOrganizationServiceClient ¶
func NewOrganizationServiceClient(cc grpc.ClientConnInterface) OrganizationServiceClient
type OrganizationServiceCreateRequest ¶ added in v0.50.0
type OrganizationServiceCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceCreateRequest) Descriptor
deprecated
added in
v0.50.0
func (*OrganizationServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*OrganizationServiceCreateRequest) GetName ¶ added in v0.50.0
func (x *OrganizationServiceCreateRequest) GetName() string
func (*OrganizationServiceCreateRequest) ProtoMessage ¶ added in v0.50.0
func (*OrganizationServiceCreateRequest) ProtoMessage()
func (*OrganizationServiceCreateRequest) ProtoReflect ¶ added in v0.50.0
func (x *OrganizationServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*OrganizationServiceCreateRequest) Reset ¶ added in v0.50.0
func (x *OrganizationServiceCreateRequest) Reset()
func (*OrganizationServiceCreateRequest) String ¶ added in v0.50.0
func (x *OrganizationServiceCreateRequest) String() string
type OrganizationServiceCreateResponse ¶ added in v0.50.0
type OrganizationServiceCreateResponse struct { Result *OrgItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceCreateResponse) Descriptor
deprecated
added in
v0.50.0
func (*OrganizationServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*OrganizationServiceCreateResponse) GetResult ¶ added in v0.50.0
func (x *OrganizationServiceCreateResponse) GetResult() *OrgItem
func (*OrganizationServiceCreateResponse) ProtoMessage ¶ added in v0.50.0
func (*OrganizationServiceCreateResponse) ProtoMessage()
func (*OrganizationServiceCreateResponse) ProtoReflect ¶ added in v0.50.0
func (x *OrganizationServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*OrganizationServiceCreateResponse) Reset ¶ added in v0.50.0
func (x *OrganizationServiceCreateResponse) Reset()
func (*OrganizationServiceCreateResponse) String ¶ added in v0.50.0
func (x *OrganizationServiceCreateResponse) String() string
type OrganizationServiceDeleteMembershipRequest ¶ added in v0.75.0
type OrganizationServiceDeleteMembershipRequest struct { MembershipId string `protobuf:"bytes,1,opt,name=membership_id,json=membershipId,proto3" json:"membership_id,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceDeleteMembershipRequest) Descriptor
deprecated
added in
v0.75.0
func (*OrganizationServiceDeleteMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceDeleteMembershipRequest.ProtoReflect.Descriptor instead.
func (*OrganizationServiceDeleteMembershipRequest) GetMembershipId ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipRequest) GetMembershipId() string
func (*OrganizationServiceDeleteMembershipRequest) ProtoMessage ¶ added in v0.75.0
func (*OrganizationServiceDeleteMembershipRequest) ProtoMessage()
func (*OrganizationServiceDeleteMembershipRequest) ProtoReflect ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipRequest) ProtoReflect() protoreflect.Message
func (*OrganizationServiceDeleteMembershipRequest) Reset ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipRequest) Reset()
func (*OrganizationServiceDeleteMembershipRequest) String ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipRequest) String() string
type OrganizationServiceDeleteMembershipResponse ¶ added in v0.75.0
type OrganizationServiceDeleteMembershipResponse struct {
// contains filtered or unexported fields
}
func (*OrganizationServiceDeleteMembershipResponse) Descriptor
deprecated
added in
v0.75.0
func (*OrganizationServiceDeleteMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceDeleteMembershipResponse.ProtoReflect.Descriptor instead.
func (*OrganizationServiceDeleteMembershipResponse) ProtoMessage ¶ added in v0.75.0
func (*OrganizationServiceDeleteMembershipResponse) ProtoMessage()
func (*OrganizationServiceDeleteMembershipResponse) ProtoReflect ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipResponse) ProtoReflect() protoreflect.Message
func (*OrganizationServiceDeleteMembershipResponse) Reset ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipResponse) Reset()
func (*OrganizationServiceDeleteMembershipResponse) String ¶ added in v0.75.0
func (x *OrganizationServiceDeleteMembershipResponse) String() string
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) ProtoMessage()
func (*OrganizationServiceListMembershipsRequest) ProtoReflect ¶
func (x *OrganizationServiceListMembershipsRequest) ProtoReflect() protoreflect.Message
func (*OrganizationServiceListMembershipsRequest) Reset ¶
func (x *OrganizationServiceListMembershipsRequest) Reset()
func (*OrganizationServiceListMembershipsRequest) String ¶
func (x *OrganizationServiceListMembershipsRequest) String() string
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
func (*OrganizationServiceListMembershipsResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceListMembershipsResponse.ProtoReflect.Descriptor instead.
func (*OrganizationServiceListMembershipsResponse) GetResult ¶
func (x *OrganizationServiceListMembershipsResponse) GetResult() []*OrgMembershipItem
func (*OrganizationServiceListMembershipsResponse) ProtoMessage ¶
func (*OrganizationServiceListMembershipsResponse) ProtoMessage()
func (*OrganizationServiceListMembershipsResponse) ProtoReflect ¶
func (x *OrganizationServiceListMembershipsResponse) ProtoReflect() protoreflect.Message
func (*OrganizationServiceListMembershipsResponse) Reset ¶
func (x *OrganizationServiceListMembershipsResponse) Reset()
func (*OrganizationServiceListMembershipsResponse) String ¶
func (x *OrganizationServiceListMembershipsResponse) String() string
type OrganizationServiceServer ¶
type OrganizationServiceServer interface { Create(context.Context, *OrganizationServiceCreateRequest) (*OrganizationServiceCreateResponse, error) Update(context.Context, *OrganizationServiceUpdateRequest) (*OrganizationServiceUpdateResponse, error) // List members in the organization ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error) // Delete member from the organization // Currently the currentUser can not delete himself from this endpoint // for that she needs to use the UserService endpoint instead DeleteMembership(context.Context, *OrganizationServiceDeleteMembershipRequest) (*OrganizationServiceDeleteMembershipResponse, error) UpdateMembership(context.Context, *OrganizationServiceUpdateMembershipRequest) (*OrganizationServiceUpdateMembershipResponse, error) // contains filtered or unexported methods }
OrganizationServiceServer is the server API for OrganizationService service. All implementations must embed UnimplementedOrganizationServiceServer for forward compatibility
type OrganizationServiceUpdateMembershipRequest ¶ added in v0.75.0
type OrganizationServiceUpdateMembershipRequest struct { MembershipId string `protobuf:"bytes,1,opt,name=membership_id,json=membershipId,proto3" json:"membership_id,omitempty"` Role MembershipRole `protobuf:"varint,2,opt,name=role,proto3,enum=controlplane.v1.MembershipRole" json:"role,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceUpdateMembershipRequest) Descriptor
deprecated
added in
v0.75.0
func (*OrganizationServiceUpdateMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceUpdateMembershipRequest.ProtoReflect.Descriptor instead.
func (*OrganizationServiceUpdateMembershipRequest) GetMembershipId ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipRequest) GetMembershipId() string
func (*OrganizationServiceUpdateMembershipRequest) GetRole ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipRequest) GetRole() MembershipRole
func (*OrganizationServiceUpdateMembershipRequest) ProtoMessage ¶ added in v0.75.0
func (*OrganizationServiceUpdateMembershipRequest) ProtoMessage()
func (*OrganizationServiceUpdateMembershipRequest) ProtoReflect ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipRequest) ProtoReflect() protoreflect.Message
func (*OrganizationServiceUpdateMembershipRequest) Reset ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipRequest) Reset()
func (*OrganizationServiceUpdateMembershipRequest) String ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipRequest) String() string
type OrganizationServiceUpdateMembershipResponse ¶ added in v0.75.0
type OrganizationServiceUpdateMembershipResponse struct { Result *OrgMembershipItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceUpdateMembershipResponse) Descriptor
deprecated
added in
v0.75.0
func (*OrganizationServiceUpdateMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceUpdateMembershipResponse.ProtoReflect.Descriptor instead.
func (*OrganizationServiceUpdateMembershipResponse) GetResult ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipResponse) GetResult() *OrgMembershipItem
func (*OrganizationServiceUpdateMembershipResponse) ProtoMessage ¶ added in v0.75.0
func (*OrganizationServiceUpdateMembershipResponse) ProtoMessage()
func (*OrganizationServiceUpdateMembershipResponse) ProtoReflect ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipResponse) ProtoReflect() protoreflect.Message
func (*OrganizationServiceUpdateMembershipResponse) Reset ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipResponse) Reset()
func (*OrganizationServiceUpdateMembershipResponse) String ¶ added in v0.75.0
func (x *OrganizationServiceUpdateMembershipResponse) String() string
type OrganizationServiceUpdateRequest ¶ added in v0.50.0
type OrganizationServiceUpdateRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // "optional" allow us to detect if the value is explicitly set // and not just the default balue Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceUpdateRequest) Descriptor
deprecated
added in
v0.50.0
func (*OrganizationServiceUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceUpdateRequest.ProtoReflect.Descriptor instead.
func (*OrganizationServiceUpdateRequest) GetId ¶ added in v0.50.0
func (x *OrganizationServiceUpdateRequest) GetId() string
func (*OrganizationServiceUpdateRequest) GetName ¶ added in v0.50.0
func (x *OrganizationServiceUpdateRequest) GetName() string
func (*OrganizationServiceUpdateRequest) ProtoMessage ¶ added in v0.50.0
func (*OrganizationServiceUpdateRequest) ProtoMessage()
func (*OrganizationServiceUpdateRequest) ProtoReflect ¶ added in v0.50.0
func (x *OrganizationServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*OrganizationServiceUpdateRequest) Reset ¶ added in v0.50.0
func (x *OrganizationServiceUpdateRequest) Reset()
func (*OrganizationServiceUpdateRequest) String ¶ added in v0.50.0
func (x *OrganizationServiceUpdateRequest) String() string
type OrganizationServiceUpdateResponse ¶ added in v0.50.0
type OrganizationServiceUpdateResponse struct { Result *OrgItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceUpdateResponse) Descriptor
deprecated
added in
v0.50.0
func (*OrganizationServiceUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationServiceUpdateResponse.ProtoReflect.Descriptor instead.
func (*OrganizationServiceUpdateResponse) GetResult ¶ added in v0.50.0
func (x *OrganizationServiceUpdateResponse) GetResult() *OrgItem
func (*OrganizationServiceUpdateResponse) ProtoMessage ¶ added in v0.50.0
func (*OrganizationServiceUpdateResponse) ProtoMessage()
func (*OrganizationServiceUpdateResponse) ProtoReflect ¶ added in v0.50.0
func (x *OrganizationServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*OrganizationServiceUpdateResponse) Reset ¶ added in v0.50.0
func (x *OrganizationServiceUpdateResponse) Reset()
func (*OrganizationServiceUpdateResponse) String ¶ added in v0.50.0
func (x *OrganizationServiceUpdateResponse) String() string
type PluginFanout ¶ added in v0.12.0
type PluginFanout struct { // Registration JSON schema RegistrationSchema []byte `protobuf:"bytes,4,opt,name=registration_schema,json=registrationSchema,proto3" json:"registration_schema,omitempty"` // Attachment JSON schema AttachmentSchema []byte `protobuf:"bytes,5,opt,name=attachment_schema,json=attachmentSchema,proto3" json:"attachment_schema,omitempty"` // List of materials that the integration is subscribed to SubscribedMaterials []string `protobuf:"bytes,6,rep,name=subscribed_materials,json=subscribedMaterials,proto3" json:"subscribed_materials,omitempty"` // contains filtered or unexported fields }
PluginFanout describes a plugin that can be used to fanout attestation and materials to multiple integrations
func (*PluginFanout) Descriptor
deprecated
added in
v0.12.0
func (*PluginFanout) Descriptor() ([]byte, []int)
Deprecated: Use PluginFanout.ProtoReflect.Descriptor instead.
func (*PluginFanout) GetAttachmentSchema ¶ added in v0.12.0
func (x *PluginFanout) GetAttachmentSchema() []byte
func (*PluginFanout) GetRegistrationSchema ¶ added in v0.12.0
func (x *PluginFanout) GetRegistrationSchema() []byte
func (*PluginFanout) GetSubscribedMaterials ¶ added in v0.12.0
func (x *PluginFanout) GetSubscribedMaterials() []string
func (*PluginFanout) ProtoMessage ¶ added in v0.12.0
func (*PluginFanout) ProtoMessage()
func (*PluginFanout) ProtoReflect ¶ added in v0.12.0
func (x *PluginFanout) ProtoReflect() protoreflect.Message
func (*PluginFanout) Reset ¶ added in v0.12.0
func (x *PluginFanout) Reset()
func (*PluginFanout) String ¶ added in v0.12.0
func (x *PluginFanout) String() string
type ReferrerItem ¶ added in v0.30.0
type ReferrerItem struct { // Digest of the referrer, i.e sha256:deadbeef or sha1:beefdead Digest string `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` // Kind of referrer, i.e CONTAINER_IMAGE, GIT_HEAD, ... Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // Whether the referrer is downloadable or not from CAS Downloadable bool `protobuf:"varint,3,opt,name=downloadable,proto3" json:"downloadable,omitempty"` // Whether the referrer is public since it belongs to a public workflow Public bool `protobuf:"varint,6,opt,name=public,proto3" json:"public,omitempty"` References []*ReferrerItem `protobuf:"bytes,4,rep,name=references,proto3" json:"references,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ Annotations map[string]string `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReferrerItem) Descriptor
deprecated
added in
v0.30.0
func (*ReferrerItem) Descriptor() ([]byte, []int)
Deprecated: Use ReferrerItem.ProtoReflect.Descriptor instead.
func (*ReferrerItem) GetAnnotations ¶ added in v0.55.0
func (x *ReferrerItem) GetAnnotations() map[string]string
func (*ReferrerItem) GetCreatedAt ¶ added in v0.30.0
func (x *ReferrerItem) GetCreatedAt() *timestamppb.Timestamp
func (*ReferrerItem) GetDigest ¶ added in v0.30.0
func (x *ReferrerItem) GetDigest() string
func (*ReferrerItem) GetDownloadable ¶ added in v0.30.0
func (x *ReferrerItem) GetDownloadable() bool
func (*ReferrerItem) GetKind ¶ added in v0.30.0
func (x *ReferrerItem) GetKind() string
func (*ReferrerItem) GetMetadata ¶ added in v0.55.0
func (x *ReferrerItem) GetMetadata() map[string]string
func (*ReferrerItem) GetPublic ¶ added in v0.40.0
func (x *ReferrerItem) GetPublic() bool
func (*ReferrerItem) GetReferences ¶ added in v0.30.0
func (x *ReferrerItem) GetReferences() []*ReferrerItem
func (*ReferrerItem) ProtoMessage ¶ added in v0.30.0
func (*ReferrerItem) ProtoMessage()
func (*ReferrerItem) ProtoReflect ¶ added in v0.30.0
func (x *ReferrerItem) ProtoReflect() protoreflect.Message
func (*ReferrerItem) Reset ¶ added in v0.30.0
func (x *ReferrerItem) Reset()
func (*ReferrerItem) String ¶ added in v0.30.0
func (x *ReferrerItem) String() string
type ReferrerServiceClient ¶ added in v0.30.0
type ReferrerServiceClient interface { // DiscoverPrivate returns the referrer item for a given digest in the organizations of the logged-in user DiscoverPrivate(ctx context.Context, in *ReferrerServiceDiscoverPrivateRequest, opts ...grpc.CallOption) (*ReferrerServiceDiscoverPrivateResponse, error) DiscoverPublicShared(ctx context.Context, in *DiscoverPublicSharedRequest, opts ...grpc.CallOption) (*DiscoverPublicSharedResponse, error) }
ReferrerServiceClient is the client API for ReferrerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewReferrerServiceClient ¶ added in v0.30.0
func NewReferrerServiceClient(cc grpc.ClientConnInterface) ReferrerServiceClient
type ReferrerServiceDiscoverPrivateRequest ¶ added in v0.40.0
type ReferrerServiceDiscoverPrivateRequest struct { Digest string `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` // Optional kind of referrer, i.e CONTAINER_IMAGE, GIT_HEAD, ... // Used to filter and resolve ambiguities Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*ReferrerServiceDiscoverPrivateRequest) Descriptor
deprecated
added in
v0.40.0
func (*ReferrerServiceDiscoverPrivateRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReferrerServiceDiscoverPrivateRequest.ProtoReflect.Descriptor instead.
func (*ReferrerServiceDiscoverPrivateRequest) GetDigest ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateRequest) GetDigest() string
func (*ReferrerServiceDiscoverPrivateRequest) GetKind ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateRequest) GetKind() string
func (*ReferrerServiceDiscoverPrivateRequest) ProtoMessage ¶ added in v0.40.0
func (*ReferrerServiceDiscoverPrivateRequest) ProtoMessage()
func (*ReferrerServiceDiscoverPrivateRequest) ProtoReflect ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateRequest) ProtoReflect() protoreflect.Message
func (*ReferrerServiceDiscoverPrivateRequest) Reset ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateRequest) Reset()
func (*ReferrerServiceDiscoverPrivateRequest) String ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateRequest) String() string
type ReferrerServiceDiscoverPrivateResponse ¶ added in v0.40.0
type ReferrerServiceDiscoverPrivateResponse struct { Result *ReferrerItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ReferrerServiceDiscoverPrivateResponse) Descriptor
deprecated
added in
v0.40.0
func (*ReferrerServiceDiscoverPrivateResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReferrerServiceDiscoverPrivateResponse.ProtoReflect.Descriptor instead.
func (*ReferrerServiceDiscoverPrivateResponse) GetResult ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateResponse) GetResult() *ReferrerItem
func (*ReferrerServiceDiscoverPrivateResponse) ProtoMessage ¶ added in v0.40.0
func (*ReferrerServiceDiscoverPrivateResponse) ProtoMessage()
func (*ReferrerServiceDiscoverPrivateResponse) ProtoReflect ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateResponse) ProtoReflect() protoreflect.Message
func (*ReferrerServiceDiscoverPrivateResponse) Reset ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateResponse) Reset()
func (*ReferrerServiceDiscoverPrivateResponse) String ¶ added in v0.40.0
func (x *ReferrerServiceDiscoverPrivateResponse) String() string
type ReferrerServiceHTTPClient ¶ added in v0.30.0
type ReferrerServiceHTTPClient interface {
}func NewReferrerServiceHTTPClient ¶ added in v0.30.0
func NewReferrerServiceHTTPClient(client *http.Client) ReferrerServiceHTTPClient
type ReferrerServiceHTTPClientImpl ¶ added in v0.30.0
type ReferrerServiceHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*ReferrerServiceHTTPClientImpl) DiscoverPublicShared ¶ added in v0.40.0
func (c *ReferrerServiceHTTPClientImpl) DiscoverPublicShared(ctx context.Context, in *DiscoverPublicSharedRequest, opts ...http.CallOption) (*DiscoverPublicSharedResponse, error)
type ReferrerServiceHTTPServer ¶ added in v0.30.0
type ReferrerServiceHTTPServer interface { context.Context, *DiscoverPublicSharedRequest) (*DiscoverPublicSharedResponse, error) }DiscoverPublicShared(
type ReferrerServiceServer ¶ added in v0.30.0
type ReferrerServiceServer interface { // DiscoverPrivate returns the referrer item for a given digest in the organizations of the logged-in user DiscoverPrivate(context.Context, *ReferrerServiceDiscoverPrivateRequest) (*ReferrerServiceDiscoverPrivateResponse, error) DiscoverPublicShared(context.Context, *DiscoverPublicSharedRequest) (*DiscoverPublicSharedResponse, error) // contains filtered or unexported methods }
ReferrerServiceServer is the server API for ReferrerService service. All implementations must embed UnimplementedReferrerServiceServer for forward compatibility
type RegisteredIntegrationItem ¶ added in v0.11.1
type RegisteredIntegrationItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // unique, DNS-like name for the registration Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // Description of the registration, used for display purposes Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Arbitrary configuration for the integration Config []byte `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*RegisteredIntegrationItem) Descriptor
deprecated
added in
v0.11.1
func (*RegisteredIntegrationItem) Descriptor() ([]byte, []int)
Deprecated: Use RegisteredIntegrationItem.ProtoReflect.Descriptor instead.
func (*RegisteredIntegrationItem) GetConfig ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) GetConfig() []byte
func (*RegisteredIntegrationItem) GetCreatedAt ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) GetCreatedAt() *timestamppb.Timestamp
func (*RegisteredIntegrationItem) GetDescription ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) GetDescription() string
func (*RegisteredIntegrationItem) GetId ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) GetId() string
func (*RegisteredIntegrationItem) GetKind ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) GetKind() string
func (*RegisteredIntegrationItem) GetName ¶ added in v0.81.1
func (x *RegisteredIntegrationItem) GetName() string
func (*RegisteredIntegrationItem) ProtoMessage ¶ added in v0.11.1
func (*RegisteredIntegrationItem) ProtoMessage()
func (*RegisteredIntegrationItem) ProtoReflect ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) ProtoReflect() protoreflect.Message
func (*RegisteredIntegrationItem) Reset ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) Reset()
func (*RegisteredIntegrationItem) String ¶ added in v0.11.1
func (x *RegisteredIntegrationItem) String() string
type RobotAccountServiceClient ¶
type RobotAccountServiceClient interface { Create(ctx context.Context, in *RobotAccountServiceCreateRequest, opts ...grpc.CallOption) (*RobotAccountServiceCreateResponse, error) List(ctx context.Context, in *RobotAccountServiceListRequest, opts ...grpc.CallOption) (*RobotAccountServiceListResponse, error) Revoke(ctx context.Context, in *RobotAccountServiceRevokeRequest, opts ...grpc.CallOption) (*RobotAccountServiceRevokeResponse, error) }
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.
func NewRobotAccountServiceClient ¶
func NewRobotAccountServiceClient(cc grpc.ClientConnInterface) RobotAccountServiceClient
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 (x *RobotAccountServiceCreateRequest) GetName() string
func (*RobotAccountServiceCreateRequest) GetWorkflowId ¶
func (x *RobotAccountServiceCreateRequest) GetWorkflowId() string
func (*RobotAccountServiceCreateRequest) ProtoMessage ¶
func (*RobotAccountServiceCreateRequest) ProtoMessage()
func (*RobotAccountServiceCreateRequest) ProtoReflect ¶
func (x *RobotAccountServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceCreateRequest) Reset ¶
func (x *RobotAccountServiceCreateRequest) Reset()
func (*RobotAccountServiceCreateRequest) String ¶
func (x *RobotAccountServiceCreateRequest) String() string
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 (x *RobotAccountServiceCreateResponse) GetResult() *RobotAccountServiceCreateResponse_RobotAccountFull
func (*RobotAccountServiceCreateResponse) ProtoMessage ¶
func (*RobotAccountServiceCreateResponse) ProtoMessage()
func (*RobotAccountServiceCreateResponse) ProtoReflect ¶
func (x *RobotAccountServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceCreateResponse) Reset ¶
func (x *RobotAccountServiceCreateResponse) Reset()
func (*RobotAccountServiceCreateResponse) String ¶
func (x *RobotAccountServiceCreateResponse) String() string
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
func (*RobotAccountServiceCreateResponse_RobotAccountFull) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceCreateResponse_RobotAccountFull.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetCreatedAt ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetCreatedAt() *timestamppb.Timestamp
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetId ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetId() string
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetKey ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetKey() string
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetName ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetName() string
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetRevokedAt ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetRevokedAt() *timestamppb.Timestamp
func (*RobotAccountServiceCreateResponse_RobotAccountFull) GetWorkflowId ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) GetWorkflowId() string
func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoMessage ¶
func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoMessage()
func (*RobotAccountServiceCreateResponse_RobotAccountFull) ProtoReflect ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceCreateResponse_RobotAccountFull) Reset ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) Reset()
func (*RobotAccountServiceCreateResponse_RobotAccountFull) String ¶
func (x *RobotAccountServiceCreateResponse_RobotAccountFull) String() string
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 (x *RobotAccountServiceListRequest) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceListRequest) Reset ¶
func (x *RobotAccountServiceListRequest) Reset()
func (*RobotAccountServiceListRequest) String ¶
func (x *RobotAccountServiceListRequest) String() string
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 (x *RobotAccountServiceListResponse) GetResult() []*RobotAccountServiceListResponse_RobotAccountItem
func (*RobotAccountServiceListResponse) ProtoMessage ¶
func (*RobotAccountServiceListResponse) ProtoMessage()
func (*RobotAccountServiceListResponse) ProtoReflect ¶
func (x *RobotAccountServiceListResponse) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceListResponse) Reset ¶
func (x *RobotAccountServiceListResponse) Reset()
func (*RobotAccountServiceListResponse) String ¶
func (x *RobotAccountServiceListResponse) String() string
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
func (*RobotAccountServiceListResponse_RobotAccountItem) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceListResponse_RobotAccountItem.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceListResponse_RobotAccountItem) GetCreatedAt ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) GetCreatedAt() *timestamppb.Timestamp
func (*RobotAccountServiceListResponse_RobotAccountItem) GetId ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) GetId() string
func (*RobotAccountServiceListResponse_RobotAccountItem) GetName ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) GetName() string
func (*RobotAccountServiceListResponse_RobotAccountItem) GetRevokedAt ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) GetRevokedAt() *timestamppb.Timestamp
func (*RobotAccountServiceListResponse_RobotAccountItem) GetWorkflowId ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) GetWorkflowId() string
func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoMessage ¶
func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoMessage()
func (*RobotAccountServiceListResponse_RobotAccountItem) ProtoReflect ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceListResponse_RobotAccountItem) Reset ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) Reset()
func (*RobotAccountServiceListResponse_RobotAccountItem) String ¶
func (x *RobotAccountServiceListResponse_RobotAccountItem) String() string
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 (x *RobotAccountServiceRevokeRequest) GetId() string
func (*RobotAccountServiceRevokeRequest) ProtoMessage ¶
func (*RobotAccountServiceRevokeRequest) ProtoMessage()
func (*RobotAccountServiceRevokeRequest) ProtoReflect ¶
func (x *RobotAccountServiceRevokeRequest) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceRevokeRequest) Reset ¶
func (x *RobotAccountServiceRevokeRequest) Reset()
func (*RobotAccountServiceRevokeRequest) String ¶
func (x *RobotAccountServiceRevokeRequest) String() string
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 (x *RobotAccountServiceRevokeResponse) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceRevokeResponse) Reset ¶
func (x *RobotAccountServiceRevokeResponse) Reset()
func (*RobotAccountServiceRevokeResponse) String ¶
func (x *RobotAccountServiceRevokeResponse) String() string
type RobotAccountServiceServer ¶
type RobotAccountServiceServer interface { Create(context.Context, *RobotAccountServiceCreateRequest) (*RobotAccountServiceCreateResponse, error) List(context.Context, *RobotAccountServiceListRequest) (*RobotAccountServiceListResponse, error) Revoke(context.Context, *RobotAccountServiceRevokeRequest) (*RobotAccountServiceRevokeResponse, error) // contains filtered or unexported methods }
RobotAccountServiceServer is the server API for RobotAccountService service. All implementations must embed UnimplementedRobotAccountServiceServer for forward compatibility
type RunStatus ¶ added in v0.70.0
type RunStatus int32
func (RunStatus) Descriptor ¶ added in v0.70.0
func (RunStatus) Descriptor() protoreflect.EnumDescriptor
func (RunStatus) EnumDescriptor
deprecated
added in
v0.70.0
func (RunStatus) Number ¶ added in v0.70.0
func (x RunStatus) Number() protoreflect.EnumNumber
func (RunStatus) Type ¶ added in v0.70.0
func (RunStatus) Type() protoreflect.EnumType
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 (x *SetCurrentMembershipRequest) ProtoReflect() protoreflect.Message
func (*SetCurrentMembershipRequest) Reset ¶
func (x *SetCurrentMembershipRequest) Reset()
func (*SetCurrentMembershipRequest) String ¶
func (x *SetCurrentMembershipRequest) String() string
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 (x *SetCurrentMembershipResponse) GetResult() *OrgMembershipItem
func (*SetCurrentMembershipResponse) ProtoMessage ¶
func (*SetCurrentMembershipResponse) ProtoMessage()
func (*SetCurrentMembershipResponse) ProtoReflect ¶
func (x *SetCurrentMembershipResponse) ProtoReflect() protoreflect.Message
func (*SetCurrentMembershipResponse) Reset ¶
func (x *SetCurrentMembershipResponse) Reset()
func (*SetCurrentMembershipResponse) String ¶
func (x *SetCurrentMembershipResponse) String() string
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.
func NewStatusServiceClient ¶
func NewStatusServiceClient(cc grpc.ClientConnInterface) StatusServiceClient
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 (c *StatusServiceHTTPClientImpl) Infoz(ctx context.Context, in *InfozRequest, opts ...http.CallOption) (*InfozResponse, error)
func (*StatusServiceHTTPClientImpl) Statusz ¶
func (c *StatusServiceHTTPClientImpl) Statusz(ctx context.Context, in *StatuszRequest, opts ...http.CallOption) (*StatuszResponse, error)
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
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
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 (x *TopWorkflowsByRunsCountRequest) GetTimeWindow() MetricsTimeWindow
func (*TopWorkflowsByRunsCountRequest) ProtoMessage ¶
func (*TopWorkflowsByRunsCountRequest) ProtoMessage()
func (*TopWorkflowsByRunsCountRequest) ProtoReflect ¶
func (x *TopWorkflowsByRunsCountRequest) ProtoReflect() protoreflect.Message
func (*TopWorkflowsByRunsCountRequest) Reset ¶
func (x *TopWorkflowsByRunsCountRequest) Reset()
func (*TopWorkflowsByRunsCountRequest) String ¶
func (x *TopWorkflowsByRunsCountRequest) String() string
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 (x *TopWorkflowsByRunsCountResponse) GetResult() []*TopWorkflowsByRunsCountResponse_TotalByStatus
func (*TopWorkflowsByRunsCountResponse) ProtoMessage ¶
func (*TopWorkflowsByRunsCountResponse) ProtoMessage()
func (*TopWorkflowsByRunsCountResponse) ProtoReflect ¶
func (x *TopWorkflowsByRunsCountResponse) ProtoReflect() protoreflect.Message
func (*TopWorkflowsByRunsCountResponse) Reset ¶
func (x *TopWorkflowsByRunsCountResponse) Reset()
func (*TopWorkflowsByRunsCountResponse) String ¶
func (x *TopWorkflowsByRunsCountResponse) String() string
type TopWorkflowsByRunsCountResponse_TotalByStatus ¶
type TopWorkflowsByRunsCountResponse_TotalByStatus struct { Workflow *WorkflowItem `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"` RunsTotalByStatus []*MetricsStatusCount `protobuf:"bytes,2,rep,name=runs_total_by_status,json=runsTotalByStatus,proto3" json:"runs_total_by_status,omitempty"` // contains filtered or unexported fields }
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor
deprecated
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor() ([]byte, []int)
Deprecated: Use TopWorkflowsByRunsCountResponse_TotalByStatus.ProtoReflect.Descriptor instead.
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus() []*MetricsStatusCount
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) GetWorkflow ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetWorkflow() *WorkflowItem
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoMessage ¶
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoMessage()
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoReflect ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) ProtoReflect() protoreflect.Message
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Reset ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) Reset()
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) String ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) String() string
type UnimplementedAPITokenServiceServer ¶ added in v0.55.0
type UnimplementedAPITokenServiceServer struct { }
UnimplementedAPITokenServiceServer must be embedded to have forward compatible implementations.
type UnimplementedAttestationServiceServer ¶
type UnimplementedAttestationServiceServer struct { }
UnimplementedAttestationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAttestationServiceServer) GetContract ¶
func (UnimplementedAttestationServiceServer) GetUploadCreds ¶
func (UnimplementedAttestationServiceServer) GetUploadCreds(context.Context, *AttestationServiceGetUploadCredsRequest) (*AttestationServiceGetUploadCredsResponse, error)
type UnimplementedAttestationStateServiceServer ¶ added in v0.60.0
type UnimplementedAttestationStateServiceServer struct { }
UnimplementedAttestationStateServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAttestationStateServiceServer) Initialized ¶ added in v0.60.0
type UnimplementedAuthServiceServer ¶
type UnimplementedAuthServiceServer struct { }
UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAuthServiceServer) DeleteAccount ¶
func (UnimplementedAuthServiceServer) DeleteAccount(context.Context, *AuthServiceDeleteAccountRequest) (*AuthServiceDeleteAccountResponse, error)
type UnimplementedCASBackendServiceServer ¶ added in v0.14.0
type UnimplementedCASBackendServiceServer struct { }
UnimplementedCASBackendServiceServer must be embedded to have forward compatible implementations.
type UnimplementedCASCredentialsServiceServer ¶
type UnimplementedCASCredentialsServiceServer struct { }
UnimplementedCASCredentialsServiceServer must be embedded to have forward compatible implementations.
type UnimplementedCASRedirectServiceServer ¶ added in v0.16.0
type UnimplementedCASRedirectServiceServer struct { }
UnimplementedCASRedirectServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCASRedirectServiceServer) GetDownloadURL ¶ added in v0.16.0
func (UnimplementedCASRedirectServiceServer) GetDownloadURL(context.Context, *GetDownloadURLRequest) (*GetDownloadURLResponse, error)
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) Deregister ¶ added in v0.11.1
func (UnimplementedIntegrationsServiceServer) DescribeRegistration ¶ added in v0.11.1
func (UnimplementedIntegrationsServiceServer) DescribeRegistration(context.Context, *IntegrationsServiceDescribeRegistrationRequest) (*IntegrationsServiceDescribeRegistrationResponse, error)
func (UnimplementedIntegrationsServiceServer) ListAttachments ¶
func (UnimplementedIntegrationsServiceServer) ListAttachments(context.Context, *ListAttachmentsRequest) (*ListAttachmentsResponse, error)
func (UnimplementedIntegrationsServiceServer) ListAvailable ¶ added in v0.11.1
func (UnimplementedIntegrationsServiceServer) ListRegistrations ¶ added in v0.11.1
func (UnimplementedIntegrationsServiceServer) ListRegistrations(context.Context, *IntegrationsServiceListRegistrationsRequest) (*IntegrationsServiceListRegistrationsResponse, error)
type UnimplementedOrgInvitationServiceServer ¶ added in v0.25.0
type UnimplementedOrgInvitationServiceServer struct { }
UnimplementedOrgInvitationServiceServer must be embedded to have forward compatible implementations.
type UnimplementedOrgMetricsServiceServer ¶
type UnimplementedOrgMetricsServiceServer struct { }
UnimplementedOrgMetricsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedOrgMetricsServiceServer) DailyRunsCount ¶ added in v0.80.0
func (UnimplementedOrgMetricsServiceServer) DailyRunsCount(context.Context, *DailyRunsCountRequest) (*DailyRunsCountResponse, error)
func (UnimplementedOrgMetricsServiceServer) TopWorkflowsByRunsCount ¶
func (UnimplementedOrgMetricsServiceServer) TopWorkflowsByRunsCount(context.Context, *TopWorkflowsByRunsCountRequest) (*TopWorkflowsByRunsCountResponse, error)
type UnimplementedOrganizationServiceServer ¶
type UnimplementedOrganizationServiceServer struct { }
UnimplementedOrganizationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedOrganizationServiceServer) DeleteMembership ¶ added in v0.50.0
func (UnimplementedOrganizationServiceServer) DeleteMembership(context.Context, *OrganizationServiceDeleteMembershipRequest) (*OrganizationServiceDeleteMembershipResponse, error)
func (UnimplementedOrganizationServiceServer) ListMemberships ¶
func (UnimplementedOrganizationServiceServer) ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error)
func (UnimplementedOrganizationServiceServer) UpdateMembership ¶ added in v0.75.0
func (UnimplementedOrganizationServiceServer) UpdateMembership(context.Context, *OrganizationServiceUpdateMembershipRequest) (*OrganizationServiceUpdateMembershipResponse, error)
type UnimplementedReferrerServiceServer ¶ added in v0.30.0
type UnimplementedReferrerServiceServer struct { }
UnimplementedReferrerServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedReferrerServiceServer) DiscoverPrivate ¶ added in v0.40.0
func (UnimplementedReferrerServiceServer) DiscoverPrivate(context.Context, *ReferrerServiceDiscoverPrivateRequest) (*ReferrerServiceDiscoverPrivateResponse, error)
func (UnimplementedReferrerServiceServer) DiscoverPublicShared ¶ added in v0.40.0
func (UnimplementedReferrerServiceServer) DiscoverPublicShared(context.Context, *DiscoverPublicSharedRequest) (*DiscoverPublicSharedResponse, error)
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) Infoz(context.Context, *InfozRequest) (*InfozResponse, error)
func (UnimplementedStatusServiceServer) Statusz ¶
func (UnimplementedStatusServiceServer) Statusz(context.Context, *StatuszRequest) (*StatuszResponse, error)
type UnimplementedUserServiceServer ¶ added in v0.75.0
type UnimplementedUserServiceServer struct { }
UnimplementedUserServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedUserServiceServer) DeleteMembership ¶ added in v0.75.0
func (UnimplementedUserServiceServer) DeleteMembership(context.Context, *DeleteMembershipRequest) (*DeleteMembershipResponse, error)
func (UnimplementedUserServiceServer) ListMemberships ¶ added in v0.75.0
func (UnimplementedUserServiceServer) ListMemberships(context.Context, *UserServiceListMembershipsRequest) (*UserServiceListMembershipsResponse, error)
func (UnimplementedUserServiceServer) SetCurrentMembership ¶ added in v0.75.0
func (UnimplementedUserServiceServer) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, error)
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 UnsafeAPITokenServiceServer ¶ added in v0.55.0
type UnsafeAPITokenServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAPITokenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to APITokenServiceServer will result in compilation errors.
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 UnsafeAttestationStateServiceServer ¶ added in v0.60.0
type UnsafeAttestationStateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAttestationStateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AttestationStateServiceServer 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 UnsafeCASBackendServiceServer ¶ added in v0.14.0
type UnsafeCASBackendServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCASBackendServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CASBackendServiceServer 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 UnsafeCASRedirectServiceServer ¶ added in v0.16.0
type UnsafeCASRedirectServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCASRedirectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CASRedirectServiceServer 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 UnsafeOrgInvitationServiceServer ¶ added in v0.25.0
type UnsafeOrgInvitationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOrgInvitationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrgInvitationServiceServer 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 UnsafeReferrerServiceServer ¶ added in v0.30.0
type UnsafeReferrerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeReferrerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReferrerServiceServer 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 UnsafeUserServiceServer ¶ added in v0.75.0
type UnsafeUserServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer 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) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserServiceClient ¶ added in v0.75.0
type UserServiceClient interface { // User Membership management ListMemberships(ctx context.Context, in *UserServiceListMembershipsRequest, opts ...grpc.CallOption) (*UserServiceListMembershipsResponse, error) DeleteMembership(ctx context.Context, in *DeleteMembershipRequest, opts ...grpc.CallOption) (*DeleteMembershipResponse, error) SetCurrentMembership(ctx context.Context, in *SetCurrentMembershipRequest, opts ...grpc.CallOption) (*SetCurrentMembershipResponse, error) }
UserServiceClient is the client API for UserService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserServiceClient ¶ added in v0.75.0
func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient
type UserServiceListMembershipsRequest ¶ added in v0.75.0
type UserServiceListMembershipsRequest struct {
// contains filtered or unexported fields
}
func (*UserServiceListMembershipsRequest) Descriptor
deprecated
added in
v0.75.0
func (*UserServiceListMembershipsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceListMembershipsRequest.ProtoReflect.Descriptor instead.
func (*UserServiceListMembershipsRequest) ProtoMessage ¶ added in v0.75.0
func (*UserServiceListMembershipsRequest) ProtoMessage()
func (*UserServiceListMembershipsRequest) ProtoReflect ¶ added in v0.75.0
func (x *UserServiceListMembershipsRequest) ProtoReflect() protoreflect.Message
func (*UserServiceListMembershipsRequest) Reset ¶ added in v0.75.0
func (x *UserServiceListMembershipsRequest) Reset()
func (*UserServiceListMembershipsRequest) String ¶ added in v0.75.0
func (x *UserServiceListMembershipsRequest) String() string
type UserServiceListMembershipsResponse ¶ added in v0.75.0
type UserServiceListMembershipsResponse struct { Result []*OrgMembershipItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*UserServiceListMembershipsResponse) Descriptor
deprecated
added in
v0.75.0
func (*UserServiceListMembershipsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceListMembershipsResponse.ProtoReflect.Descriptor instead.
func (*UserServiceListMembershipsResponse) GetResult ¶ added in v0.75.0
func (x *UserServiceListMembershipsResponse) GetResult() []*OrgMembershipItem
func (*UserServiceListMembershipsResponse) ProtoMessage ¶ added in v0.75.0
func (*UserServiceListMembershipsResponse) ProtoMessage()
func (*UserServiceListMembershipsResponse) ProtoReflect ¶ added in v0.75.0
func (x *UserServiceListMembershipsResponse) ProtoReflect() protoreflect.Message
func (*UserServiceListMembershipsResponse) Reset ¶ added in v0.75.0
func (x *UserServiceListMembershipsResponse) Reset()
func (*UserServiceListMembershipsResponse) String ¶ added in v0.75.0
func (x *UserServiceListMembershipsResponse) String() string
type UserServiceServer ¶ added in v0.75.0
type UserServiceServer interface { // User Membership management ListMemberships(context.Context, *UserServiceListMembershipsRequest) (*UserServiceListMembershipsResponse, error) DeleteMembership(context.Context, *DeleteMembershipRequest) (*DeleteMembershipResponse, error) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, error) // contains filtered or unexported methods }
UserServiceServer is the server API for UserService service. All implementations must embed UnimplementedUserServiceServer for forward compatibility
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"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,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) GetDescription ¶ added in v0.80.0
func (x *WorkflowContractItem) GetDescription() string
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
type WorkflowContractServiceClient ¶
type WorkflowContractServiceClient interface { List(ctx context.Context, in *WorkflowContractServiceListRequest, opts ...grpc.CallOption) (*WorkflowContractServiceListResponse, error) Create(ctx context.Context, in *WorkflowContractServiceCreateRequest, opts ...grpc.CallOption) (*WorkflowContractServiceCreateResponse, error) Update(ctx context.Context, in *WorkflowContractServiceUpdateRequest, opts ...grpc.CallOption) (*WorkflowContractServiceUpdateResponse, error) Describe(ctx context.Context, in *WorkflowContractServiceDescribeRequest, opts ...grpc.CallOption) (*WorkflowContractServiceDescribeResponse, error) Delete(ctx context.Context, in *WorkflowContractServiceDeleteRequest, opts ...grpc.CallOption) (*WorkflowContractServiceDeleteResponse, error) }
WorkflowContractServiceClient is the client API for WorkflowContractService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewWorkflowContractServiceClient ¶
func NewWorkflowContractServiceClient(cc grpc.ClientConnInterface) WorkflowContractServiceClient
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"` Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"` // 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) GetDescription ¶ added in v0.80.0
func (x *WorkflowContractServiceCreateRequest) GetDescription() string
func (*WorkflowContractServiceCreateRequest) GetName ¶
func (x *WorkflowContractServiceCreateRequest) GetName() string
func (*WorkflowContractServiceCreateRequest) GetV1 ¶
func (x *WorkflowContractServiceCreateRequest) GetV1() *v1.CraftingSchema
func (*WorkflowContractServiceCreateRequest) ProtoMessage ¶
func (*WorkflowContractServiceCreateRequest) ProtoMessage()
func (*WorkflowContractServiceCreateRequest) ProtoReflect ¶
func (x *WorkflowContractServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceCreateRequest) Reset ¶
func (x *WorkflowContractServiceCreateRequest) Reset()
func (*WorkflowContractServiceCreateRequest) String ¶
func (x *WorkflowContractServiceCreateRequest) String() string
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 (x *WorkflowContractServiceCreateResponse) GetResult() *WorkflowContractItem
func (*WorkflowContractServiceCreateResponse) ProtoMessage ¶
func (*WorkflowContractServiceCreateResponse) ProtoMessage()
func (*WorkflowContractServiceCreateResponse) ProtoReflect ¶
func (x *WorkflowContractServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceCreateResponse) Reset ¶
func (x *WorkflowContractServiceCreateResponse) Reset()
func (*WorkflowContractServiceCreateResponse) String ¶
func (x *WorkflowContractServiceCreateResponse) String() string
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 (x *WorkflowContractServiceDeleteRequest) GetId() string
func (*WorkflowContractServiceDeleteRequest) ProtoMessage ¶
func (*WorkflowContractServiceDeleteRequest) ProtoMessage()
func (*WorkflowContractServiceDeleteRequest) ProtoReflect ¶
func (x *WorkflowContractServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDeleteRequest) Reset ¶
func (x *WorkflowContractServiceDeleteRequest) Reset()
func (*WorkflowContractServiceDeleteRequest) String ¶
func (x *WorkflowContractServiceDeleteRequest) String() string
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 (x *WorkflowContractServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDeleteResponse) Reset ¶
func (x *WorkflowContractServiceDeleteResponse) Reset()
func (*WorkflowContractServiceDeleteResponse) String ¶
func (x *WorkflowContractServiceDeleteResponse) String() string
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 (x *WorkflowContractServiceDescribeRequest) GetId() string
func (*WorkflowContractServiceDescribeRequest) GetRevision ¶
func (x *WorkflowContractServiceDescribeRequest) GetRevision() int32
func (*WorkflowContractServiceDescribeRequest) ProtoMessage ¶
func (*WorkflowContractServiceDescribeRequest) ProtoMessage()
func (*WorkflowContractServiceDescribeRequest) ProtoReflect ¶
func (x *WorkflowContractServiceDescribeRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDescribeRequest) Reset ¶
func (x *WorkflowContractServiceDescribeRequest) Reset()
func (*WorkflowContractServiceDescribeRequest) String ¶
func (x *WorkflowContractServiceDescribeRequest) String() string
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 (x *WorkflowContractServiceDescribeResponse) GetResult() *WorkflowContractServiceDescribeResponse_Result
func (*WorkflowContractServiceDescribeResponse) ProtoMessage ¶
func (*WorkflowContractServiceDescribeResponse) ProtoMessage()
func (*WorkflowContractServiceDescribeResponse) ProtoReflect ¶
func (x *WorkflowContractServiceDescribeResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDescribeResponse) Reset ¶
func (x *WorkflowContractServiceDescribeResponse) Reset()
func (*WorkflowContractServiceDescribeResponse) String ¶
func (x *WorkflowContractServiceDescribeResponse) String() string
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
func (*WorkflowContractServiceDescribeResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceDescribeResponse_Result.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceDescribeResponse_Result) GetContract ¶
func (x *WorkflowContractServiceDescribeResponse_Result) GetContract() *WorkflowContractItem
func (*WorkflowContractServiceDescribeResponse_Result) GetRevision ¶
func (x *WorkflowContractServiceDescribeResponse_Result) GetRevision() *WorkflowContractVersionItem
func (*WorkflowContractServiceDescribeResponse_Result) ProtoMessage ¶
func (*WorkflowContractServiceDescribeResponse_Result) ProtoMessage()
func (*WorkflowContractServiceDescribeResponse_Result) ProtoReflect ¶
func (x *WorkflowContractServiceDescribeResponse_Result) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDescribeResponse_Result) Reset ¶
func (x *WorkflowContractServiceDescribeResponse_Result) Reset()
func (*WorkflowContractServiceDescribeResponse_Result) String ¶
func (x *WorkflowContractServiceDescribeResponse_Result) String() string
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 (x *WorkflowContractServiceListRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceListRequest) Reset ¶
func (x *WorkflowContractServiceListRequest) Reset()
func (*WorkflowContractServiceListRequest) String ¶
func (x *WorkflowContractServiceListRequest) String() string
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 (x *WorkflowContractServiceListResponse) GetResult() []*WorkflowContractItem
func (*WorkflowContractServiceListResponse) ProtoMessage ¶
func (*WorkflowContractServiceListResponse) ProtoMessage()
func (*WorkflowContractServiceListResponse) ProtoReflect ¶
func (x *WorkflowContractServiceListResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceListResponse) Reset ¶
func (x *WorkflowContractServiceListResponse) Reset()
func (*WorkflowContractServiceListResponse) String ¶
func (x *WorkflowContractServiceListResponse) String() string
type WorkflowContractServiceServer ¶
type WorkflowContractServiceServer interface { List(context.Context, *WorkflowContractServiceListRequest) (*WorkflowContractServiceListResponse, error) Create(context.Context, *WorkflowContractServiceCreateRequest) (*WorkflowContractServiceCreateResponse, error) Update(context.Context, *WorkflowContractServiceUpdateRequest) (*WorkflowContractServiceUpdateResponse, error) Describe(context.Context, *WorkflowContractServiceDescribeRequest) (*WorkflowContractServiceDescribeResponse, error) Delete(context.Context, *WorkflowContractServiceDeleteRequest) (*WorkflowContractServiceDeleteResponse, error) // contains filtered or unexported methods }
WorkflowContractServiceServer is the server API for WorkflowContractService service. All implementations must embed UnimplementedWorkflowContractServiceServer for forward compatibility
type WorkflowContractServiceUpdateRequest ¶
type WorkflowContractServiceUpdateRequest struct { // Maintained for backward compatibility until we mover all identifiers to name // Moving forward, the contract name will be used as the identifier // // Deprecated: Marked as deprecated in controlplane/v1/workflow_contract.proto. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Name is the identifier of the contract 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"` Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` // 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) GetDescription ¶ added in v0.80.0
func (x *WorkflowContractServiceUpdateRequest) GetDescription() string
func (*WorkflowContractServiceUpdateRequest) GetId
deprecated
func (x *WorkflowContractServiceUpdateRequest) GetId() string
Deprecated: Marked as deprecated in controlplane/v1/workflow_contract.proto.
func (*WorkflowContractServiceUpdateRequest) GetName ¶
func (x *WorkflowContractServiceUpdateRequest) GetName() string
func (*WorkflowContractServiceUpdateRequest) GetV1 ¶
func (x *WorkflowContractServiceUpdateRequest) GetV1() *v1.CraftingSchema
func (*WorkflowContractServiceUpdateRequest) ProtoMessage ¶
func (*WorkflowContractServiceUpdateRequest) ProtoMessage()
func (*WorkflowContractServiceUpdateRequest) ProtoReflect ¶
func (x *WorkflowContractServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceUpdateRequest) Reset ¶
func (x *WorkflowContractServiceUpdateRequest) Reset()
func (*WorkflowContractServiceUpdateRequest) String ¶
func (x *WorkflowContractServiceUpdateRequest) String() string
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 (x *WorkflowContractServiceUpdateResponse) GetResult() *WorkflowContractServiceUpdateResponse_Result
func (*WorkflowContractServiceUpdateResponse) ProtoMessage ¶
func (*WorkflowContractServiceUpdateResponse) ProtoMessage()
func (*WorkflowContractServiceUpdateResponse) ProtoReflect ¶
func (x *WorkflowContractServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceUpdateResponse) Reset ¶
func (x *WorkflowContractServiceUpdateResponse) Reset()
func (*WorkflowContractServiceUpdateResponse) String ¶
func (x *WorkflowContractServiceUpdateResponse) String() string
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
func (*WorkflowContractServiceUpdateResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceUpdateResponse_Result.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceUpdateResponse_Result) GetContract ¶
func (x *WorkflowContractServiceUpdateResponse_Result) GetContract() *WorkflowContractItem
func (*WorkflowContractServiceUpdateResponse_Result) GetRevision ¶
func (x *WorkflowContractServiceUpdateResponse_Result) GetRevision() *WorkflowContractVersionItem
func (*WorkflowContractServiceUpdateResponse_Result) ProtoMessage ¶
func (*WorkflowContractServiceUpdateResponse_Result) ProtoMessage()
func (*WorkflowContractServiceUpdateResponse_Result) ProtoReflect ¶
func (x *WorkflowContractServiceUpdateResponse_Result) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceUpdateResponse_Result) Reset ¶
func (x *WorkflowContractServiceUpdateResponse_Result) Reset()
func (*WorkflowContractServiceUpdateResponse_Result) String ¶
func (x *WorkflowContractServiceUpdateResponse_Result) String() string
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 (x *WorkflowContractVersionItem) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowContractVersionItem) GetId ¶
func (x *WorkflowContractVersionItem) GetId() string
func (*WorkflowContractVersionItem) GetRevision ¶
func (x *WorkflowContractVersionItem) GetRevision() int32
func (*WorkflowContractVersionItem) GetV1 ¶
func (x *WorkflowContractVersionItem) GetV1() *v1.CraftingSchema
func (*WorkflowContractVersionItem) ProtoMessage ¶
func (*WorkflowContractVersionItem) ProtoMessage()
func (*WorkflowContractVersionItem) ProtoReflect ¶
func (x *WorkflowContractVersionItem) ProtoReflect() protoreflect.Message
func (*WorkflowContractVersionItem) Reset ¶
func (x *WorkflowContractVersionItem) Reset()
func (*WorkflowContractVersionItem) String ¶
func (x *WorkflowContractVersionItem) String() string
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"` // Current, latest revision of the contract ContractRevisionLatest int32 `` /* 131-byte string literal not displayed */ // A public workflow means that any user can // - access to all its workflow runs // - their attestation and materials Public bool `protobuf:"varint,9,opt,name=public,proto3" json:"public,omitempty"` Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,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) GetContractRevisionLatest ¶ added in v0.70.0
func (x *WorkflowItem) GetContractRevisionLatest() int32
func (*WorkflowItem) GetCreatedAt ¶
func (x *WorkflowItem) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowItem) GetDescription ¶ added in v0.70.0
func (x *WorkflowItem) GetDescription() string
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) GetPublic ¶ added in v0.17.0
func (x *WorkflowItem) GetPublic() bool
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
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"` // TODO: use runStatus enum below // deprecated field, use status instead // // Deprecated: Marked as deprecated in controlplane/v1/response_messages.proto. State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` Status RunStatus `protobuf:"varint,12,opt,name=status,proto3,enum=controlplane.v1.RunStatus" json:"status,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"` // The revision of the contract used for this run ContractRevisionUsed int32 `protobuf:"varint,10,opt,name=contract_revision_used,json=contractRevisionUsed,proto3" json:"contract_revision_used,omitempty"` // The latest revision available for this contract at the time of the run ContractRevisionLatest int32 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WorkflowRunItem) Descriptor
deprecated
func (*WorkflowRunItem) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunItem.ProtoReflect.Descriptor instead.
func (*WorkflowRunItem) GetContractRevisionLatest ¶ added in v0.70.0
func (x *WorkflowRunItem) GetContractRevisionLatest() int32
func (*WorkflowRunItem) GetContractRevisionUsed ¶ added in v0.70.0
func (x *WorkflowRunItem) GetContractRevisionUsed() int32
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 (x *WorkflowRunItem) GetRunnerType() v1.CraftingSchema_Runner_RunnerType
func (*WorkflowRunItem) GetState
deprecated
func (x *WorkflowRunItem) GetState() string
Deprecated: Marked as deprecated in controlplane/v1/response_messages.proto.
func (*WorkflowRunItem) GetStatus ¶ added in v0.70.0
func (x *WorkflowRunItem) GetStatus() RunStatus
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
type WorkflowRunServiceClient ¶
type WorkflowRunServiceClient interface { List(ctx context.Context, in *WorkflowRunServiceListRequest, opts ...grpc.CallOption) (*WorkflowRunServiceListResponse, error) View(ctx context.Context, in *WorkflowRunServiceViewRequest, opts ...grpc.CallOption) (*WorkflowRunServiceViewResponse, error) }
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.
func NewWorkflowRunServiceClient ¶
func NewWorkflowRunServiceClient(cc grpc.ClientConnInterface) WorkflowRunServiceClient
type WorkflowRunServiceListRequest ¶
type WorkflowRunServiceListRequest struct { // Filters // by workflow WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // by run status Status RunStatus `protobuf:"varint,3,opt,name=status,proto3,enum=controlplane.v1.RunStatus" json:"status,omitempty"` // pagination options Pagination *CursorPaginationRequest `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 (x *WorkflowRunServiceListRequest) GetPagination() *CursorPaginationRequest
func (*WorkflowRunServiceListRequest) GetStatus ¶ added in v0.70.0
func (x *WorkflowRunServiceListRequest) GetStatus() RunStatus
func (*WorkflowRunServiceListRequest) GetWorkflowId ¶
func (x *WorkflowRunServiceListRequest) GetWorkflowId() string
func (*WorkflowRunServiceListRequest) ProtoMessage ¶
func (*WorkflowRunServiceListRequest) ProtoMessage()
func (*WorkflowRunServiceListRequest) ProtoReflect ¶
func (x *WorkflowRunServiceListRequest) ProtoReflect() protoreflect.Message
func (*WorkflowRunServiceListRequest) Reset ¶
func (x *WorkflowRunServiceListRequest) Reset()
func (*WorkflowRunServiceListRequest) String ¶
func (x *WorkflowRunServiceListRequest) String() string
type WorkflowRunServiceListResponse ¶
type WorkflowRunServiceListResponse struct { Result []*WorkflowRunItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` Pagination *CursorPaginationResponse `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 (x *WorkflowRunServiceListResponse) GetPagination() *CursorPaginationResponse
func (*WorkflowRunServiceListResponse) GetResult ¶
func (x *WorkflowRunServiceListResponse) GetResult() []*WorkflowRunItem
func (*WorkflowRunServiceListResponse) ProtoMessage ¶
func (*WorkflowRunServiceListResponse) ProtoMessage()
func (*WorkflowRunServiceListResponse) ProtoReflect ¶
func (x *WorkflowRunServiceListResponse) ProtoReflect() protoreflect.Message
func (*WorkflowRunServiceListResponse) Reset ¶
func (x *WorkflowRunServiceListResponse) Reset()
func (*WorkflowRunServiceListResponse) String ¶
func (x *WorkflowRunServiceListResponse) String() string
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 { // It can search by either ID or digest // // Types that are assignable to Ref: // // *WorkflowRunServiceViewRequest_Id // *WorkflowRunServiceViewRequest_Digest Ref isWorkflowRunServiceViewRequest_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*WorkflowRunServiceViewRequest) Descriptor
deprecated
func (*WorkflowRunServiceViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceViewRequest.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceViewRequest) GetDigest ¶ added in v0.18.0
func (x *WorkflowRunServiceViewRequest) GetDigest() string
func (*WorkflowRunServiceViewRequest) GetId ¶
func (x *WorkflowRunServiceViewRequest) GetId() string
func (*WorkflowRunServiceViewRequest) GetRef ¶ added in v0.18.0
func (m *WorkflowRunServiceViewRequest) GetRef() isWorkflowRunServiceViewRequest_Ref
func (*WorkflowRunServiceViewRequest) ProtoMessage ¶
func (*WorkflowRunServiceViewRequest) ProtoMessage()
func (*WorkflowRunServiceViewRequest) ProtoReflect ¶
func (x *WorkflowRunServiceViewRequest) ProtoReflect() protoreflect.Message
func (*WorkflowRunServiceViewRequest) Reset ¶
func (x *WorkflowRunServiceViewRequest) Reset()
func (*WorkflowRunServiceViewRequest) String ¶
func (x *WorkflowRunServiceViewRequest) String() string
type WorkflowRunServiceViewRequest_Digest ¶ added in v0.18.0
type WorkflowRunServiceViewRequest_Digest struct {
Digest string `protobuf:"bytes,2,opt,name=digest,proto3,oneof"`
}
type WorkflowRunServiceViewRequest_Id ¶ added in v0.18.0
type WorkflowRunServiceViewRequest_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
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 (x *WorkflowRunServiceViewResponse) GetResult() *WorkflowRunServiceViewResponse_Result
func (*WorkflowRunServiceViewResponse) ProtoMessage ¶
func (*WorkflowRunServiceViewResponse) ProtoMessage()
func (*WorkflowRunServiceViewResponse) ProtoReflect ¶
func (x *WorkflowRunServiceViewResponse) ProtoReflect() protoreflect.Message
func (*WorkflowRunServiceViewResponse) Reset ¶
func (x *WorkflowRunServiceViewResponse) Reset()
func (*WorkflowRunServiceViewResponse) String ¶
func (x *WorkflowRunServiceViewResponse) String() string
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 (x *WorkflowRunServiceViewResponse_Result) GetAttestation() *AttestationItem
func (*WorkflowRunServiceViewResponse_Result) GetWorkflowRun ¶
func (x *WorkflowRunServiceViewResponse_Result) GetWorkflowRun() *WorkflowRunItem
func (*WorkflowRunServiceViewResponse_Result) ProtoMessage ¶
func (*WorkflowRunServiceViewResponse_Result) ProtoMessage()
func (*WorkflowRunServiceViewResponse_Result) ProtoReflect ¶
func (x *WorkflowRunServiceViewResponse_Result) ProtoReflect() protoreflect.Message
func (*WorkflowRunServiceViewResponse_Result) Reset ¶
func (x *WorkflowRunServiceViewResponse_Result) Reset()
func (*WorkflowRunServiceViewResponse_Result) String ¶
func (x *WorkflowRunServiceViewResponse_Result) String() string
type WorkflowServiceClient ¶
type WorkflowServiceClient interface { Create(ctx context.Context, in *WorkflowServiceCreateRequest, opts ...grpc.CallOption) (*WorkflowServiceCreateResponse, error) Update(ctx context.Context, in *WorkflowServiceUpdateRequest, opts ...grpc.CallOption) (*WorkflowServiceUpdateResponse, error) List(ctx context.Context, in *WorkflowServiceListRequest, opts ...grpc.CallOption) (*WorkflowServiceListResponse, error) View(ctx context.Context, in *WorkflowServiceViewRequest, opts ...grpc.CallOption) (*WorkflowServiceViewResponse, error) Delete(ctx context.Context, in *WorkflowServiceDeleteRequest, opts ...grpc.CallOption) (*WorkflowServiceDeleteResponse, error) }
WorkflowServiceClient is the client API for WorkflowService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewWorkflowServiceClient ¶
func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient
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"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Public bool `protobuf:"varint,6,opt,name=public,proto3" json:"public,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceCreateRequest) Descriptor
deprecated
func (*WorkflowServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceCreateRequest) GetDescription ¶ added in v0.70.0
func (x *WorkflowServiceCreateRequest) GetDescription() string
func (*WorkflowServiceCreateRequest) GetName ¶
func (x *WorkflowServiceCreateRequest) GetName() string
func (*WorkflowServiceCreateRequest) GetProject ¶
func (x *WorkflowServiceCreateRequest) GetProject() string
func (*WorkflowServiceCreateRequest) GetPublic ¶ added in v0.81.1
func (x *WorkflowServiceCreateRequest) GetPublic() bool
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 (x *WorkflowServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceCreateRequest) Reset ¶
func (x *WorkflowServiceCreateRequest) Reset()
func (*WorkflowServiceCreateRequest) String ¶
func (x *WorkflowServiceCreateRequest) String() string
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 (x *WorkflowServiceCreateResponse) GetResult() *WorkflowItem
func (*WorkflowServiceCreateResponse) ProtoMessage ¶
func (*WorkflowServiceCreateResponse) ProtoMessage()
func (*WorkflowServiceCreateResponse) ProtoReflect ¶
func (x *WorkflowServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceCreateResponse) Reset ¶
func (x *WorkflowServiceCreateResponse) Reset()
func (*WorkflowServiceCreateResponse) String ¶
func (x *WorkflowServiceCreateResponse) String() string
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 (x *WorkflowServiceDeleteRequest) GetId() string
func (*WorkflowServiceDeleteRequest) ProtoMessage ¶
func (*WorkflowServiceDeleteRequest) ProtoMessage()
func (*WorkflowServiceDeleteRequest) ProtoReflect ¶
func (x *WorkflowServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceDeleteRequest) Reset ¶
func (x *WorkflowServiceDeleteRequest) Reset()
func (*WorkflowServiceDeleteRequest) String ¶
func (x *WorkflowServiceDeleteRequest) String() string
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 (x *WorkflowServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceDeleteResponse) Reset ¶
func (x *WorkflowServiceDeleteResponse) Reset()
func (*WorkflowServiceDeleteResponse) String ¶
func (x *WorkflowServiceDeleteResponse) String() string
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 (x *WorkflowServiceListRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceListRequest) Reset ¶
func (x *WorkflowServiceListRequest) Reset()
func (*WorkflowServiceListRequest) String ¶
func (x *WorkflowServiceListRequest) String() string
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 (x *WorkflowServiceListResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceListResponse) Reset ¶
func (x *WorkflowServiceListResponse) Reset()
func (*WorkflowServiceListResponse) String ¶
func (x *WorkflowServiceListResponse) String() string
type WorkflowServiceServer ¶
type WorkflowServiceServer interface { Create(context.Context, *WorkflowServiceCreateRequest) (*WorkflowServiceCreateResponse, error) Update(context.Context, *WorkflowServiceUpdateRequest) (*WorkflowServiceUpdateResponse, error) List(context.Context, *WorkflowServiceListRequest) (*WorkflowServiceListResponse, error) View(context.Context, *WorkflowServiceViewRequest) (*WorkflowServiceViewResponse, error) Delete(context.Context, *WorkflowServiceDeleteRequest) (*WorkflowServiceDeleteResponse, error) // contains filtered or unexported methods }
WorkflowServiceServer is the server API for WorkflowService service. All implementations must embed UnimplementedWorkflowServiceServer for forward compatibility
type WorkflowServiceUpdateRequest ¶ added in v0.40.0
type WorkflowServiceUpdateRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // "optional" allow us to detect if the value is explicitly set // and not just the default value Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"` Project *string `protobuf:"bytes,3,opt,name=project,proto3,oneof" json:"project,omitempty"` Team *string `protobuf:"bytes,4,opt,name=team,proto3,oneof" json:"team,omitempty"` Public *bool `protobuf:"varint,5,opt,name=public,proto3,oneof" json:"public,omitempty"` Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"` SchemaId *string `protobuf:"bytes,7,opt,name=schema_id,json=schemaId,proto3,oneof" json:"schema_id,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceUpdateRequest) Descriptor
deprecated
added in
v0.40.0
func (*WorkflowServiceUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceUpdateRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceUpdateRequest) GetDescription ¶ added in v0.70.0
func (x *WorkflowServiceUpdateRequest) GetDescription() string
func (*WorkflowServiceUpdateRequest) GetId ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) GetId() string
func (*WorkflowServiceUpdateRequest) GetName ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) GetName() string
func (*WorkflowServiceUpdateRequest) GetProject ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) GetProject() string
func (*WorkflowServiceUpdateRequest) GetPublic ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) GetPublic() bool
func (*WorkflowServiceUpdateRequest) GetSchemaId ¶ added in v0.81.1
func (x *WorkflowServiceUpdateRequest) GetSchemaId() string
func (*WorkflowServiceUpdateRequest) GetTeam ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) GetTeam() string
func (*WorkflowServiceUpdateRequest) ProtoMessage ¶ added in v0.40.0
func (*WorkflowServiceUpdateRequest) ProtoMessage()
func (*WorkflowServiceUpdateRequest) ProtoReflect ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceUpdateRequest) Reset ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) Reset()
func (*WorkflowServiceUpdateRequest) String ¶ added in v0.40.0
func (x *WorkflowServiceUpdateRequest) String() string
type WorkflowServiceUpdateResponse ¶ added in v0.40.0
type WorkflowServiceUpdateResponse struct { Result *WorkflowItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceUpdateResponse) Descriptor
deprecated
added in
v0.40.0
func (*WorkflowServiceUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceUpdateResponse.ProtoReflect.Descriptor instead.
func (*WorkflowServiceUpdateResponse) GetResult ¶ added in v0.40.0
func (x *WorkflowServiceUpdateResponse) GetResult() *WorkflowItem
func (*WorkflowServiceUpdateResponse) ProtoMessage ¶ added in v0.40.0
func (*WorkflowServiceUpdateResponse) ProtoMessage()
func (*WorkflowServiceUpdateResponse) ProtoReflect ¶ added in v0.40.0
func (x *WorkflowServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceUpdateResponse) Reset ¶ added in v0.40.0
func (x *WorkflowServiceUpdateResponse) Reset()
func (*WorkflowServiceUpdateResponse) String ¶ added in v0.40.0
func (x *WorkflowServiceUpdateResponse) String() string
type WorkflowServiceViewRequest ¶ added in v0.80.0
type WorkflowServiceViewRequest struct { // Deprecated: Marked as deprecated in controlplane/v1/workflow.proto. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceViewRequest) Descriptor
deprecated
added in
v0.80.0
func (*WorkflowServiceViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceViewRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceViewRequest) GetId
deprecated
added in
v0.80.0
func (x *WorkflowServiceViewRequest) GetId() string
Deprecated: Marked as deprecated in controlplane/v1/workflow.proto.
func (*WorkflowServiceViewRequest) GetName ¶ added in v0.86.0
func (x *WorkflowServiceViewRequest) GetName() string
func (*WorkflowServiceViewRequest) ProtoMessage ¶ added in v0.80.0
func (*WorkflowServiceViewRequest) ProtoMessage()
func (*WorkflowServiceViewRequest) ProtoReflect ¶ added in v0.80.0
func (x *WorkflowServiceViewRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceViewRequest) Reset ¶ added in v0.80.0
func (x *WorkflowServiceViewRequest) Reset()
func (*WorkflowServiceViewRequest) String ¶ added in v0.80.0
func (x *WorkflowServiceViewRequest) String() string
type WorkflowServiceViewResponse ¶ added in v0.80.0
type WorkflowServiceViewResponse struct { Result *WorkflowItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceViewResponse) Descriptor
deprecated
added in
v0.80.0
func (*WorkflowServiceViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceViewResponse.ProtoReflect.Descriptor instead.
func (*WorkflowServiceViewResponse) GetResult ¶ added in v0.80.0
func (x *WorkflowServiceViewResponse) GetResult() *WorkflowItem
func (*WorkflowServiceViewResponse) ProtoMessage ¶ added in v0.80.0
func (*WorkflowServiceViewResponse) ProtoMessage()
func (*WorkflowServiceViewResponse) ProtoReflect ¶ added in v0.80.0
func (x *WorkflowServiceViewResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceViewResponse) Reset ¶ added in v0.80.0
func (x *WorkflowServiceViewResponse) Reset()
func (*WorkflowServiceViewResponse) String ¶ added in v0.80.0
func (x *WorkflowServiceViewResponse) String() string
Source Files ¶
- api_token.pb.go
- api_token_grpc.pb.go
- attestation_state.pb.go
- attestation_state_grpc.pb.go
- auth.pb.go
- auth_grpc.pb.go
- cas_backends.pb.go
- cas_backends_errors.pb.go
- cas_backends_grpc.pb.go
- cas_credentials.pb.go
- cas_credentials_grpc.pb.go
- cas_redirect.pb.go
- cas_redirect_grpc.pb.go
- context.pb.go
- context_grpc.pb.go
- integrations.pb.go
- integrations_grpc.pb.go
- org_invitation.pb.go
- org_invitation_grpc.pb.go
- org_metrics.pb.go
- org_metrics_grpc.pb.go
- organization.pb.go
- organization_grpc.pb.go
- orgmetrics.go
- pagination.pb.go
- referrer.pb.go
- referrer_grpc.pb.go
- referrer_http.pb.go
- response_messages.pb.go
- response_messages_errors.pb.go
- robot_accounts.pb.go
- robot_accounts_grpc.pb.go
- status.pb.go
- status_grpc.pb.go
- status_http.pb.go
- user.pb.go
- user_grpc.pb.go
- workflow.pb.go
- workflow_contract.pb.go
- workflow_contract_grpc.pb.go
- workflow_grpc.pb.go
- workflow_run.pb.go
- workflow_run_grpc.pb.go