Documentation
¶
Index ¶
- Constants
- Variables
- func ErrorAllowListErrorNotInList(format string, args ...interface{}) *errors.Error
- func ErrorAllowListErrorUnspecified(format string, args ...interface{}) *errors.Error
- func ErrorOciRepositoryErrorReasonInvalid(format string, args ...interface{}) *errors.Error
- func ErrorOciRepositoryErrorReasonRequired(format string, args ...interface{}) *errors.Error
- func ErrorOciRepositoryErrorReasonUnspecified(format string, args ...interface{}) *errors.Error
- func IsAllowListErrorNotInList(err error) bool
- func IsAllowListErrorUnspecified(err error) bool
- func IsOciRepositoryErrorReasonInvalid(err error) bool
- func IsOciRepositoryErrorReasonRequired(err error) bool
- func IsOciRepositoryErrorReasonUnspecified(err error) bool
- func RegisterAttestationServiceServer(s grpc.ServiceRegistrar, srv AttestationServiceServer)
- func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)
- func RegisterCASCredentialsServiceServer(s grpc.ServiceRegistrar, srv CASCredentialsServiceServer)
- func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
- func RegisterIntegrationsServiceServer(s grpc.ServiceRegistrar, srv IntegrationsServiceServer)
- func RegisterOCIRepositoryServiceServer(s grpc.ServiceRegistrar, srv OCIRepositoryServiceServer)
- func RegisterOrgMetricsServiceServer(s grpc.ServiceRegistrar, srv OrgMetricsServiceServer)
- func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
- func RegisterRobotAccountServiceServer(s grpc.ServiceRegistrar, srv RobotAccountServiceServer)
- func RegisterStatusServiceHTTPServer(s *http.Server, srv StatusServiceHTTPServer)
- func RegisterStatusServiceServer(s grpc.ServiceRegistrar, srv StatusServiceServer)
- func RegisterWorkflowContractServiceServer(s grpc.ServiceRegistrar, srv WorkflowContractServiceServer)
- func RegisterWorkflowRunServiceServer(s grpc.ServiceRegistrar, srv WorkflowRunServiceServer)
- func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer)
- 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) GetCreatedAt() *timestamppb.Timestamp
- func (x *AttestationItem) GetEnvVars() []*AttestationItem_EnvVariable
- func (x *AttestationItem) GetEnvelope() []byte
- func (x *AttestationItem) GetId() string
- func (x *AttestationItem) GetMaterials() []*AttestationItem_Material
- func (*AttestationItem) ProtoMessage()
- func (x *AttestationItem) ProtoReflect() protoreflect.Message
- func (x *AttestationItem) Reset()
- func (x *AttestationItem) String() string
- func (m *AttestationItem) Validate() error
- func (m *AttestationItem) ValidateAll() error
- type AttestationItemMultiError
- type AttestationItemValidationError
- func (e AttestationItemValidationError) Cause() error
- func (e AttestationItemValidationError) Error() string
- func (e AttestationItemValidationError) ErrorName() string
- func (e AttestationItemValidationError) Field() string
- func (e AttestationItemValidationError) Key() bool
- func (e AttestationItemValidationError) Reason() 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
- func (m *AttestationItem_EnvVariable) Validate() error
- func (m *AttestationItem_EnvVariable) ValidateAll() error
- type AttestationItem_EnvVariableMultiError
- type AttestationItem_EnvVariableValidationError
- func (e AttestationItem_EnvVariableValidationError) Cause() error
- func (e AttestationItem_EnvVariableValidationError) Error() string
- func (e AttestationItem_EnvVariableValidationError) ErrorName() string
- func (e AttestationItem_EnvVariableValidationError) Field() string
- func (e AttestationItem_EnvVariableValidationError) Key() bool
- func (e AttestationItem_EnvVariableValidationError) Reason() string
- type AttestationItem_Material
- func (*AttestationItem_Material) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationItem_Material) GetName() string
- func (x *AttestationItem_Material) GetType() string
- 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
- func (m *AttestationItem_Material) Validate() error
- func (m *AttestationItem_Material) ValidateAll() error
- type AttestationItem_MaterialMultiError
- type AttestationItem_MaterialValidationError
- func (e AttestationItem_MaterialValidationError) Cause() error
- func (e AttestationItem_MaterialValidationError) Error() string
- func (e AttestationItem_MaterialValidationError) ErrorName() string
- func (e AttestationItem_MaterialValidationError) Field() string
- func (e AttestationItem_MaterialValidationError) Key() bool
- func (e AttestationItem_MaterialValidationError) Reason() 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
- func (m *AttestationServiceCancelRequest) Validate() error
- func (m *AttestationServiceCancelRequest) ValidateAll() error
- type AttestationServiceCancelRequestMultiError
- type AttestationServiceCancelRequestValidationError
- func (e AttestationServiceCancelRequestValidationError) Cause() error
- func (e AttestationServiceCancelRequestValidationError) Error() string
- func (e AttestationServiceCancelRequestValidationError) ErrorName() string
- func (e AttestationServiceCancelRequestValidationError) Field() string
- func (e AttestationServiceCancelRequestValidationError) Key() bool
- func (e AttestationServiceCancelRequestValidationError) Reason() 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
- func (m *AttestationServiceCancelResponse) Validate() error
- func (m *AttestationServiceCancelResponse) ValidateAll() error
- type AttestationServiceCancelResponseMultiError
- type AttestationServiceCancelResponseValidationError
- func (e AttestationServiceCancelResponseValidationError) Cause() error
- func (e AttestationServiceCancelResponseValidationError) Error() string
- func (e AttestationServiceCancelResponseValidationError) ErrorName() string
- func (e AttestationServiceCancelResponseValidationError) Field() string
- func (e AttestationServiceCancelResponseValidationError) Key() bool
- func (e AttestationServiceCancelResponseValidationError) Reason() 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
- func (m *AttestationServiceGetContractRequest) Validate() error
- func (m *AttestationServiceGetContractRequest) ValidateAll() error
- type AttestationServiceGetContractRequestMultiError
- type AttestationServiceGetContractRequestValidationError
- func (e AttestationServiceGetContractRequestValidationError) Cause() error
- func (e AttestationServiceGetContractRequestValidationError) Error() string
- func (e AttestationServiceGetContractRequestValidationError) ErrorName() string
- func (e AttestationServiceGetContractRequestValidationError) Field() string
- func (e AttestationServiceGetContractRequestValidationError) Key() bool
- func (e AttestationServiceGetContractRequestValidationError) Reason() 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
- func (m *AttestationServiceGetContractResponse) Validate() error
- func (m *AttestationServiceGetContractResponse) ValidateAll() error
- type AttestationServiceGetContractResponseMultiError
- type AttestationServiceGetContractResponseValidationError
- func (e AttestationServiceGetContractResponseValidationError) Cause() error
- func (e AttestationServiceGetContractResponseValidationError) Error() string
- func (e AttestationServiceGetContractResponseValidationError) ErrorName() string
- func (e AttestationServiceGetContractResponseValidationError) Field() string
- func (e AttestationServiceGetContractResponseValidationError) Key() bool
- func (e AttestationServiceGetContractResponseValidationError) Reason() 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
- func (m *AttestationServiceGetContractResponse_Result) Validate() error
- func (m *AttestationServiceGetContractResponse_Result) ValidateAll() error
- type AttestationServiceGetContractResponse_ResultMultiError
- type AttestationServiceGetContractResponse_ResultValidationError
- func (e AttestationServiceGetContractResponse_ResultValidationError) Cause() error
- func (e AttestationServiceGetContractResponse_ResultValidationError) Error() string
- func (e AttestationServiceGetContractResponse_ResultValidationError) ErrorName() string
- func (e AttestationServiceGetContractResponse_ResultValidationError) Field() string
- func (e AttestationServiceGetContractResponse_ResultValidationError) Key() bool
- func (e AttestationServiceGetContractResponse_ResultValidationError) Reason() string
- type AttestationServiceGetUploadCredsRequest
- func (*AttestationServiceGetUploadCredsRequest) Descriptor() ([]byte, []int)deprecated
- func (*AttestationServiceGetUploadCredsRequest) ProtoMessage()
- func (x *AttestationServiceGetUploadCredsRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceGetUploadCredsRequest) Reset()
- func (x *AttestationServiceGetUploadCredsRequest) String() string
- func (m *AttestationServiceGetUploadCredsRequest) Validate() error
- func (m *AttestationServiceGetUploadCredsRequest) ValidateAll() error
- type AttestationServiceGetUploadCredsRequestMultiError
- type AttestationServiceGetUploadCredsRequestValidationError
- func (e AttestationServiceGetUploadCredsRequestValidationError) Cause() error
- func (e AttestationServiceGetUploadCredsRequestValidationError) Error() string
- func (e AttestationServiceGetUploadCredsRequestValidationError) ErrorName() string
- func (e AttestationServiceGetUploadCredsRequestValidationError) Field() string
- func (e AttestationServiceGetUploadCredsRequestValidationError) Key() bool
- func (e AttestationServiceGetUploadCredsRequestValidationError) Reason() 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
- func (m *AttestationServiceGetUploadCredsResponse) Validate() error
- func (m *AttestationServiceGetUploadCredsResponse) ValidateAll() error
- type AttestationServiceGetUploadCredsResponseMultiError
- type AttestationServiceGetUploadCredsResponseValidationError
- func (e AttestationServiceGetUploadCredsResponseValidationError) Cause() error
- func (e AttestationServiceGetUploadCredsResponseValidationError) Error() string
- func (e AttestationServiceGetUploadCredsResponseValidationError) ErrorName() string
- func (e AttestationServiceGetUploadCredsResponseValidationError) Field() string
- func (e AttestationServiceGetUploadCredsResponseValidationError) Key() bool
- func (e AttestationServiceGetUploadCredsResponseValidationError) Reason() string
- type AttestationServiceGetUploadCredsResponse_Result
- func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor() ([]byte, []int)deprecated
- 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
- func (m *AttestationServiceGetUploadCredsResponse_Result) Validate() error
- func (m *AttestationServiceGetUploadCredsResponse_Result) ValidateAll() error
- type AttestationServiceGetUploadCredsResponse_ResultMultiError
- type AttestationServiceGetUploadCredsResponse_ResultValidationError
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Cause() error
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Error() string
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) ErrorName() string
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Field() string
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Key() bool
- func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Reason() string
- type AttestationServiceInitRequest
- func (*AttestationServiceInitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationServiceInitRequest) GetContractRevision() int32
- func (x *AttestationServiceInitRequest) GetJobUrl() string
- func (*AttestationServiceInitRequest) ProtoMessage()
- func (x *AttestationServiceInitRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceInitRequest) Reset()
- func (x *AttestationServiceInitRequest) String() string
- func (m *AttestationServiceInitRequest) Validate() error
- func (m *AttestationServiceInitRequest) ValidateAll() error
- type AttestationServiceInitRequestMultiError
- type AttestationServiceInitRequestValidationError
- func (e AttestationServiceInitRequestValidationError) Cause() error
- func (e AttestationServiceInitRequestValidationError) Error() string
- func (e AttestationServiceInitRequestValidationError) ErrorName() string
- func (e AttestationServiceInitRequestValidationError) Field() string
- func (e AttestationServiceInitRequestValidationError) Key() bool
- func (e AttestationServiceInitRequestValidationError) Reason() 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
- func (m *AttestationServiceInitResponse) Validate() error
- func (m *AttestationServiceInitResponse) ValidateAll() error
- type AttestationServiceInitResponseMultiError
- type AttestationServiceInitResponseValidationError
- func (e AttestationServiceInitResponseValidationError) Cause() error
- func (e AttestationServiceInitResponseValidationError) Error() string
- func (e AttestationServiceInitResponseValidationError) ErrorName() string
- func (e AttestationServiceInitResponseValidationError) Field() string
- func (e AttestationServiceInitResponseValidationError) Key() bool
- func (e AttestationServiceInitResponseValidationError) Reason() string
- type AttestationServiceInitResponse_Result
- func (*AttestationServiceInitResponse_Result) Descriptor() ([]byte, []int)deprecated
- 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
- func (m *AttestationServiceInitResponse_Result) Validate() error
- func (m *AttestationServiceInitResponse_Result) ValidateAll() error
- type AttestationServiceInitResponse_ResultMultiError
- type AttestationServiceInitResponse_ResultValidationError
- func (e AttestationServiceInitResponse_ResultValidationError) Cause() error
- func (e AttestationServiceInitResponse_ResultValidationError) Error() string
- func (e AttestationServiceInitResponse_ResultValidationError) ErrorName() string
- func (e AttestationServiceInitResponse_ResultValidationError) Field() string
- func (e AttestationServiceInitResponse_ResultValidationError) Key() bool
- func (e AttestationServiceInitResponse_ResultValidationError) Reason() 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
- func (m *AttestationServiceStoreRequest) Validate() error
- func (m *AttestationServiceStoreRequest) ValidateAll() error
- type AttestationServiceStoreRequestMultiError
- type AttestationServiceStoreRequestValidationError
- func (e AttestationServiceStoreRequestValidationError) Cause() error
- func (e AttestationServiceStoreRequestValidationError) Error() string
- func (e AttestationServiceStoreRequestValidationError) ErrorName() string
- func (e AttestationServiceStoreRequestValidationError) Field() string
- func (e AttestationServiceStoreRequestValidationError) Key() bool
- func (e AttestationServiceStoreRequestValidationError) Reason() string
- type AttestationServiceStoreResponse
- func (*AttestationServiceStoreResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttestationServiceStoreResponse) ProtoMessage()
- func (x *AttestationServiceStoreResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationServiceStoreResponse) Reset()
- func (x *AttestationServiceStoreResponse) String() string
- func (m *AttestationServiceStoreResponse) Validate() error
- func (m *AttestationServiceStoreResponse) ValidateAll() error
- type AttestationServiceStoreResponseMultiError
- type AttestationServiceStoreResponseValidationError
- func (e AttestationServiceStoreResponseValidationError) Cause() error
- func (e AttestationServiceStoreResponseValidationError) Error() string
- func (e AttestationServiceStoreResponseValidationError) ErrorName() string
- func (e AttestationServiceStoreResponseValidationError) Field() string
- func (e AttestationServiceStoreResponseValidationError) Key() bool
- func (e AttestationServiceStoreResponseValidationError) Reason() string
- 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
- func (m *AuthServiceDeleteAccountRequest) Validate() error
- func (m *AuthServiceDeleteAccountRequest) ValidateAll() error
- type AuthServiceDeleteAccountRequestMultiError
- type AuthServiceDeleteAccountRequestValidationError
- func (e AuthServiceDeleteAccountRequestValidationError) Cause() error
- func (e AuthServiceDeleteAccountRequestValidationError) Error() string
- func (e AuthServiceDeleteAccountRequestValidationError) ErrorName() string
- func (e AuthServiceDeleteAccountRequestValidationError) Field() string
- func (e AuthServiceDeleteAccountRequestValidationError) Key() bool
- func (e AuthServiceDeleteAccountRequestValidationError) Reason() 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
- func (m *AuthServiceDeleteAccountResponse) Validate() error
- func (m *AuthServiceDeleteAccountResponse) ValidateAll() error
- type AuthServiceDeleteAccountResponseMultiError
- type AuthServiceDeleteAccountResponseValidationError
- func (e AuthServiceDeleteAccountResponseValidationError) Cause() error
- func (e AuthServiceDeleteAccountResponseValidationError) Error() string
- func (e AuthServiceDeleteAccountResponseValidationError) ErrorName() string
- func (e AuthServiceDeleteAccountResponseValidationError) Field() string
- func (e AuthServiceDeleteAccountResponseValidationError) Key() bool
- func (e AuthServiceDeleteAccountResponseValidationError) Reason() string
- type AuthServiceServer
- type CASCredentialsServiceClient
- type CASCredentialsServiceGetRequest
- func (*CASCredentialsServiceGetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CASCredentialsServiceGetRequest) GetRole() CASCredentialsServiceGetRequest_Role
- func (*CASCredentialsServiceGetRequest) ProtoMessage()
- func (x *CASCredentialsServiceGetRequest) ProtoReflect() protoreflect.Message
- func (x *CASCredentialsServiceGetRequest) Reset()
- func (x *CASCredentialsServiceGetRequest) String() string
- func (m *CASCredentialsServiceGetRequest) Validate() error
- func (m *CASCredentialsServiceGetRequest) ValidateAll() error
- type CASCredentialsServiceGetRequestMultiError
- type CASCredentialsServiceGetRequestValidationError
- func (e CASCredentialsServiceGetRequestValidationError) Cause() error
- func (e CASCredentialsServiceGetRequestValidationError) Error() string
- func (e CASCredentialsServiceGetRequestValidationError) ErrorName() string
- func (e CASCredentialsServiceGetRequestValidationError) Field() string
- func (e CASCredentialsServiceGetRequestValidationError) Key() bool
- func (e CASCredentialsServiceGetRequestValidationError) Reason() 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
- func (m *CASCredentialsServiceGetResponse) Validate() error
- func (m *CASCredentialsServiceGetResponse) ValidateAll() error
- type CASCredentialsServiceGetResponseMultiError
- type CASCredentialsServiceGetResponseValidationError
- func (e CASCredentialsServiceGetResponseValidationError) Cause() error
- func (e CASCredentialsServiceGetResponseValidationError) Error() string
- func (e CASCredentialsServiceGetResponseValidationError) ErrorName() string
- func (e CASCredentialsServiceGetResponseValidationError) Field() string
- func (e CASCredentialsServiceGetResponseValidationError) Key() bool
- func (e CASCredentialsServiceGetResponseValidationError) Reason() 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
- func (m *CASCredentialsServiceGetResponse_Result) Validate() error
- func (m *CASCredentialsServiceGetResponse_Result) ValidateAll() error
- type CASCredentialsServiceGetResponse_ResultMultiError
- type CASCredentialsServiceGetResponse_ResultValidationError
- func (e CASCredentialsServiceGetResponse_ResultValidationError) Cause() error
- func (e CASCredentialsServiceGetResponse_ResultValidationError) Error() string
- func (e CASCredentialsServiceGetResponse_ResultValidationError) ErrorName() string
- func (e CASCredentialsServiceGetResponse_ResultValidationError) Field() string
- func (e CASCredentialsServiceGetResponse_ResultValidationError) Key() bool
- func (e CASCredentialsServiceGetResponse_ResultValidationError) Reason() string
- type CASCredentialsServiceServer
- 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
- func (m *ContextServiceCurrentRequest) Validate() error
- func (m *ContextServiceCurrentRequest) ValidateAll() error
- type ContextServiceCurrentRequestMultiError
- type ContextServiceCurrentRequestValidationError
- func (e ContextServiceCurrentRequestValidationError) Cause() error
- func (e ContextServiceCurrentRequestValidationError) Error() string
- func (e ContextServiceCurrentRequestValidationError) ErrorName() string
- func (e ContextServiceCurrentRequestValidationError) Field() string
- func (e ContextServiceCurrentRequestValidationError) Key() bool
- func (e ContextServiceCurrentRequestValidationError) Reason() 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
- func (m *ContextServiceCurrentResponse) Validate() error
- func (m *ContextServiceCurrentResponse) ValidateAll() error
- type ContextServiceCurrentResponseMultiError
- type ContextServiceCurrentResponseValidationError
- func (e ContextServiceCurrentResponseValidationError) Cause() error
- func (e ContextServiceCurrentResponseValidationError) Error() string
- func (e ContextServiceCurrentResponseValidationError) ErrorName() string
- func (e ContextServiceCurrentResponseValidationError) Field() string
- func (e ContextServiceCurrentResponseValidationError) Key() bool
- func (e ContextServiceCurrentResponseValidationError) Reason() string
- type ContextServiceCurrentResponse_Result
- func (*ContextServiceCurrentResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *ContextServiceCurrentResponse_Result) GetCurrentOciRepo() *OCIRepositoryItem
- func (x *ContextServiceCurrentResponse_Result) GetCurrentOrg() *Org
- 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
- func (m *ContextServiceCurrentResponse_Result) Validate() error
- func (m *ContextServiceCurrentResponse_Result) ValidateAll() error
- type ContextServiceCurrentResponse_ResultMultiError
- type ContextServiceCurrentResponse_ResultValidationError
- func (e ContextServiceCurrentResponse_ResultValidationError) Cause() error
- func (e ContextServiceCurrentResponse_ResultValidationError) Error() string
- func (e ContextServiceCurrentResponse_ResultValidationError) ErrorName() string
- func (e ContextServiceCurrentResponse_ResultValidationError) Field() string
- func (e ContextServiceCurrentResponse_ResultValidationError) Key() bool
- func (e ContextServiceCurrentResponse_ResultValidationError) Reason() string
- type ContextServiceServer
- type ExtensionFanout
- func (*ExtensionFanout) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionFanout) GetAttachmentSchema() []byte
- func (x *ExtensionFanout) GetRegistrationSchema() []byte
- func (x *ExtensionFanout) GetSubscribedAttestation() bool
- func (x *ExtensionFanout) GetSubscribedMaterials() []string
- func (*ExtensionFanout) ProtoMessage()
- func (x *ExtensionFanout) ProtoReflect() protoreflect.Message
- func (x *ExtensionFanout) Reset()
- func (x *ExtensionFanout) String() string
- func (m *ExtensionFanout) Validate() error
- func (m *ExtensionFanout) ValidateAll() error
- type ExtensionFanoutMultiError
- type ExtensionFanoutValidationError
- func (e ExtensionFanoutValidationError) Cause() error
- func (e ExtensionFanoutValidationError) Error() string
- func (e ExtensionFanoutValidationError) ErrorName() string
- func (e ExtensionFanoutValidationError) Field() string
- func (e ExtensionFanoutValidationError) Key() bool
- func (e ExtensionFanoutValidationError) Reason() string
- type InfozRequest
- func (*InfozRequest) Descriptor() ([]byte, []int)deprecated
- func (*InfozRequest) ProtoMessage()
- func (x *InfozRequest) ProtoReflect() protoreflect.Message
- func (x *InfozRequest) Reset()
- func (x *InfozRequest) String() string
- func (m *InfozRequest) Validate() error
- func (m *InfozRequest) ValidateAll() error
- type InfozRequestMultiError
- type InfozRequestValidationError
- func (e InfozRequestValidationError) Cause() error
- func (e InfozRequestValidationError) Error() string
- func (e InfozRequestValidationError) ErrorName() string
- func (e InfozRequestValidationError) Field() string
- func (e InfozRequestValidationError) Key() bool
- func (e InfozRequestValidationError) Reason() string
- 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
- func (m *InfozResponse) Validate() error
- func (m *InfozResponse) ValidateAll() error
- type InfozResponseMultiError
- type InfozResponseValidationError
- func (e InfozResponseValidationError) Cause() error
- func (e InfozResponseValidationError) Error() string
- func (e InfozResponseValidationError) ErrorName() string
- func (e InfozResponseValidationError) Field() string
- func (e InfozResponseValidationError) Key() bool
- func (e InfozResponseValidationError) Reason() 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
- func (m *IntegrationAttachmentItem) Validate() error
- func (m *IntegrationAttachmentItem) ValidateAll() error
- type IntegrationAttachmentItemMultiError
- type IntegrationAttachmentItemValidationError
- func (e IntegrationAttachmentItemValidationError) Cause() error
- func (e IntegrationAttachmentItemValidationError) Error() string
- func (e IntegrationAttachmentItemValidationError) ErrorName() string
- func (e IntegrationAttachmentItemValidationError) Field() string
- func (e IntegrationAttachmentItemValidationError) Key() bool
- func (e IntegrationAttachmentItemValidationError) Reason() string
- type IntegrationAvailableItem
- func (*IntegrationAvailableItem) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationAvailableItem) GetDescription() string
- func (x *IntegrationAvailableItem) GetFanout() *ExtensionFanout
- 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
- func (m *IntegrationAvailableItem) Validate() error
- func (m *IntegrationAvailableItem) ValidateAll() error
- type IntegrationAvailableItemMultiError
- type IntegrationAvailableItemValidationError
- func (e IntegrationAvailableItemValidationError) Cause() error
- func (e IntegrationAvailableItemValidationError) Error() string
- func (e IntegrationAvailableItemValidationError) ErrorName() string
- func (e IntegrationAvailableItemValidationError) Field() string
- func (e IntegrationAvailableItemValidationError) Key() bool
- func (e IntegrationAvailableItemValidationError) Reason() 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
- func (m *IntegrationsServiceAttachRequest) Validate() error
- func (m *IntegrationsServiceAttachRequest) ValidateAll() error
- type IntegrationsServiceAttachRequestMultiError
- type IntegrationsServiceAttachRequestValidationError
- func (e IntegrationsServiceAttachRequestValidationError) Cause() error
- func (e IntegrationsServiceAttachRequestValidationError) Error() string
- func (e IntegrationsServiceAttachRequestValidationError) ErrorName() string
- func (e IntegrationsServiceAttachRequestValidationError) Field() string
- func (e IntegrationsServiceAttachRequestValidationError) Key() bool
- func (e IntegrationsServiceAttachRequestValidationError) Reason() 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
- func (m *IntegrationsServiceAttachResponse) Validate() error
- func (m *IntegrationsServiceAttachResponse) ValidateAll() error
- type IntegrationsServiceAttachResponseMultiError
- type IntegrationsServiceAttachResponseValidationError
- func (e IntegrationsServiceAttachResponseValidationError) Cause() error
- func (e IntegrationsServiceAttachResponseValidationError) Error() string
- func (e IntegrationsServiceAttachResponseValidationError) ErrorName() string
- func (e IntegrationsServiceAttachResponseValidationError) Field() string
- func (e IntegrationsServiceAttachResponseValidationError) Key() bool
- func (e IntegrationsServiceAttachResponseValidationError) Reason() 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
- func (m *IntegrationsServiceDeregisterRequest) Validate() error
- func (m *IntegrationsServiceDeregisterRequest) ValidateAll() error
- type IntegrationsServiceDeregisterRequestMultiError
- type IntegrationsServiceDeregisterRequestValidationError
- func (e IntegrationsServiceDeregisterRequestValidationError) Cause() error
- func (e IntegrationsServiceDeregisterRequestValidationError) Error() string
- func (e IntegrationsServiceDeregisterRequestValidationError) ErrorName() string
- func (e IntegrationsServiceDeregisterRequestValidationError) Field() string
- func (e IntegrationsServiceDeregisterRequestValidationError) Key() bool
- func (e IntegrationsServiceDeregisterRequestValidationError) Reason() 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
- func (m *IntegrationsServiceDeregisterResponse) Validate() error
- func (m *IntegrationsServiceDeregisterResponse) ValidateAll() error
- type IntegrationsServiceDeregisterResponseMultiError
- type IntegrationsServiceDeregisterResponseValidationError
- func (e IntegrationsServiceDeregisterResponseValidationError) Cause() error
- func (e IntegrationsServiceDeregisterResponseValidationError) Error() string
- func (e IntegrationsServiceDeregisterResponseValidationError) ErrorName() string
- func (e IntegrationsServiceDeregisterResponseValidationError) Field() string
- func (e IntegrationsServiceDeregisterResponseValidationError) Key() bool
- func (e IntegrationsServiceDeregisterResponseValidationError) Reason() 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
- func (m *IntegrationsServiceDescribeRegistrationRequest) Validate() error
- func (m *IntegrationsServiceDescribeRegistrationRequest) ValidateAll() error
- type IntegrationsServiceDescribeRegistrationRequestMultiError
- type IntegrationsServiceDescribeRegistrationRequestValidationError
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Cause() error
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Error() string
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) ErrorName() string
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Field() string
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Key() bool
- func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Reason() 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
- func (m *IntegrationsServiceDescribeRegistrationResponse) Validate() error
- func (m *IntegrationsServiceDescribeRegistrationResponse) ValidateAll() error
- type IntegrationsServiceDescribeRegistrationResponseMultiError
- type IntegrationsServiceDescribeRegistrationResponseValidationError
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Cause() error
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Error() string
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) ErrorName() string
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Field() string
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Key() bool
- func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Reason() 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
- func (m *IntegrationsServiceDetachRequest) Validate() error
- func (m *IntegrationsServiceDetachRequest) ValidateAll() error
- type IntegrationsServiceDetachRequestMultiError
- type IntegrationsServiceDetachRequestValidationError
- func (e IntegrationsServiceDetachRequestValidationError) Cause() error
- func (e IntegrationsServiceDetachRequestValidationError) Error() string
- func (e IntegrationsServiceDetachRequestValidationError) ErrorName() string
- func (e IntegrationsServiceDetachRequestValidationError) Field() string
- func (e IntegrationsServiceDetachRequestValidationError) Key() bool
- func (e IntegrationsServiceDetachRequestValidationError) Reason() 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
- func (m *IntegrationsServiceDetachResponse) Validate() error
- func (m *IntegrationsServiceDetachResponse) ValidateAll() error
- type IntegrationsServiceDetachResponseMultiError
- type IntegrationsServiceDetachResponseValidationError
- func (e IntegrationsServiceDetachResponseValidationError) Cause() error
- func (e IntegrationsServiceDetachResponseValidationError) Error() string
- func (e IntegrationsServiceDetachResponseValidationError) ErrorName() string
- func (e IntegrationsServiceDetachResponseValidationError) Field() string
- func (e IntegrationsServiceDetachResponseValidationError) Key() bool
- func (e IntegrationsServiceDetachResponseValidationError) Reason() 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
- func (m *IntegrationsServiceListAvailableRequest) Validate() error
- func (m *IntegrationsServiceListAvailableRequest) ValidateAll() error
- type IntegrationsServiceListAvailableRequestMultiError
- type IntegrationsServiceListAvailableRequestValidationError
- func (e IntegrationsServiceListAvailableRequestValidationError) Cause() error
- func (e IntegrationsServiceListAvailableRequestValidationError) Error() string
- func (e IntegrationsServiceListAvailableRequestValidationError) ErrorName() string
- func (e IntegrationsServiceListAvailableRequestValidationError) Field() string
- func (e IntegrationsServiceListAvailableRequestValidationError) Key() bool
- func (e IntegrationsServiceListAvailableRequestValidationError) Reason() 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
- func (m *IntegrationsServiceListAvailableResponse) Validate() error
- func (m *IntegrationsServiceListAvailableResponse) ValidateAll() error
- type IntegrationsServiceListAvailableResponseMultiError
- type IntegrationsServiceListAvailableResponseValidationError
- func (e IntegrationsServiceListAvailableResponseValidationError) Cause() error
- func (e IntegrationsServiceListAvailableResponseValidationError) Error() string
- func (e IntegrationsServiceListAvailableResponseValidationError) ErrorName() string
- func (e IntegrationsServiceListAvailableResponseValidationError) Field() string
- func (e IntegrationsServiceListAvailableResponseValidationError) Key() bool
- func (e IntegrationsServiceListAvailableResponseValidationError) Reason() 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
- func (m *IntegrationsServiceListRegistrationsRequest) Validate() error
- func (m *IntegrationsServiceListRegistrationsRequest) ValidateAll() error
- type IntegrationsServiceListRegistrationsRequestMultiError
- type IntegrationsServiceListRegistrationsRequestValidationError
- func (e IntegrationsServiceListRegistrationsRequestValidationError) Cause() error
- func (e IntegrationsServiceListRegistrationsRequestValidationError) Error() string
- func (e IntegrationsServiceListRegistrationsRequestValidationError) ErrorName() string
- func (e IntegrationsServiceListRegistrationsRequestValidationError) Field() string
- func (e IntegrationsServiceListRegistrationsRequestValidationError) Key() bool
- func (e IntegrationsServiceListRegistrationsRequestValidationError) Reason() 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
- func (m *IntegrationsServiceListRegistrationsResponse) Validate() error
- func (m *IntegrationsServiceListRegistrationsResponse) ValidateAll() error
- type IntegrationsServiceListRegistrationsResponseMultiError
- type IntegrationsServiceListRegistrationsResponseValidationError
- func (e IntegrationsServiceListRegistrationsResponseValidationError) Cause() error
- func (e IntegrationsServiceListRegistrationsResponseValidationError) Error() string
- func (e IntegrationsServiceListRegistrationsResponseValidationError) ErrorName() string
- func (e IntegrationsServiceListRegistrationsResponseValidationError) Field() string
- func (e IntegrationsServiceListRegistrationsResponseValidationError) Key() bool
- func (e IntegrationsServiceListRegistrationsResponseValidationError) Reason() string
- type IntegrationsServiceRegisterRequest
- func (*IntegrationsServiceRegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationsServiceRegisterRequest) GetConfig() *structpb.Struct
- func (x *IntegrationsServiceRegisterRequest) GetDescription() string
- func (x *IntegrationsServiceRegisterRequest) GetExtensionId() string
- func (*IntegrationsServiceRegisterRequest) ProtoMessage()
- func (x *IntegrationsServiceRegisterRequest) ProtoReflect() protoreflect.Message
- func (x *IntegrationsServiceRegisterRequest) Reset()
- func (x *IntegrationsServiceRegisterRequest) String() string
- func (m *IntegrationsServiceRegisterRequest) Validate() error
- func (m *IntegrationsServiceRegisterRequest) ValidateAll() error
- type IntegrationsServiceRegisterRequestMultiError
- type IntegrationsServiceRegisterRequestValidationError
- func (e IntegrationsServiceRegisterRequestValidationError) Cause() error
- func (e IntegrationsServiceRegisterRequestValidationError) Error() string
- func (e IntegrationsServiceRegisterRequestValidationError) ErrorName() string
- func (e IntegrationsServiceRegisterRequestValidationError) Field() string
- func (e IntegrationsServiceRegisterRequestValidationError) Key() bool
- func (e IntegrationsServiceRegisterRequestValidationError) Reason() 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
- func (m *IntegrationsServiceRegisterResponse) Validate() error
- func (m *IntegrationsServiceRegisterResponse) ValidateAll() error
- type IntegrationsServiceRegisterResponseMultiError
- type IntegrationsServiceRegisterResponseValidationError
- func (e IntegrationsServiceRegisterResponseValidationError) Cause() error
- func (e IntegrationsServiceRegisterResponseValidationError) Error() string
- func (e IntegrationsServiceRegisterResponseValidationError) ErrorName() string
- func (e IntegrationsServiceRegisterResponseValidationError) Field() string
- func (e IntegrationsServiceRegisterResponseValidationError) Key() bool
- func (e IntegrationsServiceRegisterResponseValidationError) Reason() 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
- func (m *ListAttachmentsRequest) Validate() error
- func (m *ListAttachmentsRequest) ValidateAll() error
- type ListAttachmentsRequestMultiError
- type ListAttachmentsRequestValidationError
- func (e ListAttachmentsRequestValidationError) Cause() error
- func (e ListAttachmentsRequestValidationError) Error() string
- func (e ListAttachmentsRequestValidationError) ErrorName() string
- func (e ListAttachmentsRequestValidationError) Field() string
- func (e ListAttachmentsRequestValidationError) Key() bool
- func (e ListAttachmentsRequestValidationError) Reason() 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
- func (m *ListAttachmentsResponse) Validate() error
- func (m *ListAttachmentsResponse) ValidateAll() error
- type ListAttachmentsResponseMultiError
- type ListAttachmentsResponseValidationError
- func (e ListAttachmentsResponseValidationError) Cause() error
- func (e ListAttachmentsResponseValidationError) Error() string
- func (e ListAttachmentsResponseValidationError) ErrorName() string
- func (e ListAttachmentsResponseValidationError) Field() string
- func (e ListAttachmentsResponseValidationError) Key() bool
- func (e ListAttachmentsResponseValidationError) Reason() 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 OCIRepositoryErrorReason
- func (OCIRepositoryErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x OCIRepositoryErrorReason) Enum() *OCIRepositoryErrorReason
- func (OCIRepositoryErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x OCIRepositoryErrorReason) Number() protoreflect.EnumNumber
- func (x OCIRepositoryErrorReason) String() string
- func (OCIRepositoryErrorReason) Type() protoreflect.EnumType
- type OCIRepositoryItem
- func (*OCIRepositoryItem) Descriptor() ([]byte, []int)deprecated
- func (x *OCIRepositoryItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *OCIRepositoryItem) GetId() string
- func (x *OCIRepositoryItem) GetRepo() string
- func (x *OCIRepositoryItem) GetValidationStatus() OCIRepositoryItem_ValidationStatus
- func (*OCIRepositoryItem) ProtoMessage()
- func (x *OCIRepositoryItem) ProtoReflect() protoreflect.Message
- func (x *OCIRepositoryItem) Reset()
- func (x *OCIRepositoryItem) String() string
- func (m *OCIRepositoryItem) Validate() error
- func (m *OCIRepositoryItem) ValidateAll() error
- type OCIRepositoryItemMultiError
- type OCIRepositoryItemValidationError
- func (e OCIRepositoryItemValidationError) Cause() error
- func (e OCIRepositoryItemValidationError) Error() string
- func (e OCIRepositoryItemValidationError) ErrorName() string
- func (e OCIRepositoryItemValidationError) Field() string
- func (e OCIRepositoryItemValidationError) Key() bool
- func (e OCIRepositoryItemValidationError) Reason() string
- type OCIRepositoryItem_ValidationStatus
- func (OCIRepositoryItem_ValidationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OCIRepositoryItem_ValidationStatus) Enum() *OCIRepositoryItem_ValidationStatus
- func (OCIRepositoryItem_ValidationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OCIRepositoryItem_ValidationStatus) Number() protoreflect.EnumNumber
- func (x OCIRepositoryItem_ValidationStatus) String() string
- func (OCIRepositoryItem_ValidationStatus) Type() protoreflect.EnumType
- type OCIRepositoryServiceClient
- type OCIRepositoryServiceSaveRequest
- func (*OCIRepositoryServiceSaveRequest) Descriptor() ([]byte, []int)deprecated
- func (m *OCIRepositoryServiceSaveRequest) GetCredentials() isOCIRepositoryServiceSaveRequest_Credentials
- func (x *OCIRepositoryServiceSaveRequest) GetKeyPair() *OCIRepositoryServiceSaveRequest_Keypair
- func (x *OCIRepositoryServiceSaveRequest) GetRepository() string
- func (*OCIRepositoryServiceSaveRequest) ProtoMessage()
- func (x *OCIRepositoryServiceSaveRequest) ProtoReflect() protoreflect.Message
- func (x *OCIRepositoryServiceSaveRequest) Reset()
- func (x *OCIRepositoryServiceSaveRequest) String() string
- func (m *OCIRepositoryServiceSaveRequest) Validate() error
- func (m *OCIRepositoryServiceSaveRequest) ValidateAll() error
- type OCIRepositoryServiceSaveRequestMultiError
- type OCIRepositoryServiceSaveRequestValidationError
- func (e OCIRepositoryServiceSaveRequestValidationError) Cause() error
- func (e OCIRepositoryServiceSaveRequestValidationError) Error() string
- func (e OCIRepositoryServiceSaveRequestValidationError) ErrorName() string
- func (e OCIRepositoryServiceSaveRequestValidationError) Field() string
- func (e OCIRepositoryServiceSaveRequestValidationError) Key() bool
- func (e OCIRepositoryServiceSaveRequestValidationError) Reason() string
- type OCIRepositoryServiceSaveRequest_KeyPair
- type OCIRepositoryServiceSaveRequest_Keypair
- func (*OCIRepositoryServiceSaveRequest_Keypair) Descriptor() ([]byte, []int)deprecated
- func (x *OCIRepositoryServiceSaveRequest_Keypair) GetPassword() string
- func (x *OCIRepositoryServiceSaveRequest_Keypair) GetUsername() string
- func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoMessage()
- func (x *OCIRepositoryServiceSaveRequest_Keypair) ProtoReflect() protoreflect.Message
- func (x *OCIRepositoryServiceSaveRequest_Keypair) Reset()
- func (x *OCIRepositoryServiceSaveRequest_Keypair) String() string
- func (m *OCIRepositoryServiceSaveRequest_Keypair) Validate() error
- func (m *OCIRepositoryServiceSaveRequest_Keypair) ValidateAll() error
- type OCIRepositoryServiceSaveRequest_KeypairMultiError
- type OCIRepositoryServiceSaveRequest_KeypairValidationError
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Cause() error
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Error() string
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) ErrorName() string
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Field() string
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Key() bool
- func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Reason() string
- type OCIRepositoryServiceSaveResponse
- func (*OCIRepositoryServiceSaveResponse) Descriptor() ([]byte, []int)deprecated
- func (*OCIRepositoryServiceSaveResponse) ProtoMessage()
- func (x *OCIRepositoryServiceSaveResponse) ProtoReflect() protoreflect.Message
- func (x *OCIRepositoryServiceSaveResponse) Reset()
- func (x *OCIRepositoryServiceSaveResponse) String() string
- func (m *OCIRepositoryServiceSaveResponse) Validate() error
- func (m *OCIRepositoryServiceSaveResponse) ValidateAll() error
- type OCIRepositoryServiceSaveResponseMultiError
- type OCIRepositoryServiceSaveResponseValidationError
- func (e OCIRepositoryServiceSaveResponseValidationError) Cause() error
- func (e OCIRepositoryServiceSaveResponseValidationError) Error() string
- func (e OCIRepositoryServiceSaveResponseValidationError) ErrorName() string
- func (e OCIRepositoryServiceSaveResponseValidationError) Field() string
- func (e OCIRepositoryServiceSaveResponseValidationError) Key() bool
- func (e OCIRepositoryServiceSaveResponseValidationError) Reason() string
- type OCIRepositoryServiceServer
- type Org
- func (*Org) Descriptor() ([]byte, []int)deprecated
- func (x *Org) GetCreatedAt() *timestamppb.Timestamp
- func (x *Org) GetId() string
- func (x *Org) GetName() string
- func (*Org) ProtoMessage()
- func (x *Org) ProtoReflect() protoreflect.Message
- func (x *Org) Reset()
- func (x *Org) String() string
- func (m *Org) Validate() error
- func (m *Org) ValidateAll() error
- 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() *Org
- func (x *OrgMembershipItem) GetUpdatedAt() *timestamppb.Timestamp
- func (*OrgMembershipItem) ProtoMessage()
- func (x *OrgMembershipItem) ProtoReflect() protoreflect.Message
- func (x *OrgMembershipItem) Reset()
- func (x *OrgMembershipItem) String() string
- func (m *OrgMembershipItem) Validate() error
- func (m *OrgMembershipItem) ValidateAll() error
- type OrgMembershipItemMultiError
- type OrgMembershipItemValidationError
- func (e OrgMembershipItemValidationError) Cause() error
- func (e OrgMembershipItemValidationError) Error() string
- func (e OrgMembershipItemValidationError) ErrorName() string
- func (e OrgMembershipItemValidationError) Field() string
- func (e OrgMembershipItemValidationError) Key() bool
- func (e OrgMembershipItemValidationError) Reason() 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
- func (m *OrgMetricsServiceTotalsRequest) Validate() error
- func (m *OrgMetricsServiceTotalsRequest) ValidateAll() error
- type OrgMetricsServiceTotalsRequestMultiError
- type OrgMetricsServiceTotalsRequestValidationError
- func (e OrgMetricsServiceTotalsRequestValidationError) Cause() error
- func (e OrgMetricsServiceTotalsRequestValidationError) Error() string
- func (e OrgMetricsServiceTotalsRequestValidationError) ErrorName() string
- func (e OrgMetricsServiceTotalsRequestValidationError) Field() string
- func (e OrgMetricsServiceTotalsRequestValidationError) Key() bool
- func (e OrgMetricsServiceTotalsRequestValidationError) Reason() 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
- func (m *OrgMetricsServiceTotalsResponse) Validate() error
- func (m *OrgMetricsServiceTotalsResponse) ValidateAll() error
- type OrgMetricsServiceTotalsResponseMultiError
- type OrgMetricsServiceTotalsResponseValidationError
- func (e OrgMetricsServiceTotalsResponseValidationError) Cause() error
- func (e OrgMetricsServiceTotalsResponseValidationError) Error() string
- func (e OrgMetricsServiceTotalsResponseValidationError) ErrorName() string
- func (e OrgMetricsServiceTotalsResponseValidationError) Field() string
- func (e OrgMetricsServiceTotalsResponseValidationError) Key() bool
- func (e OrgMetricsServiceTotalsResponseValidationError) Reason() string
- type OrgMetricsServiceTotalsResponse_Result
- func (*OrgMetricsServiceTotalsResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotal() int32
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType() map[string]int32
- func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus() map[string]int32
- func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage()
- func (x *OrgMetricsServiceTotalsResponse_Result) ProtoReflect() protoreflect.Message
- func (x *OrgMetricsServiceTotalsResponse_Result) Reset()
- func (x *OrgMetricsServiceTotalsResponse_Result) String() string
- func (m *OrgMetricsServiceTotalsResponse_Result) Validate() error
- func (m *OrgMetricsServiceTotalsResponse_Result) ValidateAll() error
- type OrgMetricsServiceTotalsResponse_ResultMultiError
- type OrgMetricsServiceTotalsResponse_ResultValidationError
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Cause() error
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Error() string
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) ErrorName() string
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Field() string
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Key() bool
- func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Reason() string
- type OrgMultiError
- type OrgValidationError
- type OrganizationServiceClient
- 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
- func (m *OrganizationServiceListMembershipsRequest) Validate() error
- func (m *OrganizationServiceListMembershipsRequest) ValidateAll() error
- type OrganizationServiceListMembershipsRequestMultiError
- type OrganizationServiceListMembershipsRequestValidationError
- func (e OrganizationServiceListMembershipsRequestValidationError) Cause() error
- func (e OrganizationServiceListMembershipsRequestValidationError) Error() string
- func (e OrganizationServiceListMembershipsRequestValidationError) ErrorName() string
- func (e OrganizationServiceListMembershipsRequestValidationError) Field() string
- func (e OrganizationServiceListMembershipsRequestValidationError) Key() bool
- func (e OrganizationServiceListMembershipsRequestValidationError) Reason() 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
- func (m *OrganizationServiceListMembershipsResponse) Validate() error
- func (m *OrganizationServiceListMembershipsResponse) ValidateAll() error
- type OrganizationServiceListMembershipsResponseMultiError
- type OrganizationServiceListMembershipsResponseValidationError
- func (e OrganizationServiceListMembershipsResponseValidationError) Cause() error
- func (e OrganizationServiceListMembershipsResponseValidationError) Error() string
- func (e OrganizationServiceListMembershipsResponseValidationError) ErrorName() string
- func (e OrganizationServiceListMembershipsResponseValidationError) Field() string
- func (e OrganizationServiceListMembershipsResponseValidationError) Key() bool
- func (e OrganizationServiceListMembershipsResponseValidationError) Reason() string
- type OrganizationServiceServer
- type PaginationRequest
- func (*PaginationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationRequest) GetCursor() string
- func (x *PaginationRequest) GetLimit() int32
- func (*PaginationRequest) ProtoMessage()
- func (x *PaginationRequest) ProtoReflect() protoreflect.Message
- func (x *PaginationRequest) Reset()
- func (x *PaginationRequest) String() string
- func (m *PaginationRequest) Validate() error
- func (m *PaginationRequest) ValidateAll() error
- type PaginationRequestMultiError
- type PaginationRequestValidationError
- func (e PaginationRequestValidationError) Cause() error
- func (e PaginationRequestValidationError) Error() string
- func (e PaginationRequestValidationError) ErrorName() string
- func (e PaginationRequestValidationError) Field() string
- func (e PaginationRequestValidationError) Key() bool
- func (e PaginationRequestValidationError) Reason() string
- type PaginationResponse
- func (*PaginationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationResponse) GetNextCursor() string
- func (*PaginationResponse) ProtoMessage()
- func (x *PaginationResponse) ProtoReflect() protoreflect.Message
- func (x *PaginationResponse) Reset()
- func (x *PaginationResponse) String() string
- func (m *PaginationResponse) Validate() error
- func (m *PaginationResponse) ValidateAll() error
- type PaginationResponseMultiError
- type PaginationResponseValidationError
- func (e PaginationResponseValidationError) Cause() error
- func (e PaginationResponseValidationError) Error() string
- func (e PaginationResponseValidationError) ErrorName() string
- func (e PaginationResponseValidationError) Field() string
- func (e PaginationResponseValidationError) Key() bool
- func (e PaginationResponseValidationError) Reason() string
- 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 (*RegisteredIntegrationItem) ProtoMessage()
- func (x *RegisteredIntegrationItem) ProtoReflect() protoreflect.Message
- func (x *RegisteredIntegrationItem) Reset()
- func (x *RegisteredIntegrationItem) String() string
- func (m *RegisteredIntegrationItem) Validate() error
- func (m *RegisteredIntegrationItem) ValidateAll() error
- type RegisteredIntegrationItemMultiError
- type RegisteredIntegrationItemValidationError
- func (e RegisteredIntegrationItemValidationError) Cause() error
- func (e RegisteredIntegrationItemValidationError) Error() string
- func (e RegisteredIntegrationItemValidationError) ErrorName() string
- func (e RegisteredIntegrationItemValidationError) Field() string
- func (e RegisteredIntegrationItemValidationError) Key() bool
- func (e RegisteredIntegrationItemValidationError) Reason() 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
- func (m *RobotAccountServiceCreateRequest) Validate() error
- func (m *RobotAccountServiceCreateRequest) ValidateAll() error
- type RobotAccountServiceCreateRequestMultiError
- type RobotAccountServiceCreateRequestValidationError
- func (e RobotAccountServiceCreateRequestValidationError) Cause() error
- func (e RobotAccountServiceCreateRequestValidationError) Error() string
- func (e RobotAccountServiceCreateRequestValidationError) ErrorName() string
- func (e RobotAccountServiceCreateRequestValidationError) Field() string
- func (e RobotAccountServiceCreateRequestValidationError) Key() bool
- func (e RobotAccountServiceCreateRequestValidationError) Reason() 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
- func (m *RobotAccountServiceCreateResponse) Validate() error
- func (m *RobotAccountServiceCreateResponse) ValidateAll() error
- type RobotAccountServiceCreateResponseMultiError
- type RobotAccountServiceCreateResponseValidationError
- func (e RobotAccountServiceCreateResponseValidationError) Cause() error
- func (e RobotAccountServiceCreateResponseValidationError) Error() string
- func (e RobotAccountServiceCreateResponseValidationError) ErrorName() string
- func (e RobotAccountServiceCreateResponseValidationError) Field() string
- func (e RobotAccountServiceCreateResponseValidationError) Key() bool
- func (e RobotAccountServiceCreateResponseValidationError) Reason() 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
- func (m *RobotAccountServiceCreateResponse_RobotAccountFull) Validate() error
- func (m *RobotAccountServiceCreateResponse_RobotAccountFull) ValidateAll() error
- type RobotAccountServiceCreateResponse_RobotAccountFullMultiError
- type RobotAccountServiceCreateResponse_RobotAccountFullValidationError
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Cause() error
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Error() string
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) ErrorName() string
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Field() string
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Key() bool
- func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Reason() 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
- func (m *RobotAccountServiceListRequest) Validate() error
- func (m *RobotAccountServiceListRequest) ValidateAll() error
- type RobotAccountServiceListRequestMultiError
- type RobotAccountServiceListRequestValidationError
- func (e RobotAccountServiceListRequestValidationError) Cause() error
- func (e RobotAccountServiceListRequestValidationError) Error() string
- func (e RobotAccountServiceListRequestValidationError) ErrorName() string
- func (e RobotAccountServiceListRequestValidationError) Field() string
- func (e RobotAccountServiceListRequestValidationError) Key() bool
- func (e RobotAccountServiceListRequestValidationError) Reason() 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
- func (m *RobotAccountServiceListResponse) Validate() error
- func (m *RobotAccountServiceListResponse) ValidateAll() error
- type RobotAccountServiceListResponseMultiError
- type RobotAccountServiceListResponseValidationError
- func (e RobotAccountServiceListResponseValidationError) Cause() error
- func (e RobotAccountServiceListResponseValidationError) Error() string
- func (e RobotAccountServiceListResponseValidationError) ErrorName() string
- func (e RobotAccountServiceListResponseValidationError) Field() string
- func (e RobotAccountServiceListResponseValidationError) Key() bool
- func (e RobotAccountServiceListResponseValidationError) Reason() 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
- func (m *RobotAccountServiceListResponse_RobotAccountItem) Validate() error
- func (m *RobotAccountServiceListResponse_RobotAccountItem) ValidateAll() error
- type RobotAccountServiceListResponse_RobotAccountItemMultiError
- type RobotAccountServiceListResponse_RobotAccountItemValidationError
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Cause() error
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Error() string
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) ErrorName() string
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Field() string
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Key() bool
- func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Reason() 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
- func (m *RobotAccountServiceRevokeRequest) Validate() error
- func (m *RobotAccountServiceRevokeRequest) ValidateAll() error
- type RobotAccountServiceRevokeRequestMultiError
- type RobotAccountServiceRevokeRequestValidationError
- func (e RobotAccountServiceRevokeRequestValidationError) Cause() error
- func (e RobotAccountServiceRevokeRequestValidationError) Error() string
- func (e RobotAccountServiceRevokeRequestValidationError) ErrorName() string
- func (e RobotAccountServiceRevokeRequestValidationError) Field() string
- func (e RobotAccountServiceRevokeRequestValidationError) Key() bool
- func (e RobotAccountServiceRevokeRequestValidationError) Reason() 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
- func (m *RobotAccountServiceRevokeResponse) Validate() error
- func (m *RobotAccountServiceRevokeResponse) ValidateAll() error
- type RobotAccountServiceRevokeResponseMultiError
- type RobotAccountServiceRevokeResponseValidationError
- func (e RobotAccountServiceRevokeResponseValidationError) Cause() error
- func (e RobotAccountServiceRevokeResponseValidationError) Error() string
- func (e RobotAccountServiceRevokeResponseValidationError) ErrorName() string
- func (e RobotAccountServiceRevokeResponseValidationError) Field() string
- func (e RobotAccountServiceRevokeResponseValidationError) Key() bool
- func (e RobotAccountServiceRevokeResponseValidationError) Reason() string
- type RobotAccountServiceServer
- 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
- func (m *SetCurrentMembershipRequest) Validate() error
- func (m *SetCurrentMembershipRequest) ValidateAll() error
- type SetCurrentMembershipRequestMultiError
- type SetCurrentMembershipRequestValidationError
- func (e SetCurrentMembershipRequestValidationError) Cause() error
- func (e SetCurrentMembershipRequestValidationError) Error() string
- func (e SetCurrentMembershipRequestValidationError) ErrorName() string
- func (e SetCurrentMembershipRequestValidationError) Field() string
- func (e SetCurrentMembershipRequestValidationError) Key() bool
- func (e SetCurrentMembershipRequestValidationError) Reason() 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
- func (m *SetCurrentMembershipResponse) Validate() error
- func (m *SetCurrentMembershipResponse) ValidateAll() error
- type SetCurrentMembershipResponseMultiError
- type SetCurrentMembershipResponseValidationError
- func (e SetCurrentMembershipResponseValidationError) Cause() error
- func (e SetCurrentMembershipResponseValidationError) Error() string
- func (e SetCurrentMembershipResponseValidationError) ErrorName() string
- func (e SetCurrentMembershipResponseValidationError) Field() string
- func (e SetCurrentMembershipResponseValidationError) Key() bool
- func (e SetCurrentMembershipResponseValidationError) Reason() string
- type StatusServiceClient
- type StatusServiceHTTPClient
- type StatusServiceHTTPClientImpl
- type StatusServiceHTTPServer
- type StatusServiceServer
- type StatuszRequest
- func (*StatuszRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StatuszRequest) GetReadiness() bool
- func (*StatuszRequest) ProtoMessage()
- func (x *StatuszRequest) ProtoReflect() protoreflect.Message
- func (x *StatuszRequest) Reset()
- func (x *StatuszRequest) String() string
- func (m *StatuszRequest) Validate() error
- func (m *StatuszRequest) ValidateAll() error
- type StatuszRequestMultiError
- type StatuszRequestValidationError
- func (e StatuszRequestValidationError) Cause() error
- func (e StatuszRequestValidationError) Error() string
- func (e StatuszRequestValidationError) ErrorName() string
- func (e StatuszRequestValidationError) Field() string
- func (e StatuszRequestValidationError) Key() bool
- func (e StatuszRequestValidationError) Reason() string
- type StatuszResponse
- func (*StatuszResponse) Descriptor() ([]byte, []int)deprecated
- func (*StatuszResponse) ProtoMessage()
- func (x *StatuszResponse) ProtoReflect() protoreflect.Message
- func (x *StatuszResponse) Reset()
- func (x *StatuszResponse) String() string
- func (m *StatuszResponse) Validate() error
- func (m *StatuszResponse) ValidateAll() error
- type StatuszResponseMultiError
- type StatuszResponseValidationError
- func (e StatuszResponseValidationError) Cause() error
- func (e StatuszResponseValidationError) Error() string
- func (e StatuszResponseValidationError) ErrorName() string
- func (e StatuszResponseValidationError) Field() string
- func (e StatuszResponseValidationError) Key() bool
- func (e StatuszResponseValidationError) Reason() string
- 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
- func (m *TopWorkflowsByRunsCountRequest) Validate() error
- func (m *TopWorkflowsByRunsCountRequest) ValidateAll() error
- type TopWorkflowsByRunsCountRequestMultiError
- type TopWorkflowsByRunsCountRequestValidationError
- func (e TopWorkflowsByRunsCountRequestValidationError) Cause() error
- func (e TopWorkflowsByRunsCountRequestValidationError) Error() string
- func (e TopWorkflowsByRunsCountRequestValidationError) ErrorName() string
- func (e TopWorkflowsByRunsCountRequestValidationError) Field() string
- func (e TopWorkflowsByRunsCountRequestValidationError) Key() bool
- func (e TopWorkflowsByRunsCountRequestValidationError) Reason() 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
- func (m *TopWorkflowsByRunsCountResponse) Validate() error
- func (m *TopWorkflowsByRunsCountResponse) ValidateAll() error
- type TopWorkflowsByRunsCountResponseMultiError
- type TopWorkflowsByRunsCountResponseValidationError
- func (e TopWorkflowsByRunsCountResponseValidationError) Cause() error
- func (e TopWorkflowsByRunsCountResponseValidationError) Error() string
- func (e TopWorkflowsByRunsCountResponseValidationError) ErrorName() string
- func (e TopWorkflowsByRunsCountResponseValidationError) Field() string
- func (e TopWorkflowsByRunsCountResponseValidationError) Key() bool
- func (e TopWorkflowsByRunsCountResponseValidationError) Reason() string
- type TopWorkflowsByRunsCountResponse_TotalByStatus
- func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor() ([]byte, []int)deprecated
- func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus() map[string]int32
- 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
- func (m *TopWorkflowsByRunsCountResponse_TotalByStatus) Validate() error
- func (m *TopWorkflowsByRunsCountResponse_TotalByStatus) ValidateAll() error
- type TopWorkflowsByRunsCountResponse_TotalByStatusMultiError
- type TopWorkflowsByRunsCountResponse_TotalByStatusValidationError
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Cause() error
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Error() string
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) ErrorName() string
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Field() string
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Key() bool
- func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Reason() string
- 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 UnimplementedAuthServiceServer
- type UnimplementedCASCredentialsServiceServer
- 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 UnimplementedOCIRepositoryServiceServer
- type UnimplementedOrgMetricsServiceServer
- func (UnimplementedOrgMetricsServiceServer) TopWorkflowsByRunsCount(context.Context, *TopWorkflowsByRunsCountRequest) (*TopWorkflowsByRunsCountResponse, error)
- func (UnimplementedOrgMetricsServiceServer) Totals(context.Context, *OrgMetricsServiceTotalsRequest) (*OrgMetricsServiceTotalsResponse, error)
- type UnimplementedOrganizationServiceServer
- func (UnimplementedOrganizationServiceServer) ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error)
- func (UnimplementedOrganizationServiceServer) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, 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 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)
- type UnsafeAttestationServiceServer
- type UnsafeAuthServiceServer
- type UnsafeCASCredentialsServiceServer
- type UnsafeContextServiceServer
- type UnsafeIntegrationsServiceServer
- type UnsafeOCIRepositoryServiceServer
- type UnsafeOrgMetricsServiceServer
- type UnsafeOrganizationServiceServer
- type UnsafeRobotAccountServiceServer
- type UnsafeStatusServiceServer
- 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
- func (m *User) Validate() error
- func (m *User) ValidateAll() error
- type UserMultiError
- type UserValidationError
- type WorkflowContractItem
- func (*WorkflowContractItem) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowContractItem) GetCreatedAt() *timestamppb.Timestamp
- 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
- func (m *WorkflowContractItem) Validate() error
- func (m *WorkflowContractItem) ValidateAll() error
- type WorkflowContractItemMultiError
- type WorkflowContractItemValidationError
- func (e WorkflowContractItemValidationError) Cause() error
- func (e WorkflowContractItemValidationError) Error() string
- func (e WorkflowContractItemValidationError) ErrorName() string
- func (e WorkflowContractItemValidationError) Field() string
- func (e WorkflowContractItemValidationError) Key() bool
- func (e WorkflowContractItemValidationError) Reason() string
- type WorkflowContractServiceClient
- type WorkflowContractServiceCreateRequest
- func (*WorkflowContractServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (m *WorkflowContractServiceCreateRequest) GetContract() isWorkflowContractServiceCreateRequest_Contract
- 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
- func (m *WorkflowContractServiceCreateRequest) Validate() error
- func (m *WorkflowContractServiceCreateRequest) ValidateAll() error
- type WorkflowContractServiceCreateRequestMultiError
- type WorkflowContractServiceCreateRequestValidationError
- func (e WorkflowContractServiceCreateRequestValidationError) Cause() error
- func (e WorkflowContractServiceCreateRequestValidationError) Error() string
- func (e WorkflowContractServiceCreateRequestValidationError) ErrorName() string
- func (e WorkflowContractServiceCreateRequestValidationError) Field() string
- func (e WorkflowContractServiceCreateRequestValidationError) Key() bool
- func (e WorkflowContractServiceCreateRequestValidationError) Reason() 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
- func (m *WorkflowContractServiceCreateResponse) Validate() error
- func (m *WorkflowContractServiceCreateResponse) ValidateAll() error
- type WorkflowContractServiceCreateResponseMultiError
- type WorkflowContractServiceCreateResponseValidationError
- func (e WorkflowContractServiceCreateResponseValidationError) Cause() error
- func (e WorkflowContractServiceCreateResponseValidationError) Error() string
- func (e WorkflowContractServiceCreateResponseValidationError) ErrorName() string
- func (e WorkflowContractServiceCreateResponseValidationError) Field() string
- func (e WorkflowContractServiceCreateResponseValidationError) Key() bool
- func (e WorkflowContractServiceCreateResponseValidationError) Reason() 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
- func (m *WorkflowContractServiceDeleteRequest) Validate() error
- func (m *WorkflowContractServiceDeleteRequest) ValidateAll() error
- type WorkflowContractServiceDeleteRequestMultiError
- type WorkflowContractServiceDeleteRequestValidationError
- func (e WorkflowContractServiceDeleteRequestValidationError) Cause() error
- func (e WorkflowContractServiceDeleteRequestValidationError) Error() string
- func (e WorkflowContractServiceDeleteRequestValidationError) ErrorName() string
- func (e WorkflowContractServiceDeleteRequestValidationError) Field() string
- func (e WorkflowContractServiceDeleteRequestValidationError) Key() bool
- func (e WorkflowContractServiceDeleteRequestValidationError) Reason() 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
- func (m *WorkflowContractServiceDeleteResponse) Validate() error
- func (m *WorkflowContractServiceDeleteResponse) ValidateAll() error
- type WorkflowContractServiceDeleteResponseMultiError
- type WorkflowContractServiceDeleteResponseValidationError
- func (e WorkflowContractServiceDeleteResponseValidationError) Cause() error
- func (e WorkflowContractServiceDeleteResponseValidationError) Error() string
- func (e WorkflowContractServiceDeleteResponseValidationError) ErrorName() string
- func (e WorkflowContractServiceDeleteResponseValidationError) Field() string
- func (e WorkflowContractServiceDeleteResponseValidationError) Key() bool
- func (e WorkflowContractServiceDeleteResponseValidationError) Reason() 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
- func (m *WorkflowContractServiceDescribeRequest) Validate() error
- func (m *WorkflowContractServiceDescribeRequest) ValidateAll() error
- type WorkflowContractServiceDescribeRequestMultiError
- type WorkflowContractServiceDescribeRequestValidationError
- func (e WorkflowContractServiceDescribeRequestValidationError) Cause() error
- func (e WorkflowContractServiceDescribeRequestValidationError) Error() string
- func (e WorkflowContractServiceDescribeRequestValidationError) ErrorName() string
- func (e WorkflowContractServiceDescribeRequestValidationError) Field() string
- func (e WorkflowContractServiceDescribeRequestValidationError) Key() bool
- func (e WorkflowContractServiceDescribeRequestValidationError) Reason() 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
- func (m *WorkflowContractServiceDescribeResponse) Validate() error
- func (m *WorkflowContractServiceDescribeResponse) ValidateAll() error
- type WorkflowContractServiceDescribeResponseMultiError
- type WorkflowContractServiceDescribeResponseValidationError
- func (e WorkflowContractServiceDescribeResponseValidationError) Cause() error
- func (e WorkflowContractServiceDescribeResponseValidationError) Error() string
- func (e WorkflowContractServiceDescribeResponseValidationError) ErrorName() string
- func (e WorkflowContractServiceDescribeResponseValidationError) Field() string
- func (e WorkflowContractServiceDescribeResponseValidationError) Key() bool
- func (e WorkflowContractServiceDescribeResponseValidationError) Reason() 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
- func (m *WorkflowContractServiceDescribeResponse_Result) Validate() error
- func (m *WorkflowContractServiceDescribeResponse_Result) ValidateAll() error
- type WorkflowContractServiceDescribeResponse_ResultMultiError
- type WorkflowContractServiceDescribeResponse_ResultValidationError
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Cause() error
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Error() string
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) ErrorName() string
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Field() string
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Key() bool
- func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Reason() 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
- func (m *WorkflowContractServiceListRequest) Validate() error
- func (m *WorkflowContractServiceListRequest) ValidateAll() error
- type WorkflowContractServiceListRequestMultiError
- type WorkflowContractServiceListRequestValidationError
- func (e WorkflowContractServiceListRequestValidationError) Cause() error
- func (e WorkflowContractServiceListRequestValidationError) Error() string
- func (e WorkflowContractServiceListRequestValidationError) ErrorName() string
- func (e WorkflowContractServiceListRequestValidationError) Field() string
- func (e WorkflowContractServiceListRequestValidationError) Key() bool
- func (e WorkflowContractServiceListRequestValidationError) Reason() 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
- func (m *WorkflowContractServiceListResponse) Validate() error
- func (m *WorkflowContractServiceListResponse) ValidateAll() error
- type WorkflowContractServiceListResponseMultiError
- type WorkflowContractServiceListResponseValidationError
- func (e WorkflowContractServiceListResponseValidationError) Cause() error
- func (e WorkflowContractServiceListResponseValidationError) Error() string
- func (e WorkflowContractServiceListResponseValidationError) ErrorName() string
- func (e WorkflowContractServiceListResponseValidationError) Field() string
- func (e WorkflowContractServiceListResponseValidationError) Key() bool
- func (e WorkflowContractServiceListResponseValidationError) Reason() string
- type WorkflowContractServiceServer
- type WorkflowContractServiceUpdateRequest
- func (*WorkflowContractServiceUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (m *WorkflowContractServiceUpdateRequest) GetContract() isWorkflowContractServiceUpdateRequest_Contract
- func (x *WorkflowContractServiceUpdateRequest) GetId() string
- 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
- func (m *WorkflowContractServiceUpdateRequest) Validate() error
- func (m *WorkflowContractServiceUpdateRequest) ValidateAll() error
- type WorkflowContractServiceUpdateRequestMultiError
- type WorkflowContractServiceUpdateRequestValidationError
- func (e WorkflowContractServiceUpdateRequestValidationError) Cause() error
- func (e WorkflowContractServiceUpdateRequestValidationError) Error() string
- func (e WorkflowContractServiceUpdateRequestValidationError) ErrorName() string
- func (e WorkflowContractServiceUpdateRequestValidationError) Field() string
- func (e WorkflowContractServiceUpdateRequestValidationError) Key() bool
- func (e WorkflowContractServiceUpdateRequestValidationError) Reason() 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
- func (m *WorkflowContractServiceUpdateResponse) Validate() error
- func (m *WorkflowContractServiceUpdateResponse) ValidateAll() error
- type WorkflowContractServiceUpdateResponseMultiError
- type WorkflowContractServiceUpdateResponseValidationError
- func (e WorkflowContractServiceUpdateResponseValidationError) Cause() error
- func (e WorkflowContractServiceUpdateResponseValidationError) Error() string
- func (e WorkflowContractServiceUpdateResponseValidationError) ErrorName() string
- func (e WorkflowContractServiceUpdateResponseValidationError) Field() string
- func (e WorkflowContractServiceUpdateResponseValidationError) Key() bool
- func (e WorkflowContractServiceUpdateResponseValidationError) Reason() 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
- func (m *WorkflowContractServiceUpdateResponse_Result) Validate() error
- func (m *WorkflowContractServiceUpdateResponse_Result) ValidateAll() error
- type WorkflowContractServiceUpdateResponse_ResultMultiError
- type WorkflowContractServiceUpdateResponse_ResultValidationError
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Cause() error
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Error() string
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) ErrorName() string
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Field() string
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Key() bool
- func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Reason() 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
- func (m *WorkflowContractVersionItem) Validate() error
- func (m *WorkflowContractVersionItem) ValidateAll() error
- type WorkflowContractVersionItemMultiError
- type WorkflowContractVersionItemValidationError
- func (e WorkflowContractVersionItemValidationError) Cause() error
- func (e WorkflowContractVersionItemValidationError) Error() string
- func (e WorkflowContractVersionItemValidationError) ErrorName() string
- func (e WorkflowContractVersionItemValidationError) Field() string
- func (e WorkflowContractVersionItemValidationError) Key() bool
- func (e WorkflowContractVersionItemValidationError) Reason() string
- type WorkflowContractVersionItem_V1
- type WorkflowItem
- func (*WorkflowItem) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowItem) GetContractId() string
- func (x *WorkflowItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *WorkflowItem) GetId() string
- func (x *WorkflowItem) GetLastRun() *WorkflowRunItem
- func (x *WorkflowItem) GetName() string
- func (x *WorkflowItem) GetProject() string
- 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
- func (m *WorkflowItem) Validate() error
- func (m *WorkflowItem) ValidateAll() error
- type WorkflowItemMultiError
- type WorkflowItemValidationError
- func (e WorkflowItemValidationError) Cause() error
- func (e WorkflowItemValidationError) Error() string
- func (e WorkflowItemValidationError) ErrorName() string
- func (e WorkflowItemValidationError) Field() string
- func (e WorkflowItemValidationError) Key() bool
- func (e WorkflowItemValidationError) Reason() string
- type WorkflowRunItem
- func (*WorkflowRunItem) Descriptor() ([]byte, []int)deprecated
- 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() string
- func (x *WorkflowRunItem) GetWorkflow() *WorkflowItem
- func (*WorkflowRunItem) ProtoMessage()
- func (x *WorkflowRunItem) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunItem) Reset()
- func (x *WorkflowRunItem) String() string
- func (m *WorkflowRunItem) Validate() error
- func (m *WorkflowRunItem) ValidateAll() error
- type WorkflowRunItemMultiError
- type WorkflowRunItemValidationError
- func (e WorkflowRunItemValidationError) Cause() error
- func (e WorkflowRunItemValidationError) Error() string
- func (e WorkflowRunItemValidationError) ErrorName() string
- func (e WorkflowRunItemValidationError) Field() string
- func (e WorkflowRunItemValidationError) Key() bool
- func (e WorkflowRunItemValidationError) Reason() string
- type WorkflowRunServiceClient
- type WorkflowRunServiceListRequest
- func (*WorkflowRunServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceListRequest) GetPagination() *PaginationRequest
- func (x *WorkflowRunServiceListRequest) GetWorkflowId() string
- func (*WorkflowRunServiceListRequest) ProtoMessage()
- func (x *WorkflowRunServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceListRequest) Reset()
- func (x *WorkflowRunServiceListRequest) String() string
- func (m *WorkflowRunServiceListRequest) Validate() error
- func (m *WorkflowRunServiceListRequest) ValidateAll() error
- type WorkflowRunServiceListRequestMultiError
- type WorkflowRunServiceListRequestValidationError
- func (e WorkflowRunServiceListRequestValidationError) Cause() error
- func (e WorkflowRunServiceListRequestValidationError) Error() string
- func (e WorkflowRunServiceListRequestValidationError) ErrorName() string
- func (e WorkflowRunServiceListRequestValidationError) Field() string
- func (e WorkflowRunServiceListRequestValidationError) Key() bool
- func (e WorkflowRunServiceListRequestValidationError) Reason() string
- type WorkflowRunServiceListResponse
- func (*WorkflowRunServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceListResponse) GetPagination() *PaginationResponse
- func (x *WorkflowRunServiceListResponse) GetResult() []*WorkflowRunItem
- func (*WorkflowRunServiceListResponse) ProtoMessage()
- func (x *WorkflowRunServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceListResponse) Reset()
- func (x *WorkflowRunServiceListResponse) String() string
- func (m *WorkflowRunServiceListResponse) Validate() error
- func (m *WorkflowRunServiceListResponse) ValidateAll() error
- type WorkflowRunServiceListResponseMultiError
- type WorkflowRunServiceListResponseValidationError
- func (e WorkflowRunServiceListResponseValidationError) Cause() error
- func (e WorkflowRunServiceListResponseValidationError) Error() string
- func (e WorkflowRunServiceListResponseValidationError) ErrorName() string
- func (e WorkflowRunServiceListResponseValidationError) Field() string
- func (e WorkflowRunServiceListResponseValidationError) Key() bool
- func (e WorkflowRunServiceListResponseValidationError) Reason() string
- type WorkflowRunServiceServer
- type WorkflowRunServiceViewRequest
- func (*WorkflowRunServiceViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowRunServiceViewRequest) GetId() string
- func (*WorkflowRunServiceViewRequest) ProtoMessage()
- func (x *WorkflowRunServiceViewRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowRunServiceViewRequest) Reset()
- func (x *WorkflowRunServiceViewRequest) String() string
- func (m *WorkflowRunServiceViewRequest) Validate() error
- func (m *WorkflowRunServiceViewRequest) ValidateAll() error
- type WorkflowRunServiceViewRequestMultiError
- type WorkflowRunServiceViewRequestValidationError
- func (e WorkflowRunServiceViewRequestValidationError) Cause() error
- func (e WorkflowRunServiceViewRequestValidationError) Error() string
- func (e WorkflowRunServiceViewRequestValidationError) ErrorName() string
- func (e WorkflowRunServiceViewRequestValidationError) Field() string
- func (e WorkflowRunServiceViewRequestValidationError) Key() bool
- func (e WorkflowRunServiceViewRequestValidationError) Reason() string
- 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
- func (m *WorkflowRunServiceViewResponse) Validate() error
- func (m *WorkflowRunServiceViewResponse) ValidateAll() error
- type WorkflowRunServiceViewResponseMultiError
- type WorkflowRunServiceViewResponseValidationError
- func (e WorkflowRunServiceViewResponseValidationError) Cause() error
- func (e WorkflowRunServiceViewResponseValidationError) Error() string
- func (e WorkflowRunServiceViewResponseValidationError) ErrorName() string
- func (e WorkflowRunServiceViewResponseValidationError) Field() string
- func (e WorkflowRunServiceViewResponseValidationError) Key() bool
- func (e WorkflowRunServiceViewResponseValidationError) Reason() 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
- func (m *WorkflowRunServiceViewResponse_Result) Validate() error
- func (m *WorkflowRunServiceViewResponse_Result) ValidateAll() error
- type WorkflowRunServiceViewResponse_ResultMultiError
- type WorkflowRunServiceViewResponse_ResultValidationError
- func (e WorkflowRunServiceViewResponse_ResultValidationError) Cause() error
- func (e WorkflowRunServiceViewResponse_ResultValidationError) Error() string
- func (e WorkflowRunServiceViewResponse_ResultValidationError) ErrorName() string
- func (e WorkflowRunServiceViewResponse_ResultValidationError) Field() string
- func (e WorkflowRunServiceViewResponse_ResultValidationError) Key() bool
- func (e WorkflowRunServiceViewResponse_ResultValidationError) Reason() string
- type WorkflowServiceClient
- type WorkflowServiceCreateRequest
- func (*WorkflowServiceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowServiceCreateRequest) GetName() string
- func (x *WorkflowServiceCreateRequest) GetProject() string
- 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
- func (m *WorkflowServiceCreateRequest) Validate() error
- func (m *WorkflowServiceCreateRequest) ValidateAll() error
- type WorkflowServiceCreateRequestMultiError
- type WorkflowServiceCreateRequestValidationError
- func (e WorkflowServiceCreateRequestValidationError) Cause() error
- func (e WorkflowServiceCreateRequestValidationError) Error() string
- func (e WorkflowServiceCreateRequestValidationError) ErrorName() string
- func (e WorkflowServiceCreateRequestValidationError) Field() string
- func (e WorkflowServiceCreateRequestValidationError) Key() bool
- func (e WorkflowServiceCreateRequestValidationError) Reason() 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
- func (m *WorkflowServiceCreateResponse) Validate() error
- func (m *WorkflowServiceCreateResponse) ValidateAll() error
- type WorkflowServiceCreateResponseMultiError
- type WorkflowServiceCreateResponseValidationError
- func (e WorkflowServiceCreateResponseValidationError) Cause() error
- func (e WorkflowServiceCreateResponseValidationError) Error() string
- func (e WorkflowServiceCreateResponseValidationError) ErrorName() string
- func (e WorkflowServiceCreateResponseValidationError) Field() string
- func (e WorkflowServiceCreateResponseValidationError) Key() bool
- func (e WorkflowServiceCreateResponseValidationError) Reason() 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
- func (m *WorkflowServiceDeleteRequest) Validate() error
- func (m *WorkflowServiceDeleteRequest) ValidateAll() error
- type WorkflowServiceDeleteRequestMultiError
- type WorkflowServiceDeleteRequestValidationError
- func (e WorkflowServiceDeleteRequestValidationError) Cause() error
- func (e WorkflowServiceDeleteRequestValidationError) Error() string
- func (e WorkflowServiceDeleteRequestValidationError) ErrorName() string
- func (e WorkflowServiceDeleteRequestValidationError) Field() string
- func (e WorkflowServiceDeleteRequestValidationError) Key() bool
- func (e WorkflowServiceDeleteRequestValidationError) Reason() 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
- func (m *WorkflowServiceDeleteResponse) Validate() error
- func (m *WorkflowServiceDeleteResponse) ValidateAll() error
- type WorkflowServiceDeleteResponseMultiError
- type WorkflowServiceDeleteResponseValidationError
- func (e WorkflowServiceDeleteResponseValidationError) Cause() error
- func (e WorkflowServiceDeleteResponseValidationError) Error() string
- func (e WorkflowServiceDeleteResponseValidationError) ErrorName() string
- func (e WorkflowServiceDeleteResponseValidationError) Field() string
- func (e WorkflowServiceDeleteResponseValidationError) Key() bool
- func (e WorkflowServiceDeleteResponseValidationError) Reason() string
- type WorkflowServiceListRequest
- func (*WorkflowServiceListRequest) Descriptor() ([]byte, []int)deprecated
- func (*WorkflowServiceListRequest) ProtoMessage()
- func (x *WorkflowServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *WorkflowServiceListRequest) Reset()
- func (x *WorkflowServiceListRequest) String() string
- func (m *WorkflowServiceListRequest) Validate() error
- func (m *WorkflowServiceListRequest) ValidateAll() error
- type WorkflowServiceListRequestMultiError
- type WorkflowServiceListRequestValidationError
- func (e WorkflowServiceListRequestValidationError) Cause() error
- func (e WorkflowServiceListRequestValidationError) Error() string
- func (e WorkflowServiceListRequestValidationError) ErrorName() string
- func (e WorkflowServiceListRequestValidationError) Field() string
- func (e WorkflowServiceListRequestValidationError) Key() bool
- func (e WorkflowServiceListRequestValidationError) Reason() string
- 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
- func (m *WorkflowServiceListResponse) Validate() error
- func (m *WorkflowServiceListResponse) ValidateAll() error
- type WorkflowServiceListResponseMultiError
- type WorkflowServiceListResponseValidationError
- func (e WorkflowServiceListResponseValidationError) Cause() error
- func (e WorkflowServiceListResponseValidationError) Error() string
- func (e WorkflowServiceListResponseValidationError) ErrorName() string
- func (e WorkflowServiceListResponseValidationError) Field() string
- func (e WorkflowServiceListResponseValidationError) Key() bool
- func (e WorkflowServiceListResponseValidationError) Reason() string
- type WorkflowServiceServer
Constants ¶
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 ( OrgMetricsService_Totals_FullMethodName = "/controlplane.v1.OrgMetricsService/Totals" OrgMetricsService_TopWorkflowsByRunsCount_FullMethodName = "/controlplane.v1.OrgMetricsService/TopWorkflowsByRunsCount" )
const ( OrganizationService_ListMemberships_FullMethodName = "/controlplane.v1.OrganizationService/ListMemberships" OrganizationService_SetCurrentMembership_FullMethodName = "/controlplane.v1.OrganizationService/SetCurrentMembership" )
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 ( 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_List_FullMethodName = "/controlplane.v1.WorkflowService/List" 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 (
ContextService_Current_FullMethodName = "/controlplane.v1.ContextService/Current"
)
const (
OCIRepositoryService_Save_FullMethodName = "/controlplane.v1.OCIRepositoryService/Save"
)
const OperationStatusServiceInfoz = "/controlplane.v1.StatusService/Infoz"
const OperationStatusServiceStatusz = "/controlplane.v1.StatusService/Statusz"
Variables ¶
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 ( OCIRepositoryErrorReason_name = map[int32]string{ 0: "OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED", 1: "OCI_REPOSITORY_ERROR_REASON_REQUIRED", 2: "OCI_REPOSITORY_ERROR_REASON_INVALID", } OCIRepositoryErrorReason_value = map[string]int32{ "OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED": 0, "OCI_REPOSITORY_ERROR_REASON_REQUIRED": 1, "OCI_REPOSITORY_ERROR_REASON_INVALID": 2, } )
Enum value maps for OCIRepositoryErrorReason.
var ( MetricsTimeWindow_name = map[int32]string{ 0: "METRICS_TIME_WINDOW_UNSPECIFIED", 1: "METRICS_TIME_WINDOW_LAST_30_DAYS", 2: "METRICS_TIME_WINDOW_LAST_7_DAYS", 3: "METRICS_TIME_WINDOW_LAST_DAY", } MetricsTimeWindow_value = map[string]int32{ "METRICS_TIME_WINDOW_UNSPECIFIED": 0, "METRICS_TIME_WINDOW_LAST_30_DAYS": 1, "METRICS_TIME_WINDOW_LAST_7_DAYS": 2, "METRICS_TIME_WINDOW_LAST_DAY": 3, } )
Enum value maps for MetricsTimeWindow.
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 ( OCIRepositoryItem_ValidationStatus_name = map[int32]string{ 0: "VALIDATION_STATUS_UNSPECIFIED", 1: "VALIDATION_STATUS_OK", 2: "VALIDATION_STATUS_INVALID", } OCIRepositoryItem_ValidationStatus_value = map[string]int32{ "VALIDATION_STATUS_UNSPECIFIED": 0, "VALIDATION_STATUS_OK": 1, "VALIDATION_STATUS_INVALID": 2, } )
Enum value maps for OCIRepositoryItem_ValidationStatus.
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 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 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 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 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_auth_proto protoreflect.FileDescriptor
var File_controlplane_v1_cas_credentials_proto protoreflect.FileDescriptor
var File_controlplane_v1_context_proto protoreflect.FileDescriptor
var File_controlplane_v1_integrations_proto protoreflect.FileDescriptor
var File_controlplane_v1_oci_repository_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_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_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 OCIRepositoryService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.OCIRepositoryService", HandlerType: (*OCIRepositoryServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Save", Handler: _OCIRepositoryService_Save_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/oci_repository.proto", }
OCIRepositoryService_ServiceDesc is the grpc.ServiceDesc for OCIRepositoryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var OrgMetricsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.OrgMetricsService", HandlerType: (*OrgMetricsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Totals", Handler: _OrgMetricsService_Totals_Handler, }, { MethodName: "TopWorkflowsByRunsCount", Handler: _OrgMetricsService_TopWorkflowsByRunsCount_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/org_metrics.proto", }
OrgMetricsService_ServiceDesc is the grpc.ServiceDesc for OrgMetricsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var OrganizationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "controlplane.v1.OrganizationService", HandlerType: (*OrganizationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListMemberships", Handler: _OrganizationService_ListMemberships_Handler, }, { MethodName: "SetCurrentMembership", Handler: _OrganizationService_SetCurrentMembership_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/organization.proto", }
OrganizationService_ServiceDesc is the grpc.ServiceDesc for OrganizationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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 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: "List", Handler: _WorkflowService_List_Handler, }, { MethodName: "Delete", Handler: _WorkflowService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "controlplane/v1/workflow.proto", }
WorkflowService_ServiceDesc is the grpc.ServiceDesc for WorkflowService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func ErrorOciRepositoryErrorReasonInvalid ¶
The repository does not seem to be operational a previous validation has failed
func ErrorOciRepositoryErrorReasonUnspecified ¶
TODO: add support for PRECONDITION_FAILED
func IsOciRepositoryErrorReasonInvalid ¶
The repository does not seem to be operational a previous validation has failed
func IsOciRepositoryErrorReasonUnspecified ¶
TODO: add support for PRECONDITION_FAILED
func RegisterAttestationServiceServer ¶
func RegisterAttestationServiceServer(s grpc.ServiceRegistrar, srv AttestationServiceServer)
func RegisterAuthServiceServer ¶
func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)
func RegisterCASCredentialsServiceServer ¶
func RegisterCASCredentialsServiceServer(s grpc.ServiceRegistrar, srv CASCredentialsServiceServer)
func RegisterContextServiceServer ¶
func RegisterContextServiceServer(s grpc.ServiceRegistrar, srv ContextServiceServer)
func RegisterIntegrationsServiceServer ¶
func RegisterIntegrationsServiceServer(s grpc.ServiceRegistrar, srv IntegrationsServiceServer)
func RegisterOCIRepositoryServiceServer ¶
func RegisterOCIRepositoryServiceServer(s grpc.ServiceRegistrar, srv OCIRepositoryServiceServer)
func RegisterOrgMetricsServiceServer ¶
func RegisterOrgMetricsServiceServer(s grpc.ServiceRegistrar, srv OrgMetricsServiceServer)
func RegisterOrganizationServiceServer ¶
func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
func RegisterRobotAccountServiceServer ¶
func RegisterRobotAccountServiceServer(s grpc.ServiceRegistrar, srv RobotAccountServiceServer)
func RegisterStatusServiceHTTPServer ¶
func RegisterStatusServiceHTTPServer(s *http.Server, srv StatusServiceHTTPServer)
func RegisterStatusServiceServer ¶
func RegisterStatusServiceServer(s grpc.ServiceRegistrar, srv StatusServiceServer)
func RegisterWorkflowContractServiceServer ¶
func RegisterWorkflowContractServiceServer(s grpc.ServiceRegistrar, srv WorkflowContractServiceServer)
func RegisterWorkflowRunServiceServer ¶
func RegisterWorkflowRunServiceServer(s grpc.ServiceRegistrar, srv WorkflowRunServiceServer)
func RegisterWorkflowServiceServer ¶
func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer)
Types ¶
type 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 { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // encoded DSEE envelope Envelope []byte `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"` // denormalized envelope/statement content EnvVars []*AttestationItem_EnvVariable `protobuf:"bytes,4,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"` Materials []*AttestationItem_Material `protobuf:"bytes,5,rep,name=materials,proto3" json:"materials,omitempty"` // contains filtered or unexported fields }
func (*AttestationItem) Descriptor
deprecated
func (*AttestationItem) Descriptor() ([]byte, []int)
Deprecated: Use AttestationItem.ProtoReflect.Descriptor instead.
func (*AttestationItem) GetCreatedAt ¶
func (x *AttestationItem) GetCreatedAt() *timestamppb.Timestamp
func (*AttestationItem) GetEnvVars ¶
func (x *AttestationItem) GetEnvVars() []*AttestationItem_EnvVariable
func (*AttestationItem) GetEnvelope ¶
func (x *AttestationItem) GetEnvelope() []byte
func (*AttestationItem) GetId ¶
func (x *AttestationItem) GetId() string
func (*AttestationItem) GetMaterials ¶
func (x *AttestationItem) GetMaterials() []*AttestationItem_Material
func (*AttestationItem) ProtoMessage ¶
func (*AttestationItem) ProtoMessage()
func (*AttestationItem) ProtoReflect ¶
func (x *AttestationItem) ProtoReflect() protoreflect.Message
func (*AttestationItem) Reset ¶
func (x *AttestationItem) Reset()
func (*AttestationItem) String ¶
func (x *AttestationItem) String() string
func (*AttestationItem) Validate ¶
func (m *AttestationItem) Validate() error
Validate checks the field values on AttestationItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationItem) ValidateAll ¶
func (m *AttestationItem) ValidateAll() error
ValidateAll checks the field values on AttestationItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItemMultiError, or nil if none found.
type AttestationItemMultiError ¶
type AttestationItemMultiError []error
AttestationItemMultiError is an error wrapping multiple validation errors returned by AttestationItem.ValidateAll() if the designated constraints aren't met.
func (AttestationItemMultiError) AllErrors ¶
func (m AttestationItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationItemMultiError) Error ¶
func (m AttestationItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationItemValidationError ¶
type AttestationItemValidationError struct {
// contains filtered or unexported fields
}
AttestationItemValidationError is the validation error returned by AttestationItem.Validate if the designated constraints aren't met.
func (AttestationItemValidationError) Cause ¶
func (e AttestationItemValidationError) Cause() error
Cause function returns cause value.
func (AttestationItemValidationError) Error ¶
func (e AttestationItemValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationItemValidationError) ErrorName ¶
func (e AttestationItemValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationItemValidationError) Field ¶
func (e AttestationItemValidationError) Field() string
Field function returns field value.
func (AttestationItemValidationError) Key ¶
func (e AttestationItemValidationError) Key() bool
Key function returns key value.
func (AttestationItemValidationError) Reason ¶
func (e AttestationItemValidationError) Reason() string
Reason function returns reason value.
type AttestationItem_EnvVariable ¶
type AttestationItem_EnvVariable struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*AttestationItem_EnvVariable) Descriptor
deprecated
func (*AttestationItem_EnvVariable) Descriptor() ([]byte, []int)
Deprecated: Use AttestationItem_EnvVariable.ProtoReflect.Descriptor instead.
func (*AttestationItem_EnvVariable) GetName ¶
func (x *AttestationItem_EnvVariable) GetName() string
func (*AttestationItem_EnvVariable) GetValue ¶
func (x *AttestationItem_EnvVariable) GetValue() string
func (*AttestationItem_EnvVariable) ProtoMessage ¶
func (*AttestationItem_EnvVariable) ProtoMessage()
func (*AttestationItem_EnvVariable) ProtoReflect ¶
func (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
func (*AttestationItem_EnvVariable) Validate ¶
func (m *AttestationItem_EnvVariable) Validate() error
Validate checks the field values on AttestationItem_EnvVariable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationItem_EnvVariable) ValidateAll ¶
func (m *AttestationItem_EnvVariable) ValidateAll() error
ValidateAll checks the field values on AttestationItem_EnvVariable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItem_EnvVariableMultiError, or nil if none found.
type AttestationItem_EnvVariableMultiError ¶
type AttestationItem_EnvVariableMultiError []error
AttestationItem_EnvVariableMultiError is an error wrapping multiple validation errors returned by AttestationItem_EnvVariable.ValidateAll() if the designated constraints aren't met.
func (AttestationItem_EnvVariableMultiError) AllErrors ¶
func (m AttestationItem_EnvVariableMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationItem_EnvVariableMultiError) Error ¶
func (m AttestationItem_EnvVariableMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationItem_EnvVariableValidationError ¶
type AttestationItem_EnvVariableValidationError struct {
// contains filtered or unexported fields
}
AttestationItem_EnvVariableValidationError is the validation error returned by AttestationItem_EnvVariable.Validate if the designated constraints aren't met.
func (AttestationItem_EnvVariableValidationError) Cause ¶
func (e AttestationItem_EnvVariableValidationError) Cause() error
Cause function returns cause value.
func (AttestationItem_EnvVariableValidationError) Error ¶
func (e AttestationItem_EnvVariableValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationItem_EnvVariableValidationError) ErrorName ¶
func (e AttestationItem_EnvVariableValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationItem_EnvVariableValidationError) Field ¶
func (e AttestationItem_EnvVariableValidationError) Field() string
Field function returns field value.
func (AttestationItem_EnvVariableValidationError) Key ¶
func (e AttestationItem_EnvVariableValidationError) Key() bool
Key function returns key value.
func (AttestationItem_EnvVariableValidationError) Reason ¶
func (e AttestationItem_EnvVariableValidationError) Reason() string
Reason function returns reason value.
type AttestationItem_Material ¶
type AttestationItem_Material struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // Material type, i.e ARTIFACT Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*AttestationItem_Material) Descriptor
deprecated
func (*AttestationItem_Material) Descriptor() ([]byte, []int)
Deprecated: Use AttestationItem_Material.ProtoReflect.Descriptor instead.
func (*AttestationItem_Material) GetName ¶
func (x *AttestationItem_Material) GetName() string
func (*AttestationItem_Material) GetType ¶
func (x *AttestationItem_Material) GetType() string
func (*AttestationItem_Material) GetValue ¶
func (x *AttestationItem_Material) GetValue() string
func (*AttestationItem_Material) ProtoMessage ¶
func (*AttestationItem_Material) ProtoMessage()
func (*AttestationItem_Material) ProtoReflect ¶
func (x *AttestationItem_Material) ProtoReflect() protoreflect.Message
func (*AttestationItem_Material) Reset ¶
func (x *AttestationItem_Material) Reset()
func (*AttestationItem_Material) String ¶
func (x *AttestationItem_Material) String() string
func (*AttestationItem_Material) Validate ¶
func (m *AttestationItem_Material) Validate() error
Validate checks the field values on AttestationItem_Material with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationItem_Material) ValidateAll ¶
func (m *AttestationItem_Material) ValidateAll() error
ValidateAll checks the field values on AttestationItem_Material with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationItem_MaterialMultiError, or nil if none found.
type AttestationItem_MaterialMultiError ¶
type AttestationItem_MaterialMultiError []error
AttestationItem_MaterialMultiError is an error wrapping multiple validation errors returned by AttestationItem_Material.ValidateAll() if the designated constraints aren't met.
func (AttestationItem_MaterialMultiError) AllErrors ¶
func (m AttestationItem_MaterialMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationItem_MaterialMultiError) Error ¶
func (m AttestationItem_MaterialMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationItem_MaterialValidationError ¶
type AttestationItem_MaterialValidationError struct {
// contains filtered or unexported fields
}
AttestationItem_MaterialValidationError is the validation error returned by AttestationItem_Material.Validate if the designated constraints aren't met.
func (AttestationItem_MaterialValidationError) Cause ¶
func (e AttestationItem_MaterialValidationError) Cause() error
Cause function returns cause value.
func (AttestationItem_MaterialValidationError) Error ¶
func (e AttestationItem_MaterialValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationItem_MaterialValidationError) ErrorName ¶
func (e AttestationItem_MaterialValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationItem_MaterialValidationError) Field ¶
func (e AttestationItem_MaterialValidationError) Field() string
Field function returns field value.
func (AttestationItem_MaterialValidationError) Key ¶
func (e AttestationItem_MaterialValidationError) Key() bool
Key function returns key value.
func (AttestationItem_MaterialValidationError) Reason ¶
func (e AttestationItem_MaterialValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceCancelRequest ¶
type AttestationServiceCancelRequest struct { WorkflowRunId string `protobuf:"bytes,1,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` Trigger AttestationServiceCancelRequest_TriggerType `` /* 133-byte string literal not displayed */ Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceCancelRequest) Descriptor
deprecated
func (*AttestationServiceCancelRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceCancelRequest.ProtoReflect.Descriptor instead.
func (*AttestationServiceCancelRequest) GetReason ¶
func (x *AttestationServiceCancelRequest) GetReason() string
func (*AttestationServiceCancelRequest) GetTrigger ¶
func (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
func (*AttestationServiceCancelRequest) Validate ¶
func (m *AttestationServiceCancelRequest) Validate() error
Validate checks the field values on AttestationServiceCancelRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceCancelRequest) ValidateAll ¶
func (m *AttestationServiceCancelRequest) ValidateAll() error
ValidateAll checks the field values on AttestationServiceCancelRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceCancelRequestMultiError, or nil if none found.
type AttestationServiceCancelRequestMultiError ¶
type AttestationServiceCancelRequestMultiError []error
AttestationServiceCancelRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceCancelRequest.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceCancelRequestMultiError) AllErrors ¶
func (m AttestationServiceCancelRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceCancelRequestMultiError) Error ¶
func (m AttestationServiceCancelRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceCancelRequestValidationError ¶
type AttestationServiceCancelRequestValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceCancelRequestValidationError is the validation error returned by AttestationServiceCancelRequest.Validate if the designated constraints aren't met.
func (AttestationServiceCancelRequestValidationError) Cause ¶
func (e AttestationServiceCancelRequestValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceCancelRequestValidationError) Error ¶
func (e AttestationServiceCancelRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceCancelRequestValidationError) ErrorName ¶
func (e AttestationServiceCancelRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceCancelRequestValidationError) Field ¶
func (e AttestationServiceCancelRequestValidationError) Field() string
Field function returns field value.
func (AttestationServiceCancelRequestValidationError) Key ¶
func (e AttestationServiceCancelRequestValidationError) Key() bool
Key function returns key value.
func (AttestationServiceCancelRequestValidationError) Reason ¶
func (e AttestationServiceCancelRequestValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceCancelRequest_TriggerType ¶
type AttestationServiceCancelRequest_TriggerType int32
const ( AttestationServiceCancelRequest_TRIGGER_TYPE_UNSPECIFIED AttestationServiceCancelRequest_TriggerType = 0 AttestationServiceCancelRequest_TRIGGER_TYPE_FAILURE AttestationServiceCancelRequest_TriggerType = 1 AttestationServiceCancelRequest_TRIGGER_TYPE_CANCELLATION AttestationServiceCancelRequest_TriggerType = 2 )
func (AttestationServiceCancelRequest_TriggerType) Descriptor ¶
func (AttestationServiceCancelRequest_TriggerType) 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
func (*AttestationServiceCancelResponse) Validate ¶
func (m *AttestationServiceCancelResponse) Validate() error
Validate checks the field values on AttestationServiceCancelResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceCancelResponse) ValidateAll ¶
func (m *AttestationServiceCancelResponse) ValidateAll() error
ValidateAll checks the field values on AttestationServiceCancelResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceCancelResponseMultiError, or nil if none found.
type AttestationServiceCancelResponseMultiError ¶
type AttestationServiceCancelResponseMultiError []error
AttestationServiceCancelResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceCancelResponse.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceCancelResponseMultiError) AllErrors ¶
func (m AttestationServiceCancelResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceCancelResponseMultiError) Error ¶
func (m AttestationServiceCancelResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceCancelResponseValidationError ¶
type AttestationServiceCancelResponseValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceCancelResponseValidationError is the validation error returned by AttestationServiceCancelResponse.Validate if the designated constraints aren't met.
func (AttestationServiceCancelResponseValidationError) Cause ¶
func (e AttestationServiceCancelResponseValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceCancelResponseValidationError) Error ¶
func (e AttestationServiceCancelResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceCancelResponseValidationError) ErrorName ¶
func (e AttestationServiceCancelResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceCancelResponseValidationError) Field ¶
func (e AttestationServiceCancelResponseValidationError) Field() string
Field function returns field value.
func (AttestationServiceCancelResponseValidationError) Key ¶
func (e AttestationServiceCancelResponseValidationError) Key() bool
Key function returns key value.
func (AttestationServiceCancelResponseValidationError) Reason ¶
func (e AttestationServiceCancelResponseValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceClient ¶
type AttestationServiceClient interface { GetContract(ctx context.Context, in *AttestationServiceGetContractRequest, opts ...grpc.CallOption) (*AttestationServiceGetContractResponse, error) Init(ctx context.Context, in *AttestationServiceInitRequest, opts ...grpc.CallOption) (*AttestationServiceInitResponse, error) Store(ctx context.Context, in *AttestationServiceStoreRequest, opts ...grpc.CallOption) (*AttestationServiceStoreResponse, error) // There is another endpoint to get credentials via casCredentialsService.Get // This one is kept since it leverages robot-accounts in the context of a workflow GetUploadCreds(ctx context.Context, in *AttestationServiceGetUploadCredsRequest, opts ...grpc.CallOption) (*AttestationServiceGetUploadCredsResponse, error) Cancel(ctx context.Context, in *AttestationServiceCancelRequest, opts ...grpc.CallOption) (*AttestationServiceCancelResponse, error) }
AttestationServiceClient is the client API for AttestationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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
func (*AttestationServiceGetContractRequest) Validate ¶
func (m *AttestationServiceGetContractRequest) Validate() error
Validate checks the field values on AttestationServiceGetContractRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetContractRequest) ValidateAll ¶
func (m *AttestationServiceGetContractRequest) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetContractRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractRequestMultiError, or nil if none found.
type AttestationServiceGetContractRequestMultiError ¶
type AttestationServiceGetContractRequestMultiError []error
AttestationServiceGetContractRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractRequest.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetContractRequestMultiError) AllErrors ¶
func (m AttestationServiceGetContractRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetContractRequestMultiError) Error ¶
func (m AttestationServiceGetContractRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetContractRequestValidationError ¶
type AttestationServiceGetContractRequestValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetContractRequestValidationError is the validation error returned by AttestationServiceGetContractRequest.Validate if the designated constraints aren't met.
func (AttestationServiceGetContractRequestValidationError) Cause ¶
func (e AttestationServiceGetContractRequestValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetContractRequestValidationError) Error ¶
func (e AttestationServiceGetContractRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetContractRequestValidationError) ErrorName ¶
func (e AttestationServiceGetContractRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetContractRequestValidationError) Field ¶
func (e AttestationServiceGetContractRequestValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetContractRequestValidationError) Key ¶
func (e AttestationServiceGetContractRequestValidationError) Key() bool
Key function returns key value.
func (AttestationServiceGetContractRequestValidationError) Reason ¶
func (e AttestationServiceGetContractRequestValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceGetContractResponse ¶
type AttestationServiceGetContractResponse struct { Result *AttestationServiceGetContractResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetContractResponse) Descriptor
deprecated
func (*AttestationServiceGetContractResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetContractResponse.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetContractResponse) GetResult ¶
func (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
func (*AttestationServiceGetContractResponse) Validate ¶
func (m *AttestationServiceGetContractResponse) Validate() error
Validate checks the field values on AttestationServiceGetContractResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetContractResponse) ValidateAll ¶
func (m *AttestationServiceGetContractResponse) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetContractResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractResponseMultiError, or nil if none found.
type AttestationServiceGetContractResponseMultiError ¶
type AttestationServiceGetContractResponseMultiError []error
AttestationServiceGetContractResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractResponse.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetContractResponseMultiError) AllErrors ¶
func (m AttestationServiceGetContractResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetContractResponseMultiError) Error ¶
func (m AttestationServiceGetContractResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetContractResponseValidationError ¶
type AttestationServiceGetContractResponseValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetContractResponseValidationError is the validation error returned by AttestationServiceGetContractResponse.Validate if the designated constraints aren't met.
func (AttestationServiceGetContractResponseValidationError) Cause ¶
func (e AttestationServiceGetContractResponseValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetContractResponseValidationError) Error ¶
func (e AttestationServiceGetContractResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetContractResponseValidationError) ErrorName ¶
func (e AttestationServiceGetContractResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetContractResponseValidationError) Field ¶
func (e AttestationServiceGetContractResponseValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetContractResponseValidationError) Key ¶
func (e AttestationServiceGetContractResponseValidationError) Key() bool
Key function returns key value.
func (AttestationServiceGetContractResponseValidationError) Reason ¶
func (e AttestationServiceGetContractResponseValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceGetContractResponse_Result ¶
type AttestationServiceGetContractResponse_Result struct { Workflow *WorkflowItem `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"` Contract *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=contract,proto3" json:"contract,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetContractResponse_Result) Descriptor
deprecated
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
func (*AttestationServiceGetContractResponse_Result) Validate ¶
func (m *AttestationServiceGetContractResponse_Result) Validate() error
Validate checks the field values on AttestationServiceGetContractResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetContractResponse_Result) ValidateAll ¶
func (m *AttestationServiceGetContractResponse_Result) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetContractResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetContractResponse_ResultMultiError, or nil if none found.
type AttestationServiceGetContractResponse_ResultMultiError ¶
type AttestationServiceGetContractResponse_ResultMultiError []error
AttestationServiceGetContractResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetContractResponse_Result.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetContractResponse_ResultMultiError) AllErrors ¶
func (m AttestationServiceGetContractResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetContractResponse_ResultMultiError) Error ¶
func (m AttestationServiceGetContractResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetContractResponse_ResultValidationError ¶
type AttestationServiceGetContractResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetContractResponse_ResultValidationError is the validation error returned by AttestationServiceGetContractResponse_Result.Validate if the designated constraints aren't met.
func (AttestationServiceGetContractResponse_ResultValidationError) Cause ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetContractResponse_ResultValidationError) Error ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetContractResponse_ResultValidationError) ErrorName ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetContractResponse_ResultValidationError) Field ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetContractResponse_ResultValidationError) Key ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) Key() bool
Key function returns key value.
func (AttestationServiceGetContractResponse_ResultValidationError) Reason ¶
func (e AttestationServiceGetContractResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceGetUploadCredsRequest ¶
type AttestationServiceGetUploadCredsRequest struct {
// contains filtered or unexported fields
}
func (*AttestationServiceGetUploadCredsRequest) Descriptor
deprecated
func (*AttestationServiceGetUploadCredsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetUploadCredsRequest.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetUploadCredsRequest) ProtoMessage ¶
func (*AttestationServiceGetUploadCredsRequest) 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
func (*AttestationServiceGetUploadCredsRequest) Validate ¶
func (m *AttestationServiceGetUploadCredsRequest) Validate() error
Validate checks the field values on AttestationServiceGetUploadCredsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetUploadCredsRequest) ValidateAll ¶
func (m *AttestationServiceGetUploadCredsRequest) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetUploadCredsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsRequestMultiError, or nil if none found.
type AttestationServiceGetUploadCredsRequestMultiError ¶
type AttestationServiceGetUploadCredsRequestMultiError []error
AttestationServiceGetUploadCredsRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsRequest.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsRequestMultiError) AllErrors ¶
func (m AttestationServiceGetUploadCredsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetUploadCredsRequestMultiError) Error ¶
func (m AttestationServiceGetUploadCredsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetUploadCredsRequestValidationError ¶
type AttestationServiceGetUploadCredsRequestValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetUploadCredsRequestValidationError is the validation error returned by AttestationServiceGetUploadCredsRequest.Validate if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsRequestValidationError) Cause ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetUploadCredsRequestValidationError) Error ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetUploadCredsRequestValidationError) ErrorName ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetUploadCredsRequestValidationError) Field ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetUploadCredsRequestValidationError) Key ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) Key() bool
Key function returns key value.
func (AttestationServiceGetUploadCredsRequestValidationError) Reason ¶
func (e AttestationServiceGetUploadCredsRequestValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceGetUploadCredsResponse ¶
type AttestationServiceGetUploadCredsResponse struct { Result *AttestationServiceGetUploadCredsResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetUploadCredsResponse) Descriptor
deprecated
func (*AttestationServiceGetUploadCredsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetUploadCredsResponse.ProtoReflect.Descriptor instead.
func (*AttestationServiceGetUploadCredsResponse) GetResult ¶
func (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
func (*AttestationServiceGetUploadCredsResponse) Validate ¶
func (m *AttestationServiceGetUploadCredsResponse) Validate() error
Validate checks the field values on AttestationServiceGetUploadCredsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetUploadCredsResponse) ValidateAll ¶
func (m *AttestationServiceGetUploadCredsResponse) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetUploadCredsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsResponseMultiError, or nil if none found.
type AttestationServiceGetUploadCredsResponseMultiError ¶
type AttestationServiceGetUploadCredsResponseMultiError []error
AttestationServiceGetUploadCredsResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsResponse.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsResponseMultiError) AllErrors ¶
func (m AttestationServiceGetUploadCredsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetUploadCredsResponseMultiError) Error ¶
func (m AttestationServiceGetUploadCredsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetUploadCredsResponseValidationError ¶
type AttestationServiceGetUploadCredsResponseValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetUploadCredsResponseValidationError is the validation error returned by AttestationServiceGetUploadCredsResponse.Validate if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsResponseValidationError) Cause ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetUploadCredsResponseValidationError) Error ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetUploadCredsResponseValidationError) ErrorName ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetUploadCredsResponseValidationError) Field ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetUploadCredsResponseValidationError) Key ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) Key() bool
Key function returns key value.
func (AttestationServiceGetUploadCredsResponseValidationError) Reason ¶
func (e AttestationServiceGetUploadCredsResponseValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceGetUploadCredsResponse_Result ¶
type AttestationServiceGetUploadCredsResponse_Result struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor
deprecated
func (*AttestationServiceGetUploadCredsResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceGetUploadCredsResponse_Result.ProtoReflect.Descriptor instead.
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
func (*AttestationServiceGetUploadCredsResponse_Result) Validate ¶
func (m *AttestationServiceGetUploadCredsResponse_Result) Validate() error
Validate checks the field values on AttestationServiceGetUploadCredsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceGetUploadCredsResponse_Result) ValidateAll ¶
func (m *AttestationServiceGetUploadCredsResponse_Result) ValidateAll() error
ValidateAll checks the field values on AttestationServiceGetUploadCredsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceGetUploadCredsResponse_ResultMultiError, or nil if none found.
type AttestationServiceGetUploadCredsResponse_ResultMultiError ¶
type AttestationServiceGetUploadCredsResponse_ResultMultiError []error
AttestationServiceGetUploadCredsResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceGetUploadCredsResponse_Result.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsResponse_ResultMultiError) AllErrors ¶
func (m AttestationServiceGetUploadCredsResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceGetUploadCredsResponse_ResultMultiError) Error ¶
func (m AttestationServiceGetUploadCredsResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceGetUploadCredsResponse_ResultValidationError ¶
type AttestationServiceGetUploadCredsResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceGetUploadCredsResponse_ResultValidationError is the validation error returned by AttestationServiceGetUploadCredsResponse_Result.Validate if the designated constraints aren't met.
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Cause ¶
func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Error ¶
func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) ErrorName ¶
func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Field ¶
func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Field() string
Field function returns field value.
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Key ¶
Key function returns key value.
func (AttestationServiceGetUploadCredsResponse_ResultValidationError) Reason ¶
func (e AttestationServiceGetUploadCredsResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceInitRequest ¶
type AttestationServiceInitRequest struct { ContractRevision int32 `protobuf:"varint,1,opt,name=contract_revision,json=contractRevision,proto3" json:"contract_revision,omitempty"` JobUrl string `protobuf:"bytes,2,opt,name=job_url,json=jobUrl,proto3" json:"job_url,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceInitRequest) Descriptor
deprecated
func (*AttestationServiceInitRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceInitRequest.ProtoReflect.Descriptor instead.
func (*AttestationServiceInitRequest) GetContractRevision ¶
func (x *AttestationServiceInitRequest) GetContractRevision() int32
func (*AttestationServiceInitRequest) GetJobUrl ¶
func (x *AttestationServiceInitRequest) GetJobUrl() string
func (*AttestationServiceInitRequest) ProtoMessage ¶
func (*AttestationServiceInitRequest) ProtoMessage()
func (*AttestationServiceInitRequest) ProtoReflect ¶
func (x *AttestationServiceInitRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceInitRequest) Reset ¶
func (x *AttestationServiceInitRequest) Reset()
func (*AttestationServiceInitRequest) String ¶
func (x *AttestationServiceInitRequest) String() string
func (*AttestationServiceInitRequest) Validate ¶
func (m *AttestationServiceInitRequest) Validate() error
Validate checks the field values on AttestationServiceInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceInitRequest) ValidateAll ¶
func (m *AttestationServiceInitRequest) ValidateAll() error
ValidateAll checks the field values on AttestationServiceInitRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitRequestMultiError, or nil if none found.
type AttestationServiceInitRequestMultiError ¶
type AttestationServiceInitRequestMultiError []error
AttestationServiceInitRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitRequest.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceInitRequestMultiError) AllErrors ¶
func (m AttestationServiceInitRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceInitRequestMultiError) Error ¶
func (m AttestationServiceInitRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceInitRequestValidationError ¶
type AttestationServiceInitRequestValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceInitRequestValidationError is the validation error returned by AttestationServiceInitRequest.Validate if the designated constraints aren't met.
func (AttestationServiceInitRequestValidationError) Cause ¶
func (e AttestationServiceInitRequestValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceInitRequestValidationError) Error ¶
func (e AttestationServiceInitRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceInitRequestValidationError) ErrorName ¶
func (e AttestationServiceInitRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceInitRequestValidationError) Field ¶
func (e AttestationServiceInitRequestValidationError) Field() string
Field function returns field value.
func (AttestationServiceInitRequestValidationError) Key ¶
func (e AttestationServiceInitRequestValidationError) Key() bool
Key function returns key value.
func (AttestationServiceInitRequestValidationError) Reason ¶
func (e AttestationServiceInitRequestValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceInitResponse ¶
type AttestationServiceInitResponse struct { Result *AttestationServiceInitResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceInitResponse) Descriptor
deprecated
func (*AttestationServiceInitResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceInitResponse.ProtoReflect.Descriptor instead.
func (*AttestationServiceInitResponse) GetResult ¶
func (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
func (*AttestationServiceInitResponse) Validate ¶
func (m *AttestationServiceInitResponse) Validate() error
Validate checks the field values on AttestationServiceInitResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceInitResponse) ValidateAll ¶
func (m *AttestationServiceInitResponse) ValidateAll() error
ValidateAll checks the field values on AttestationServiceInitResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitResponseMultiError, or nil if none found.
type AttestationServiceInitResponseMultiError ¶
type AttestationServiceInitResponseMultiError []error
AttestationServiceInitResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitResponse.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceInitResponseMultiError) AllErrors ¶
func (m AttestationServiceInitResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceInitResponseMultiError) Error ¶
func (m AttestationServiceInitResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceInitResponseValidationError ¶
type AttestationServiceInitResponseValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceInitResponseValidationError is the validation error returned by AttestationServiceInitResponse.Validate if the designated constraints aren't met.
func (AttestationServiceInitResponseValidationError) Cause ¶
func (e AttestationServiceInitResponseValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceInitResponseValidationError) Error ¶
func (e AttestationServiceInitResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceInitResponseValidationError) ErrorName ¶
func (e AttestationServiceInitResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceInitResponseValidationError) Field ¶
func (e AttestationServiceInitResponseValidationError) Field() string
Field function returns field value.
func (AttestationServiceInitResponseValidationError) Key ¶
func (e AttestationServiceInitResponseValidationError) Key() bool
Key function returns key value.
func (AttestationServiceInitResponseValidationError) Reason ¶
func (e AttestationServiceInitResponseValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceInitResponse_Result ¶
type AttestationServiceInitResponse_Result struct { WorkflowRun *WorkflowRunItem `protobuf:"bytes,2,opt,name=workflow_run,json=workflowRun,proto3" json:"workflow_run,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceInitResponse_Result) Descriptor
deprecated
func (*AttestationServiceInitResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceInitResponse_Result.ProtoReflect.Descriptor instead.
func (*AttestationServiceInitResponse_Result) GetWorkflowRun ¶
func (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
func (*AttestationServiceInitResponse_Result) Validate ¶
func (m *AttestationServiceInitResponse_Result) Validate() error
Validate checks the field values on AttestationServiceInitResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceInitResponse_Result) ValidateAll ¶
func (m *AttestationServiceInitResponse_Result) ValidateAll() error
ValidateAll checks the field values on AttestationServiceInitResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceInitResponse_ResultMultiError, or nil if none found.
type AttestationServiceInitResponse_ResultMultiError ¶
type AttestationServiceInitResponse_ResultMultiError []error
AttestationServiceInitResponse_ResultMultiError is an error wrapping multiple validation errors returned by AttestationServiceInitResponse_Result.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceInitResponse_ResultMultiError) AllErrors ¶
func (m AttestationServiceInitResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceInitResponse_ResultMultiError) Error ¶
func (m AttestationServiceInitResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceInitResponse_ResultValidationError ¶
type AttestationServiceInitResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceInitResponse_ResultValidationError is the validation error returned by AttestationServiceInitResponse_Result.Validate if the designated constraints aren't met.
func (AttestationServiceInitResponse_ResultValidationError) Cause ¶
func (e AttestationServiceInitResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceInitResponse_ResultValidationError) Error ¶
func (e AttestationServiceInitResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceInitResponse_ResultValidationError) ErrorName ¶
func (e AttestationServiceInitResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceInitResponse_ResultValidationError) Field ¶
func (e AttestationServiceInitResponse_ResultValidationError) Field() string
Field function returns field value.
func (AttestationServiceInitResponse_ResultValidationError) Key ¶
func (e AttestationServiceInitResponse_ResultValidationError) Key() bool
Key function returns key value.
func (AttestationServiceInitResponse_ResultValidationError) Reason ¶
func (e AttestationServiceInitResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceServer ¶
type AttestationServiceServer interface { GetContract(context.Context, *AttestationServiceGetContractRequest) (*AttestationServiceGetContractResponse, error) Init(context.Context, *AttestationServiceInitRequest) (*AttestationServiceInitResponse, error) Store(context.Context, *AttestationServiceStoreRequest) (*AttestationServiceStoreResponse, error) // There is another endpoint to get credentials via casCredentialsService.Get // This one is kept since it leverages robot-accounts in the context of a workflow GetUploadCreds(context.Context, *AttestationServiceGetUploadCredsRequest) (*AttestationServiceGetUploadCredsResponse, error) Cancel(context.Context, *AttestationServiceCancelRequest) (*AttestationServiceCancelResponse, error) // contains filtered or unexported methods }
AttestationServiceServer is the server API for AttestationService service. All implementations must embed UnimplementedAttestationServiceServer for forward compatibility
type AttestationServiceStoreRequest ¶
type AttestationServiceStoreRequest struct { // encoded DSEE envelope Attestation []byte `protobuf:"bytes,1,opt,name=attestation,proto3" json:"attestation,omitempty"` WorkflowRunId string `protobuf:"bytes,2,opt,name=workflow_run_id,json=workflowRunId,proto3" json:"workflow_run_id,omitempty"` // contains filtered or unexported fields }
func (*AttestationServiceStoreRequest) Descriptor
deprecated
func (*AttestationServiceStoreRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceStoreRequest.ProtoReflect.Descriptor instead.
func (*AttestationServiceStoreRequest) GetAttestation ¶
func (x *AttestationServiceStoreRequest) GetAttestation() []byte
func (*AttestationServiceStoreRequest) GetWorkflowRunId ¶
func (x *AttestationServiceStoreRequest) GetWorkflowRunId() string
func (*AttestationServiceStoreRequest) ProtoMessage ¶
func (*AttestationServiceStoreRequest) ProtoMessage()
func (*AttestationServiceStoreRequest) ProtoReflect ¶
func (x *AttestationServiceStoreRequest) ProtoReflect() protoreflect.Message
func (*AttestationServiceStoreRequest) Reset ¶
func (x *AttestationServiceStoreRequest) Reset()
func (*AttestationServiceStoreRequest) String ¶
func (x *AttestationServiceStoreRequest) String() string
func (*AttestationServiceStoreRequest) Validate ¶
func (m *AttestationServiceStoreRequest) Validate() error
Validate checks the field values on AttestationServiceStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceStoreRequest) ValidateAll ¶
func (m *AttestationServiceStoreRequest) ValidateAll() error
ValidateAll checks the field values on AttestationServiceStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceStoreRequestMultiError, or nil if none found.
type AttestationServiceStoreRequestMultiError ¶
type AttestationServiceStoreRequestMultiError []error
AttestationServiceStoreRequestMultiError is an error wrapping multiple validation errors returned by AttestationServiceStoreRequest.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceStoreRequestMultiError) AllErrors ¶
func (m AttestationServiceStoreRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceStoreRequestMultiError) Error ¶
func (m AttestationServiceStoreRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceStoreRequestValidationError ¶
type AttestationServiceStoreRequestValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceStoreRequestValidationError is the validation error returned by AttestationServiceStoreRequest.Validate if the designated constraints aren't met.
func (AttestationServiceStoreRequestValidationError) Cause ¶
func (e AttestationServiceStoreRequestValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceStoreRequestValidationError) Error ¶
func (e AttestationServiceStoreRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceStoreRequestValidationError) ErrorName ¶
func (e AttestationServiceStoreRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceStoreRequestValidationError) Field ¶
func (e AttestationServiceStoreRequestValidationError) Field() string
Field function returns field value.
func (AttestationServiceStoreRequestValidationError) Key ¶
func (e AttestationServiceStoreRequestValidationError) Key() bool
Key function returns key value.
func (AttestationServiceStoreRequestValidationError) Reason ¶
func (e AttestationServiceStoreRequestValidationError) Reason() string
Reason function returns reason value.
type AttestationServiceStoreResponse ¶
type AttestationServiceStoreResponse struct {
// contains filtered or unexported fields
}
func (*AttestationServiceStoreResponse) Descriptor
deprecated
func (*AttestationServiceStoreResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationServiceStoreResponse.ProtoReflect.Descriptor instead.
func (*AttestationServiceStoreResponse) ProtoMessage ¶
func (*AttestationServiceStoreResponse) ProtoMessage()
func (*AttestationServiceStoreResponse) ProtoReflect ¶
func (x *AttestationServiceStoreResponse) ProtoReflect() protoreflect.Message
func (*AttestationServiceStoreResponse) Reset ¶
func (x *AttestationServiceStoreResponse) Reset()
func (*AttestationServiceStoreResponse) String ¶
func (x *AttestationServiceStoreResponse) String() string
func (*AttestationServiceStoreResponse) Validate ¶
func (m *AttestationServiceStoreResponse) Validate() error
Validate checks the field values on AttestationServiceStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AttestationServiceStoreResponse) ValidateAll ¶
func (m *AttestationServiceStoreResponse) ValidateAll() error
ValidateAll checks the field values on AttestationServiceStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AttestationServiceStoreResponseMultiError, or nil if none found.
type AttestationServiceStoreResponseMultiError ¶
type AttestationServiceStoreResponseMultiError []error
AttestationServiceStoreResponseMultiError is an error wrapping multiple validation errors returned by AttestationServiceStoreResponse.ValidateAll() if the designated constraints aren't met.
func (AttestationServiceStoreResponseMultiError) AllErrors ¶
func (m AttestationServiceStoreResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AttestationServiceStoreResponseMultiError) Error ¶
func (m AttestationServiceStoreResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AttestationServiceStoreResponseValidationError ¶
type AttestationServiceStoreResponseValidationError struct {
// contains filtered or unexported fields
}
AttestationServiceStoreResponseValidationError is the validation error returned by AttestationServiceStoreResponse.Validate if the designated constraints aren't met.
func (AttestationServiceStoreResponseValidationError) Cause ¶
func (e AttestationServiceStoreResponseValidationError) Cause() error
Cause function returns cause value.
func (AttestationServiceStoreResponseValidationError) Error ¶
func (e AttestationServiceStoreResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AttestationServiceStoreResponseValidationError) ErrorName ¶
func (e AttestationServiceStoreResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AttestationServiceStoreResponseValidationError) Field ¶
func (e AttestationServiceStoreResponseValidationError) Field() string
Field function returns field value.
func (AttestationServiceStoreResponseValidationError) Key ¶
func (e AttestationServiceStoreResponseValidationError) Key() bool
Key function returns key value.
func (AttestationServiceStoreResponseValidationError) Reason ¶
func (e AttestationServiceStoreResponseValidationError) Reason() string
Reason function returns reason value.
type AuthServiceClient ¶
type AuthServiceClient interface {
DeleteAccount(ctx context.Context, in *AuthServiceDeleteAccountRequest, opts ...grpc.CallOption) (*AuthServiceDeleteAccountResponse, error)
}
AuthServiceClient is the client API for AuthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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
func (*AuthServiceDeleteAccountRequest) Validate ¶
func (m *AuthServiceDeleteAccountRequest) Validate() error
Validate checks the field values on AuthServiceDeleteAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthServiceDeleteAccountRequest) ValidateAll ¶
func (m *AuthServiceDeleteAccountRequest) ValidateAll() error
ValidateAll checks the field values on AuthServiceDeleteAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthServiceDeleteAccountRequestMultiError, or nil if none found.
type AuthServiceDeleteAccountRequestMultiError ¶
type AuthServiceDeleteAccountRequestMultiError []error
AuthServiceDeleteAccountRequestMultiError is an error wrapping multiple validation errors returned by AuthServiceDeleteAccountRequest.ValidateAll() if the designated constraints aren't met.
func (AuthServiceDeleteAccountRequestMultiError) AllErrors ¶
func (m AuthServiceDeleteAccountRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthServiceDeleteAccountRequestMultiError) Error ¶
func (m AuthServiceDeleteAccountRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthServiceDeleteAccountRequestValidationError ¶
type AuthServiceDeleteAccountRequestValidationError struct {
// contains filtered or unexported fields
}
AuthServiceDeleteAccountRequestValidationError is the validation error returned by AuthServiceDeleteAccountRequest.Validate if the designated constraints aren't met.
func (AuthServiceDeleteAccountRequestValidationError) Cause ¶
func (e AuthServiceDeleteAccountRequestValidationError) Cause() error
Cause function returns cause value.
func (AuthServiceDeleteAccountRequestValidationError) Error ¶
func (e AuthServiceDeleteAccountRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AuthServiceDeleteAccountRequestValidationError) ErrorName ¶
func (e AuthServiceDeleteAccountRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AuthServiceDeleteAccountRequestValidationError) Field ¶
func (e AuthServiceDeleteAccountRequestValidationError) Field() string
Field function returns field value.
func (AuthServiceDeleteAccountRequestValidationError) Key ¶
func (e AuthServiceDeleteAccountRequestValidationError) Key() bool
Key function returns key value.
func (AuthServiceDeleteAccountRequestValidationError) Reason ¶
func (e AuthServiceDeleteAccountRequestValidationError) Reason() string
Reason function returns reason value.
type AuthServiceDeleteAccountResponse ¶
type AuthServiceDeleteAccountResponse struct {
// contains filtered or unexported fields
}
AuthServiceDeleteAccountResponse is the response for the DeleteAccount method.
func (*AuthServiceDeleteAccountResponse) Descriptor
deprecated
func (*AuthServiceDeleteAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceDeleteAccountResponse.ProtoReflect.Descriptor instead.
func (*AuthServiceDeleteAccountResponse) ProtoMessage ¶
func (*AuthServiceDeleteAccountResponse) ProtoMessage()
func (*AuthServiceDeleteAccountResponse) ProtoReflect ¶
func (x *AuthServiceDeleteAccountResponse) ProtoReflect() protoreflect.Message
func (*AuthServiceDeleteAccountResponse) Reset ¶
func (x *AuthServiceDeleteAccountResponse) Reset()
func (*AuthServiceDeleteAccountResponse) String ¶
func (x *AuthServiceDeleteAccountResponse) String() string
func (*AuthServiceDeleteAccountResponse) Validate ¶
func (m *AuthServiceDeleteAccountResponse) Validate() error
Validate checks the field values on AuthServiceDeleteAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AuthServiceDeleteAccountResponse) ValidateAll ¶
func (m *AuthServiceDeleteAccountResponse) ValidateAll() error
ValidateAll checks the field values on AuthServiceDeleteAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthServiceDeleteAccountResponseMultiError, or nil if none found.
type AuthServiceDeleteAccountResponseMultiError ¶
type AuthServiceDeleteAccountResponseMultiError []error
AuthServiceDeleteAccountResponseMultiError is an error wrapping multiple validation errors returned by AuthServiceDeleteAccountResponse.ValidateAll() if the designated constraints aren't met.
func (AuthServiceDeleteAccountResponseMultiError) AllErrors ¶
func (m AuthServiceDeleteAccountResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AuthServiceDeleteAccountResponseMultiError) Error ¶
func (m AuthServiceDeleteAccountResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AuthServiceDeleteAccountResponseValidationError ¶
type AuthServiceDeleteAccountResponseValidationError struct {
// contains filtered or unexported fields
}
AuthServiceDeleteAccountResponseValidationError is the validation error returned by AuthServiceDeleteAccountResponse.Validate if the designated constraints aren't met.
func (AuthServiceDeleteAccountResponseValidationError) Cause ¶
func (e AuthServiceDeleteAccountResponseValidationError) Cause() error
Cause function returns cause value.
func (AuthServiceDeleteAccountResponseValidationError) Error ¶
func (e AuthServiceDeleteAccountResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AuthServiceDeleteAccountResponseValidationError) ErrorName ¶
func (e AuthServiceDeleteAccountResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AuthServiceDeleteAccountResponseValidationError) Field ¶
func (e AuthServiceDeleteAccountResponseValidationError) Field() string
Field function returns field value.
func (AuthServiceDeleteAccountResponseValidationError) Key ¶
func (e AuthServiceDeleteAccountResponseValidationError) Key() bool
Key function returns key value.
func (AuthServiceDeleteAccountResponseValidationError) Reason ¶
func (e AuthServiceDeleteAccountResponseValidationError) Reason() string
Reason function returns reason value.
type AuthServiceServer ¶
type AuthServiceServer interface { DeleteAccount(context.Context, *AuthServiceDeleteAccountRequest) (*AuthServiceDeleteAccountResponse, error) // contains filtered or unexported methods }
AuthServiceServer is the server API for AuthService service. All implementations must embed UnimplementedAuthServiceServer for forward compatibility
type CASCredentialsServiceClient ¶
type CASCredentialsServiceClient interface {
Get(ctx context.Context, in *CASCredentialsServiceGetRequest, opts ...grpc.CallOption) (*CASCredentialsServiceGetResponse, error)
}
CASCredentialsServiceClient is the client API for CASCredentialsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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"` // contains filtered or unexported fields }
func (*CASCredentialsServiceGetRequest) Descriptor
deprecated
func (*CASCredentialsServiceGetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CASCredentialsServiceGetRequest.ProtoReflect.Descriptor instead.
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
func (*CASCredentialsServiceGetRequest) Validate ¶
func (m *CASCredentialsServiceGetRequest) Validate() error
Validate checks the field values on CASCredentialsServiceGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CASCredentialsServiceGetRequest) ValidateAll ¶
func (m *CASCredentialsServiceGetRequest) ValidateAll() error
ValidateAll checks the field values on CASCredentialsServiceGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetRequestMultiError, or nil if none found.
type CASCredentialsServiceGetRequestMultiError ¶
type CASCredentialsServiceGetRequestMultiError []error
CASCredentialsServiceGetRequestMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetRequest.ValidateAll() if the designated constraints aren't met.
func (CASCredentialsServiceGetRequestMultiError) AllErrors ¶
func (m CASCredentialsServiceGetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CASCredentialsServiceGetRequestMultiError) Error ¶
func (m CASCredentialsServiceGetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CASCredentialsServiceGetRequestValidationError ¶
type CASCredentialsServiceGetRequestValidationError struct {
// contains filtered or unexported fields
}
CASCredentialsServiceGetRequestValidationError is the validation error returned by CASCredentialsServiceGetRequest.Validate if the designated constraints aren't met.
func (CASCredentialsServiceGetRequestValidationError) Cause ¶
func (e CASCredentialsServiceGetRequestValidationError) Cause() error
Cause function returns cause value.
func (CASCredentialsServiceGetRequestValidationError) Error ¶
func (e CASCredentialsServiceGetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CASCredentialsServiceGetRequestValidationError) ErrorName ¶
func (e CASCredentialsServiceGetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CASCredentialsServiceGetRequestValidationError) Field ¶
func (e CASCredentialsServiceGetRequestValidationError) Field() string
Field function returns field value.
func (CASCredentialsServiceGetRequestValidationError) Key ¶
func (e CASCredentialsServiceGetRequestValidationError) Key() bool
Key function returns key value.
func (CASCredentialsServiceGetRequestValidationError) Reason ¶
func (e CASCredentialsServiceGetRequestValidationError) Reason() string
Reason function returns reason value.
type CASCredentialsServiceGetRequest_Role ¶
type CASCredentialsServiceGetRequest_Role int32
const ( CASCredentialsServiceGetRequest_ROLE_UNSPECIFIED CASCredentialsServiceGetRequest_Role = 0 CASCredentialsServiceGetRequest_ROLE_DOWNLOADER CASCredentialsServiceGetRequest_Role = 1 CASCredentialsServiceGetRequest_ROLE_UPLOADER CASCredentialsServiceGetRequest_Role = 2 )
func (CASCredentialsServiceGetRequest_Role) Descriptor ¶
func (CASCredentialsServiceGetRequest_Role) 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
func (*CASCredentialsServiceGetResponse) Validate ¶
func (m *CASCredentialsServiceGetResponse) Validate() error
Validate checks the field values on CASCredentialsServiceGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CASCredentialsServiceGetResponse) ValidateAll ¶
func (m *CASCredentialsServiceGetResponse) ValidateAll() error
ValidateAll checks the field values on CASCredentialsServiceGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetResponseMultiError, or nil if none found.
type CASCredentialsServiceGetResponseMultiError ¶
type CASCredentialsServiceGetResponseMultiError []error
CASCredentialsServiceGetResponseMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetResponse.ValidateAll() if the designated constraints aren't met.
func (CASCredentialsServiceGetResponseMultiError) AllErrors ¶
func (m CASCredentialsServiceGetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CASCredentialsServiceGetResponseMultiError) Error ¶
func (m CASCredentialsServiceGetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CASCredentialsServiceGetResponseValidationError ¶
type CASCredentialsServiceGetResponseValidationError struct {
// contains filtered or unexported fields
}
CASCredentialsServiceGetResponseValidationError is the validation error returned by CASCredentialsServiceGetResponse.Validate if the designated constraints aren't met.
func (CASCredentialsServiceGetResponseValidationError) Cause ¶
func (e CASCredentialsServiceGetResponseValidationError) Cause() error
Cause function returns cause value.
func (CASCredentialsServiceGetResponseValidationError) Error ¶
func (e CASCredentialsServiceGetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CASCredentialsServiceGetResponseValidationError) ErrorName ¶
func (e CASCredentialsServiceGetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CASCredentialsServiceGetResponseValidationError) Field ¶
func (e CASCredentialsServiceGetResponseValidationError) Field() string
Field function returns field value.
func (CASCredentialsServiceGetResponseValidationError) Key ¶
func (e CASCredentialsServiceGetResponseValidationError) Key() bool
Key function returns key value.
func (CASCredentialsServiceGetResponseValidationError) Reason ¶
func (e CASCredentialsServiceGetResponseValidationError) Reason() string
Reason function returns reason value.
type CASCredentialsServiceGetResponse_Result ¶
type CASCredentialsServiceGetResponse_Result struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*CASCredentialsServiceGetResponse_Result) Descriptor
deprecated
func (*CASCredentialsServiceGetResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use CASCredentialsServiceGetResponse_Result.ProtoReflect.Descriptor instead.
func (*CASCredentialsServiceGetResponse_Result) GetToken ¶
func (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
func (*CASCredentialsServiceGetResponse_Result) Validate ¶
func (m *CASCredentialsServiceGetResponse_Result) Validate() error
Validate checks the field values on CASCredentialsServiceGetResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CASCredentialsServiceGetResponse_Result) ValidateAll ¶
func (m *CASCredentialsServiceGetResponse_Result) ValidateAll() error
ValidateAll checks the field values on CASCredentialsServiceGetResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CASCredentialsServiceGetResponse_ResultMultiError, or nil if none found.
type CASCredentialsServiceGetResponse_ResultMultiError ¶
type CASCredentialsServiceGetResponse_ResultMultiError []error
CASCredentialsServiceGetResponse_ResultMultiError is an error wrapping multiple validation errors returned by CASCredentialsServiceGetResponse_Result.ValidateAll() if the designated constraints aren't met.
func (CASCredentialsServiceGetResponse_ResultMultiError) AllErrors ¶
func (m CASCredentialsServiceGetResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CASCredentialsServiceGetResponse_ResultMultiError) Error ¶
func (m CASCredentialsServiceGetResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CASCredentialsServiceGetResponse_ResultValidationError ¶
type CASCredentialsServiceGetResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
CASCredentialsServiceGetResponse_ResultValidationError is the validation error returned by CASCredentialsServiceGetResponse_Result.Validate if the designated constraints aren't met.
func (CASCredentialsServiceGetResponse_ResultValidationError) Cause ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (CASCredentialsServiceGetResponse_ResultValidationError) Error ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (CASCredentialsServiceGetResponse_ResultValidationError) ErrorName ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (CASCredentialsServiceGetResponse_ResultValidationError) Field ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) Field() string
Field function returns field value.
func (CASCredentialsServiceGetResponse_ResultValidationError) Key ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) Key() bool
Key function returns key value.
func (CASCredentialsServiceGetResponse_ResultValidationError) Reason ¶
func (e CASCredentialsServiceGetResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type CASCredentialsServiceServer ¶
type CASCredentialsServiceServer interface { Get(context.Context, *CASCredentialsServiceGetRequest) (*CASCredentialsServiceGetResponse, error) // contains filtered or unexported methods }
CASCredentialsServiceServer is the server API for CASCredentialsService service. All implementations must embed UnimplementedCASCredentialsServiceServer for forward compatibility
type ContextServiceClient ¶
type ContextServiceClient interface { // Get information about the current logged in context Current(ctx context.Context, in *ContextServiceCurrentRequest, opts ...grpc.CallOption) (*ContextServiceCurrentResponse, error) }
ContextServiceClient is the client API for ContextService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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
func (*ContextServiceCurrentRequest) Validate ¶
func (m *ContextServiceCurrentRequest) Validate() error
Validate checks the field values on ContextServiceCurrentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ContextServiceCurrentRequest) ValidateAll ¶
func (m *ContextServiceCurrentRequest) ValidateAll() error
ValidateAll checks the field values on ContextServiceCurrentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentRequestMultiError, or nil if none found.
type ContextServiceCurrentRequestMultiError ¶
type ContextServiceCurrentRequestMultiError []error
ContextServiceCurrentRequestMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentRequest.ValidateAll() if the designated constraints aren't met.
func (ContextServiceCurrentRequestMultiError) AllErrors ¶
func (m ContextServiceCurrentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ContextServiceCurrentRequestMultiError) Error ¶
func (m ContextServiceCurrentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ContextServiceCurrentRequestValidationError ¶
type ContextServiceCurrentRequestValidationError struct {
// contains filtered or unexported fields
}
ContextServiceCurrentRequestValidationError is the validation error returned by ContextServiceCurrentRequest.Validate if the designated constraints aren't met.
func (ContextServiceCurrentRequestValidationError) Cause ¶
func (e ContextServiceCurrentRequestValidationError) Cause() error
Cause function returns cause value.
func (ContextServiceCurrentRequestValidationError) Error ¶
func (e ContextServiceCurrentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ContextServiceCurrentRequestValidationError) ErrorName ¶
func (e ContextServiceCurrentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ContextServiceCurrentRequestValidationError) Field ¶
func (e ContextServiceCurrentRequestValidationError) Field() string
Field function returns field value.
func (ContextServiceCurrentRequestValidationError) Key ¶
func (e ContextServiceCurrentRequestValidationError) Key() bool
Key function returns key value.
func (ContextServiceCurrentRequestValidationError) Reason ¶
func (e ContextServiceCurrentRequestValidationError) Reason() string
Reason function returns reason value.
type ContextServiceCurrentResponse ¶
type ContextServiceCurrentResponse struct { Result *ContextServiceCurrentResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ContextServiceCurrentResponse) Descriptor
deprecated
func (*ContextServiceCurrentResponse) Descriptor() ([]byte, []int)
Deprecated: Use ContextServiceCurrentResponse.ProtoReflect.Descriptor instead.
func (*ContextServiceCurrentResponse) GetResult ¶
func (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
func (*ContextServiceCurrentResponse) Validate ¶
func (m *ContextServiceCurrentResponse) Validate() error
Validate checks the field values on ContextServiceCurrentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ContextServiceCurrentResponse) ValidateAll ¶
func (m *ContextServiceCurrentResponse) ValidateAll() error
ValidateAll checks the field values on ContextServiceCurrentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentResponseMultiError, or nil if none found.
type ContextServiceCurrentResponseMultiError ¶
type ContextServiceCurrentResponseMultiError []error
ContextServiceCurrentResponseMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentResponse.ValidateAll() if the designated constraints aren't met.
func (ContextServiceCurrentResponseMultiError) AllErrors ¶
func (m ContextServiceCurrentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ContextServiceCurrentResponseMultiError) Error ¶
func (m ContextServiceCurrentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ContextServiceCurrentResponseValidationError ¶
type ContextServiceCurrentResponseValidationError struct {
// contains filtered or unexported fields
}
ContextServiceCurrentResponseValidationError is the validation error returned by ContextServiceCurrentResponse.Validate if the designated constraints aren't met.
func (ContextServiceCurrentResponseValidationError) Cause ¶
func (e ContextServiceCurrentResponseValidationError) Cause() error
Cause function returns cause value.
func (ContextServiceCurrentResponseValidationError) Error ¶
func (e ContextServiceCurrentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ContextServiceCurrentResponseValidationError) ErrorName ¶
func (e ContextServiceCurrentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ContextServiceCurrentResponseValidationError) Field ¶
func (e ContextServiceCurrentResponseValidationError) Field() string
Field function returns field value.
func (ContextServiceCurrentResponseValidationError) Key ¶
func (e ContextServiceCurrentResponseValidationError) Key() bool
Key function returns key value.
func (ContextServiceCurrentResponseValidationError) Reason ¶
func (e ContextServiceCurrentResponseValidationError) Reason() string
Reason function returns reason value.
type ContextServiceCurrentResponse_Result ¶
type ContextServiceCurrentResponse_Result struct { CurrentUser *User `protobuf:"bytes,1,opt,name=current_user,json=currentUser,proto3" json:"current_user,omitempty"` CurrentOrg *Org `protobuf:"bytes,2,opt,name=current_org,json=currentOrg,proto3" json:"current_org,omitempty"` CurrentOciRepo *OCIRepositoryItem `protobuf:"bytes,3,opt,name=current_oci_repo,json=currentOciRepo,proto3" json:"current_oci_repo,omitempty"` // contains filtered or unexported fields }
func (*ContextServiceCurrentResponse_Result) Descriptor
deprecated
func (*ContextServiceCurrentResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use ContextServiceCurrentResponse_Result.ProtoReflect.Descriptor instead.
func (*ContextServiceCurrentResponse_Result) GetCurrentOciRepo ¶
func (x *ContextServiceCurrentResponse_Result) GetCurrentOciRepo() *OCIRepositoryItem
func (*ContextServiceCurrentResponse_Result) GetCurrentOrg ¶
func (x *ContextServiceCurrentResponse_Result) GetCurrentOrg() *Org
func (*ContextServiceCurrentResponse_Result) GetCurrentUser ¶
func (x *ContextServiceCurrentResponse_Result) GetCurrentUser() *User
func (*ContextServiceCurrentResponse_Result) ProtoMessage ¶
func (*ContextServiceCurrentResponse_Result) ProtoMessage()
func (*ContextServiceCurrentResponse_Result) ProtoReflect ¶
func (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
func (*ContextServiceCurrentResponse_Result) Validate ¶
func (m *ContextServiceCurrentResponse_Result) Validate() error
Validate checks the field values on ContextServiceCurrentResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ContextServiceCurrentResponse_Result) ValidateAll ¶
func (m *ContextServiceCurrentResponse_Result) ValidateAll() error
ValidateAll checks the field values on ContextServiceCurrentResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextServiceCurrentResponse_ResultMultiError, or nil if none found.
type ContextServiceCurrentResponse_ResultMultiError ¶
type ContextServiceCurrentResponse_ResultMultiError []error
ContextServiceCurrentResponse_ResultMultiError is an error wrapping multiple validation errors returned by ContextServiceCurrentResponse_Result.ValidateAll() if the designated constraints aren't met.
func (ContextServiceCurrentResponse_ResultMultiError) AllErrors ¶
func (m ContextServiceCurrentResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ContextServiceCurrentResponse_ResultMultiError) Error ¶
func (m ContextServiceCurrentResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ContextServiceCurrentResponse_ResultValidationError ¶
type ContextServiceCurrentResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
ContextServiceCurrentResponse_ResultValidationError is the validation error returned by ContextServiceCurrentResponse_Result.Validate if the designated constraints aren't met.
func (ContextServiceCurrentResponse_ResultValidationError) Cause ¶
func (e ContextServiceCurrentResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (ContextServiceCurrentResponse_ResultValidationError) Error ¶
func (e ContextServiceCurrentResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (ContextServiceCurrentResponse_ResultValidationError) ErrorName ¶
func (e ContextServiceCurrentResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (ContextServiceCurrentResponse_ResultValidationError) Field ¶
func (e ContextServiceCurrentResponse_ResultValidationError) Field() string
Field function returns field value.
func (ContextServiceCurrentResponse_ResultValidationError) Key ¶
func (e ContextServiceCurrentResponse_ResultValidationError) Key() bool
Key function returns key value.
func (ContextServiceCurrentResponse_ResultValidationError) Reason ¶
func (e ContextServiceCurrentResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type ContextServiceServer ¶
type ContextServiceServer interface { // Get information about the current logged in context Current(context.Context, *ContextServiceCurrentRequest) (*ContextServiceCurrentResponse, error) // contains filtered or unexported methods }
ContextServiceServer is the server API for ContextService service. All implementations must embed UnimplementedContextServiceServer for forward compatibility
type ExtensionFanout ¶ added in v0.11.1
type ExtensionFanout 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"` // Whether the integration is subscribed to attestations SubscribedAttestation bool `protobuf:"varint,7,opt,name=subscribed_attestation,json=subscribedAttestation,proto3" json:"subscribed_attestation,omitempty"` // contains filtered or unexported fields }
ExtensionFanout describes an extension that can be used to fanout attestation and materials to multiple integrations
func (*ExtensionFanout) Descriptor
deprecated
added in
v0.11.1
func (*ExtensionFanout) Descriptor() ([]byte, []int)
Deprecated: Use ExtensionFanout.ProtoReflect.Descriptor instead.
func (*ExtensionFanout) GetAttachmentSchema ¶ added in v0.11.1
func (x *ExtensionFanout) GetAttachmentSchema() []byte
func (*ExtensionFanout) GetRegistrationSchema ¶ added in v0.11.1
func (x *ExtensionFanout) GetRegistrationSchema() []byte
func (*ExtensionFanout) GetSubscribedAttestation ¶ added in v0.11.1
func (x *ExtensionFanout) GetSubscribedAttestation() bool
func (*ExtensionFanout) GetSubscribedMaterials ¶ added in v0.11.1
func (x *ExtensionFanout) GetSubscribedMaterials() []string
func (*ExtensionFanout) ProtoMessage ¶ added in v0.11.1
func (*ExtensionFanout) ProtoMessage()
func (*ExtensionFanout) ProtoReflect ¶ added in v0.11.1
func (x *ExtensionFanout) ProtoReflect() protoreflect.Message
func (*ExtensionFanout) Reset ¶ added in v0.11.1
func (x *ExtensionFanout) Reset()
func (*ExtensionFanout) String ¶ added in v0.11.1
func (x *ExtensionFanout) String() string
func (*ExtensionFanout) Validate ¶ added in v0.11.1
func (m *ExtensionFanout) Validate() error
Validate checks the field values on ExtensionFanout with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExtensionFanout) ValidateAll ¶ added in v0.11.1
func (m *ExtensionFanout) ValidateAll() error
ValidateAll checks the field values on ExtensionFanout with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExtensionFanoutMultiError, or nil if none found.
type ExtensionFanoutMultiError ¶ added in v0.11.1
type ExtensionFanoutMultiError []error
ExtensionFanoutMultiError is an error wrapping multiple validation errors returned by ExtensionFanout.ValidateAll() if the designated constraints aren't met.
func (ExtensionFanoutMultiError) AllErrors ¶ added in v0.11.1
func (m ExtensionFanoutMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExtensionFanoutMultiError) Error ¶ added in v0.11.1
func (m ExtensionFanoutMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExtensionFanoutValidationError ¶ added in v0.11.1
type ExtensionFanoutValidationError struct {
// contains filtered or unexported fields
}
ExtensionFanoutValidationError is the validation error returned by ExtensionFanout.Validate if the designated constraints aren't met.
func (ExtensionFanoutValidationError) Cause ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) Cause() error
Cause function returns cause value.
func (ExtensionFanoutValidationError) Error ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) Error() string
Error satisfies the builtin error interface
func (ExtensionFanoutValidationError) ErrorName ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) ErrorName() string
ErrorName returns error name.
func (ExtensionFanoutValidationError) Field ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) Field() string
Field function returns field value.
func (ExtensionFanoutValidationError) Key ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) Key() bool
Key function returns key value.
func (ExtensionFanoutValidationError) Reason ¶ added in v0.11.1
func (e ExtensionFanoutValidationError) Reason() string
Reason function returns reason value.
type InfozRequest ¶
type InfozRequest struct {
// contains filtered or unexported fields
}
func (*InfozRequest) Descriptor
deprecated
func (*InfozRequest) Descriptor() ([]byte, []int)
Deprecated: Use InfozRequest.ProtoReflect.Descriptor instead.
func (*InfozRequest) ProtoMessage ¶
func (*InfozRequest) ProtoMessage()
func (*InfozRequest) ProtoReflect ¶
func (x *InfozRequest) ProtoReflect() protoreflect.Message
func (*InfozRequest) Reset ¶
func (x *InfozRequest) Reset()
func (*InfozRequest) String ¶
func (x *InfozRequest) String() string
func (*InfozRequest) Validate ¶
func (m *InfozRequest) Validate() error
Validate checks the field values on InfozRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*InfozRequest) ValidateAll ¶
func (m *InfozRequest) ValidateAll() error
ValidateAll checks the field values on InfozRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InfozRequestMultiError, or nil if none found.
type InfozRequestMultiError ¶
type InfozRequestMultiError []error
InfozRequestMultiError is an error wrapping multiple validation errors returned by InfozRequest.ValidateAll() if the designated constraints aren't met.
func (InfozRequestMultiError) AllErrors ¶
func (m InfozRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (InfozRequestMultiError) Error ¶
func (m InfozRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type InfozRequestValidationError ¶
type InfozRequestValidationError struct {
// contains filtered or unexported fields
}
InfozRequestValidationError is the validation error returned by InfozRequest.Validate if the designated constraints aren't met.
func (InfozRequestValidationError) Cause ¶
func (e InfozRequestValidationError) Cause() error
Cause function returns cause value.
func (InfozRequestValidationError) Error ¶
func (e InfozRequestValidationError) Error() string
Error satisfies the builtin error interface
func (InfozRequestValidationError) ErrorName ¶
func (e InfozRequestValidationError) ErrorName() string
ErrorName returns error name.
func (InfozRequestValidationError) Field ¶
func (e InfozRequestValidationError) Field() string
Field function returns field value.
func (InfozRequestValidationError) Key ¶
func (e InfozRequestValidationError) Key() bool
Key function returns key value.
func (InfozRequestValidationError) Reason ¶
func (e InfozRequestValidationError) Reason() string
Reason function returns reason value.
type InfozResponse ¶
type InfozResponse struct { LoginUrl string `protobuf:"bytes,1,opt,name=login_url,json=loginURL,proto3" json:"login_url,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*InfozResponse) Descriptor
deprecated
func (*InfozResponse) Descriptor() ([]byte, []int)
Deprecated: Use InfozResponse.ProtoReflect.Descriptor instead.
func (*InfozResponse) GetLoginUrl ¶
func (x *InfozResponse) GetLoginUrl() string
func (*InfozResponse) GetVersion ¶
func (x *InfozResponse) GetVersion() string
func (*InfozResponse) ProtoMessage ¶
func (*InfozResponse) ProtoMessage()
func (*InfozResponse) ProtoReflect ¶
func (x *InfozResponse) ProtoReflect() protoreflect.Message
func (*InfozResponse) Reset ¶
func (x *InfozResponse) Reset()
func (*InfozResponse) String ¶
func (x *InfozResponse) String() string
func (*InfozResponse) Validate ¶
func (m *InfozResponse) Validate() error
Validate checks the field values on InfozResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*InfozResponse) ValidateAll ¶
func (m *InfozResponse) ValidateAll() error
ValidateAll checks the field values on InfozResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InfozResponseMultiError, or nil if none found.
type InfozResponseMultiError ¶
type InfozResponseMultiError []error
InfozResponseMultiError is an error wrapping multiple validation errors returned by InfozResponse.ValidateAll() if the designated constraints aren't met.
func (InfozResponseMultiError) AllErrors ¶
func (m InfozResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (InfozResponseMultiError) Error ¶
func (m InfozResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type InfozResponseValidationError ¶
type InfozResponseValidationError struct {
// contains filtered or unexported fields
}
InfozResponseValidationError is the validation error returned by InfozResponse.Validate if the designated constraints aren't met.
func (InfozResponseValidationError) Cause ¶
func (e InfozResponseValidationError) Cause() error
Cause function returns cause value.
func (InfozResponseValidationError) Error ¶
func (e InfozResponseValidationError) Error() string
Error satisfies the builtin error interface
func (InfozResponseValidationError) ErrorName ¶
func (e InfozResponseValidationError) ErrorName() string
ErrorName returns error name.
func (InfozResponseValidationError) Field ¶
func (e InfozResponseValidationError) Field() string
Field function returns field value.
func (InfozResponseValidationError) Key ¶
func (e InfozResponseValidationError) Key() bool
Key function returns key value.
func (InfozResponseValidationError) Reason ¶
func (e InfozResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationAttachmentItem) Validate ¶
func (m *IntegrationAttachmentItem) Validate() error
Validate checks the field values on IntegrationAttachmentItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationAttachmentItem) ValidateAll ¶
func (m *IntegrationAttachmentItem) ValidateAll() error
ValidateAll checks the field values on IntegrationAttachmentItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationAttachmentItemMultiError, or nil if none found.
type IntegrationAttachmentItemMultiError ¶
type IntegrationAttachmentItemMultiError []error
IntegrationAttachmentItemMultiError is an error wrapping multiple validation errors returned by IntegrationAttachmentItem.ValidateAll() if the designated constraints aren't met.
func (IntegrationAttachmentItemMultiError) AllErrors ¶
func (m IntegrationAttachmentItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationAttachmentItemMultiError) Error ¶
func (m IntegrationAttachmentItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationAttachmentItemValidationError ¶
type IntegrationAttachmentItemValidationError struct {
// contains filtered or unexported fields
}
IntegrationAttachmentItemValidationError is the validation error returned by IntegrationAttachmentItem.Validate if the designated constraints aren't met.
func (IntegrationAttachmentItemValidationError) Cause ¶
func (e IntegrationAttachmentItemValidationError) Cause() error
Cause function returns cause value.
func (IntegrationAttachmentItemValidationError) Error ¶
func (e IntegrationAttachmentItemValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationAttachmentItemValidationError) ErrorName ¶
func (e IntegrationAttachmentItemValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationAttachmentItemValidationError) Field ¶
func (e IntegrationAttachmentItemValidationError) Field() string
Field function returns field value.
func (IntegrationAttachmentItemValidationError) Key ¶
func (e IntegrationAttachmentItemValidationError) Key() bool
Key function returns key value.
func (IntegrationAttachmentItemValidationError) Reason ¶
func (e IntegrationAttachmentItemValidationError) Reason() string
Reason function returns reason value.
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() *ExtensionFanout
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
func (*IntegrationAvailableItem) Validate ¶ added in v0.11.1
func (m *IntegrationAvailableItem) Validate() error
Validate checks the field values on IntegrationAvailableItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationAvailableItem) ValidateAll ¶ added in v0.11.1
func (m *IntegrationAvailableItem) ValidateAll() error
ValidateAll checks the field values on IntegrationAvailableItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationAvailableItemMultiError, or nil if none found.
type IntegrationAvailableItemMultiError ¶ added in v0.11.1
type IntegrationAvailableItemMultiError []error
IntegrationAvailableItemMultiError is an error wrapping multiple validation errors returned by IntegrationAvailableItem.ValidateAll() if the designated constraints aren't met.
func (IntegrationAvailableItemMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationAvailableItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationAvailableItemMultiError) Error ¶ added in v0.11.1
func (m IntegrationAvailableItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationAvailableItemValidationError ¶ added in v0.11.1
type IntegrationAvailableItemValidationError struct {
// contains filtered or unexported fields
}
IntegrationAvailableItemValidationError is the validation error returned by IntegrationAvailableItem.Validate if the designated constraints aren't met.
func (IntegrationAvailableItemValidationError) Cause ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) Cause() error
Cause function returns cause value.
func (IntegrationAvailableItemValidationError) Error ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationAvailableItemValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationAvailableItemValidationError) Field ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) Field() string
Field function returns field value.
func (IntegrationAvailableItemValidationError) Key ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) Key() bool
Key function returns key value.
func (IntegrationAvailableItemValidationError) Reason ¶ added in v0.11.1
func (e IntegrationAvailableItemValidationError) Reason() string
Reason function returns reason value.
type IntegrationAvailableItem_Fanout ¶ added in v0.11.1
type IntegrationAvailableItem_Fanout struct {
Fanout *ExtensionFanout `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
func (*IntegrationsServiceAttachRequest) Validate ¶
func (m *IntegrationsServiceAttachRequest) Validate() error
Validate checks the field values on IntegrationsServiceAttachRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceAttachRequest) ValidateAll ¶
func (m *IntegrationsServiceAttachRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceAttachRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceAttachRequestMultiError, or nil if none found.
type IntegrationsServiceAttachRequestMultiError ¶
type IntegrationsServiceAttachRequestMultiError []error
IntegrationsServiceAttachRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceAttachRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceAttachRequestMultiError) AllErrors ¶
func (m IntegrationsServiceAttachRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceAttachRequestMultiError) Error ¶
func (m IntegrationsServiceAttachRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceAttachRequestValidationError ¶
type IntegrationsServiceAttachRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceAttachRequestValidationError is the validation error returned by IntegrationsServiceAttachRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceAttachRequestValidationError) Cause ¶
func (e IntegrationsServiceAttachRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceAttachRequestValidationError) Error ¶
func (e IntegrationsServiceAttachRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceAttachRequestValidationError) ErrorName ¶
func (e IntegrationsServiceAttachRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceAttachRequestValidationError) Field ¶
func (e IntegrationsServiceAttachRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceAttachRequestValidationError) Key ¶
func (e IntegrationsServiceAttachRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceAttachRequestValidationError) Reason ¶
func (e IntegrationsServiceAttachRequestValidationError) Reason() string
Reason function returns reason value.
type IntegrationsServiceAttachResponse ¶
type IntegrationsServiceAttachResponse struct { Result *IntegrationAttachmentItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceAttachResponse) Descriptor
deprecated
func (*IntegrationsServiceAttachResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceAttachResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceAttachResponse) GetResult ¶
func (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
func (*IntegrationsServiceAttachResponse) Validate ¶
func (m *IntegrationsServiceAttachResponse) Validate() error
Validate checks the field values on IntegrationsServiceAttachResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceAttachResponse) ValidateAll ¶
func (m *IntegrationsServiceAttachResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceAttachResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceAttachResponseMultiError, or nil if none found.
type IntegrationsServiceAttachResponseMultiError ¶
type IntegrationsServiceAttachResponseMultiError []error
IntegrationsServiceAttachResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceAttachResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceAttachResponseMultiError) AllErrors ¶
func (m IntegrationsServiceAttachResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceAttachResponseMultiError) Error ¶
func (m IntegrationsServiceAttachResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceAttachResponseValidationError ¶
type IntegrationsServiceAttachResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceAttachResponseValidationError is the validation error returned by IntegrationsServiceAttachResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceAttachResponseValidationError) Cause ¶
func (e IntegrationsServiceAttachResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceAttachResponseValidationError) Error ¶
func (e IntegrationsServiceAttachResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceAttachResponseValidationError) ErrorName ¶
func (e IntegrationsServiceAttachResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceAttachResponseValidationError) Field ¶
func (e IntegrationsServiceAttachResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceAttachResponseValidationError) Key ¶
func (e IntegrationsServiceAttachResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceAttachResponseValidationError) Reason ¶
func (e IntegrationsServiceAttachResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceDeregisterRequest) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceDeregisterRequest) Validate() error
Validate checks the field values on IntegrationsServiceDeregisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDeregisterRequest) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceDeregisterRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDeregisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDeregisterRequestMultiError, or nil if none found.
type IntegrationsServiceDeregisterRequestMultiError ¶ added in v0.11.1
type IntegrationsServiceDeregisterRequestMultiError []error
IntegrationsServiceDeregisterRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDeregisterRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDeregisterRequestMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceDeregisterRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDeregisterRequestMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceDeregisterRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDeregisterRequestValidationError ¶ added in v0.11.1
type IntegrationsServiceDeregisterRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDeregisterRequestValidationError is the validation error returned by IntegrationsServiceDeregisterRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceDeregisterRequestValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDeregisterRequestValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDeregisterRequestValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDeregisterRequestValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDeregisterRequestValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceDeregisterRequestValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterRequestValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceDeregisterResponse) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceDeregisterResponse) Validate() error
Validate checks the field values on IntegrationsServiceDeregisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDeregisterResponse) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceDeregisterResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDeregisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDeregisterResponseMultiError, or nil if none found.
type IntegrationsServiceDeregisterResponseMultiError ¶ added in v0.11.1
type IntegrationsServiceDeregisterResponseMultiError []error
IntegrationsServiceDeregisterResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDeregisterResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDeregisterResponseMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceDeregisterResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDeregisterResponseMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceDeregisterResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDeregisterResponseValidationError ¶ added in v0.11.1
type IntegrationsServiceDeregisterResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDeregisterResponseValidationError is the validation error returned by IntegrationsServiceDeregisterResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceDeregisterResponseValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDeregisterResponseValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDeregisterResponseValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDeregisterResponseValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDeregisterResponseValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceDeregisterResponseValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceDeregisterResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceDescribeRegistrationRequest) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceDescribeRegistrationRequest) Validate() error
Validate checks the field values on IntegrationsServiceDescribeRegistrationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDescribeRegistrationRequest) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceDescribeRegistrationRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDescribeRegistrationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDescribeRegistrationRequestMultiError, or nil if none found.
type IntegrationsServiceDescribeRegistrationRequestMultiError ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationRequestMultiError []error
IntegrationsServiceDescribeRegistrationRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDescribeRegistrationRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDescribeRegistrationRequestMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceDescribeRegistrationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDescribeRegistrationRequestMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceDescribeRegistrationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDescribeRegistrationRequestValidationError ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDescribeRegistrationRequestValidationError is the validation error returned by IntegrationsServiceDescribeRegistrationRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceDescribeRegistrationRequestValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDescribeRegistrationRequestValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDescribeRegistrationRequestValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDescribeRegistrationRequestValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDescribeRegistrationRequestValidationError) Key ¶ added in v0.11.1
Key function returns key value.
func (IntegrationsServiceDescribeRegistrationRequestValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationRequestValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceDescribeRegistrationResponse) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceDescribeRegistrationResponse) Validate() error
Validate checks the field values on IntegrationsServiceDescribeRegistrationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDescribeRegistrationResponse) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceDescribeRegistrationResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDescribeRegistrationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDescribeRegistrationResponseMultiError, or nil if none found.
type IntegrationsServiceDescribeRegistrationResponseMultiError ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationResponseMultiError []error
IntegrationsServiceDescribeRegistrationResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDescribeRegistrationResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDescribeRegistrationResponseMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceDescribeRegistrationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDescribeRegistrationResponseMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceDescribeRegistrationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDescribeRegistrationResponseValidationError ¶ added in v0.11.1
type IntegrationsServiceDescribeRegistrationResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDescribeRegistrationResponseValidationError is the validation error returned by IntegrationsServiceDescribeRegistrationResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceDescribeRegistrationResponseValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDescribeRegistrationResponseValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDescribeRegistrationResponseValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDescribeRegistrationResponseValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDescribeRegistrationResponseValidationError) Key ¶ added in v0.11.1
Key function returns key value.
func (IntegrationsServiceDescribeRegistrationResponseValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceDescribeRegistrationResponseValidationError) Reason() string
Reason function returns reason value.
type IntegrationsServiceDetachRequest ¶
type IntegrationsServiceDetachRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IntegrationsServiceDetachRequest) Descriptor
deprecated
func (*IntegrationsServiceDetachRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDetachRequest.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDetachRequest) GetId ¶
func (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
func (*IntegrationsServiceDetachRequest) Validate ¶
func (m *IntegrationsServiceDetachRequest) Validate() error
Validate checks the field values on IntegrationsServiceDetachRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDetachRequest) ValidateAll ¶
func (m *IntegrationsServiceDetachRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDetachRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDetachRequestMultiError, or nil if none found.
type IntegrationsServiceDetachRequestMultiError ¶
type IntegrationsServiceDetachRequestMultiError []error
IntegrationsServiceDetachRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDetachRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDetachRequestMultiError) AllErrors ¶
func (m IntegrationsServiceDetachRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDetachRequestMultiError) Error ¶
func (m IntegrationsServiceDetachRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDetachRequestValidationError ¶
type IntegrationsServiceDetachRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDetachRequestValidationError is the validation error returned by IntegrationsServiceDetachRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceDetachRequestValidationError) Cause ¶
func (e IntegrationsServiceDetachRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDetachRequestValidationError) Error ¶
func (e IntegrationsServiceDetachRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDetachRequestValidationError) ErrorName ¶
func (e IntegrationsServiceDetachRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDetachRequestValidationError) Field ¶
func (e IntegrationsServiceDetachRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDetachRequestValidationError) Key ¶
func (e IntegrationsServiceDetachRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceDetachRequestValidationError) Reason ¶
func (e IntegrationsServiceDetachRequestValidationError) Reason() string
Reason function returns reason value.
type IntegrationsServiceDetachResponse ¶
type IntegrationsServiceDetachResponse struct {
// contains filtered or unexported fields
}
func (*IntegrationsServiceDetachResponse) Descriptor
deprecated
func (*IntegrationsServiceDetachResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationsServiceDetachResponse.ProtoReflect.Descriptor instead.
func (*IntegrationsServiceDetachResponse) ProtoMessage ¶
func (*IntegrationsServiceDetachResponse) ProtoMessage()
func (*IntegrationsServiceDetachResponse) ProtoReflect ¶
func (x *IntegrationsServiceDetachResponse) ProtoReflect() protoreflect.Message
func (*IntegrationsServiceDetachResponse) Reset ¶
func (x *IntegrationsServiceDetachResponse) Reset()
func (*IntegrationsServiceDetachResponse) String ¶
func (x *IntegrationsServiceDetachResponse) String() string
func (*IntegrationsServiceDetachResponse) Validate ¶
func (m *IntegrationsServiceDetachResponse) Validate() error
Validate checks the field values on IntegrationsServiceDetachResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceDetachResponse) ValidateAll ¶
func (m *IntegrationsServiceDetachResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceDetachResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceDetachResponseMultiError, or nil if none found.
type IntegrationsServiceDetachResponseMultiError ¶
type IntegrationsServiceDetachResponseMultiError []error
IntegrationsServiceDetachResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceDetachResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceDetachResponseMultiError) AllErrors ¶
func (m IntegrationsServiceDetachResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceDetachResponseMultiError) Error ¶
func (m IntegrationsServiceDetachResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceDetachResponseValidationError ¶
type IntegrationsServiceDetachResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceDetachResponseValidationError is the validation error returned by IntegrationsServiceDetachResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceDetachResponseValidationError) Cause ¶
func (e IntegrationsServiceDetachResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceDetachResponseValidationError) Error ¶
func (e IntegrationsServiceDetachResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceDetachResponseValidationError) ErrorName ¶
func (e IntegrationsServiceDetachResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceDetachResponseValidationError) Field ¶
func (e IntegrationsServiceDetachResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceDetachResponseValidationError) Key ¶
func (e IntegrationsServiceDetachResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceDetachResponseValidationError) Reason ¶
func (e IntegrationsServiceDetachResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceListAvailableRequest) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceListAvailableRequest) Validate() error
Validate checks the field values on IntegrationsServiceListAvailableRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceListAvailableRequest) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceListAvailableRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceListAvailableRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListAvailableRequestMultiError, or nil if none found.
type IntegrationsServiceListAvailableRequestMultiError ¶ added in v0.11.1
type IntegrationsServiceListAvailableRequestMultiError []error
IntegrationsServiceListAvailableRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListAvailableRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceListAvailableRequestMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceListAvailableRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceListAvailableRequestMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceListAvailableRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceListAvailableRequestValidationError ¶ added in v0.11.1
type IntegrationsServiceListAvailableRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceListAvailableRequestValidationError is the validation error returned by IntegrationsServiceListAvailableRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceListAvailableRequestValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceListAvailableRequestValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceListAvailableRequestValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceListAvailableRequestValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceListAvailableRequestValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceListAvailableRequestValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableRequestValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceListAvailableResponse) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceListAvailableResponse) Validate() error
Validate checks the field values on IntegrationsServiceListAvailableResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceListAvailableResponse) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceListAvailableResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceListAvailableResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListAvailableResponseMultiError, or nil if none found.
type IntegrationsServiceListAvailableResponseMultiError ¶ added in v0.11.1
type IntegrationsServiceListAvailableResponseMultiError []error
IntegrationsServiceListAvailableResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListAvailableResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceListAvailableResponseMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceListAvailableResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceListAvailableResponseMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceListAvailableResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceListAvailableResponseValidationError ¶ added in v0.11.1
type IntegrationsServiceListAvailableResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceListAvailableResponseValidationError is the validation error returned by IntegrationsServiceListAvailableResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceListAvailableResponseValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceListAvailableResponseValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceListAvailableResponseValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceListAvailableResponseValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceListAvailableResponseValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceListAvailableResponseValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceListAvailableResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceListRegistrationsRequest) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceListRegistrationsRequest) Validate() error
Validate checks the field values on IntegrationsServiceListRegistrationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceListRegistrationsRequest) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceListRegistrationsRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceListRegistrationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListRegistrationsRequestMultiError, or nil if none found.
type IntegrationsServiceListRegistrationsRequestMultiError ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsRequestMultiError []error
IntegrationsServiceListRegistrationsRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListRegistrationsRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceListRegistrationsRequestMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceListRegistrationsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceListRegistrationsRequestMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceListRegistrationsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceListRegistrationsRequestValidationError ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceListRegistrationsRequestValidationError is the validation error returned by IntegrationsServiceListRegistrationsRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceListRegistrationsRequestValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceListRegistrationsRequestValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceListRegistrationsRequestValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceListRegistrationsRequestValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceListRegistrationsRequestValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceListRegistrationsRequestValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsRequestValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceListRegistrationsResponse) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceListRegistrationsResponse) Validate() error
Validate checks the field values on IntegrationsServiceListRegistrationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceListRegistrationsResponse) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceListRegistrationsResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceListRegistrationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceListRegistrationsResponseMultiError, or nil if none found.
type IntegrationsServiceListRegistrationsResponseMultiError ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsResponseMultiError []error
IntegrationsServiceListRegistrationsResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceListRegistrationsResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceListRegistrationsResponseMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceListRegistrationsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceListRegistrationsResponseMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceListRegistrationsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceListRegistrationsResponseValidationError ¶ added in v0.11.1
type IntegrationsServiceListRegistrationsResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceListRegistrationsResponseValidationError is the validation error returned by IntegrationsServiceListRegistrationsResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceListRegistrationsResponseValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceListRegistrationsResponseValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceListRegistrationsResponseValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceListRegistrationsResponseValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceListRegistrationsResponseValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceListRegistrationsResponseValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceListRegistrationsResponseValidationError) Reason() string
Reason function returns reason value.
type IntegrationsServiceRegisterRequest ¶ added in v0.11.1
type IntegrationsServiceRegisterRequest struct { // Kind of integration to register // This should match the ID of an existing extension ExtensionId string `protobuf:"bytes,1,opt,name=extension_id,json=extensionId,proto3" json:"extension_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) GetExtensionId ¶ added in v0.11.1
func (x *IntegrationsServiceRegisterRequest) GetExtensionId() 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
func (*IntegrationsServiceRegisterRequest) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceRegisterRequest) Validate() error
Validate checks the field values on IntegrationsServiceRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceRegisterRequest) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceRegisterRequest) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceRegisterRequestMultiError, or nil if none found.
type IntegrationsServiceRegisterRequestMultiError ¶ added in v0.11.1
type IntegrationsServiceRegisterRequestMultiError []error
IntegrationsServiceRegisterRequestMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceRegisterRequest.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceRegisterRequestMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceRegisterRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceRegisterRequestMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceRegisterRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceRegisterRequestValidationError ¶ added in v0.11.1
type IntegrationsServiceRegisterRequestValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceRegisterRequestValidationError is the validation error returned by IntegrationsServiceRegisterRequest.Validate if the designated constraints aren't met.
func (IntegrationsServiceRegisterRequestValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceRegisterRequestValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceRegisterRequestValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceRegisterRequestValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceRegisterRequestValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceRegisterRequestValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceRegisterRequestValidationError) Reason() string
Reason function returns reason value.
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
func (*IntegrationsServiceRegisterResponse) Validate ¶ added in v0.11.1
func (m *IntegrationsServiceRegisterResponse) Validate() error
Validate checks the field values on IntegrationsServiceRegisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IntegrationsServiceRegisterResponse) ValidateAll ¶ added in v0.11.1
func (m *IntegrationsServiceRegisterResponse) ValidateAll() error
ValidateAll checks the field values on IntegrationsServiceRegisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationsServiceRegisterResponseMultiError, or nil if none found.
type IntegrationsServiceRegisterResponseMultiError ¶ added in v0.11.1
type IntegrationsServiceRegisterResponseMultiError []error
IntegrationsServiceRegisterResponseMultiError is an error wrapping multiple validation errors returned by IntegrationsServiceRegisterResponse.ValidateAll() if the designated constraints aren't met.
func (IntegrationsServiceRegisterResponseMultiError) AllErrors ¶ added in v0.11.1
func (m IntegrationsServiceRegisterResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationsServiceRegisterResponseMultiError) Error ¶ added in v0.11.1
func (m IntegrationsServiceRegisterResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationsServiceRegisterResponseValidationError ¶ added in v0.11.1
type IntegrationsServiceRegisterResponseValidationError struct {
// contains filtered or unexported fields
}
IntegrationsServiceRegisterResponseValidationError is the validation error returned by IntegrationsServiceRegisterResponse.Validate if the designated constraints aren't met.
func (IntegrationsServiceRegisterResponseValidationError) Cause ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) Cause() error
Cause function returns cause value.
func (IntegrationsServiceRegisterResponseValidationError) Error ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationsServiceRegisterResponseValidationError) ErrorName ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationsServiceRegisterResponseValidationError) Field ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) Field() string
Field function returns field value.
func (IntegrationsServiceRegisterResponseValidationError) Key ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) Key() bool
Key function returns key value.
func (IntegrationsServiceRegisterResponseValidationError) Reason ¶ added in v0.11.1
func (e IntegrationsServiceRegisterResponseValidationError) Reason() string
Reason function returns reason value.
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
func (*ListAttachmentsRequest) Validate ¶
func (m *ListAttachmentsRequest) Validate() error
Validate checks the field values on ListAttachmentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListAttachmentsRequest) ValidateAll ¶
func (m *ListAttachmentsRequest) ValidateAll() error
ValidateAll checks the field values on ListAttachmentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAttachmentsRequestMultiError, or nil if none found.
type ListAttachmentsRequestMultiError ¶
type ListAttachmentsRequestMultiError []error
ListAttachmentsRequestMultiError is an error wrapping multiple validation errors returned by ListAttachmentsRequest.ValidateAll() if the designated constraints aren't met.
func (ListAttachmentsRequestMultiError) AllErrors ¶
func (m ListAttachmentsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListAttachmentsRequestMultiError) Error ¶
func (m ListAttachmentsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListAttachmentsRequestValidationError ¶
type ListAttachmentsRequestValidationError struct {
// contains filtered or unexported fields
}
ListAttachmentsRequestValidationError is the validation error returned by ListAttachmentsRequest.Validate if the designated constraints aren't met.
func (ListAttachmentsRequestValidationError) Cause ¶
func (e ListAttachmentsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListAttachmentsRequestValidationError) Error ¶
func (e ListAttachmentsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListAttachmentsRequestValidationError) ErrorName ¶
func (e ListAttachmentsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListAttachmentsRequestValidationError) Field ¶
func (e ListAttachmentsRequestValidationError) Field() string
Field function returns field value.
func (ListAttachmentsRequestValidationError) Key ¶
func (e ListAttachmentsRequestValidationError) Key() bool
Key function returns key value.
func (ListAttachmentsRequestValidationError) Reason ¶
func (e ListAttachmentsRequestValidationError) Reason() string
Reason function returns reason value.
type ListAttachmentsResponse ¶
type ListAttachmentsResponse struct { Result []*IntegrationAttachmentItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListAttachmentsResponse) Descriptor
deprecated
func (*ListAttachmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAttachmentsResponse.ProtoReflect.Descriptor instead.
func (*ListAttachmentsResponse) GetResult ¶
func (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
func (*ListAttachmentsResponse) Validate ¶
func (m *ListAttachmentsResponse) Validate() error
Validate checks the field values on ListAttachmentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListAttachmentsResponse) ValidateAll ¶
func (m *ListAttachmentsResponse) ValidateAll() error
ValidateAll checks the field values on ListAttachmentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAttachmentsResponseMultiError, or nil if none found.
type ListAttachmentsResponseMultiError ¶
type ListAttachmentsResponseMultiError []error
ListAttachmentsResponseMultiError is an error wrapping multiple validation errors returned by ListAttachmentsResponse.ValidateAll() if the designated constraints aren't met.
func (ListAttachmentsResponseMultiError) AllErrors ¶
func (m ListAttachmentsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListAttachmentsResponseMultiError) Error ¶
func (m ListAttachmentsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListAttachmentsResponseValidationError ¶
type ListAttachmentsResponseValidationError struct {
// contains filtered or unexported fields
}
ListAttachmentsResponseValidationError is the validation error returned by ListAttachmentsResponse.Validate if the designated constraints aren't met.
func (ListAttachmentsResponseValidationError) Cause ¶
func (e ListAttachmentsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListAttachmentsResponseValidationError) Error ¶
func (e ListAttachmentsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListAttachmentsResponseValidationError) ErrorName ¶
func (e ListAttachmentsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListAttachmentsResponseValidationError) Field ¶
func (e ListAttachmentsResponseValidationError) Field() string
Field function returns field value.
func (ListAttachmentsResponseValidationError) Key ¶
func (e ListAttachmentsResponseValidationError) Key() bool
Key function returns key value.
func (ListAttachmentsResponseValidationError) Reason ¶
func (e ListAttachmentsResponseValidationError) Reason() string
Reason function returns reason value.
type MetricsTimeWindow ¶
type MetricsTimeWindow int32
const ( MetricsTimeWindow_METRICS_TIME_WINDOW_UNSPECIFIED MetricsTimeWindow = 0 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_30_DAYS MetricsTimeWindow = 1 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_7_DAYS MetricsTimeWindow = 2 MetricsTimeWindow_METRICS_TIME_WINDOW_LAST_DAY MetricsTimeWindow = 3 )
func (MetricsTimeWindow) Descriptor ¶
func (MetricsTimeWindow) 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 OCIRepositoryErrorReason ¶
type OCIRepositoryErrorReason int32
const ( // TODO: add support for PRECONDITION_FAILED OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_UNSPECIFIED OCIRepositoryErrorReason = 0 OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_REQUIRED OCIRepositoryErrorReason = 1 // The repository does not seem to be operational // a previous validation has failed OCIRepositoryErrorReason_OCI_REPOSITORY_ERROR_REASON_INVALID OCIRepositoryErrorReason = 2 )
func (OCIRepositoryErrorReason) Descriptor ¶
func (OCIRepositoryErrorReason) Descriptor() protoreflect.EnumDescriptor
func (OCIRepositoryErrorReason) Enum ¶
func (x OCIRepositoryErrorReason) Enum() *OCIRepositoryErrorReason
func (OCIRepositoryErrorReason) EnumDescriptor
deprecated
func (OCIRepositoryErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryErrorReason.Descriptor instead.
func (OCIRepositoryErrorReason) Number ¶
func (x OCIRepositoryErrorReason) Number() protoreflect.EnumNumber
func (OCIRepositoryErrorReason) String ¶
func (x OCIRepositoryErrorReason) String() string
func (OCIRepositoryErrorReason) Type ¶
func (OCIRepositoryErrorReason) Type() protoreflect.EnumType
type OCIRepositoryItem ¶
type OCIRepositoryItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Repo string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ValidationStatus OCIRepositoryItem_ValidationStatus `` /* 166-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OCIRepositoryItem) Descriptor
deprecated
func (*OCIRepositoryItem) Descriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryItem.ProtoReflect.Descriptor instead.
func (*OCIRepositoryItem) GetCreatedAt ¶
func (x *OCIRepositoryItem) GetCreatedAt() *timestamppb.Timestamp
func (*OCIRepositoryItem) GetId ¶
func (x *OCIRepositoryItem) GetId() string
func (*OCIRepositoryItem) GetRepo ¶
func (x *OCIRepositoryItem) GetRepo() string
func (*OCIRepositoryItem) GetValidationStatus ¶
func (x *OCIRepositoryItem) GetValidationStatus() OCIRepositoryItem_ValidationStatus
func (*OCIRepositoryItem) ProtoMessage ¶
func (*OCIRepositoryItem) ProtoMessage()
func (*OCIRepositoryItem) ProtoReflect ¶
func (x *OCIRepositoryItem) ProtoReflect() protoreflect.Message
func (*OCIRepositoryItem) Reset ¶
func (x *OCIRepositoryItem) Reset()
func (*OCIRepositoryItem) String ¶
func (x *OCIRepositoryItem) String() string
func (*OCIRepositoryItem) Validate ¶
func (m *OCIRepositoryItem) Validate() error
Validate checks the field values on OCIRepositoryItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OCIRepositoryItem) ValidateAll ¶
func (m *OCIRepositoryItem) ValidateAll() error
ValidateAll checks the field values on OCIRepositoryItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryItemMultiError, or nil if none found.
type OCIRepositoryItemMultiError ¶
type OCIRepositoryItemMultiError []error
OCIRepositoryItemMultiError is an error wrapping multiple validation errors returned by OCIRepositoryItem.ValidateAll() if the designated constraints aren't met.
func (OCIRepositoryItemMultiError) AllErrors ¶
func (m OCIRepositoryItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OCIRepositoryItemMultiError) Error ¶
func (m OCIRepositoryItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OCIRepositoryItemValidationError ¶
type OCIRepositoryItemValidationError struct {
// contains filtered or unexported fields
}
OCIRepositoryItemValidationError is the validation error returned by OCIRepositoryItem.Validate if the designated constraints aren't met.
func (OCIRepositoryItemValidationError) Cause ¶
func (e OCIRepositoryItemValidationError) Cause() error
Cause function returns cause value.
func (OCIRepositoryItemValidationError) Error ¶
func (e OCIRepositoryItemValidationError) Error() string
Error satisfies the builtin error interface
func (OCIRepositoryItemValidationError) ErrorName ¶
func (e OCIRepositoryItemValidationError) ErrorName() string
ErrorName returns error name.
func (OCIRepositoryItemValidationError) Field ¶
func (e OCIRepositoryItemValidationError) Field() string
Field function returns field value.
func (OCIRepositoryItemValidationError) Key ¶
func (e OCIRepositoryItemValidationError) Key() bool
Key function returns key value.
func (OCIRepositoryItemValidationError) Reason ¶
func (e OCIRepositoryItemValidationError) Reason() string
Reason function returns reason value.
type OCIRepositoryItem_ValidationStatus ¶
type OCIRepositoryItem_ValidationStatus int32
const ( OCIRepositoryItem_VALIDATION_STATUS_UNSPECIFIED OCIRepositoryItem_ValidationStatus = 0 OCIRepositoryItem_VALIDATION_STATUS_OK OCIRepositoryItem_ValidationStatus = 1 OCIRepositoryItem_VALIDATION_STATUS_INVALID OCIRepositoryItem_ValidationStatus = 2 )
func (OCIRepositoryItem_ValidationStatus) Descriptor ¶
func (OCIRepositoryItem_ValidationStatus) Descriptor() protoreflect.EnumDescriptor
func (OCIRepositoryItem_ValidationStatus) Enum ¶
func (x OCIRepositoryItem_ValidationStatus) Enum() *OCIRepositoryItem_ValidationStatus
func (OCIRepositoryItem_ValidationStatus) EnumDescriptor
deprecated
func (OCIRepositoryItem_ValidationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryItem_ValidationStatus.Descriptor instead.
func (OCIRepositoryItem_ValidationStatus) Number ¶
func (x OCIRepositoryItem_ValidationStatus) Number() protoreflect.EnumNumber
func (OCIRepositoryItem_ValidationStatus) String ¶
func (x OCIRepositoryItem_ValidationStatus) String() string
func (OCIRepositoryItem_ValidationStatus) Type ¶
func (OCIRepositoryItem_ValidationStatus) Type() protoreflect.EnumType
type OCIRepositoryServiceClient ¶
type OCIRepositoryServiceClient interface { // Save the OCI repository overriding the existing one (for now) Save(ctx context.Context, in *OCIRepositoryServiceSaveRequest, opts ...grpc.CallOption) (*OCIRepositoryServiceSaveResponse, error) }
OCIRepositoryServiceClient is the client API for OCIRepositoryService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOCIRepositoryServiceClient ¶
func NewOCIRepositoryServiceClient(cc grpc.ClientConnInterface) OCIRepositoryServiceClient
type OCIRepositoryServiceSaveRequest ¶
type OCIRepositoryServiceSaveRequest struct { // FQDN of the OCI repository, including paths Repository string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // Types that are assignable to Credentials: // // *OCIRepositoryServiceSaveRequest_KeyPair Credentials isOCIRepositoryServiceSaveRequest_Credentials `protobuf_oneof:"credentials"` // contains filtered or unexported fields }
func (*OCIRepositoryServiceSaveRequest) Descriptor
deprecated
func (*OCIRepositoryServiceSaveRequest) Descriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryServiceSaveRequest.ProtoReflect.Descriptor instead.
func (*OCIRepositoryServiceSaveRequest) GetCredentials ¶
func (m *OCIRepositoryServiceSaveRequest) GetCredentials() isOCIRepositoryServiceSaveRequest_Credentials
func (*OCIRepositoryServiceSaveRequest) GetKeyPair ¶
func (x *OCIRepositoryServiceSaveRequest) GetKeyPair() *OCIRepositoryServiceSaveRequest_Keypair
func (*OCIRepositoryServiceSaveRequest) GetRepository ¶
func (x *OCIRepositoryServiceSaveRequest) GetRepository() string
func (*OCIRepositoryServiceSaveRequest) ProtoMessage ¶
func (*OCIRepositoryServiceSaveRequest) ProtoMessage()
func (*OCIRepositoryServiceSaveRequest) ProtoReflect ¶
func (x *OCIRepositoryServiceSaveRequest) ProtoReflect() protoreflect.Message
func (*OCIRepositoryServiceSaveRequest) Reset ¶
func (x *OCIRepositoryServiceSaveRequest) Reset()
func (*OCIRepositoryServiceSaveRequest) String ¶
func (x *OCIRepositoryServiceSaveRequest) String() string
func (*OCIRepositoryServiceSaveRequest) Validate ¶
func (m *OCIRepositoryServiceSaveRequest) Validate() error
Validate checks the field values on OCIRepositoryServiceSaveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OCIRepositoryServiceSaveRequest) ValidateAll ¶
func (m *OCIRepositoryServiceSaveRequest) ValidateAll() error
ValidateAll checks the field values on OCIRepositoryServiceSaveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveRequestMultiError, or nil if none found.
type OCIRepositoryServiceSaveRequestMultiError ¶
type OCIRepositoryServiceSaveRequestMultiError []error
OCIRepositoryServiceSaveRequestMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveRequest.ValidateAll() if the designated constraints aren't met.
func (OCIRepositoryServiceSaveRequestMultiError) AllErrors ¶
func (m OCIRepositoryServiceSaveRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OCIRepositoryServiceSaveRequestMultiError) Error ¶
func (m OCIRepositoryServiceSaveRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OCIRepositoryServiceSaveRequestValidationError ¶
type OCIRepositoryServiceSaveRequestValidationError struct {
// contains filtered or unexported fields
}
OCIRepositoryServiceSaveRequestValidationError is the validation error returned by OCIRepositoryServiceSaveRequest.Validate if the designated constraints aren't met.
func (OCIRepositoryServiceSaveRequestValidationError) Cause ¶
func (e OCIRepositoryServiceSaveRequestValidationError) Cause() error
Cause function returns cause value.
func (OCIRepositoryServiceSaveRequestValidationError) Error ¶
func (e OCIRepositoryServiceSaveRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OCIRepositoryServiceSaveRequestValidationError) ErrorName ¶
func (e OCIRepositoryServiceSaveRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OCIRepositoryServiceSaveRequestValidationError) Field ¶
func (e OCIRepositoryServiceSaveRequestValidationError) Field() string
Field function returns field value.
func (OCIRepositoryServiceSaveRequestValidationError) Key ¶
func (e OCIRepositoryServiceSaveRequestValidationError) Key() bool
Key function returns key value.
func (OCIRepositoryServiceSaveRequestValidationError) Reason ¶
func (e OCIRepositoryServiceSaveRequestValidationError) Reason() string
Reason function returns reason value.
type OCIRepositoryServiceSaveRequest_KeyPair ¶
type OCIRepositoryServiceSaveRequest_KeyPair struct {
KeyPair *OCIRepositoryServiceSaveRequest_Keypair `protobuf:"bytes,2,opt,name=key_pair,json=keyPair,proto3,oneof"`
}
type OCIRepositoryServiceSaveRequest_Keypair ¶
type OCIRepositoryServiceSaveRequest_Keypair struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*OCIRepositoryServiceSaveRequest_Keypair) Descriptor
deprecated
func (*OCIRepositoryServiceSaveRequest_Keypair) Descriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryServiceSaveRequest_Keypair.ProtoReflect.Descriptor instead.
func (*OCIRepositoryServiceSaveRequest_Keypair) GetPassword ¶
func (x *OCIRepositoryServiceSaveRequest_Keypair) GetPassword() string
func (*OCIRepositoryServiceSaveRequest_Keypair) GetUsername ¶
func (x *OCIRepositoryServiceSaveRequest_Keypair) GetUsername() string
func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoMessage ¶
func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoMessage()
func (*OCIRepositoryServiceSaveRequest_Keypair) ProtoReflect ¶
func (x *OCIRepositoryServiceSaveRequest_Keypair) ProtoReflect() protoreflect.Message
func (*OCIRepositoryServiceSaveRequest_Keypair) Reset ¶
func (x *OCIRepositoryServiceSaveRequest_Keypair) Reset()
func (*OCIRepositoryServiceSaveRequest_Keypair) String ¶
func (x *OCIRepositoryServiceSaveRequest_Keypair) String() string
func (*OCIRepositoryServiceSaveRequest_Keypair) Validate ¶
func (m *OCIRepositoryServiceSaveRequest_Keypair) Validate() error
Validate checks the field values on OCIRepositoryServiceSaveRequest_Keypair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OCIRepositoryServiceSaveRequest_Keypair) ValidateAll ¶
func (m *OCIRepositoryServiceSaveRequest_Keypair) ValidateAll() error
ValidateAll checks the field values on OCIRepositoryServiceSaveRequest_Keypair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveRequest_KeypairMultiError, or nil if none found.
type OCIRepositoryServiceSaveRequest_KeypairMultiError ¶
type OCIRepositoryServiceSaveRequest_KeypairMultiError []error
OCIRepositoryServiceSaveRequest_KeypairMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveRequest_Keypair.ValidateAll() if the designated constraints aren't met.
func (OCIRepositoryServiceSaveRequest_KeypairMultiError) AllErrors ¶
func (m OCIRepositoryServiceSaveRequest_KeypairMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OCIRepositoryServiceSaveRequest_KeypairMultiError) Error ¶
func (m OCIRepositoryServiceSaveRequest_KeypairMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OCIRepositoryServiceSaveRequest_KeypairValidationError ¶
type OCIRepositoryServiceSaveRequest_KeypairValidationError struct {
// contains filtered or unexported fields
}
OCIRepositoryServiceSaveRequest_KeypairValidationError is the validation error returned by OCIRepositoryServiceSaveRequest_Keypair.Validate if the designated constraints aren't met.
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Cause ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Cause() error
Cause function returns cause value.
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Error ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Error() string
Error satisfies the builtin error interface
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) ErrorName ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) ErrorName() string
ErrorName returns error name.
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Field ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Field() string
Field function returns field value.
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Key ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Key() bool
Key function returns key value.
func (OCIRepositoryServiceSaveRequest_KeypairValidationError) Reason ¶
func (e OCIRepositoryServiceSaveRequest_KeypairValidationError) Reason() string
Reason function returns reason value.
type OCIRepositoryServiceSaveResponse ¶
type OCIRepositoryServiceSaveResponse struct {
// contains filtered or unexported fields
}
func (*OCIRepositoryServiceSaveResponse) Descriptor
deprecated
func (*OCIRepositoryServiceSaveResponse) Descriptor() ([]byte, []int)
Deprecated: Use OCIRepositoryServiceSaveResponse.ProtoReflect.Descriptor instead.
func (*OCIRepositoryServiceSaveResponse) ProtoMessage ¶
func (*OCIRepositoryServiceSaveResponse) ProtoMessage()
func (*OCIRepositoryServiceSaveResponse) ProtoReflect ¶
func (x *OCIRepositoryServiceSaveResponse) ProtoReflect() protoreflect.Message
func (*OCIRepositoryServiceSaveResponse) Reset ¶
func (x *OCIRepositoryServiceSaveResponse) Reset()
func (*OCIRepositoryServiceSaveResponse) String ¶
func (x *OCIRepositoryServiceSaveResponse) String() string
func (*OCIRepositoryServiceSaveResponse) Validate ¶
func (m *OCIRepositoryServiceSaveResponse) Validate() error
Validate checks the field values on OCIRepositoryServiceSaveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OCIRepositoryServiceSaveResponse) ValidateAll ¶
func (m *OCIRepositoryServiceSaveResponse) ValidateAll() error
ValidateAll checks the field values on OCIRepositoryServiceSaveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OCIRepositoryServiceSaveResponseMultiError, or nil if none found.
type OCIRepositoryServiceSaveResponseMultiError ¶
type OCIRepositoryServiceSaveResponseMultiError []error
OCIRepositoryServiceSaveResponseMultiError is an error wrapping multiple validation errors returned by OCIRepositoryServiceSaveResponse.ValidateAll() if the designated constraints aren't met.
func (OCIRepositoryServiceSaveResponseMultiError) AllErrors ¶
func (m OCIRepositoryServiceSaveResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OCIRepositoryServiceSaveResponseMultiError) Error ¶
func (m OCIRepositoryServiceSaveResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OCIRepositoryServiceSaveResponseValidationError ¶
type OCIRepositoryServiceSaveResponseValidationError struct {
// contains filtered or unexported fields
}
OCIRepositoryServiceSaveResponseValidationError is the validation error returned by OCIRepositoryServiceSaveResponse.Validate if the designated constraints aren't met.
func (OCIRepositoryServiceSaveResponseValidationError) Cause ¶
func (e OCIRepositoryServiceSaveResponseValidationError) Cause() error
Cause function returns cause value.
func (OCIRepositoryServiceSaveResponseValidationError) Error ¶
func (e OCIRepositoryServiceSaveResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OCIRepositoryServiceSaveResponseValidationError) ErrorName ¶
func (e OCIRepositoryServiceSaveResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OCIRepositoryServiceSaveResponseValidationError) Field ¶
func (e OCIRepositoryServiceSaveResponseValidationError) Field() string
Field function returns field value.
func (OCIRepositoryServiceSaveResponseValidationError) Key ¶
func (e OCIRepositoryServiceSaveResponseValidationError) Key() bool
Key function returns key value.
func (OCIRepositoryServiceSaveResponseValidationError) Reason ¶
func (e OCIRepositoryServiceSaveResponseValidationError) Reason() string
Reason function returns reason value.
type OCIRepositoryServiceServer ¶
type OCIRepositoryServiceServer interface { // Save the OCI repository overriding the existing one (for now) Save(context.Context, *OCIRepositoryServiceSaveRequest) (*OCIRepositoryServiceSaveResponse, error) // contains filtered or unexported methods }
OCIRepositoryServiceServer is the server API for OCIRepositoryService service. All implementations must embed UnimplementedOCIRepositoryServiceServer for forward compatibility
type Org ¶
type Org struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*Org) Descriptor
deprecated
func (*Org) GetCreatedAt ¶
func (x *Org) GetCreatedAt() *timestamppb.Timestamp
func (*Org) ProtoMessage ¶
func (*Org) ProtoMessage()
func (*Org) ProtoReflect ¶
func (x *Org) ProtoReflect() protoreflect.Message
func (*Org) Validate ¶
Validate checks the field values on Org with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Org) ValidateAll ¶
ValidateAll checks the field values on Org with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMultiError, or nil if none found.
type OrgMembershipItem ¶
type OrgMembershipItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Org *Org `protobuf:"bytes,2,opt,name=org,proto3" json:"org,omitempty"` Current bool `protobuf:"varint,3,opt,name=current,proto3" json:"current,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*OrgMembershipItem) Descriptor
deprecated
func (*OrgMembershipItem) Descriptor() ([]byte, []int)
Deprecated: Use OrgMembershipItem.ProtoReflect.Descriptor instead.
func (*OrgMembershipItem) GetCreatedAt ¶
func (x *OrgMembershipItem) GetCreatedAt() *timestamppb.Timestamp
func (*OrgMembershipItem) GetCurrent ¶
func (x *OrgMembershipItem) GetCurrent() bool
func (*OrgMembershipItem) GetId ¶
func (x *OrgMembershipItem) GetId() string
func (*OrgMembershipItem) GetOrg ¶
func (x *OrgMembershipItem) GetOrg() *Org
func (*OrgMembershipItem) GetUpdatedAt ¶
func (x *OrgMembershipItem) GetUpdatedAt() *timestamppb.Timestamp
func (*OrgMembershipItem) ProtoMessage ¶
func (*OrgMembershipItem) ProtoMessage()
func (*OrgMembershipItem) ProtoReflect ¶
func (x *OrgMembershipItem) ProtoReflect() protoreflect.Message
func (*OrgMembershipItem) Reset ¶
func (x *OrgMembershipItem) Reset()
func (*OrgMembershipItem) String ¶
func (x *OrgMembershipItem) String() string
func (*OrgMembershipItem) Validate ¶
func (m *OrgMembershipItem) Validate() error
Validate checks the field values on OrgMembershipItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrgMembershipItem) ValidateAll ¶
func (m *OrgMembershipItem) ValidateAll() error
ValidateAll checks the field values on OrgMembershipItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMembershipItemMultiError, or nil if none found.
type OrgMembershipItemMultiError ¶
type OrgMembershipItemMultiError []error
OrgMembershipItemMultiError is an error wrapping multiple validation errors returned by OrgMembershipItem.ValidateAll() if the designated constraints aren't met.
func (OrgMembershipItemMultiError) AllErrors ¶
func (m OrgMembershipItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrgMembershipItemMultiError) Error ¶
func (m OrgMembershipItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrgMembershipItemValidationError ¶
type OrgMembershipItemValidationError struct {
// contains filtered or unexported fields
}
OrgMembershipItemValidationError is the validation error returned by OrgMembershipItem.Validate if the designated constraints aren't met.
func (OrgMembershipItemValidationError) Cause ¶
func (e OrgMembershipItemValidationError) Cause() error
Cause function returns cause value.
func (OrgMembershipItemValidationError) Error ¶
func (e OrgMembershipItemValidationError) Error() string
Error satisfies the builtin error interface
func (OrgMembershipItemValidationError) ErrorName ¶
func (e OrgMembershipItemValidationError) ErrorName() string
ErrorName returns error name.
func (OrgMembershipItemValidationError) Field ¶
func (e OrgMembershipItemValidationError) Field() string
Field function returns field value.
func (OrgMembershipItemValidationError) Key ¶
func (e OrgMembershipItemValidationError) Key() bool
Key function returns key value.
func (OrgMembershipItemValidationError) Reason ¶
func (e OrgMembershipItemValidationError) Reason() string
Reason function returns reason value.
type OrgMetricsServiceClient ¶
type OrgMetricsServiceClient interface { Totals(ctx context.Context, in *OrgMetricsServiceTotalsRequest, opts ...grpc.CallOption) (*OrgMetricsServiceTotalsResponse, error) TopWorkflowsByRunsCount(ctx context.Context, in *TopWorkflowsByRunsCountRequest, opts ...grpc.CallOption) (*TopWorkflowsByRunsCountResponse, error) }
OrgMetricsServiceClient is the client API for OrgMetricsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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) // 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
func (*OrgMetricsServiceTotalsRequest) Validate ¶
func (m *OrgMetricsServiceTotalsRequest) Validate() error
Validate checks the field values on OrgMetricsServiceTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrgMetricsServiceTotalsRequest) ValidateAll ¶
func (m *OrgMetricsServiceTotalsRequest) ValidateAll() error
ValidateAll checks the field values on OrgMetricsServiceTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsRequestMultiError, or nil if none found.
type OrgMetricsServiceTotalsRequestMultiError ¶
type OrgMetricsServiceTotalsRequestMultiError []error
OrgMetricsServiceTotalsRequestMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsRequest.ValidateAll() if the designated constraints aren't met.
func (OrgMetricsServiceTotalsRequestMultiError) AllErrors ¶
func (m OrgMetricsServiceTotalsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrgMetricsServiceTotalsRequestMultiError) Error ¶
func (m OrgMetricsServiceTotalsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrgMetricsServiceTotalsRequestValidationError ¶
type OrgMetricsServiceTotalsRequestValidationError struct {
// contains filtered or unexported fields
}
OrgMetricsServiceTotalsRequestValidationError is the validation error returned by OrgMetricsServiceTotalsRequest.Validate if the designated constraints aren't met.
func (OrgMetricsServiceTotalsRequestValidationError) Cause ¶
func (e OrgMetricsServiceTotalsRequestValidationError) Cause() error
Cause function returns cause value.
func (OrgMetricsServiceTotalsRequestValidationError) Error ¶
func (e OrgMetricsServiceTotalsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OrgMetricsServiceTotalsRequestValidationError) ErrorName ¶
func (e OrgMetricsServiceTotalsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OrgMetricsServiceTotalsRequestValidationError) Field ¶
func (e OrgMetricsServiceTotalsRequestValidationError) Field() string
Field function returns field value.
func (OrgMetricsServiceTotalsRequestValidationError) Key ¶
func (e OrgMetricsServiceTotalsRequestValidationError) Key() bool
Key function returns key value.
func (OrgMetricsServiceTotalsRequestValidationError) Reason ¶
func (e OrgMetricsServiceTotalsRequestValidationError) Reason() string
Reason function returns reason value.
type OrgMetricsServiceTotalsResponse ¶
type OrgMetricsServiceTotalsResponse struct { Result *OrgMetricsServiceTotalsResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrgMetricsServiceTotalsResponse) Descriptor
deprecated
func (*OrgMetricsServiceTotalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrgMetricsServiceTotalsResponse.ProtoReflect.Descriptor instead.
func (*OrgMetricsServiceTotalsResponse) GetResult ¶
func (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
func (*OrgMetricsServiceTotalsResponse) Validate ¶
func (m *OrgMetricsServiceTotalsResponse) Validate() error
Validate checks the field values on OrgMetricsServiceTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrgMetricsServiceTotalsResponse) ValidateAll ¶
func (m *OrgMetricsServiceTotalsResponse) ValidateAll() error
ValidateAll checks the field values on OrgMetricsServiceTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsResponseMultiError, or nil if none found.
type OrgMetricsServiceTotalsResponseMultiError ¶
type OrgMetricsServiceTotalsResponseMultiError []error
OrgMetricsServiceTotalsResponseMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsResponse.ValidateAll() if the designated constraints aren't met.
func (OrgMetricsServiceTotalsResponseMultiError) AllErrors ¶
func (m OrgMetricsServiceTotalsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrgMetricsServiceTotalsResponseMultiError) Error ¶
func (m OrgMetricsServiceTotalsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrgMetricsServiceTotalsResponseValidationError ¶
type OrgMetricsServiceTotalsResponseValidationError struct {
// contains filtered or unexported fields
}
OrgMetricsServiceTotalsResponseValidationError is the validation error returned by OrgMetricsServiceTotalsResponse.Validate if the designated constraints aren't met.
func (OrgMetricsServiceTotalsResponseValidationError) Cause ¶
func (e OrgMetricsServiceTotalsResponseValidationError) Cause() error
Cause function returns cause value.
func (OrgMetricsServiceTotalsResponseValidationError) Error ¶
func (e OrgMetricsServiceTotalsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OrgMetricsServiceTotalsResponseValidationError) ErrorName ¶
func (e OrgMetricsServiceTotalsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OrgMetricsServiceTotalsResponseValidationError) Field ¶
func (e OrgMetricsServiceTotalsResponseValidationError) Field() string
Field function returns field value.
func (OrgMetricsServiceTotalsResponseValidationError) Key ¶
func (e OrgMetricsServiceTotalsResponseValidationError) Key() bool
Key function returns key value.
func (OrgMetricsServiceTotalsResponseValidationError) Reason ¶
func (e OrgMetricsServiceTotalsResponseValidationError) Reason() string
Reason function returns reason value.
type OrgMetricsServiceTotalsResponse_Result ¶
type OrgMetricsServiceTotalsResponse_Result struct { RunsTotal int32 `protobuf:"varint,1,opt,name=runs_total,json=runsTotal,proto3" json:"runs_total,omitempty"` // Status -> [initialized, error, success] RunsTotalByStatus map[string]int32 `` /* 205-byte string literal not displayed */ // runner_type -> [generic, github_action, ...] RunsTotalByRunnerType map[string]int32 `` /* 219-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OrgMetricsServiceTotalsResponse_Result) Descriptor
deprecated
func (*OrgMetricsServiceTotalsResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use OrgMetricsServiceTotalsResponse_Result.ProtoReflect.Descriptor instead.
func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotal ¶
func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotal() int32
func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType ¶
func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByRunnerType() map[string]int32
func (*OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus ¶
func (x *OrgMetricsServiceTotalsResponse_Result) GetRunsTotalByStatus() map[string]int32
func (*OrgMetricsServiceTotalsResponse_Result) ProtoMessage ¶
func (*OrgMetricsServiceTotalsResponse_Result) 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
func (*OrgMetricsServiceTotalsResponse_Result) Validate ¶
func (m *OrgMetricsServiceTotalsResponse_Result) Validate() error
Validate checks the field values on OrgMetricsServiceTotalsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrgMetricsServiceTotalsResponse_Result) ValidateAll ¶
func (m *OrgMetricsServiceTotalsResponse_Result) ValidateAll() error
ValidateAll checks the field values on OrgMetricsServiceTotalsResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrgMetricsServiceTotalsResponse_ResultMultiError, or nil if none found.
type OrgMetricsServiceTotalsResponse_ResultMultiError ¶
type OrgMetricsServiceTotalsResponse_ResultMultiError []error
OrgMetricsServiceTotalsResponse_ResultMultiError is an error wrapping multiple validation errors returned by OrgMetricsServiceTotalsResponse_Result.ValidateAll() if the designated constraints aren't met.
func (OrgMetricsServiceTotalsResponse_ResultMultiError) AllErrors ¶
func (m OrgMetricsServiceTotalsResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrgMetricsServiceTotalsResponse_ResultMultiError) Error ¶
func (m OrgMetricsServiceTotalsResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrgMetricsServiceTotalsResponse_ResultValidationError ¶
type OrgMetricsServiceTotalsResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
OrgMetricsServiceTotalsResponse_ResultValidationError is the validation error returned by OrgMetricsServiceTotalsResponse_Result.Validate if the designated constraints aren't met.
func (OrgMetricsServiceTotalsResponse_ResultValidationError) Cause ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (OrgMetricsServiceTotalsResponse_ResultValidationError) Error ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (OrgMetricsServiceTotalsResponse_ResultValidationError) ErrorName ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (OrgMetricsServiceTotalsResponse_ResultValidationError) Field ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Field() string
Field function returns field value.
func (OrgMetricsServiceTotalsResponse_ResultValidationError) Key ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Key() bool
Key function returns key value.
func (OrgMetricsServiceTotalsResponse_ResultValidationError) Reason ¶
func (e OrgMetricsServiceTotalsResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type OrgMultiError ¶
type OrgMultiError []error
OrgMultiError is an error wrapping multiple validation errors returned by Org.ValidateAll() if the designated constraints aren't met.
func (OrgMultiError) AllErrors ¶
func (m OrgMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrgMultiError) Error ¶
func (m OrgMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrgValidationError ¶
type OrgValidationError struct {
// contains filtered or unexported fields
}
OrgValidationError is the validation error returned by Org.Validate if the designated constraints aren't met.
func (OrgValidationError) Cause ¶
func (e OrgValidationError) Cause() error
Cause function returns cause value.
func (OrgValidationError) Error ¶
func (e OrgValidationError) Error() string
Error satisfies the builtin error interface
func (OrgValidationError) ErrorName ¶
func (e OrgValidationError) ErrorName() string
ErrorName returns error name.
func (OrgValidationError) Field ¶
func (e OrgValidationError) Field() string
Field function returns field value.
func (OrgValidationError) Key ¶
func (e OrgValidationError) Key() bool
Key function returns key value.
func (OrgValidationError) Reason ¶
func (e OrgValidationError) Reason() string
Reason function returns reason value.
type OrganizationServiceClient ¶
type OrganizationServiceClient interface { // List the organizations this user has access to ListMemberships(ctx context.Context, in *OrganizationServiceListMembershipsRequest, opts ...grpc.CallOption) (*OrganizationServiceListMembershipsResponse, error) SetCurrentMembership(ctx context.Context, in *SetCurrentMembershipRequest, opts ...grpc.CallOption) (*SetCurrentMembershipResponse, error) }
OrganizationServiceClient is the client API for OrganizationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOrganizationServiceClient ¶
func NewOrganizationServiceClient(cc grpc.ClientConnInterface) OrganizationServiceClient
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
func (*OrganizationServiceListMembershipsRequest) Validate ¶
func (m *OrganizationServiceListMembershipsRequest) Validate() error
Validate checks the field values on OrganizationServiceListMembershipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrganizationServiceListMembershipsRequest) ValidateAll ¶
func (m *OrganizationServiceListMembershipsRequest) ValidateAll() error
ValidateAll checks the field values on OrganizationServiceListMembershipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationServiceListMembershipsRequestMultiError, or nil if none found.
type OrganizationServiceListMembershipsRequestMultiError ¶
type OrganizationServiceListMembershipsRequestMultiError []error
OrganizationServiceListMembershipsRequestMultiError is an error wrapping multiple validation errors returned by OrganizationServiceListMembershipsRequest.ValidateAll() if the designated constraints aren't met.
func (OrganizationServiceListMembershipsRequestMultiError) AllErrors ¶
func (m OrganizationServiceListMembershipsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrganizationServiceListMembershipsRequestMultiError) Error ¶
func (m OrganizationServiceListMembershipsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrganizationServiceListMembershipsRequestValidationError ¶
type OrganizationServiceListMembershipsRequestValidationError struct {
// contains filtered or unexported fields
}
OrganizationServiceListMembershipsRequestValidationError is the validation error returned by OrganizationServiceListMembershipsRequest.Validate if the designated constraints aren't met.
func (OrganizationServiceListMembershipsRequestValidationError) Cause ¶
func (e OrganizationServiceListMembershipsRequestValidationError) Cause() error
Cause function returns cause value.
func (OrganizationServiceListMembershipsRequestValidationError) Error ¶
func (e OrganizationServiceListMembershipsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OrganizationServiceListMembershipsRequestValidationError) ErrorName ¶
func (e OrganizationServiceListMembershipsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OrganizationServiceListMembershipsRequestValidationError) Field ¶
func (e OrganizationServiceListMembershipsRequestValidationError) Field() string
Field function returns field value.
func (OrganizationServiceListMembershipsRequestValidationError) Key ¶
func (e OrganizationServiceListMembershipsRequestValidationError) Key() bool
Key function returns key value.
func (OrganizationServiceListMembershipsRequestValidationError) Reason ¶
func (e OrganizationServiceListMembershipsRequestValidationError) Reason() string
Reason function returns reason value.
type OrganizationServiceListMembershipsResponse ¶
type OrganizationServiceListMembershipsResponse struct { Result []*OrgMembershipItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*OrganizationServiceListMembershipsResponse) Descriptor
deprecated
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
func (*OrganizationServiceListMembershipsResponse) Validate ¶
func (m *OrganizationServiceListMembershipsResponse) Validate() error
Validate checks the field values on OrganizationServiceListMembershipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrganizationServiceListMembershipsResponse) ValidateAll ¶
func (m *OrganizationServiceListMembershipsResponse) ValidateAll() error
ValidateAll checks the field values on OrganizationServiceListMembershipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationServiceListMembershipsResponseMultiError, or nil if none found.
type OrganizationServiceListMembershipsResponseMultiError ¶
type OrganizationServiceListMembershipsResponseMultiError []error
OrganizationServiceListMembershipsResponseMultiError is an error wrapping multiple validation errors returned by OrganizationServiceListMembershipsResponse.ValidateAll() if the designated constraints aren't met.
func (OrganizationServiceListMembershipsResponseMultiError) AllErrors ¶
func (m OrganizationServiceListMembershipsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrganizationServiceListMembershipsResponseMultiError) Error ¶
func (m OrganizationServiceListMembershipsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrganizationServiceListMembershipsResponseValidationError ¶
type OrganizationServiceListMembershipsResponseValidationError struct {
// contains filtered or unexported fields
}
OrganizationServiceListMembershipsResponseValidationError is the validation error returned by OrganizationServiceListMembershipsResponse.Validate if the designated constraints aren't met.
func (OrganizationServiceListMembershipsResponseValidationError) Cause ¶
func (e OrganizationServiceListMembershipsResponseValidationError) Cause() error
Cause function returns cause value.
func (OrganizationServiceListMembershipsResponseValidationError) Error ¶
func (e OrganizationServiceListMembershipsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OrganizationServiceListMembershipsResponseValidationError) ErrorName ¶
func (e OrganizationServiceListMembershipsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OrganizationServiceListMembershipsResponseValidationError) Field ¶
func (e OrganizationServiceListMembershipsResponseValidationError) Field() string
Field function returns field value.
func (OrganizationServiceListMembershipsResponseValidationError) Key ¶
func (e OrganizationServiceListMembershipsResponseValidationError) Key() bool
Key function returns key value.
func (OrganizationServiceListMembershipsResponseValidationError) Reason ¶
func (e OrganizationServiceListMembershipsResponseValidationError) Reason() string
Reason function returns reason value.
type OrganizationServiceServer ¶
type OrganizationServiceServer interface { // List the organizations this user has access to ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, error) // contains filtered or unexported methods }
OrganizationServiceServer is the server API for OrganizationService service. All implementations must embed UnimplementedOrganizationServiceServer for forward compatibility
type PaginationRequest ¶
type PaginationRequest struct { Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // Limit pagination to 100 Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*PaginationRequest) Descriptor
deprecated
func (*PaginationRequest) Descriptor() ([]byte, []int)
Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.
func (*PaginationRequest) GetCursor ¶
func (x *PaginationRequest) GetCursor() string
func (*PaginationRequest) GetLimit ¶
func (x *PaginationRequest) GetLimit() int32
func (*PaginationRequest) ProtoMessage ¶
func (*PaginationRequest) ProtoMessage()
func (*PaginationRequest) ProtoReflect ¶
func (x *PaginationRequest) ProtoReflect() protoreflect.Message
func (*PaginationRequest) Reset ¶
func (x *PaginationRequest) Reset()
func (*PaginationRequest) String ¶
func (x *PaginationRequest) String() string
func (*PaginationRequest) Validate ¶
func (m *PaginationRequest) Validate() error
Validate checks the field values on PaginationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PaginationRequest) ValidateAll ¶
func (m *PaginationRequest) ValidateAll() error
ValidateAll checks the field values on PaginationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PaginationRequestMultiError, or nil if none found.
type PaginationRequestMultiError ¶
type PaginationRequestMultiError []error
PaginationRequestMultiError is an error wrapping multiple validation errors returned by PaginationRequest.ValidateAll() if the designated constraints aren't met.
func (PaginationRequestMultiError) AllErrors ¶
func (m PaginationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PaginationRequestMultiError) Error ¶
func (m PaginationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PaginationRequestValidationError ¶
type PaginationRequestValidationError struct {
// contains filtered or unexported fields
}
PaginationRequestValidationError is the validation error returned by PaginationRequest.Validate if the designated constraints aren't met.
func (PaginationRequestValidationError) Cause ¶
func (e PaginationRequestValidationError) Cause() error
Cause function returns cause value.
func (PaginationRequestValidationError) Error ¶
func (e PaginationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PaginationRequestValidationError) ErrorName ¶
func (e PaginationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PaginationRequestValidationError) Field ¶
func (e PaginationRequestValidationError) Field() string
Field function returns field value.
func (PaginationRequestValidationError) Key ¶
func (e PaginationRequestValidationError) Key() bool
Key function returns key value.
func (PaginationRequestValidationError) Reason ¶
func (e PaginationRequestValidationError) Reason() string
Reason function returns reason value.
type PaginationResponse ¶
type PaginationResponse struct { NextCursor string `protobuf:"bytes,1,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*PaginationResponse) Descriptor
deprecated
func (*PaginationResponse) Descriptor() ([]byte, []int)
Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.
func (*PaginationResponse) GetNextCursor ¶
func (x *PaginationResponse) GetNextCursor() string
func (*PaginationResponse) ProtoMessage ¶
func (*PaginationResponse) ProtoMessage()
func (*PaginationResponse) ProtoReflect ¶
func (x *PaginationResponse) ProtoReflect() protoreflect.Message
func (*PaginationResponse) Reset ¶
func (x *PaginationResponse) Reset()
func (*PaginationResponse) String ¶
func (x *PaginationResponse) String() string
func (*PaginationResponse) Validate ¶
func (m *PaginationResponse) Validate() error
Validate checks the field values on PaginationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PaginationResponse) ValidateAll ¶
func (m *PaginationResponse) ValidateAll() error
ValidateAll checks the field values on PaginationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PaginationResponseMultiError, or nil if none found.
type PaginationResponseMultiError ¶
type PaginationResponseMultiError []error
PaginationResponseMultiError is an error wrapping multiple validation errors returned by PaginationResponse.ValidateAll() if the designated constraints aren't met.
func (PaginationResponseMultiError) AllErrors ¶
func (m PaginationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PaginationResponseMultiError) Error ¶
func (m PaginationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PaginationResponseValidationError ¶
type PaginationResponseValidationError struct {
// contains filtered or unexported fields
}
PaginationResponseValidationError is the validation error returned by PaginationResponse.Validate if the designated constraints aren't met.
func (PaginationResponseValidationError) Cause ¶
func (e PaginationResponseValidationError) Cause() error
Cause function returns cause value.
func (PaginationResponseValidationError) Error ¶
func (e PaginationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PaginationResponseValidationError) ErrorName ¶
func (e PaginationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PaginationResponseValidationError) Field ¶
func (e PaginationResponseValidationError) Field() string
Field function returns field value.
func (PaginationResponseValidationError) Key ¶
func (e PaginationResponseValidationError) Key() bool
Key function returns key value.
func (PaginationResponseValidationError) Reason ¶
func (e PaginationResponseValidationError) Reason() string
Reason function returns reason value.
type RegisteredIntegrationItem ¶ added in v0.11.1
type RegisteredIntegrationItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // 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) 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
func (*RegisteredIntegrationItem) Validate ¶ added in v0.11.1
func (m *RegisteredIntegrationItem) Validate() error
Validate checks the field values on RegisteredIntegrationItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RegisteredIntegrationItem) ValidateAll ¶ added in v0.11.1
func (m *RegisteredIntegrationItem) ValidateAll() error
ValidateAll checks the field values on RegisteredIntegrationItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisteredIntegrationItemMultiError, or nil if none found.
type RegisteredIntegrationItemMultiError ¶ added in v0.11.1
type RegisteredIntegrationItemMultiError []error
RegisteredIntegrationItemMultiError is an error wrapping multiple validation errors returned by RegisteredIntegrationItem.ValidateAll() if the designated constraints aren't met.
func (RegisteredIntegrationItemMultiError) AllErrors ¶ added in v0.11.1
func (m RegisteredIntegrationItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RegisteredIntegrationItemMultiError) Error ¶ added in v0.11.1
func (m RegisteredIntegrationItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RegisteredIntegrationItemValidationError ¶ added in v0.11.1
type RegisteredIntegrationItemValidationError struct {
// contains filtered or unexported fields
}
RegisteredIntegrationItemValidationError is the validation error returned by RegisteredIntegrationItem.Validate if the designated constraints aren't met.
func (RegisteredIntegrationItemValidationError) Cause ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) Cause() error
Cause function returns cause value.
func (RegisteredIntegrationItemValidationError) Error ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) Error() string
Error satisfies the builtin error interface
func (RegisteredIntegrationItemValidationError) ErrorName ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) ErrorName() string
ErrorName returns error name.
func (RegisteredIntegrationItemValidationError) Field ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) Field() string
Field function returns field value.
func (RegisteredIntegrationItemValidationError) Key ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) Key() bool
Key function returns key value.
func (RegisteredIntegrationItemValidationError) Reason ¶ added in v0.11.1
func (e RegisteredIntegrationItemValidationError) Reason() string
Reason function returns reason value.
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
func (*RobotAccountServiceCreateRequest) Validate ¶
func (m *RobotAccountServiceCreateRequest) Validate() error
Validate checks the field values on RobotAccountServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceCreateRequest) ValidateAll ¶
func (m *RobotAccountServiceCreateRequest) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateRequestMultiError, or nil if none found.
type RobotAccountServiceCreateRequestMultiError ¶
type RobotAccountServiceCreateRequestMultiError []error
RobotAccountServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateRequest.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceCreateRequestMultiError) AllErrors ¶
func (m RobotAccountServiceCreateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceCreateRequestMultiError) Error ¶
func (m RobotAccountServiceCreateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceCreateRequestValidationError ¶
type RobotAccountServiceCreateRequestValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceCreateRequestValidationError is the validation error returned by RobotAccountServiceCreateRequest.Validate if the designated constraints aren't met.
func (RobotAccountServiceCreateRequestValidationError) Cause ¶
func (e RobotAccountServiceCreateRequestValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceCreateRequestValidationError) Error ¶
func (e RobotAccountServiceCreateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceCreateRequestValidationError) ErrorName ¶
func (e RobotAccountServiceCreateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceCreateRequestValidationError) Field ¶
func (e RobotAccountServiceCreateRequestValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceCreateRequestValidationError) Key ¶
func (e RobotAccountServiceCreateRequestValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceCreateRequestValidationError) Reason ¶
func (e RobotAccountServiceCreateRequestValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceCreateResponse ¶
type RobotAccountServiceCreateResponse struct { Result *RobotAccountServiceCreateResponse_RobotAccountFull `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceCreateResponse) Descriptor
deprecated
func (*RobotAccountServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceCreateResponse) GetResult ¶
func (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
func (*RobotAccountServiceCreateResponse) Validate ¶
func (m *RobotAccountServiceCreateResponse) Validate() error
Validate checks the field values on RobotAccountServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceCreateResponse) ValidateAll ¶
func (m *RobotAccountServiceCreateResponse) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateResponseMultiError, or nil if none found.
type RobotAccountServiceCreateResponseMultiError ¶
type RobotAccountServiceCreateResponseMultiError []error
RobotAccountServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateResponse.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceCreateResponseMultiError) AllErrors ¶
func (m RobotAccountServiceCreateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceCreateResponseMultiError) Error ¶
func (m RobotAccountServiceCreateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceCreateResponseValidationError ¶
type RobotAccountServiceCreateResponseValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceCreateResponseValidationError is the validation error returned by RobotAccountServiceCreateResponse.Validate if the designated constraints aren't met.
func (RobotAccountServiceCreateResponseValidationError) Cause ¶
func (e RobotAccountServiceCreateResponseValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceCreateResponseValidationError) Error ¶
func (e RobotAccountServiceCreateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceCreateResponseValidationError) ErrorName ¶
func (e RobotAccountServiceCreateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceCreateResponseValidationError) Field ¶
func (e RobotAccountServiceCreateResponseValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceCreateResponseValidationError) Key ¶
func (e RobotAccountServiceCreateResponseValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceCreateResponseValidationError) Reason ¶
func (e RobotAccountServiceCreateResponseValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceCreateResponse_RobotAccountFull ¶
type RobotAccountServiceCreateResponse_RobotAccountFull struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` WorkflowId string `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` RevokedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=revoked_at,json=revokedAt,proto3" json:"revoked_at,omitempty"` // The key is returned only during creation Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceCreateResponse_RobotAccountFull) Descriptor
deprecated
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
func (*RobotAccountServiceCreateResponse_RobotAccountFull) Validate ¶
func (m *RobotAccountServiceCreateResponse_RobotAccountFull) Validate() error
Validate checks the field values on RobotAccountServiceCreateResponse_RobotAccountFull with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceCreateResponse_RobotAccountFull) ValidateAll ¶
func (m *RobotAccountServiceCreateResponse_RobotAccountFull) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceCreateResponse_RobotAccountFull with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceCreateResponse_RobotAccountFullMultiError, or nil if none found.
type RobotAccountServiceCreateResponse_RobotAccountFullMultiError ¶
type RobotAccountServiceCreateResponse_RobotAccountFullMultiError []error
RobotAccountServiceCreateResponse_RobotAccountFullMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceCreateResponse_RobotAccountFull.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceCreateResponse_RobotAccountFullMultiError) AllErrors ¶
func (m RobotAccountServiceCreateResponse_RobotAccountFullMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceCreateResponse_RobotAccountFullMultiError) Error ¶
func (m RobotAccountServiceCreateResponse_RobotAccountFullMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceCreateResponse_RobotAccountFullValidationError ¶
type RobotAccountServiceCreateResponse_RobotAccountFullValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceCreateResponse_RobotAccountFullValidationError is the validation error returned by RobotAccountServiceCreateResponse_RobotAccountFull.Validate if the designated constraints aren't met.
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Cause ¶
func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Error ¶
func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) ErrorName ¶
func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Field ¶
func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Key ¶
Key function returns key value.
func (RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Reason ¶
func (e RobotAccountServiceCreateResponse_RobotAccountFullValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceListRequest ¶
type RobotAccountServiceListRequest struct { WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` IncludeRevoked bool `protobuf:"varint,2,opt,name=include_revoked,json=includeRevoked,proto3" json:"include_revoked,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceListRequest) Descriptor
deprecated
func (*RobotAccountServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceListRequest.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceListRequest) GetIncludeRevoked ¶
func (x *RobotAccountServiceListRequest) GetIncludeRevoked() bool
func (*RobotAccountServiceListRequest) GetWorkflowId ¶
func (x *RobotAccountServiceListRequest) GetWorkflowId() string
func (*RobotAccountServiceListRequest) ProtoMessage ¶
func (*RobotAccountServiceListRequest) ProtoMessage()
func (*RobotAccountServiceListRequest) ProtoReflect ¶
func (x *RobotAccountServiceListRequest) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceListRequest) Reset ¶
func (x *RobotAccountServiceListRequest) Reset()
func (*RobotAccountServiceListRequest) String ¶
func (x *RobotAccountServiceListRequest) String() string
func (*RobotAccountServiceListRequest) Validate ¶
func (m *RobotAccountServiceListRequest) Validate() error
Validate checks the field values on RobotAccountServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceListRequest) ValidateAll ¶
func (m *RobotAccountServiceListRequest) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListRequestMultiError, or nil if none found.
type RobotAccountServiceListRequestMultiError ¶
type RobotAccountServiceListRequestMultiError []error
RobotAccountServiceListRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListRequest.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceListRequestMultiError) AllErrors ¶
func (m RobotAccountServiceListRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceListRequestMultiError) Error ¶
func (m RobotAccountServiceListRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceListRequestValidationError ¶
type RobotAccountServiceListRequestValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceListRequestValidationError is the validation error returned by RobotAccountServiceListRequest.Validate if the designated constraints aren't met.
func (RobotAccountServiceListRequestValidationError) Cause ¶
func (e RobotAccountServiceListRequestValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceListRequestValidationError) Error ¶
func (e RobotAccountServiceListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceListRequestValidationError) ErrorName ¶
func (e RobotAccountServiceListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceListRequestValidationError) Field ¶
func (e RobotAccountServiceListRequestValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceListRequestValidationError) Key ¶
func (e RobotAccountServiceListRequestValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceListRequestValidationError) Reason ¶
func (e RobotAccountServiceListRequestValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceListResponse ¶
type RobotAccountServiceListResponse struct { Result []*RobotAccountServiceListResponse_RobotAccountItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceListResponse) Descriptor
deprecated
func (*RobotAccountServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceListResponse.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceListResponse) GetResult ¶
func (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
func (*RobotAccountServiceListResponse) Validate ¶
func (m *RobotAccountServiceListResponse) Validate() error
Validate checks the field values on RobotAccountServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceListResponse) ValidateAll ¶
func (m *RobotAccountServiceListResponse) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListResponseMultiError, or nil if none found.
type RobotAccountServiceListResponseMultiError ¶
type RobotAccountServiceListResponseMultiError []error
RobotAccountServiceListResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListResponse.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceListResponseMultiError) AllErrors ¶
func (m RobotAccountServiceListResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceListResponseMultiError) Error ¶
func (m RobotAccountServiceListResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceListResponseValidationError ¶
type RobotAccountServiceListResponseValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceListResponseValidationError is the validation error returned by RobotAccountServiceListResponse.Validate if the designated constraints aren't met.
func (RobotAccountServiceListResponseValidationError) Cause ¶
func (e RobotAccountServiceListResponseValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceListResponseValidationError) Error ¶
func (e RobotAccountServiceListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceListResponseValidationError) ErrorName ¶
func (e RobotAccountServiceListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceListResponseValidationError) Field ¶
func (e RobotAccountServiceListResponseValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceListResponseValidationError) Key ¶
func (e RobotAccountServiceListResponseValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceListResponseValidationError) Reason ¶
func (e RobotAccountServiceListResponseValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceListResponse_RobotAccountItem ¶
type RobotAccountServiceListResponse_RobotAccountItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` WorkflowId string `protobuf:"bytes,3,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` RevokedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=revoked_at,json=revokedAt,proto3" json:"revoked_at,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceListResponse_RobotAccountItem) Descriptor
deprecated
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
func (*RobotAccountServiceListResponse_RobotAccountItem) Validate ¶
func (m *RobotAccountServiceListResponse_RobotAccountItem) Validate() error
Validate checks the field values on RobotAccountServiceListResponse_RobotAccountItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceListResponse_RobotAccountItem) ValidateAll ¶
func (m *RobotAccountServiceListResponse_RobotAccountItem) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceListResponse_RobotAccountItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceListResponse_RobotAccountItemMultiError, or nil if none found.
type RobotAccountServiceListResponse_RobotAccountItemMultiError ¶
type RobotAccountServiceListResponse_RobotAccountItemMultiError []error
RobotAccountServiceListResponse_RobotAccountItemMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceListResponse_RobotAccountItem.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceListResponse_RobotAccountItemMultiError) AllErrors ¶
func (m RobotAccountServiceListResponse_RobotAccountItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceListResponse_RobotAccountItemMultiError) Error ¶
func (m RobotAccountServiceListResponse_RobotAccountItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceListResponse_RobotAccountItemValidationError ¶
type RobotAccountServiceListResponse_RobotAccountItemValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceListResponse_RobotAccountItemValidationError is the validation error returned by RobotAccountServiceListResponse_RobotAccountItem.Validate if the designated constraints aren't met.
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Cause ¶
func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Error ¶
func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) ErrorName ¶
func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Field ¶
func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Key ¶
Key function returns key value.
func (RobotAccountServiceListResponse_RobotAccountItemValidationError) Reason ¶
func (e RobotAccountServiceListResponse_RobotAccountItemValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceRevokeRequest ¶
type RobotAccountServiceRevokeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RobotAccountServiceRevokeRequest) Descriptor
deprecated
func (*RobotAccountServiceRevokeRequest) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceRevokeRequest.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceRevokeRequest) GetId ¶
func (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
func (*RobotAccountServiceRevokeRequest) Validate ¶
func (m *RobotAccountServiceRevokeRequest) Validate() error
Validate checks the field values on RobotAccountServiceRevokeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceRevokeRequest) ValidateAll ¶
func (m *RobotAccountServiceRevokeRequest) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceRevokeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceRevokeRequestMultiError, or nil if none found.
type RobotAccountServiceRevokeRequestMultiError ¶
type RobotAccountServiceRevokeRequestMultiError []error
RobotAccountServiceRevokeRequestMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceRevokeRequest.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceRevokeRequestMultiError) AllErrors ¶
func (m RobotAccountServiceRevokeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceRevokeRequestMultiError) Error ¶
func (m RobotAccountServiceRevokeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceRevokeRequestValidationError ¶
type RobotAccountServiceRevokeRequestValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceRevokeRequestValidationError is the validation error returned by RobotAccountServiceRevokeRequest.Validate if the designated constraints aren't met.
func (RobotAccountServiceRevokeRequestValidationError) Cause ¶
func (e RobotAccountServiceRevokeRequestValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceRevokeRequestValidationError) Error ¶
func (e RobotAccountServiceRevokeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceRevokeRequestValidationError) ErrorName ¶
func (e RobotAccountServiceRevokeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceRevokeRequestValidationError) Field ¶
func (e RobotAccountServiceRevokeRequestValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceRevokeRequestValidationError) Key ¶
func (e RobotAccountServiceRevokeRequestValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceRevokeRequestValidationError) Reason ¶
func (e RobotAccountServiceRevokeRequestValidationError) Reason() string
Reason function returns reason value.
type RobotAccountServiceRevokeResponse ¶
type RobotAccountServiceRevokeResponse struct {
// contains filtered or unexported fields
}
func (*RobotAccountServiceRevokeResponse) Descriptor
deprecated
func (*RobotAccountServiceRevokeResponse) Descriptor() ([]byte, []int)
Deprecated: Use RobotAccountServiceRevokeResponse.ProtoReflect.Descriptor instead.
func (*RobotAccountServiceRevokeResponse) ProtoMessage ¶
func (*RobotAccountServiceRevokeResponse) ProtoMessage()
func (*RobotAccountServiceRevokeResponse) ProtoReflect ¶
func (x *RobotAccountServiceRevokeResponse) ProtoReflect() protoreflect.Message
func (*RobotAccountServiceRevokeResponse) Reset ¶
func (x *RobotAccountServiceRevokeResponse) Reset()
func (*RobotAccountServiceRevokeResponse) String ¶
func (x *RobotAccountServiceRevokeResponse) String() string
func (*RobotAccountServiceRevokeResponse) Validate ¶
func (m *RobotAccountServiceRevokeResponse) Validate() error
Validate checks the field values on RobotAccountServiceRevokeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RobotAccountServiceRevokeResponse) ValidateAll ¶
func (m *RobotAccountServiceRevokeResponse) ValidateAll() error
ValidateAll checks the field values on RobotAccountServiceRevokeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RobotAccountServiceRevokeResponseMultiError, or nil if none found.
type RobotAccountServiceRevokeResponseMultiError ¶
type RobotAccountServiceRevokeResponseMultiError []error
RobotAccountServiceRevokeResponseMultiError is an error wrapping multiple validation errors returned by RobotAccountServiceRevokeResponse.ValidateAll() if the designated constraints aren't met.
func (RobotAccountServiceRevokeResponseMultiError) AllErrors ¶
func (m RobotAccountServiceRevokeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RobotAccountServiceRevokeResponseMultiError) Error ¶
func (m RobotAccountServiceRevokeResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RobotAccountServiceRevokeResponseValidationError ¶
type RobotAccountServiceRevokeResponseValidationError struct {
// contains filtered or unexported fields
}
RobotAccountServiceRevokeResponseValidationError is the validation error returned by RobotAccountServiceRevokeResponse.Validate if the designated constraints aren't met.
func (RobotAccountServiceRevokeResponseValidationError) Cause ¶
func (e RobotAccountServiceRevokeResponseValidationError) Cause() error
Cause function returns cause value.
func (RobotAccountServiceRevokeResponseValidationError) Error ¶
func (e RobotAccountServiceRevokeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RobotAccountServiceRevokeResponseValidationError) ErrorName ¶
func (e RobotAccountServiceRevokeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RobotAccountServiceRevokeResponseValidationError) Field ¶
func (e RobotAccountServiceRevokeResponseValidationError) Field() string
Field function returns field value.
func (RobotAccountServiceRevokeResponseValidationError) Key ¶
func (e RobotAccountServiceRevokeResponseValidationError) Key() bool
Key function returns key value.
func (RobotAccountServiceRevokeResponseValidationError) Reason ¶
func (e RobotAccountServiceRevokeResponseValidationError) Reason() string
Reason function returns reason value.
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 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
func (*SetCurrentMembershipRequest) Validate ¶
func (m *SetCurrentMembershipRequest) Validate() error
Validate checks the field values on SetCurrentMembershipRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetCurrentMembershipRequest) ValidateAll ¶
func (m *SetCurrentMembershipRequest) ValidateAll() error
ValidateAll checks the field values on SetCurrentMembershipRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetCurrentMembershipRequestMultiError, or nil if none found.
type SetCurrentMembershipRequestMultiError ¶
type SetCurrentMembershipRequestMultiError []error
SetCurrentMembershipRequestMultiError is an error wrapping multiple validation errors returned by SetCurrentMembershipRequest.ValidateAll() if the designated constraints aren't met.
func (SetCurrentMembershipRequestMultiError) AllErrors ¶
func (m SetCurrentMembershipRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetCurrentMembershipRequestMultiError) Error ¶
func (m SetCurrentMembershipRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetCurrentMembershipRequestValidationError ¶
type SetCurrentMembershipRequestValidationError struct {
// contains filtered or unexported fields
}
SetCurrentMembershipRequestValidationError is the validation error returned by SetCurrentMembershipRequest.Validate if the designated constraints aren't met.
func (SetCurrentMembershipRequestValidationError) Cause ¶
func (e SetCurrentMembershipRequestValidationError) Cause() error
Cause function returns cause value.
func (SetCurrentMembershipRequestValidationError) Error ¶
func (e SetCurrentMembershipRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SetCurrentMembershipRequestValidationError) ErrorName ¶
func (e SetCurrentMembershipRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SetCurrentMembershipRequestValidationError) Field ¶
func (e SetCurrentMembershipRequestValidationError) Field() string
Field function returns field value.
func (SetCurrentMembershipRequestValidationError) Key ¶
func (e SetCurrentMembershipRequestValidationError) Key() bool
Key function returns key value.
func (SetCurrentMembershipRequestValidationError) Reason ¶
func (e SetCurrentMembershipRequestValidationError) Reason() string
Reason function returns reason value.
type SetCurrentMembershipResponse ¶
type SetCurrentMembershipResponse struct { Result *OrgMembershipItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*SetCurrentMembershipResponse) Descriptor
deprecated
func (*SetCurrentMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetCurrentMembershipResponse.ProtoReflect.Descriptor instead.
func (*SetCurrentMembershipResponse) GetResult ¶
func (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
func (*SetCurrentMembershipResponse) Validate ¶
func (m *SetCurrentMembershipResponse) Validate() error
Validate checks the field values on SetCurrentMembershipResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetCurrentMembershipResponse) ValidateAll ¶
func (m *SetCurrentMembershipResponse) ValidateAll() error
ValidateAll checks the field values on SetCurrentMembershipResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetCurrentMembershipResponseMultiError, or nil if none found.
type SetCurrentMembershipResponseMultiError ¶
type SetCurrentMembershipResponseMultiError []error
SetCurrentMembershipResponseMultiError is an error wrapping multiple validation errors returned by SetCurrentMembershipResponse.ValidateAll() if the designated constraints aren't met.
func (SetCurrentMembershipResponseMultiError) AllErrors ¶
func (m SetCurrentMembershipResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetCurrentMembershipResponseMultiError) Error ¶
func (m SetCurrentMembershipResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetCurrentMembershipResponseValidationError ¶
type SetCurrentMembershipResponseValidationError struct {
// contains filtered or unexported fields
}
SetCurrentMembershipResponseValidationError is the validation error returned by SetCurrentMembershipResponse.Validate if the designated constraints aren't met.
func (SetCurrentMembershipResponseValidationError) Cause ¶
func (e SetCurrentMembershipResponseValidationError) Cause() error
Cause function returns cause value.
func (SetCurrentMembershipResponseValidationError) Error ¶
func (e SetCurrentMembershipResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SetCurrentMembershipResponseValidationError) ErrorName ¶
func (e SetCurrentMembershipResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SetCurrentMembershipResponseValidationError) Field ¶
func (e SetCurrentMembershipResponseValidationError) Field() string
Field function returns field value.
func (SetCurrentMembershipResponseValidationError) Key ¶
func (e SetCurrentMembershipResponseValidationError) Key() bool
Key function returns key value.
func (SetCurrentMembershipResponseValidationError) Reason ¶
func (e SetCurrentMembershipResponseValidationError) Reason() string
Reason function returns reason value.
type StatusServiceClient ¶
type StatusServiceClient interface { Infoz(ctx context.Context, in *InfozRequest, opts ...grpc.CallOption) (*InfozResponse, error) Statusz(ctx context.Context, in *StatuszRequest, opts ...grpc.CallOption) (*StatuszResponse, error) }
StatusServiceClient is the client API for StatusService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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
func (*StatuszRequest) Validate ¶
func (m *StatuszRequest) Validate() error
Validate checks the field values on StatuszRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StatuszRequest) ValidateAll ¶
func (m *StatuszRequest) ValidateAll() error
ValidateAll checks the field values on StatuszRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatuszRequestMultiError, or nil if none found.
type StatuszRequestMultiError ¶
type StatuszRequestMultiError []error
StatuszRequestMultiError is an error wrapping multiple validation errors returned by StatuszRequest.ValidateAll() if the designated constraints aren't met.
func (StatuszRequestMultiError) AllErrors ¶
func (m StatuszRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StatuszRequestMultiError) Error ¶
func (m StatuszRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StatuszRequestValidationError ¶
type StatuszRequestValidationError struct {
// contains filtered or unexported fields
}
StatuszRequestValidationError is the validation error returned by StatuszRequest.Validate if the designated constraints aren't met.
func (StatuszRequestValidationError) Cause ¶
func (e StatuszRequestValidationError) Cause() error
Cause function returns cause value.
func (StatuszRequestValidationError) Error ¶
func (e StatuszRequestValidationError) Error() string
Error satisfies the builtin error interface
func (StatuszRequestValidationError) ErrorName ¶
func (e StatuszRequestValidationError) ErrorName() string
ErrorName returns error name.
func (StatuszRequestValidationError) Field ¶
func (e StatuszRequestValidationError) Field() string
Field function returns field value.
func (StatuszRequestValidationError) Key ¶
func (e StatuszRequestValidationError) Key() bool
Key function returns key value.
func (StatuszRequestValidationError) Reason ¶
func (e StatuszRequestValidationError) Reason() string
Reason function returns reason value.
type StatuszResponse ¶
type StatuszResponse struct {
// contains filtered or unexported fields
}
func (*StatuszResponse) Descriptor
deprecated
func (*StatuszResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatuszResponse.ProtoReflect.Descriptor instead.
func (*StatuszResponse) ProtoMessage ¶
func (*StatuszResponse) ProtoMessage()
func (*StatuszResponse) ProtoReflect ¶
func (x *StatuszResponse) ProtoReflect() protoreflect.Message
func (*StatuszResponse) Reset ¶
func (x *StatuszResponse) Reset()
func (*StatuszResponse) String ¶
func (x *StatuszResponse) String() string
func (*StatuszResponse) Validate ¶
func (m *StatuszResponse) Validate() error
Validate checks the field values on StatuszResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StatuszResponse) ValidateAll ¶
func (m *StatuszResponse) ValidateAll() error
ValidateAll checks the field values on StatuszResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatuszResponseMultiError, or nil if none found.
type StatuszResponseMultiError ¶
type StatuszResponseMultiError []error
StatuszResponseMultiError is an error wrapping multiple validation errors returned by StatuszResponse.ValidateAll() if the designated constraints aren't met.
func (StatuszResponseMultiError) AllErrors ¶
func (m StatuszResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StatuszResponseMultiError) Error ¶
func (m StatuszResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StatuszResponseValidationError ¶
type StatuszResponseValidationError struct {
// contains filtered or unexported fields
}
StatuszResponseValidationError is the validation error returned by StatuszResponse.Validate if the designated constraints aren't met.
func (StatuszResponseValidationError) Cause ¶
func (e StatuszResponseValidationError) Cause() error
Cause function returns cause value.
func (StatuszResponseValidationError) Error ¶
func (e StatuszResponseValidationError) Error() string
Error satisfies the builtin error interface
func (StatuszResponseValidationError) ErrorName ¶
func (e StatuszResponseValidationError) ErrorName() string
ErrorName returns error name.
func (StatuszResponseValidationError) Field ¶
func (e StatuszResponseValidationError) Field() string
Field function returns field value.
func (StatuszResponseValidationError) Key ¶
func (e StatuszResponseValidationError) Key() bool
Key function returns key value.
func (StatuszResponseValidationError) Reason ¶
func (e StatuszResponseValidationError) Reason() string
Reason function returns reason value.
type TopWorkflowsByRunsCountRequest ¶
type TopWorkflowsByRunsCountRequest struct { // top x number of runs to return NumWorkflows int32 `protobuf:"varint,1,opt,name=num_workflows,json=numWorkflows,proto3" json:"num_workflows,omitempty"` TimeWindow MetricsTimeWindow `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TopWorkflowsByRunsCountRequest) Descriptor
deprecated
func (*TopWorkflowsByRunsCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use TopWorkflowsByRunsCountRequest.ProtoReflect.Descriptor instead.
func (*TopWorkflowsByRunsCountRequest) GetNumWorkflows ¶
func (x *TopWorkflowsByRunsCountRequest) GetNumWorkflows() int32
func (*TopWorkflowsByRunsCountRequest) GetTimeWindow ¶
func (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
func (*TopWorkflowsByRunsCountRequest) Validate ¶
func (m *TopWorkflowsByRunsCountRequest) Validate() error
Validate checks the field values on TopWorkflowsByRunsCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TopWorkflowsByRunsCountRequest) ValidateAll ¶
func (m *TopWorkflowsByRunsCountRequest) ValidateAll() error
ValidateAll checks the field values on TopWorkflowsByRunsCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountRequestMultiError, or nil if none found.
type TopWorkflowsByRunsCountRequestMultiError ¶
type TopWorkflowsByRunsCountRequestMultiError []error
TopWorkflowsByRunsCountRequestMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountRequest.ValidateAll() if the designated constraints aren't met.
func (TopWorkflowsByRunsCountRequestMultiError) AllErrors ¶
func (m TopWorkflowsByRunsCountRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TopWorkflowsByRunsCountRequestMultiError) Error ¶
func (m TopWorkflowsByRunsCountRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TopWorkflowsByRunsCountRequestValidationError ¶
type TopWorkflowsByRunsCountRequestValidationError struct {
// contains filtered or unexported fields
}
TopWorkflowsByRunsCountRequestValidationError is the validation error returned by TopWorkflowsByRunsCountRequest.Validate if the designated constraints aren't met.
func (TopWorkflowsByRunsCountRequestValidationError) Cause ¶
func (e TopWorkflowsByRunsCountRequestValidationError) Cause() error
Cause function returns cause value.
func (TopWorkflowsByRunsCountRequestValidationError) Error ¶
func (e TopWorkflowsByRunsCountRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TopWorkflowsByRunsCountRequestValidationError) ErrorName ¶
func (e TopWorkflowsByRunsCountRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TopWorkflowsByRunsCountRequestValidationError) Field ¶
func (e TopWorkflowsByRunsCountRequestValidationError) Field() string
Field function returns field value.
func (TopWorkflowsByRunsCountRequestValidationError) Key ¶
func (e TopWorkflowsByRunsCountRequestValidationError) Key() bool
Key function returns key value.
func (TopWorkflowsByRunsCountRequestValidationError) Reason ¶
func (e TopWorkflowsByRunsCountRequestValidationError) Reason() string
Reason function returns reason value.
type TopWorkflowsByRunsCountResponse ¶
type TopWorkflowsByRunsCountResponse struct { Result []*TopWorkflowsByRunsCountResponse_TotalByStatus `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*TopWorkflowsByRunsCountResponse) Descriptor
deprecated
func (*TopWorkflowsByRunsCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use TopWorkflowsByRunsCountResponse.ProtoReflect.Descriptor instead.
func (*TopWorkflowsByRunsCountResponse) GetResult ¶
func (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
func (*TopWorkflowsByRunsCountResponse) Validate ¶
func (m *TopWorkflowsByRunsCountResponse) Validate() error
Validate checks the field values on TopWorkflowsByRunsCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TopWorkflowsByRunsCountResponse) ValidateAll ¶
func (m *TopWorkflowsByRunsCountResponse) ValidateAll() error
ValidateAll checks the field values on TopWorkflowsByRunsCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountResponseMultiError, or nil if none found.
type TopWorkflowsByRunsCountResponseMultiError ¶
type TopWorkflowsByRunsCountResponseMultiError []error
TopWorkflowsByRunsCountResponseMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountResponse.ValidateAll() if the designated constraints aren't met.
func (TopWorkflowsByRunsCountResponseMultiError) AllErrors ¶
func (m TopWorkflowsByRunsCountResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TopWorkflowsByRunsCountResponseMultiError) Error ¶
func (m TopWorkflowsByRunsCountResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TopWorkflowsByRunsCountResponseValidationError ¶
type TopWorkflowsByRunsCountResponseValidationError struct {
// contains filtered or unexported fields
}
TopWorkflowsByRunsCountResponseValidationError is the validation error returned by TopWorkflowsByRunsCountResponse.Validate if the designated constraints aren't met.
func (TopWorkflowsByRunsCountResponseValidationError) Cause ¶
func (e TopWorkflowsByRunsCountResponseValidationError) Cause() error
Cause function returns cause value.
func (TopWorkflowsByRunsCountResponseValidationError) Error ¶
func (e TopWorkflowsByRunsCountResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TopWorkflowsByRunsCountResponseValidationError) ErrorName ¶
func (e TopWorkflowsByRunsCountResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TopWorkflowsByRunsCountResponseValidationError) Field ¶
func (e TopWorkflowsByRunsCountResponseValidationError) Field() string
Field function returns field value.
func (TopWorkflowsByRunsCountResponseValidationError) Key ¶
func (e TopWorkflowsByRunsCountResponseValidationError) Key() bool
Key function returns key value.
func (TopWorkflowsByRunsCountResponseValidationError) Reason ¶
func (e TopWorkflowsByRunsCountResponseValidationError) Reason() string
Reason function returns reason value.
type TopWorkflowsByRunsCountResponse_TotalByStatus ¶
type TopWorkflowsByRunsCountResponse_TotalByStatus struct { Workflow *WorkflowItem `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"` // Status -> [initialized, error, success] RunsTotalByStatus map[string]int32 `` /* 205-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor
deprecated
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Descriptor() ([]byte, []int)
Deprecated: Use TopWorkflowsByRunsCountResponse_TotalByStatus.ProtoReflect.Descriptor instead.
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus ¶
func (x *TopWorkflowsByRunsCountResponse_TotalByStatus) GetRunsTotalByStatus() map[string]int32
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
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) Validate ¶
func (m *TopWorkflowsByRunsCountResponse_TotalByStatus) Validate() error
Validate checks the field values on TopWorkflowsByRunsCountResponse_TotalByStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TopWorkflowsByRunsCountResponse_TotalByStatus) ValidateAll ¶
func (m *TopWorkflowsByRunsCountResponse_TotalByStatus) ValidateAll() error
ValidateAll checks the field values on TopWorkflowsByRunsCountResponse_TotalByStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopWorkflowsByRunsCountResponse_TotalByStatusMultiError, or nil if none found.
type TopWorkflowsByRunsCountResponse_TotalByStatusMultiError ¶
type TopWorkflowsByRunsCountResponse_TotalByStatusMultiError []error
TopWorkflowsByRunsCountResponse_TotalByStatusMultiError is an error wrapping multiple validation errors returned by TopWorkflowsByRunsCountResponse_TotalByStatus.ValidateAll() if the designated constraints aren't met.
func (TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) AllErrors ¶
func (m TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) Error ¶
func (m TopWorkflowsByRunsCountResponse_TotalByStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TopWorkflowsByRunsCountResponse_TotalByStatusValidationError ¶
type TopWorkflowsByRunsCountResponse_TotalByStatusValidationError struct {
// contains filtered or unexported fields
}
TopWorkflowsByRunsCountResponse_TotalByStatusValidationError is the validation error returned by TopWorkflowsByRunsCountResponse_TotalByStatus.Validate if the designated constraints aren't met.
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Cause ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Cause() error
Cause function returns cause value.
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Error ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Error() string
Error satisfies the builtin error interface
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) ErrorName ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) ErrorName() string
ErrorName returns error name.
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Field ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Field() string
Field function returns field value.
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Key ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Key() bool
Key function returns key value.
func (TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Reason ¶
func (e TopWorkflowsByRunsCountResponse_TotalByStatusValidationError) Reason() string
Reason function returns reason value.
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 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 UnimplementedCASCredentialsServiceServer ¶
type UnimplementedCASCredentialsServiceServer struct { }
UnimplementedCASCredentialsServiceServer must be embedded to have forward compatible implementations.
type UnimplementedContextServiceServer ¶
type UnimplementedContextServiceServer struct { }
UnimplementedContextServiceServer must be embedded to have forward compatible implementations.
type UnimplementedIntegrationsServiceServer ¶
type UnimplementedIntegrationsServiceServer struct { }
UnimplementedIntegrationsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedIntegrationsServiceServer) 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 UnimplementedOCIRepositoryServiceServer ¶
type UnimplementedOCIRepositoryServiceServer struct { }
UnimplementedOCIRepositoryServiceServer must be embedded to have forward compatible implementations.
type UnimplementedOrgMetricsServiceServer ¶
type UnimplementedOrgMetricsServiceServer struct { }
UnimplementedOrgMetricsServiceServer must be embedded to have forward compatible implementations.
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) ListMemberships ¶
func (UnimplementedOrganizationServiceServer) ListMemberships(context.Context, *OrganizationServiceListMembershipsRequest) (*OrganizationServiceListMembershipsResponse, error)
func (UnimplementedOrganizationServiceServer) SetCurrentMembership ¶
func (UnimplementedOrganizationServiceServer) SetCurrentMembership(context.Context, *SetCurrentMembershipRequest) (*SetCurrentMembershipResponse, 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 UnimplementedWorkflowContractServiceServer ¶
type UnimplementedWorkflowContractServiceServer struct { }
UnimplementedWorkflowContractServiceServer must be embedded to have forward compatible implementations.
type UnimplementedWorkflowRunServiceServer ¶
type UnimplementedWorkflowRunServiceServer struct { }
UnimplementedWorkflowRunServiceServer must be embedded to have forward compatible implementations.
type UnimplementedWorkflowServiceServer ¶
type UnimplementedWorkflowServiceServer struct { }
UnimplementedWorkflowServiceServer must be embedded to have forward compatible implementations.
type UnsafeAttestationServiceServer ¶
type UnsafeAttestationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAttestationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AttestationServiceServer will result in compilation errors.
type UnsafeAuthServiceServer ¶
type UnsafeAuthServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServiceServer will result in compilation errors.
type UnsafeCASCredentialsServiceServer ¶
type UnsafeCASCredentialsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCASCredentialsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CASCredentialsServiceServer will result in compilation errors.
type UnsafeContextServiceServer ¶
type UnsafeContextServiceServer interface {
// contains filtered or unexported methods
}
UnsafeContextServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ContextServiceServer will result in compilation errors.
type UnsafeIntegrationsServiceServer ¶
type UnsafeIntegrationsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeIntegrationsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IntegrationsServiceServer will result in compilation errors.
type UnsafeOCIRepositoryServiceServer ¶
type UnsafeOCIRepositoryServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOCIRepositoryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OCIRepositoryServiceServer will result in compilation errors.
type UnsafeOrgMetricsServiceServer ¶
type UnsafeOrgMetricsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOrgMetricsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrgMetricsServiceServer will result in compilation errors.
type UnsafeOrganizationServiceServer ¶
type UnsafeOrganizationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOrganizationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationServiceServer will result in compilation errors.
type UnsafeRobotAccountServiceServer ¶
type UnsafeRobotAccountServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRobotAccountServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RobotAccountServiceServer will result in compilation errors.
type UnsafeStatusServiceServer ¶
type UnsafeStatusServiceServer interface {
// contains filtered or unexported methods
}
UnsafeStatusServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StatusServiceServer will result in compilation errors.
type UnsafeWorkflowContractServiceServer ¶
type UnsafeWorkflowContractServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWorkflowContractServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowContractServiceServer will result in compilation errors.
type UnsafeWorkflowRunServiceServer ¶
type UnsafeWorkflowRunServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWorkflowRunServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowRunServiceServer will result in compilation errors.
type UnsafeWorkflowServiceServer ¶
type UnsafeWorkflowServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWorkflowServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowServiceServer will result in compilation errors.
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) Validate ¶
Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*User) ValidateAll ¶
ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.
type UserMultiError ¶
type UserMultiError []error
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.
func (UserMultiError) AllErrors ¶
func (m UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserMultiError) Error ¶
func (m UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserValidationError ¶
type UserValidationError struct {
// contains filtered or unexported fields
}
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
func (UserValidationError) Cause ¶
func (e UserValidationError) Cause() error
Cause function returns cause value.
func (UserValidationError) Error ¶
func (e UserValidationError) Error() string
Error satisfies the builtin error interface
func (UserValidationError) ErrorName ¶
func (e UserValidationError) ErrorName() string
ErrorName returns error name.
func (UserValidationError) Field ¶
func (e UserValidationError) Field() string
Field function returns field value.
func (UserValidationError) Key ¶
func (e UserValidationError) Key() bool
Key function returns key value.
func (UserValidationError) Reason ¶
func (e UserValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractItem ¶
type WorkflowContractItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` LatestRevision int32 `protobuf:"varint,4,opt,name=latest_revision,json=latestRevision,proto3" json:"latest_revision,omitempty"` // Workflows associated with this contract WorkflowIds []string `protobuf:"bytes,5,rep,name=workflow_ids,json=workflowIds,proto3" json:"workflow_ids,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractItem) Descriptor
deprecated
func (*WorkflowContractItem) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractItem.ProtoReflect.Descriptor instead.
func (*WorkflowContractItem) GetCreatedAt ¶
func (x *WorkflowContractItem) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowContractItem) GetId ¶
func (x *WorkflowContractItem) GetId() string
func (*WorkflowContractItem) GetLatestRevision ¶
func (x *WorkflowContractItem) GetLatestRevision() int32
func (*WorkflowContractItem) GetName ¶
func (x *WorkflowContractItem) GetName() string
func (*WorkflowContractItem) GetWorkflowIds ¶
func (x *WorkflowContractItem) GetWorkflowIds() []string
func (*WorkflowContractItem) ProtoMessage ¶
func (*WorkflowContractItem) ProtoMessage()
func (*WorkflowContractItem) ProtoReflect ¶
func (x *WorkflowContractItem) ProtoReflect() protoreflect.Message
func (*WorkflowContractItem) Reset ¶
func (x *WorkflowContractItem) Reset()
func (*WorkflowContractItem) String ¶
func (x *WorkflowContractItem) String() string
func (*WorkflowContractItem) Validate ¶
func (m *WorkflowContractItem) Validate() error
Validate checks the field values on WorkflowContractItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractItem) ValidateAll ¶
func (m *WorkflowContractItem) ValidateAll() error
ValidateAll checks the field values on WorkflowContractItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractItemMultiError, or nil if none found.
type WorkflowContractItemMultiError ¶
type WorkflowContractItemMultiError []error
WorkflowContractItemMultiError is an error wrapping multiple validation errors returned by WorkflowContractItem.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractItemMultiError) AllErrors ¶
func (m WorkflowContractItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractItemMultiError) Error ¶
func (m WorkflowContractItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractItemValidationError ¶
type WorkflowContractItemValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractItemValidationError is the validation error returned by WorkflowContractItem.Validate if the designated constraints aren't met.
func (WorkflowContractItemValidationError) Cause ¶
func (e WorkflowContractItemValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractItemValidationError) Error ¶
func (e WorkflowContractItemValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractItemValidationError) ErrorName ¶
func (e WorkflowContractItemValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractItemValidationError) Field ¶
func (e WorkflowContractItemValidationError) Field() string
Field function returns field value.
func (WorkflowContractItemValidationError) Key ¶
func (e WorkflowContractItemValidationError) Key() bool
Key function returns key value.
func (WorkflowContractItemValidationError) Reason ¶
func (e WorkflowContractItemValidationError) Reason() string
Reason function returns reason value.
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"` // contains filtered or unexported fields }
func (*WorkflowContractServiceCreateRequest) Descriptor
deprecated
func (*WorkflowContractServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceCreateRequest) GetContract ¶
func (m *WorkflowContractServiceCreateRequest) GetContract() isWorkflowContractServiceCreateRequest_Contract
func (*WorkflowContractServiceCreateRequest) GetName ¶
func (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
func (*WorkflowContractServiceCreateRequest) Validate ¶
func (m *WorkflowContractServiceCreateRequest) Validate() error
Validate checks the field values on WorkflowContractServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceCreateRequest) ValidateAll ¶
func (m *WorkflowContractServiceCreateRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceCreateRequestMultiError, or nil if none found.
type WorkflowContractServiceCreateRequestMultiError ¶
type WorkflowContractServiceCreateRequestMultiError []error
WorkflowContractServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceCreateRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceCreateRequestMultiError) AllErrors ¶
func (m WorkflowContractServiceCreateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceCreateRequestMultiError) Error ¶
func (m WorkflowContractServiceCreateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceCreateRequestValidationError ¶
type WorkflowContractServiceCreateRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceCreateRequestValidationError is the validation error returned by WorkflowContractServiceCreateRequest.Validate if the designated constraints aren't met.
func (WorkflowContractServiceCreateRequestValidationError) Cause ¶
func (e WorkflowContractServiceCreateRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceCreateRequestValidationError) Error ¶
func (e WorkflowContractServiceCreateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceCreateRequestValidationError) ErrorName ¶
func (e WorkflowContractServiceCreateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceCreateRequestValidationError) Field ¶
func (e WorkflowContractServiceCreateRequestValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceCreateRequestValidationError) Key ¶
func (e WorkflowContractServiceCreateRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceCreateRequestValidationError) Reason ¶
func (e WorkflowContractServiceCreateRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceCreateRequest_V1 ¶
type WorkflowContractServiceCreateRequest_V1 struct {
V1 *v1.CraftingSchema `protobuf:"bytes,2,opt,name=v1,proto3,oneof"`
}
type WorkflowContractServiceCreateResponse ¶
type WorkflowContractServiceCreateResponse struct { Result *WorkflowContractItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceCreateResponse) Descriptor
deprecated
func (*WorkflowContractServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceCreateResponse) GetResult ¶
func (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
func (*WorkflowContractServiceCreateResponse) Validate ¶
func (m *WorkflowContractServiceCreateResponse) Validate() error
Validate checks the field values on WorkflowContractServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceCreateResponse) ValidateAll ¶
func (m *WorkflowContractServiceCreateResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceCreateResponseMultiError, or nil if none found.
type WorkflowContractServiceCreateResponseMultiError ¶
type WorkflowContractServiceCreateResponseMultiError []error
WorkflowContractServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceCreateResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceCreateResponseMultiError) AllErrors ¶
func (m WorkflowContractServiceCreateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceCreateResponseMultiError) Error ¶
func (m WorkflowContractServiceCreateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceCreateResponseValidationError ¶
type WorkflowContractServiceCreateResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceCreateResponseValidationError is the validation error returned by WorkflowContractServiceCreateResponse.Validate if the designated constraints aren't met.
func (WorkflowContractServiceCreateResponseValidationError) Cause ¶
func (e WorkflowContractServiceCreateResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceCreateResponseValidationError) Error ¶
func (e WorkflowContractServiceCreateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceCreateResponseValidationError) ErrorName ¶
func (e WorkflowContractServiceCreateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceCreateResponseValidationError) Field ¶
func (e WorkflowContractServiceCreateResponseValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceCreateResponseValidationError) Key ¶
func (e WorkflowContractServiceCreateResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceCreateResponseValidationError) Reason ¶
func (e WorkflowContractServiceCreateResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceDeleteRequest ¶
type WorkflowContractServiceDeleteRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceDeleteRequest) Descriptor
deprecated
func (*WorkflowContractServiceDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceDeleteRequest.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceDeleteRequest) GetId ¶
func (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
func (*WorkflowContractServiceDeleteRequest) Validate ¶
func (m *WorkflowContractServiceDeleteRequest) Validate() error
Validate checks the field values on WorkflowContractServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceDeleteRequest) ValidateAll ¶
func (m *WorkflowContractServiceDeleteRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDeleteRequestMultiError, or nil if none found.
type WorkflowContractServiceDeleteRequestMultiError ¶
type WorkflowContractServiceDeleteRequestMultiError []error
WorkflowContractServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceDeleteRequestMultiError) AllErrors ¶
func (m WorkflowContractServiceDeleteRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceDeleteRequestMultiError) Error ¶
func (m WorkflowContractServiceDeleteRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceDeleteRequestValidationError ¶
type WorkflowContractServiceDeleteRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceDeleteRequestValidationError is the validation error returned by WorkflowContractServiceDeleteRequest.Validate if the designated constraints aren't met.
func (WorkflowContractServiceDeleteRequestValidationError) Cause ¶
func (e WorkflowContractServiceDeleteRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceDeleteRequestValidationError) Error ¶
func (e WorkflowContractServiceDeleteRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceDeleteRequestValidationError) ErrorName ¶
func (e WorkflowContractServiceDeleteRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceDeleteRequestValidationError) Field ¶
func (e WorkflowContractServiceDeleteRequestValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceDeleteRequestValidationError) Key ¶
func (e WorkflowContractServiceDeleteRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceDeleteRequestValidationError) Reason ¶
func (e WorkflowContractServiceDeleteRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceDeleteResponse ¶
type WorkflowContractServiceDeleteResponse struct {
// contains filtered or unexported fields
}
func (*WorkflowContractServiceDeleteResponse) Descriptor
deprecated
func (*WorkflowContractServiceDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceDeleteResponse.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceDeleteResponse) ProtoMessage ¶
func (*WorkflowContractServiceDeleteResponse) ProtoMessage()
func (*WorkflowContractServiceDeleteResponse) ProtoReflect ¶
func (x *WorkflowContractServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceDeleteResponse) Reset ¶
func (x *WorkflowContractServiceDeleteResponse) Reset()
func (*WorkflowContractServiceDeleteResponse) String ¶
func (x *WorkflowContractServiceDeleteResponse) String() string
func (*WorkflowContractServiceDeleteResponse) Validate ¶
func (m *WorkflowContractServiceDeleteResponse) Validate() error
Validate checks the field values on WorkflowContractServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceDeleteResponse) ValidateAll ¶
func (m *WorkflowContractServiceDeleteResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDeleteResponseMultiError, or nil if none found.
type WorkflowContractServiceDeleteResponseMultiError ¶
type WorkflowContractServiceDeleteResponseMultiError []error
WorkflowContractServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceDeleteResponseMultiError) AllErrors ¶
func (m WorkflowContractServiceDeleteResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceDeleteResponseMultiError) Error ¶
func (m WorkflowContractServiceDeleteResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceDeleteResponseValidationError ¶
type WorkflowContractServiceDeleteResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceDeleteResponseValidationError is the validation error returned by WorkflowContractServiceDeleteResponse.Validate if the designated constraints aren't met.
func (WorkflowContractServiceDeleteResponseValidationError) Cause ¶
func (e WorkflowContractServiceDeleteResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceDeleteResponseValidationError) Error ¶
func (e WorkflowContractServiceDeleteResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceDeleteResponseValidationError) ErrorName ¶
func (e WorkflowContractServiceDeleteResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceDeleteResponseValidationError) Field ¶
func (e WorkflowContractServiceDeleteResponseValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceDeleteResponseValidationError) Key ¶
func (e WorkflowContractServiceDeleteResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceDeleteResponseValidationError) Reason ¶
func (e WorkflowContractServiceDeleteResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceDescribeRequest ¶
type WorkflowContractServiceDescribeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Revision int32 `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceDescribeRequest) Descriptor
deprecated
func (*WorkflowContractServiceDescribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceDescribeRequest.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceDescribeRequest) GetId ¶
func (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
func (*WorkflowContractServiceDescribeRequest) Validate ¶
func (m *WorkflowContractServiceDescribeRequest) Validate() error
Validate checks the field values on WorkflowContractServiceDescribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceDescribeRequest) ValidateAll ¶
func (m *WorkflowContractServiceDescribeRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceDescribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeRequestMultiError, or nil if none found.
type WorkflowContractServiceDescribeRequestMultiError ¶
type WorkflowContractServiceDescribeRequestMultiError []error
WorkflowContractServiceDescribeRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceDescribeRequestMultiError) AllErrors ¶
func (m WorkflowContractServiceDescribeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceDescribeRequestMultiError) Error ¶
func (m WorkflowContractServiceDescribeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceDescribeRequestValidationError ¶
type WorkflowContractServiceDescribeRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceDescribeRequestValidationError is the validation error returned by WorkflowContractServiceDescribeRequest.Validate if the designated constraints aren't met.
func (WorkflowContractServiceDescribeRequestValidationError) Cause ¶
func (e WorkflowContractServiceDescribeRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceDescribeRequestValidationError) Error ¶
func (e WorkflowContractServiceDescribeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceDescribeRequestValidationError) ErrorName ¶
func (e WorkflowContractServiceDescribeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceDescribeRequestValidationError) Field ¶
func (e WorkflowContractServiceDescribeRequestValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceDescribeRequestValidationError) Key ¶
func (e WorkflowContractServiceDescribeRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceDescribeRequestValidationError) Reason ¶
func (e WorkflowContractServiceDescribeRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceDescribeResponse ¶
type WorkflowContractServiceDescribeResponse struct { Result *WorkflowContractServiceDescribeResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceDescribeResponse) Descriptor
deprecated
func (*WorkflowContractServiceDescribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceDescribeResponse.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceDescribeResponse) GetResult ¶
func (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
func (*WorkflowContractServiceDescribeResponse) Validate ¶
func (m *WorkflowContractServiceDescribeResponse) Validate() error
Validate checks the field values on WorkflowContractServiceDescribeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceDescribeResponse) ValidateAll ¶
func (m *WorkflowContractServiceDescribeResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceDescribeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeResponseMultiError, or nil if none found.
type WorkflowContractServiceDescribeResponseMultiError ¶
type WorkflowContractServiceDescribeResponseMultiError []error
WorkflowContractServiceDescribeResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceDescribeResponseMultiError) AllErrors ¶
func (m WorkflowContractServiceDescribeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceDescribeResponseMultiError) Error ¶
func (m WorkflowContractServiceDescribeResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceDescribeResponseValidationError ¶
type WorkflowContractServiceDescribeResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceDescribeResponseValidationError is the validation error returned by WorkflowContractServiceDescribeResponse.Validate if the designated constraints aren't met.
func (WorkflowContractServiceDescribeResponseValidationError) Cause ¶
func (e WorkflowContractServiceDescribeResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceDescribeResponseValidationError) Error ¶
func (e WorkflowContractServiceDescribeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceDescribeResponseValidationError) ErrorName ¶
func (e WorkflowContractServiceDescribeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceDescribeResponseValidationError) Field ¶
func (e WorkflowContractServiceDescribeResponseValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceDescribeResponseValidationError) Key ¶
func (e WorkflowContractServiceDescribeResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceDescribeResponseValidationError) Reason ¶
func (e WorkflowContractServiceDescribeResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceDescribeResponse_Result ¶
type WorkflowContractServiceDescribeResponse_Result struct { Contract *WorkflowContractItem `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` Revision *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceDescribeResponse_Result) Descriptor
deprecated
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
func (*WorkflowContractServiceDescribeResponse_Result) Validate ¶
func (m *WorkflowContractServiceDescribeResponse_Result) Validate() error
Validate checks the field values on WorkflowContractServiceDescribeResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceDescribeResponse_Result) ValidateAll ¶
func (m *WorkflowContractServiceDescribeResponse_Result) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceDescribeResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceDescribeResponse_ResultMultiError, or nil if none found.
type WorkflowContractServiceDescribeResponse_ResultMultiError ¶
type WorkflowContractServiceDescribeResponse_ResultMultiError []error
WorkflowContractServiceDescribeResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceDescribeResponse_Result.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceDescribeResponse_ResultMultiError) AllErrors ¶
func (m WorkflowContractServiceDescribeResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceDescribeResponse_ResultMultiError) Error ¶
func (m WorkflowContractServiceDescribeResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceDescribeResponse_ResultValidationError ¶
type WorkflowContractServiceDescribeResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceDescribeResponse_ResultValidationError is the validation error returned by WorkflowContractServiceDescribeResponse_Result.Validate if the designated constraints aren't met.
func (WorkflowContractServiceDescribeResponse_ResultValidationError) Cause ¶
func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceDescribeResponse_ResultValidationError) Error ¶
func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceDescribeResponse_ResultValidationError) ErrorName ¶
func (e WorkflowContractServiceDescribeResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceDescribeResponse_ResultValidationError) Field ¶
func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceDescribeResponse_ResultValidationError) Key ¶
Key function returns key value.
func (WorkflowContractServiceDescribeResponse_ResultValidationError) Reason ¶
func (e WorkflowContractServiceDescribeResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceListRequest ¶
type WorkflowContractServiceListRequest struct {
// contains filtered or unexported fields
}
func (*WorkflowContractServiceListRequest) Descriptor
deprecated
func (*WorkflowContractServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceListRequest.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceListRequest) ProtoMessage ¶
func (*WorkflowContractServiceListRequest) ProtoMessage()
func (*WorkflowContractServiceListRequest) ProtoReflect ¶
func (x *WorkflowContractServiceListRequest) ProtoReflect() protoreflect.Message
func (*WorkflowContractServiceListRequest) Reset ¶
func (x *WorkflowContractServiceListRequest) Reset()
func (*WorkflowContractServiceListRequest) String ¶
func (x *WorkflowContractServiceListRequest) String() string
func (*WorkflowContractServiceListRequest) Validate ¶
func (m *WorkflowContractServiceListRequest) Validate() error
Validate checks the field values on WorkflowContractServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceListRequest) ValidateAll ¶
func (m *WorkflowContractServiceListRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceListRequestMultiError, or nil if none found.
type WorkflowContractServiceListRequestMultiError ¶
type WorkflowContractServiceListRequestMultiError []error
WorkflowContractServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceListRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceListRequestMultiError) AllErrors ¶
func (m WorkflowContractServiceListRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceListRequestMultiError) Error ¶
func (m WorkflowContractServiceListRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceListRequestValidationError ¶
type WorkflowContractServiceListRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceListRequestValidationError is the validation error returned by WorkflowContractServiceListRequest.Validate if the designated constraints aren't met.
func (WorkflowContractServiceListRequestValidationError) Cause ¶
func (e WorkflowContractServiceListRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceListRequestValidationError) Error ¶
func (e WorkflowContractServiceListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceListRequestValidationError) ErrorName ¶
func (e WorkflowContractServiceListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceListRequestValidationError) Field ¶
func (e WorkflowContractServiceListRequestValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceListRequestValidationError) Key ¶
func (e WorkflowContractServiceListRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceListRequestValidationError) Reason ¶
func (e WorkflowContractServiceListRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceListResponse ¶
type WorkflowContractServiceListResponse struct { Result []*WorkflowContractItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceListResponse) Descriptor
deprecated
func (*WorkflowContractServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceListResponse.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceListResponse) GetResult ¶
func (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
func (*WorkflowContractServiceListResponse) Validate ¶
func (m *WorkflowContractServiceListResponse) Validate() error
Validate checks the field values on WorkflowContractServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceListResponse) ValidateAll ¶
func (m *WorkflowContractServiceListResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceListResponseMultiError, or nil if none found.
type WorkflowContractServiceListResponseMultiError ¶
type WorkflowContractServiceListResponseMultiError []error
WorkflowContractServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceListResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceListResponseMultiError) AllErrors ¶
func (m WorkflowContractServiceListResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceListResponseMultiError) Error ¶
func (m WorkflowContractServiceListResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceListResponseValidationError ¶
type WorkflowContractServiceListResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceListResponseValidationError is the validation error returned by WorkflowContractServiceListResponse.Validate if the designated constraints aren't met.
func (WorkflowContractServiceListResponseValidationError) Cause ¶
func (e WorkflowContractServiceListResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceListResponseValidationError) Error ¶
func (e WorkflowContractServiceListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceListResponseValidationError) ErrorName ¶
func (e WorkflowContractServiceListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceListResponseValidationError) Field ¶
func (e WorkflowContractServiceListResponseValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceListResponseValidationError) Key ¶
func (e WorkflowContractServiceListResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceListResponseValidationError) Reason ¶
func (e WorkflowContractServiceListResponseValidationError) Reason() string
Reason function returns reason value.
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 { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Contract: // // *WorkflowContractServiceUpdateRequest_V1 Contract isWorkflowContractServiceUpdateRequest_Contract `protobuf_oneof:"contract"` // contains filtered or unexported fields }
func (*WorkflowContractServiceUpdateRequest) Descriptor
deprecated
func (*WorkflowContractServiceUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceUpdateRequest.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceUpdateRequest) GetContract ¶
func (m *WorkflowContractServiceUpdateRequest) GetContract() isWorkflowContractServiceUpdateRequest_Contract
func (*WorkflowContractServiceUpdateRequest) GetId ¶
func (x *WorkflowContractServiceUpdateRequest) GetId() string
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
func (*WorkflowContractServiceUpdateRequest) Validate ¶
func (m *WorkflowContractServiceUpdateRequest) Validate() error
Validate checks the field values on WorkflowContractServiceUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceUpdateRequest) ValidateAll ¶
func (m *WorkflowContractServiceUpdateRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateRequestMultiError, or nil if none found.
type WorkflowContractServiceUpdateRequestMultiError ¶
type WorkflowContractServiceUpdateRequestMultiError []error
WorkflowContractServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceUpdateRequestMultiError) AllErrors ¶
func (m WorkflowContractServiceUpdateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceUpdateRequestMultiError) Error ¶
func (m WorkflowContractServiceUpdateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceUpdateRequestValidationError ¶
type WorkflowContractServiceUpdateRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceUpdateRequestValidationError is the validation error returned by WorkflowContractServiceUpdateRequest.Validate if the designated constraints aren't met.
func (WorkflowContractServiceUpdateRequestValidationError) Cause ¶
func (e WorkflowContractServiceUpdateRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceUpdateRequestValidationError) Error ¶
func (e WorkflowContractServiceUpdateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceUpdateRequestValidationError) ErrorName ¶
func (e WorkflowContractServiceUpdateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceUpdateRequestValidationError) Field ¶
func (e WorkflowContractServiceUpdateRequestValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceUpdateRequestValidationError) Key ¶
func (e WorkflowContractServiceUpdateRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceUpdateRequestValidationError) Reason ¶
func (e WorkflowContractServiceUpdateRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceUpdateRequest_V1 ¶
type WorkflowContractServiceUpdateRequest_V1 struct {
V1 *v1.CraftingSchema `protobuf:"bytes,3,opt,name=v1,proto3,oneof"`
}
type WorkflowContractServiceUpdateResponse ¶
type WorkflowContractServiceUpdateResponse struct { Result *WorkflowContractServiceUpdateResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceUpdateResponse) Descriptor
deprecated
func (*WorkflowContractServiceUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractServiceUpdateResponse.ProtoReflect.Descriptor instead.
func (*WorkflowContractServiceUpdateResponse) GetResult ¶
func (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
func (*WorkflowContractServiceUpdateResponse) Validate ¶
func (m *WorkflowContractServiceUpdateResponse) Validate() error
Validate checks the field values on WorkflowContractServiceUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceUpdateResponse) ValidateAll ¶
func (m *WorkflowContractServiceUpdateResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateResponseMultiError, or nil if none found.
type WorkflowContractServiceUpdateResponseMultiError ¶
type WorkflowContractServiceUpdateResponseMultiError []error
WorkflowContractServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceUpdateResponseMultiError) AllErrors ¶
func (m WorkflowContractServiceUpdateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceUpdateResponseMultiError) Error ¶
func (m WorkflowContractServiceUpdateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceUpdateResponseValidationError ¶
type WorkflowContractServiceUpdateResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceUpdateResponseValidationError is the validation error returned by WorkflowContractServiceUpdateResponse.Validate if the designated constraints aren't met.
func (WorkflowContractServiceUpdateResponseValidationError) Cause ¶
func (e WorkflowContractServiceUpdateResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceUpdateResponseValidationError) Error ¶
func (e WorkflowContractServiceUpdateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceUpdateResponseValidationError) ErrorName ¶
func (e WorkflowContractServiceUpdateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceUpdateResponseValidationError) Field ¶
func (e WorkflowContractServiceUpdateResponseValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceUpdateResponseValidationError) Key ¶
func (e WorkflowContractServiceUpdateResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceUpdateResponseValidationError) Reason ¶
func (e WorkflowContractServiceUpdateResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractServiceUpdateResponse_Result ¶
type WorkflowContractServiceUpdateResponse_Result struct { Contract *WorkflowContractItem `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` Revision *WorkflowContractVersionItem `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*WorkflowContractServiceUpdateResponse_Result) Descriptor
deprecated
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
func (*WorkflowContractServiceUpdateResponse_Result) Validate ¶
func (m *WorkflowContractServiceUpdateResponse_Result) Validate() error
Validate checks the field values on WorkflowContractServiceUpdateResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractServiceUpdateResponse_Result) ValidateAll ¶
func (m *WorkflowContractServiceUpdateResponse_Result) ValidateAll() error
ValidateAll checks the field values on WorkflowContractServiceUpdateResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractServiceUpdateResponse_ResultMultiError, or nil if none found.
type WorkflowContractServiceUpdateResponse_ResultMultiError ¶
type WorkflowContractServiceUpdateResponse_ResultMultiError []error
WorkflowContractServiceUpdateResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowContractServiceUpdateResponse_Result.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractServiceUpdateResponse_ResultMultiError) AllErrors ¶
func (m WorkflowContractServiceUpdateResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractServiceUpdateResponse_ResultMultiError) Error ¶
func (m WorkflowContractServiceUpdateResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractServiceUpdateResponse_ResultValidationError ¶
type WorkflowContractServiceUpdateResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractServiceUpdateResponse_ResultValidationError is the validation error returned by WorkflowContractServiceUpdateResponse_Result.Validate if the designated constraints aren't met.
func (WorkflowContractServiceUpdateResponse_ResultValidationError) Cause ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractServiceUpdateResponse_ResultValidationError) Error ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractServiceUpdateResponse_ResultValidationError) ErrorName ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractServiceUpdateResponse_ResultValidationError) Field ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Field() string
Field function returns field value.
func (WorkflowContractServiceUpdateResponse_ResultValidationError) Key ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Key() bool
Key function returns key value.
func (WorkflowContractServiceUpdateResponse_ResultValidationError) Reason ¶
func (e WorkflowContractServiceUpdateResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractVersionItem ¶
type WorkflowContractVersionItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Revision int32 `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Types that are assignable to Contract: // // *WorkflowContractVersionItem_V1 Contract isWorkflowContractVersionItem_Contract `protobuf_oneof:"contract"` // contains filtered or unexported fields }
func (*WorkflowContractVersionItem) Descriptor
deprecated
func (*WorkflowContractVersionItem) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowContractVersionItem.ProtoReflect.Descriptor instead.
func (*WorkflowContractVersionItem) GetContract ¶
func (m *WorkflowContractVersionItem) GetContract() isWorkflowContractVersionItem_Contract
func (*WorkflowContractVersionItem) GetCreatedAt ¶
func (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
func (*WorkflowContractVersionItem) Validate ¶
func (m *WorkflowContractVersionItem) Validate() error
Validate checks the field values on WorkflowContractVersionItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowContractVersionItem) ValidateAll ¶
func (m *WorkflowContractVersionItem) ValidateAll() error
ValidateAll checks the field values on WorkflowContractVersionItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowContractVersionItemMultiError, or nil if none found.
type WorkflowContractVersionItemMultiError ¶
type WorkflowContractVersionItemMultiError []error
WorkflowContractVersionItemMultiError is an error wrapping multiple validation errors returned by WorkflowContractVersionItem.ValidateAll() if the designated constraints aren't met.
func (WorkflowContractVersionItemMultiError) AllErrors ¶
func (m WorkflowContractVersionItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowContractVersionItemMultiError) Error ¶
func (m WorkflowContractVersionItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowContractVersionItemValidationError ¶
type WorkflowContractVersionItemValidationError struct {
// contains filtered or unexported fields
}
WorkflowContractVersionItemValidationError is the validation error returned by WorkflowContractVersionItem.Validate if the designated constraints aren't met.
func (WorkflowContractVersionItemValidationError) Cause ¶
func (e WorkflowContractVersionItemValidationError) Cause() error
Cause function returns cause value.
func (WorkflowContractVersionItemValidationError) Error ¶
func (e WorkflowContractVersionItemValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowContractVersionItemValidationError) ErrorName ¶
func (e WorkflowContractVersionItemValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowContractVersionItemValidationError) Field ¶
func (e WorkflowContractVersionItemValidationError) Field() string
Field function returns field value.
func (WorkflowContractVersionItemValidationError) Key ¶
func (e WorkflowContractVersionItemValidationError) Key() bool
Key function returns key value.
func (WorkflowContractVersionItemValidationError) Reason ¶
func (e WorkflowContractVersionItemValidationError) Reason() string
Reason function returns reason value.
type WorkflowContractVersionItem_V1 ¶
type WorkflowContractVersionItem_V1 struct {
V1 *v1.CraftingSchema `protobuf:"bytes,4,opt,name=v1,proto3,oneof"`
}
type WorkflowItem ¶
type WorkflowItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"` Team string `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` RunsCount int32 `protobuf:"varint,6,opt,name=runs_count,json=runsCount,proto3" json:"runs_count,omitempty"` LastRun *WorkflowRunItem `protobuf:"bytes,7,opt,name=last_run,json=lastRun,proto3" json:"last_run,omitempty"` ContractId string `protobuf:"bytes,8,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` // contains filtered or unexported fields }
func (*WorkflowItem) Descriptor
deprecated
func (*WorkflowItem) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowItem.ProtoReflect.Descriptor instead.
func (*WorkflowItem) GetContractId ¶
func (x *WorkflowItem) GetContractId() string
func (*WorkflowItem) GetCreatedAt ¶
func (x *WorkflowItem) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowItem) GetId ¶
func (x *WorkflowItem) GetId() string
func (*WorkflowItem) GetLastRun ¶
func (x *WorkflowItem) GetLastRun() *WorkflowRunItem
func (*WorkflowItem) GetName ¶
func (x *WorkflowItem) GetName() string
func (*WorkflowItem) GetProject ¶
func (x *WorkflowItem) GetProject() string
func (*WorkflowItem) GetRunsCount ¶
func (x *WorkflowItem) GetRunsCount() int32
func (*WorkflowItem) GetTeam ¶
func (x *WorkflowItem) GetTeam() string
func (*WorkflowItem) ProtoMessage ¶
func (*WorkflowItem) ProtoMessage()
func (*WorkflowItem) ProtoReflect ¶
func (x *WorkflowItem) ProtoReflect() protoreflect.Message
func (*WorkflowItem) Reset ¶
func (x *WorkflowItem) Reset()
func (*WorkflowItem) String ¶
func (x *WorkflowItem) String() string
func (*WorkflowItem) Validate ¶
func (m *WorkflowItem) Validate() error
Validate checks the field values on WorkflowItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowItem) ValidateAll ¶
func (m *WorkflowItem) ValidateAll() error
ValidateAll checks the field values on WorkflowItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowItemMultiError, or nil if none found.
type WorkflowItemMultiError ¶
type WorkflowItemMultiError []error
WorkflowItemMultiError is an error wrapping multiple validation errors returned by WorkflowItem.ValidateAll() if the designated constraints aren't met.
func (WorkflowItemMultiError) AllErrors ¶
func (m WorkflowItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowItemMultiError) Error ¶
func (m WorkflowItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowItemValidationError ¶
type WorkflowItemValidationError struct {
// contains filtered or unexported fields
}
WorkflowItemValidationError is the validation error returned by WorkflowItem.Validate if the designated constraints aren't met.
func (WorkflowItemValidationError) Cause ¶
func (e WorkflowItemValidationError) Cause() error
Cause function returns cause value.
func (WorkflowItemValidationError) Error ¶
func (e WorkflowItemValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowItemValidationError) ErrorName ¶
func (e WorkflowItemValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowItemValidationError) Field ¶
func (e WorkflowItemValidationError) Field() string
Field function returns field value.
func (WorkflowItemValidationError) Key ¶
func (e WorkflowItemValidationError) Key() bool
Key function returns key value.
func (WorkflowItemValidationError) Reason ¶
func (e WorkflowItemValidationError) Reason() string
Reason function returns reason value.
type WorkflowRunItem ¶
type WorkflowRunItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` FinishedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` Reason string `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"` Workflow *WorkflowItem `protobuf:"bytes,6,opt,name=workflow,proto3" json:"workflow,omitempty"` JobUrl string `protobuf:"bytes,7,opt,name=job_url,json=jobUrl,proto3" json:"job_url,omitempty"` // string runner_type = 8; RunnerType v1.CraftingSchema_Runner_RunnerType `` /* 150-byte string literal not displayed */ ContractVersion *WorkflowContractVersionItem `protobuf:"bytes,9,opt,name=contract_version,json=contractVersion,proto3" json:"contract_version,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunItem) Descriptor
deprecated
func (*WorkflowRunItem) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunItem.ProtoReflect.Descriptor instead.
func (*WorkflowRunItem) GetContractVersion ¶
func (x *WorkflowRunItem) GetContractVersion() *WorkflowContractVersionItem
func (*WorkflowRunItem) GetCreatedAt ¶
func (x *WorkflowRunItem) GetCreatedAt() *timestamppb.Timestamp
func (*WorkflowRunItem) GetFinishedAt ¶
func (x *WorkflowRunItem) GetFinishedAt() *timestamppb.Timestamp
func (*WorkflowRunItem) GetId ¶
func (x *WorkflowRunItem) GetId() string
func (*WorkflowRunItem) GetJobUrl ¶
func (x *WorkflowRunItem) GetJobUrl() string
func (*WorkflowRunItem) GetReason ¶
func (x *WorkflowRunItem) GetReason() string
func (*WorkflowRunItem) GetRunnerType ¶
func (x *WorkflowRunItem) GetRunnerType() v1.CraftingSchema_Runner_RunnerType
func (*WorkflowRunItem) GetState ¶
func (x *WorkflowRunItem) GetState() string
func (*WorkflowRunItem) GetWorkflow ¶
func (x *WorkflowRunItem) GetWorkflow() *WorkflowItem
func (*WorkflowRunItem) ProtoMessage ¶
func (*WorkflowRunItem) ProtoMessage()
func (*WorkflowRunItem) ProtoReflect ¶
func (x *WorkflowRunItem) ProtoReflect() protoreflect.Message
func (*WorkflowRunItem) Reset ¶
func (x *WorkflowRunItem) Reset()
func (*WorkflowRunItem) String ¶
func (x *WorkflowRunItem) String() string
func (*WorkflowRunItem) Validate ¶
func (m *WorkflowRunItem) Validate() error
Validate checks the field values on WorkflowRunItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunItem) ValidateAll ¶
func (m *WorkflowRunItem) ValidateAll() error
ValidateAll checks the field values on WorkflowRunItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunItemMultiError, or nil if none found.
type WorkflowRunItemMultiError ¶
type WorkflowRunItemMultiError []error
WorkflowRunItemMultiError is an error wrapping multiple validation errors returned by WorkflowRunItem.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunItemMultiError) AllErrors ¶
func (m WorkflowRunItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunItemMultiError) Error ¶
func (m WorkflowRunItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunItemValidationError ¶
type WorkflowRunItemValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunItemValidationError is the validation error returned by WorkflowRunItem.Validate if the designated constraints aren't met.
func (WorkflowRunItemValidationError) Cause ¶
func (e WorkflowRunItemValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunItemValidationError) Error ¶
func (e WorkflowRunItemValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunItemValidationError) ErrorName ¶
func (e WorkflowRunItemValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunItemValidationError) Field ¶
func (e WorkflowRunItemValidationError) Field() string
Field function returns field value.
func (WorkflowRunItemValidationError) Key ¶
func (e WorkflowRunItemValidationError) Key() bool
Key function returns key value.
func (WorkflowRunItemValidationError) Reason ¶
func (e WorkflowRunItemValidationError) Reason() string
Reason function returns reason value.
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 { // Filter by workflow WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` Pagination *PaginationRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunServiceListRequest) Descriptor
deprecated
func (*WorkflowRunServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceListRequest.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceListRequest) GetPagination ¶
func (x *WorkflowRunServiceListRequest) GetPagination() *PaginationRequest
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
func (*WorkflowRunServiceListRequest) Validate ¶
func (m *WorkflowRunServiceListRequest) Validate() error
Validate checks the field values on WorkflowRunServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunServiceListRequest) ValidateAll ¶
func (m *WorkflowRunServiceListRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowRunServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceListRequestMultiError, or nil if none found.
type WorkflowRunServiceListRequestMultiError ¶
type WorkflowRunServiceListRequestMultiError []error
WorkflowRunServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceListRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunServiceListRequestMultiError) AllErrors ¶
func (m WorkflowRunServiceListRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunServiceListRequestMultiError) Error ¶
func (m WorkflowRunServiceListRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunServiceListRequestValidationError ¶
type WorkflowRunServiceListRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunServiceListRequestValidationError is the validation error returned by WorkflowRunServiceListRequest.Validate if the designated constraints aren't met.
func (WorkflowRunServiceListRequestValidationError) Cause ¶
func (e WorkflowRunServiceListRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunServiceListRequestValidationError) Error ¶
func (e WorkflowRunServiceListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunServiceListRequestValidationError) ErrorName ¶
func (e WorkflowRunServiceListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunServiceListRequestValidationError) Field ¶
func (e WorkflowRunServiceListRequestValidationError) Field() string
Field function returns field value.
func (WorkflowRunServiceListRequestValidationError) Key ¶
func (e WorkflowRunServiceListRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowRunServiceListRequestValidationError) Reason ¶
func (e WorkflowRunServiceListRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowRunServiceListResponse ¶
type WorkflowRunServiceListResponse struct { Result []*WorkflowRunItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` Pagination *PaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunServiceListResponse) Descriptor
deprecated
func (*WorkflowRunServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceListResponse.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceListResponse) GetPagination ¶
func (x *WorkflowRunServiceListResponse) GetPagination() *PaginationResponse
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
func (*WorkflowRunServiceListResponse) Validate ¶
func (m *WorkflowRunServiceListResponse) Validate() error
Validate checks the field values on WorkflowRunServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunServiceListResponse) ValidateAll ¶
func (m *WorkflowRunServiceListResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowRunServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceListResponseMultiError, or nil if none found.
type WorkflowRunServiceListResponseMultiError ¶
type WorkflowRunServiceListResponseMultiError []error
WorkflowRunServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceListResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunServiceListResponseMultiError) AllErrors ¶
func (m WorkflowRunServiceListResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunServiceListResponseMultiError) Error ¶
func (m WorkflowRunServiceListResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunServiceListResponseValidationError ¶
type WorkflowRunServiceListResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunServiceListResponseValidationError is the validation error returned by WorkflowRunServiceListResponse.Validate if the designated constraints aren't met.
func (WorkflowRunServiceListResponseValidationError) Cause ¶
func (e WorkflowRunServiceListResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunServiceListResponseValidationError) Error ¶
func (e WorkflowRunServiceListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunServiceListResponseValidationError) ErrorName ¶
func (e WorkflowRunServiceListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunServiceListResponseValidationError) Field ¶
func (e WorkflowRunServiceListResponseValidationError) Field() string
Field function returns field value.
func (WorkflowRunServiceListResponseValidationError) Key ¶
func (e WorkflowRunServiceListResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowRunServiceListResponseValidationError) Reason ¶
func (e WorkflowRunServiceListResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowRunServiceServer ¶
type WorkflowRunServiceServer interface { List(context.Context, *WorkflowRunServiceListRequest) (*WorkflowRunServiceListResponse, error) View(context.Context, *WorkflowRunServiceViewRequest) (*WorkflowRunServiceViewResponse, error) // contains filtered or unexported methods }
WorkflowRunServiceServer is the server API for WorkflowRunService service. All implementations must embed UnimplementedWorkflowRunServiceServer for forward compatibility
type WorkflowRunServiceViewRequest ¶
type WorkflowRunServiceViewRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunServiceViewRequest) Descriptor
deprecated
func (*WorkflowRunServiceViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceViewRequest.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceViewRequest) GetId ¶
func (x *WorkflowRunServiceViewRequest) GetId() string
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
func (*WorkflowRunServiceViewRequest) Validate ¶
func (m *WorkflowRunServiceViewRequest) Validate() error
Validate checks the field values on WorkflowRunServiceViewRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunServiceViewRequest) ValidateAll ¶
func (m *WorkflowRunServiceViewRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowRunServiceViewRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewRequestMultiError, or nil if none found.
type WorkflowRunServiceViewRequestMultiError ¶
type WorkflowRunServiceViewRequestMultiError []error
WorkflowRunServiceViewRequestMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunServiceViewRequestMultiError) AllErrors ¶
func (m WorkflowRunServiceViewRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunServiceViewRequestMultiError) Error ¶
func (m WorkflowRunServiceViewRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunServiceViewRequestValidationError ¶
type WorkflowRunServiceViewRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunServiceViewRequestValidationError is the validation error returned by WorkflowRunServiceViewRequest.Validate if the designated constraints aren't met.
func (WorkflowRunServiceViewRequestValidationError) Cause ¶
func (e WorkflowRunServiceViewRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunServiceViewRequestValidationError) Error ¶
func (e WorkflowRunServiceViewRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunServiceViewRequestValidationError) ErrorName ¶
func (e WorkflowRunServiceViewRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunServiceViewRequestValidationError) Field ¶
func (e WorkflowRunServiceViewRequestValidationError) Field() string
Field function returns field value.
func (WorkflowRunServiceViewRequestValidationError) Key ¶
func (e WorkflowRunServiceViewRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowRunServiceViewRequestValidationError) Reason ¶
func (e WorkflowRunServiceViewRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowRunServiceViewResponse ¶
type WorkflowRunServiceViewResponse struct { Result *WorkflowRunServiceViewResponse_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunServiceViewResponse) Descriptor
deprecated
func (*WorkflowRunServiceViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceViewResponse.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceViewResponse) GetResult ¶
func (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
func (*WorkflowRunServiceViewResponse) Validate ¶
func (m *WorkflowRunServiceViewResponse) Validate() error
Validate checks the field values on WorkflowRunServiceViewResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunServiceViewResponse) ValidateAll ¶
func (m *WorkflowRunServiceViewResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowRunServiceViewResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewResponseMultiError, or nil if none found.
type WorkflowRunServiceViewResponseMultiError ¶
type WorkflowRunServiceViewResponseMultiError []error
WorkflowRunServiceViewResponseMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunServiceViewResponseMultiError) AllErrors ¶
func (m WorkflowRunServiceViewResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunServiceViewResponseMultiError) Error ¶
func (m WorkflowRunServiceViewResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunServiceViewResponseValidationError ¶
type WorkflowRunServiceViewResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunServiceViewResponseValidationError is the validation error returned by WorkflowRunServiceViewResponse.Validate if the designated constraints aren't met.
func (WorkflowRunServiceViewResponseValidationError) Cause ¶
func (e WorkflowRunServiceViewResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunServiceViewResponseValidationError) Error ¶
func (e WorkflowRunServiceViewResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunServiceViewResponseValidationError) ErrorName ¶
func (e WorkflowRunServiceViewResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunServiceViewResponseValidationError) Field ¶
func (e WorkflowRunServiceViewResponseValidationError) Field() string
Field function returns field value.
func (WorkflowRunServiceViewResponseValidationError) Key ¶
func (e WorkflowRunServiceViewResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowRunServiceViewResponseValidationError) Reason ¶
func (e WorkflowRunServiceViewResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowRunServiceViewResponse_Result ¶
type WorkflowRunServiceViewResponse_Result struct { WorkflowRun *WorkflowRunItem `protobuf:"bytes,1,opt,name=workflow_run,json=workflowRun,proto3" json:"workflow_run,omitempty"` Attestation *AttestationItem `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"` // contains filtered or unexported fields }
func (*WorkflowRunServiceViewResponse_Result) Descriptor
deprecated
func (*WorkflowRunServiceViewResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowRunServiceViewResponse_Result.ProtoReflect.Descriptor instead.
func (*WorkflowRunServiceViewResponse_Result) GetAttestation ¶
func (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
func (*WorkflowRunServiceViewResponse_Result) Validate ¶
func (m *WorkflowRunServiceViewResponse_Result) Validate() error
Validate checks the field values on WorkflowRunServiceViewResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowRunServiceViewResponse_Result) ValidateAll ¶
func (m *WorkflowRunServiceViewResponse_Result) ValidateAll() error
ValidateAll checks the field values on WorkflowRunServiceViewResponse_Result with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowRunServiceViewResponse_ResultMultiError, or nil if none found.
type WorkflowRunServiceViewResponse_ResultMultiError ¶
type WorkflowRunServiceViewResponse_ResultMultiError []error
WorkflowRunServiceViewResponse_ResultMultiError is an error wrapping multiple validation errors returned by WorkflowRunServiceViewResponse_Result.ValidateAll() if the designated constraints aren't met.
func (WorkflowRunServiceViewResponse_ResultMultiError) AllErrors ¶
func (m WorkflowRunServiceViewResponse_ResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowRunServiceViewResponse_ResultMultiError) Error ¶
func (m WorkflowRunServiceViewResponse_ResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowRunServiceViewResponse_ResultValidationError ¶
type WorkflowRunServiceViewResponse_ResultValidationError struct {
// contains filtered or unexported fields
}
WorkflowRunServiceViewResponse_ResultValidationError is the validation error returned by WorkflowRunServiceViewResponse_Result.Validate if the designated constraints aren't met.
func (WorkflowRunServiceViewResponse_ResultValidationError) Cause ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) Cause() error
Cause function returns cause value.
func (WorkflowRunServiceViewResponse_ResultValidationError) Error ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowRunServiceViewResponse_ResultValidationError) ErrorName ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowRunServiceViewResponse_ResultValidationError) Field ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) Field() string
Field function returns field value.
func (WorkflowRunServiceViewResponse_ResultValidationError) Key ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) Key() bool
Key function returns key value.
func (WorkflowRunServiceViewResponse_ResultValidationError) Reason ¶
func (e WorkflowRunServiceViewResponse_ResultValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceClient ¶
type WorkflowServiceClient interface { Create(ctx context.Context, in *WorkflowServiceCreateRequest, opts ...grpc.CallOption) (*WorkflowServiceCreateResponse, error) List(ctx context.Context, in *WorkflowServiceListRequest, opts ...grpc.CallOption) (*WorkflowServiceListResponse, 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"` // contains filtered or unexported fields }
func (*WorkflowServiceCreateRequest) Descriptor
deprecated
func (*WorkflowServiceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceCreateRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceCreateRequest) GetName ¶
func (x *WorkflowServiceCreateRequest) GetName() string
func (*WorkflowServiceCreateRequest) GetProject ¶
func (x *WorkflowServiceCreateRequest) GetProject() string
func (*WorkflowServiceCreateRequest) GetSchemaId ¶
func (x *WorkflowServiceCreateRequest) GetSchemaId() string
func (*WorkflowServiceCreateRequest) GetTeam ¶
func (x *WorkflowServiceCreateRequest) GetTeam() string
func (*WorkflowServiceCreateRequest) ProtoMessage ¶
func (*WorkflowServiceCreateRequest) ProtoMessage()
func (*WorkflowServiceCreateRequest) ProtoReflect ¶
func (x *WorkflowServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceCreateRequest) Reset ¶
func (x *WorkflowServiceCreateRequest) Reset()
func (*WorkflowServiceCreateRequest) String ¶
func (x *WorkflowServiceCreateRequest) String() string
func (*WorkflowServiceCreateRequest) Validate ¶
func (m *WorkflowServiceCreateRequest) Validate() error
Validate checks the field values on WorkflowServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceCreateRequest) ValidateAll ¶
func (m *WorkflowServiceCreateRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceCreateRequestMultiError, or nil if none found.
type WorkflowServiceCreateRequestMultiError ¶
type WorkflowServiceCreateRequestMultiError []error
WorkflowServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceCreateRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceCreateRequestMultiError) AllErrors ¶
func (m WorkflowServiceCreateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceCreateRequestMultiError) Error ¶
func (m WorkflowServiceCreateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceCreateRequestValidationError ¶
type WorkflowServiceCreateRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceCreateRequestValidationError is the validation error returned by WorkflowServiceCreateRequest.Validate if the designated constraints aren't met.
func (WorkflowServiceCreateRequestValidationError) Cause ¶
func (e WorkflowServiceCreateRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceCreateRequestValidationError) Error ¶
func (e WorkflowServiceCreateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceCreateRequestValidationError) ErrorName ¶
func (e WorkflowServiceCreateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceCreateRequestValidationError) Field ¶
func (e WorkflowServiceCreateRequestValidationError) Field() string
Field function returns field value.
func (WorkflowServiceCreateRequestValidationError) Key ¶
func (e WorkflowServiceCreateRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceCreateRequestValidationError) Reason ¶
func (e WorkflowServiceCreateRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceCreateResponse ¶
type WorkflowServiceCreateResponse struct { Result *WorkflowItem `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceCreateResponse) Descriptor
deprecated
func (*WorkflowServiceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceCreateResponse.ProtoReflect.Descriptor instead.
func (*WorkflowServiceCreateResponse) GetResult ¶
func (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
func (*WorkflowServiceCreateResponse) Validate ¶
func (m *WorkflowServiceCreateResponse) Validate() error
Validate checks the field values on WorkflowServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceCreateResponse) ValidateAll ¶
func (m *WorkflowServiceCreateResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceCreateResponseMultiError, or nil if none found.
type WorkflowServiceCreateResponseMultiError ¶
type WorkflowServiceCreateResponseMultiError []error
WorkflowServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceCreateResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceCreateResponseMultiError) AllErrors ¶
func (m WorkflowServiceCreateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceCreateResponseMultiError) Error ¶
func (m WorkflowServiceCreateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceCreateResponseValidationError ¶
type WorkflowServiceCreateResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceCreateResponseValidationError is the validation error returned by WorkflowServiceCreateResponse.Validate if the designated constraints aren't met.
func (WorkflowServiceCreateResponseValidationError) Cause ¶
func (e WorkflowServiceCreateResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceCreateResponseValidationError) Error ¶
func (e WorkflowServiceCreateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceCreateResponseValidationError) ErrorName ¶
func (e WorkflowServiceCreateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceCreateResponseValidationError) Field ¶
func (e WorkflowServiceCreateResponseValidationError) Field() string
Field function returns field value.
func (WorkflowServiceCreateResponseValidationError) Key ¶
func (e WorkflowServiceCreateResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceCreateResponseValidationError) Reason ¶
func (e WorkflowServiceCreateResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceDeleteRequest ¶
type WorkflowServiceDeleteRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceDeleteRequest) Descriptor
deprecated
func (*WorkflowServiceDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceDeleteRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceDeleteRequest) GetId ¶
func (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
func (*WorkflowServiceDeleteRequest) Validate ¶
func (m *WorkflowServiceDeleteRequest) Validate() error
Validate checks the field values on WorkflowServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceDeleteRequest) ValidateAll ¶
func (m *WorkflowServiceDeleteRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceDeleteRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceDeleteRequestMultiError, or nil if none found.
type WorkflowServiceDeleteRequestMultiError ¶
type WorkflowServiceDeleteRequestMultiError []error
WorkflowServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceDeleteRequestMultiError) AllErrors ¶
func (m WorkflowServiceDeleteRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceDeleteRequestMultiError) Error ¶
func (m WorkflowServiceDeleteRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceDeleteRequestValidationError ¶
type WorkflowServiceDeleteRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceDeleteRequestValidationError is the validation error returned by WorkflowServiceDeleteRequest.Validate if the designated constraints aren't met.
func (WorkflowServiceDeleteRequestValidationError) Cause ¶
func (e WorkflowServiceDeleteRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceDeleteRequestValidationError) Error ¶
func (e WorkflowServiceDeleteRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceDeleteRequestValidationError) ErrorName ¶
func (e WorkflowServiceDeleteRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceDeleteRequestValidationError) Field ¶
func (e WorkflowServiceDeleteRequestValidationError) Field() string
Field function returns field value.
func (WorkflowServiceDeleteRequestValidationError) Key ¶
func (e WorkflowServiceDeleteRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceDeleteRequestValidationError) Reason ¶
func (e WorkflowServiceDeleteRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceDeleteResponse ¶
type WorkflowServiceDeleteResponse struct {
// contains filtered or unexported fields
}
func (*WorkflowServiceDeleteResponse) Descriptor
deprecated
func (*WorkflowServiceDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceDeleteResponse.ProtoReflect.Descriptor instead.
func (*WorkflowServiceDeleteResponse) ProtoMessage ¶
func (*WorkflowServiceDeleteResponse) ProtoMessage()
func (*WorkflowServiceDeleteResponse) ProtoReflect ¶
func (x *WorkflowServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceDeleteResponse) Reset ¶
func (x *WorkflowServiceDeleteResponse) Reset()
func (*WorkflowServiceDeleteResponse) String ¶
func (x *WorkflowServiceDeleteResponse) String() string
func (*WorkflowServiceDeleteResponse) Validate ¶
func (m *WorkflowServiceDeleteResponse) Validate() error
Validate checks the field values on WorkflowServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceDeleteResponse) ValidateAll ¶
func (m *WorkflowServiceDeleteResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceDeleteResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceDeleteResponseMultiError, or nil if none found.
type WorkflowServiceDeleteResponseMultiError ¶
type WorkflowServiceDeleteResponseMultiError []error
WorkflowServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceDeleteResponseMultiError) AllErrors ¶
func (m WorkflowServiceDeleteResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceDeleteResponseMultiError) Error ¶
func (m WorkflowServiceDeleteResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceDeleteResponseValidationError ¶
type WorkflowServiceDeleteResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceDeleteResponseValidationError is the validation error returned by WorkflowServiceDeleteResponse.Validate if the designated constraints aren't met.
func (WorkflowServiceDeleteResponseValidationError) Cause ¶
func (e WorkflowServiceDeleteResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceDeleteResponseValidationError) Error ¶
func (e WorkflowServiceDeleteResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceDeleteResponseValidationError) ErrorName ¶
func (e WorkflowServiceDeleteResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceDeleteResponseValidationError) Field ¶
func (e WorkflowServiceDeleteResponseValidationError) Field() string
Field function returns field value.
func (WorkflowServiceDeleteResponseValidationError) Key ¶
func (e WorkflowServiceDeleteResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceDeleteResponseValidationError) Reason ¶
func (e WorkflowServiceDeleteResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceListRequest ¶
type WorkflowServiceListRequest struct {
// contains filtered or unexported fields
}
func (*WorkflowServiceListRequest) Descriptor
deprecated
func (*WorkflowServiceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceListRequest.ProtoReflect.Descriptor instead.
func (*WorkflowServiceListRequest) ProtoMessage ¶
func (*WorkflowServiceListRequest) ProtoMessage()
func (*WorkflowServiceListRequest) ProtoReflect ¶
func (x *WorkflowServiceListRequest) ProtoReflect() protoreflect.Message
func (*WorkflowServiceListRequest) Reset ¶
func (x *WorkflowServiceListRequest) Reset()
func (*WorkflowServiceListRequest) String ¶
func (x *WorkflowServiceListRequest) String() string
func (*WorkflowServiceListRequest) Validate ¶
func (m *WorkflowServiceListRequest) Validate() error
Validate checks the field values on WorkflowServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceListRequest) ValidateAll ¶
func (m *WorkflowServiceListRequest) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceListRequestMultiError, or nil if none found.
type WorkflowServiceListRequestMultiError ¶
type WorkflowServiceListRequestMultiError []error
WorkflowServiceListRequestMultiError is an error wrapping multiple validation errors returned by WorkflowServiceListRequest.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceListRequestMultiError) AllErrors ¶
func (m WorkflowServiceListRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceListRequestMultiError) Error ¶
func (m WorkflowServiceListRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceListRequestValidationError ¶
type WorkflowServiceListRequestValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceListRequestValidationError is the validation error returned by WorkflowServiceListRequest.Validate if the designated constraints aren't met.
func (WorkflowServiceListRequestValidationError) Cause ¶
func (e WorkflowServiceListRequestValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceListRequestValidationError) Error ¶
func (e WorkflowServiceListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceListRequestValidationError) ErrorName ¶
func (e WorkflowServiceListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceListRequestValidationError) Field ¶
func (e WorkflowServiceListRequestValidationError) Field() string
Field function returns field value.
func (WorkflowServiceListRequestValidationError) Key ¶
func (e WorkflowServiceListRequestValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceListRequestValidationError) Reason ¶
func (e WorkflowServiceListRequestValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceListResponse ¶
type WorkflowServiceListResponse struct { Result []*WorkflowItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*WorkflowServiceListResponse) Descriptor
deprecated
func (*WorkflowServiceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowServiceListResponse.ProtoReflect.Descriptor instead.
func (*WorkflowServiceListResponse) GetResult ¶
func (x *WorkflowServiceListResponse) GetResult() []*WorkflowItem
func (*WorkflowServiceListResponse) ProtoMessage ¶
func (*WorkflowServiceListResponse) ProtoMessage()
func (*WorkflowServiceListResponse) ProtoReflect ¶
func (x *WorkflowServiceListResponse) ProtoReflect() protoreflect.Message
func (*WorkflowServiceListResponse) Reset ¶
func (x *WorkflowServiceListResponse) Reset()
func (*WorkflowServiceListResponse) String ¶
func (x *WorkflowServiceListResponse) String() string
func (*WorkflowServiceListResponse) Validate ¶
func (m *WorkflowServiceListResponse) Validate() error
Validate checks the field values on WorkflowServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WorkflowServiceListResponse) ValidateAll ¶
func (m *WorkflowServiceListResponse) ValidateAll() error
ValidateAll checks the field values on WorkflowServiceListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowServiceListResponseMultiError, or nil if none found.
type WorkflowServiceListResponseMultiError ¶
type WorkflowServiceListResponseMultiError []error
WorkflowServiceListResponseMultiError is an error wrapping multiple validation errors returned by WorkflowServiceListResponse.ValidateAll() if the designated constraints aren't met.
func (WorkflowServiceListResponseMultiError) AllErrors ¶
func (m WorkflowServiceListResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkflowServiceListResponseMultiError) Error ¶
func (m WorkflowServiceListResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkflowServiceListResponseValidationError ¶
type WorkflowServiceListResponseValidationError struct {
// contains filtered or unexported fields
}
WorkflowServiceListResponseValidationError is the validation error returned by WorkflowServiceListResponse.Validate if the designated constraints aren't met.
func (WorkflowServiceListResponseValidationError) Cause ¶
func (e WorkflowServiceListResponseValidationError) Cause() error
Cause function returns cause value.
func (WorkflowServiceListResponseValidationError) Error ¶
func (e WorkflowServiceListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WorkflowServiceListResponseValidationError) ErrorName ¶
func (e WorkflowServiceListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WorkflowServiceListResponseValidationError) Field ¶
func (e WorkflowServiceListResponseValidationError) Field() string
Field function returns field value.
func (WorkflowServiceListResponseValidationError) Key ¶
func (e WorkflowServiceListResponseValidationError) Key() bool
Key function returns key value.
func (WorkflowServiceListResponseValidationError) Reason ¶
func (e WorkflowServiceListResponseValidationError) Reason() string
Reason function returns reason value.
type WorkflowServiceServer ¶
type WorkflowServiceServer interface { Create(context.Context, *WorkflowServiceCreateRequest) (*WorkflowServiceCreateResponse, error) List(context.Context, *WorkflowServiceListRequest) (*WorkflowServiceListResponse, 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
Source Files
¶
- auth.pb.go
- auth.pb.validate.go
- auth_grpc.pb.go
- cas_credentials.pb.go
- cas_credentials.pb.validate.go
- cas_credentials_grpc.pb.go
- context.pb.go
- context.pb.validate.go
- context_grpc.pb.go
- integrations.pb.go
- integrations.pb.validate.go
- integrations_grpc.pb.go
- oci_repository.pb.go
- oci_repository.pb.validate.go
- oci_repository_errors.pb.go
- oci_repository_grpc.pb.go
- org_metrics.pb.go
- org_metrics.pb.validate.go
- org_metrics_grpc.pb.go
- organization.pb.go
- organization.pb.validate.go
- organization_grpc.pb.go
- orgmetrics.go
- pagination.pb.go
- pagination.pb.validate.go
- response_messages.pb.go
- response_messages.pb.validate.go
- response_messages_errors.pb.go
- robot_accounts.pb.go
- robot_accounts.pb.validate.go
- robot_accounts_grpc.pb.go
- status.pb.go
- status.pb.validate.go
- status_grpc.pb.go
- status_http.pb.go
- workflow.pb.go
- workflow.pb.validate.go
- workflow_contract.pb.go
- workflow_contract.pb.validate.go
- workflow_contract_grpc.pb.go
- workflow_grpc.pb.go
- workflow_run.pb.go
- workflow_run.pb.validate.go
- workflow_run_grpc.pb.go