Versions in this module Expand all Collapse all v0 v0.2.70 Feb 26, 2025 v0.2.69 Feb 26, 2025 v0.2.68 Feb 25, 2025 Changes in this version + var ConstraintKind_name = map[int32]string + var ConstraintKind_value = map[string]int32 + var File_c1_config_config_proto protoreflect.FileDescriptor + var File_c1_config_rules_proto protoreflect.FileDescriptor + var StringFieldType_name = map[int32]string + var StringFieldType_value = map[string]int32 + var WellKnownString_name = map[int32]string + var WellKnownString_value = map[string]int32 + type BoolField struct + DefaultValue bool + Rules *BoolRules + func (*BoolField) Descriptor() ([]byte, []int) + func (*BoolField) ProtoMessage() + func (m *BoolField) Validate() error + func (m *BoolField) ValidateAll() error + func (x *BoolField) GetDefaultValue() bool + func (x *BoolField) GetRules() *BoolRules + func (x *BoolField) ProtoReflect() protoreflect.Message + func (x *BoolField) Reset() + func (x *BoolField) String() string + type BoolFieldMultiError []error + func (m BoolFieldMultiError) AllErrors() []error + func (m BoolFieldMultiError) Error() string + type BoolFieldValidationError struct + func (e BoolFieldValidationError) Cause() error + func (e BoolFieldValidationError) Error() string + func (e BoolFieldValidationError) ErrorName() string + func (e BoolFieldValidationError) Field() string + func (e BoolFieldValidationError) Key() bool + func (e BoolFieldValidationError) Reason() string + type BoolRules struct + Eq *bool + func (*BoolRules) Descriptor() ([]byte, []int) + func (*BoolRules) ProtoMessage() + func (m *BoolRules) Validate() error + func (m *BoolRules) ValidateAll() error + func (x *BoolRules) GetEq() bool + func (x *BoolRules) ProtoReflect() protoreflect.Message + func (x *BoolRules) Reset() + func (x *BoolRules) String() string + type BoolRulesMultiError []error + func (m BoolRulesMultiError) AllErrors() []error + func (m BoolRulesMultiError) Error() string + type BoolRulesValidationError struct + func (e BoolRulesValidationError) Cause() error + func (e BoolRulesValidationError) Error() string + func (e BoolRulesValidationError) ErrorName() string + func (e BoolRulesValidationError) Field() string + func (e BoolRulesValidationError) Key() bool + func (e BoolRulesValidationError) Reason() string + type Configuration struct + CatalogId string + Constraints []*Constraint + DisplayName string + Fields []*Field + HelpUrl string + IconUrl string + IsDirectory bool + func (*Configuration) Descriptor() ([]byte, []int) + func (*Configuration) ProtoMessage() + func (m *Configuration) Validate() error + func (m *Configuration) ValidateAll() error + func (x *Configuration) GetCatalogId() string + func (x *Configuration) GetConstraints() []*Constraint + func (x *Configuration) GetDisplayName() string + func (x *Configuration) GetFields() []*Field + func (x *Configuration) GetHelpUrl() string + func (x *Configuration) GetIconUrl() string + func (x *Configuration) GetIsDirectory() bool + func (x *Configuration) ProtoReflect() protoreflect.Message + func (x *Configuration) Reset() + func (x *Configuration) String() string + type ConfigurationMultiError []error + func (m ConfigurationMultiError) AllErrors() []error + func (m ConfigurationMultiError) Error() string + type ConfigurationValidationError struct + func (e ConfigurationValidationError) Cause() error + func (e ConfigurationValidationError) Error() string + func (e ConfigurationValidationError) ErrorName() string + func (e ConfigurationValidationError) Field() string + func (e ConfigurationValidationError) Key() bool + func (e ConfigurationValidationError) Reason() string + type Constraint struct + FieldNames []string + HelpText string + IsFieldGroup bool + Kind ConstraintKind + Name string + SecondaryFieldNames []string + func (*Constraint) Descriptor() ([]byte, []int) + func (*Constraint) ProtoMessage() + func (m *Constraint) Validate() error + func (m *Constraint) ValidateAll() error + func (x *Constraint) GetFieldNames() []string + func (x *Constraint) GetHelpText() string + func (x *Constraint) GetIsFieldGroup() bool + func (x *Constraint) GetKind() ConstraintKind + func (x *Constraint) GetName() string + func (x *Constraint) GetSecondaryFieldNames() []string + func (x *Constraint) ProtoReflect() protoreflect.Message + func (x *Constraint) Reset() + func (x *Constraint) String() string + type ConstraintKind int32 + const ConstraintKind_CONSTRAINT_KIND_AT_LEAST_ONE + const ConstraintKind_CONSTRAINT_KIND_DEPENDENT_ON + const ConstraintKind_CONSTRAINT_KIND_MUTUALLY_EXCLUSIVE + const ConstraintKind_CONSTRAINT_KIND_REQUIRED_TOGETHER + func (ConstraintKind) Descriptor() protoreflect.EnumDescriptor + func (ConstraintKind) EnumDescriptor() ([]byte, []int) + func (ConstraintKind) Type() protoreflect.EnumType + func (x ConstraintKind) Enum() *ConstraintKind + func (x ConstraintKind) Number() protoreflect.EnumNumber + func (x ConstraintKind) String() string + type ConstraintMultiError []error + func (m ConstraintMultiError) AllErrors() []error + func (m ConstraintMultiError) Error() string + type ConstraintValidationError struct + func (e ConstraintValidationError) Cause() error + func (e ConstraintValidationError) Error() string + func (e ConstraintValidationError) ErrorName() string + func (e ConstraintValidationError) Field() string + func (e ConstraintValidationError) Key() bool + func (e ConstraintValidationError) Reason() string + type Field struct + Description string + DisplayName string + Field isField_Field + IsOps bool + IsRequired bool + IsSecret bool + Name string + Placeholder string + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (m *Field) Validate() error + func (m *Field) ValidateAll() error + func (x *Field) GetBoolField() *BoolField + func (x *Field) GetDescription() string + func (x *Field) GetDisplayName() string + func (x *Field) GetField() isField_Field + func (x *Field) GetIntField() *IntField + func (x *Field) GetIsOps() bool + func (x *Field) GetIsRequired() bool + func (x *Field) GetIsSecret() bool + func (x *Field) GetName() string + func (x *Field) GetPlaceholder() string + func (x *Field) GetStringField() *StringField + func (x *Field) GetStringSliceField() *StringSliceField + func (x *Field) ProtoReflect() protoreflect.Message + func (x *Field) Reset() + func (x *Field) String() string + type FieldMultiError []error + func (m FieldMultiError) AllErrors() []error + func (m FieldMultiError) Error() string + type FieldValidationError struct + func (e FieldValidationError) Cause() error + func (e FieldValidationError) Error() string + func (e FieldValidationError) ErrorName() string + func (e FieldValidationError) Field() string + func (e FieldValidationError) Key() bool + func (e FieldValidationError) Reason() string + type Field_BoolField struct + BoolField *BoolField + type Field_IntField struct + IntField *IntField + type Field_StringField struct + StringField *StringField + type Field_StringSliceField struct + StringSliceField *StringSliceField + type Int64Rules struct + Eq *int64 + Gt *int64 + Gte *int64 + IgnoreEmpty bool + In []int64 + IsRequired bool + Lt *int64 + Lte *int64 + NotIn []int64 + func (*Int64Rules) Descriptor() ([]byte, []int) + func (*Int64Rules) ProtoMessage() + func (m *Int64Rules) Validate() error + func (m *Int64Rules) ValidateAll() error + func (x *Int64Rules) GetEq() int64 + func (x *Int64Rules) GetGt() int64 + func (x *Int64Rules) GetGte() int64 + func (x *Int64Rules) GetIgnoreEmpty() bool + func (x *Int64Rules) GetIn() []int64 + func (x *Int64Rules) GetIsRequired() bool + func (x *Int64Rules) GetLt() int64 + func (x *Int64Rules) GetLte() int64 + func (x *Int64Rules) GetNotIn() []int64 + func (x *Int64Rules) ProtoReflect() protoreflect.Message + func (x *Int64Rules) Reset() + func (x *Int64Rules) String() string + type Int64RulesMultiError []error + func (m Int64RulesMultiError) AllErrors() []error + func (m Int64RulesMultiError) Error() string + type Int64RulesValidationError struct + func (e Int64RulesValidationError) Cause() error + func (e Int64RulesValidationError) Error() string + func (e Int64RulesValidationError) ErrorName() string + func (e Int64RulesValidationError) Field() string + func (e Int64RulesValidationError) Key() bool + func (e Int64RulesValidationError) Reason() string + type IntField struct + DefaultValue int64 + Rules *Int64Rules + func (*IntField) Descriptor() ([]byte, []int) + func (*IntField) ProtoMessage() + func (m *IntField) Validate() error + func (m *IntField) ValidateAll() error + func (x *IntField) GetDefaultValue() int64 + func (x *IntField) GetRules() *Int64Rules + func (x *IntField) ProtoReflect() protoreflect.Message + func (x *IntField) Reset() + func (x *IntField) String() string + type IntFieldMultiError []error + func (m IntFieldMultiError) AllErrors() []error + func (m IntFieldMultiError) Error() string + type IntFieldValidationError struct + func (e IntFieldValidationError) Cause() error + func (e IntFieldValidationError) Error() string + func (e IntFieldValidationError) ErrorName() string + func (e IntFieldValidationError) Field() string + func (e IntFieldValidationError) Key() bool + func (e IntFieldValidationError) Reason() string + type RepeatedRules struct + IgnoreEmpty bool + IsRequired bool + ItemRules isRepeatedRules_ItemRules + MaxItems *uint64 + MinItems *uint64 + Unique bool + func (*RepeatedRules) Descriptor() ([]byte, []int) + func (*RepeatedRules) ProtoMessage() + func (m *RepeatedRules) Validate() error + func (m *RepeatedRules) ValidateAll() error + func (x *RepeatedRules) GetBool() *BoolRules + func (x *RepeatedRules) GetIgnoreEmpty() bool + func (x *RepeatedRules) GetInt64() *Int64Rules + func (x *RepeatedRules) GetIsRequired() bool + func (x *RepeatedRules) GetItemRules() isRepeatedRules_ItemRules + func (x *RepeatedRules) GetMaxItems() uint64 + func (x *RepeatedRules) GetMinItems() uint64 + func (x *RepeatedRules) GetString_() *StringRules + func (x *RepeatedRules) GetUnique() bool + func (x *RepeatedRules) ProtoReflect() protoreflect.Message + func (x *RepeatedRules) Reset() + func (x *RepeatedRules) String() string + type RepeatedRulesMultiError []error + func (m RepeatedRulesMultiError) AllErrors() []error + func (m RepeatedRulesMultiError) Error() string + type RepeatedRulesValidationError struct + func (e RepeatedRulesValidationError) Cause() error + func (e RepeatedRulesValidationError) Error() string + func (e RepeatedRulesValidationError) ErrorName() string + func (e RepeatedRulesValidationError) Field() string + func (e RepeatedRulesValidationError) Key() bool + func (e RepeatedRulesValidationError) Reason() string + type RepeatedRules_Bool struct + Bool *BoolRules + type RepeatedRules_Int64 struct + Int64 *Int64Rules + type RepeatedRules_String_ struct + String_ *StringRules + type RepeatedStringRules struct + IgnoreEmpty bool + IsRequired bool + ItemRules *StringRules + MaxItems *uint64 + MinItems *uint64 + Unique bool + func (*RepeatedStringRules) Descriptor() ([]byte, []int) + func (*RepeatedStringRules) ProtoMessage() + func (m *RepeatedStringRules) Validate() error + func (m *RepeatedStringRules) ValidateAll() error + func (x *RepeatedStringRules) GetIgnoreEmpty() bool + func (x *RepeatedStringRules) GetIsRequired() bool + func (x *RepeatedStringRules) GetItemRules() *StringRules + func (x *RepeatedStringRules) GetMaxItems() uint64 + func (x *RepeatedStringRules) GetMinItems() uint64 + func (x *RepeatedStringRules) GetUnique() bool + func (x *RepeatedStringRules) ProtoReflect() protoreflect.Message + func (x *RepeatedStringRules) Reset() + func (x *RepeatedStringRules) String() string + type RepeatedStringRulesMultiError []error + func (m RepeatedStringRulesMultiError) AllErrors() []error + func (m RepeatedStringRulesMultiError) Error() string + type RepeatedStringRulesValidationError struct + func (e RepeatedStringRulesValidationError) Cause() error + func (e RepeatedStringRulesValidationError) Error() string + func (e RepeatedStringRulesValidationError) ErrorName() string + func (e RepeatedStringRulesValidationError) Field() string + func (e RepeatedStringRulesValidationError) Key() bool + func (e RepeatedStringRulesValidationError) Reason() string + type StringField struct + AllowedExtensions []string + DefaultValue string + Options []*StringFieldOption + Rules *StringRules + Type StringFieldType + func (*StringField) Descriptor() ([]byte, []int) + func (*StringField) ProtoMessage() + func (m *StringField) Validate() error + func (m *StringField) ValidateAll() error + func (x *StringField) GetAllowedExtensions() []string + func (x *StringField) GetDefaultValue() string + func (x *StringField) GetOptions() []*StringFieldOption + func (x *StringField) GetRules() *StringRules + func (x *StringField) GetType() StringFieldType + func (x *StringField) ProtoReflect() protoreflect.Message + func (x *StringField) Reset() + func (x *StringField) String() string + type StringFieldMultiError []error + func (m StringFieldMultiError) AllErrors() []error + func (m StringFieldMultiError) Error() string + type StringFieldOption struct + DisplayName string + Name string + Value string + func (*StringFieldOption) Descriptor() ([]byte, []int) + func (*StringFieldOption) ProtoMessage() + func (m *StringFieldOption) Validate() error + func (m *StringFieldOption) ValidateAll() error + func (x *StringFieldOption) GetDisplayName() string + func (x *StringFieldOption) GetName() string + func (x *StringFieldOption) GetValue() string + func (x *StringFieldOption) ProtoReflect() protoreflect.Message + func (x *StringFieldOption) Reset() + func (x *StringFieldOption) String() string + type StringFieldOptionMultiError []error + func (m StringFieldOptionMultiError) AllErrors() []error + func (m StringFieldOptionMultiError) Error() string + type StringFieldOptionValidationError struct + func (e StringFieldOptionValidationError) Cause() error + func (e StringFieldOptionValidationError) Error() string + func (e StringFieldOptionValidationError) ErrorName() string + func (e StringFieldOptionValidationError) Field() string + func (e StringFieldOptionValidationError) Key() bool + func (e StringFieldOptionValidationError) Reason() string + type StringFieldType int32 + const StringFieldType_STRING_FIELD_TYPE_CONNECTOR_DERIVED_OPTIONS + const StringFieldType_STRING_FIELD_TYPE_FILE_UPLOAD + const StringFieldType_STRING_FIELD_TYPE_OAUTH2 + const StringFieldType_STRING_FIELD_TYPE_RANDOM + const StringFieldType_STRING_FIELD_TYPE_TEXT + func (StringFieldType) Descriptor() protoreflect.EnumDescriptor + func (StringFieldType) EnumDescriptor() ([]byte, []int) + func (StringFieldType) Type() protoreflect.EnumType + func (x StringFieldType) Enum() *StringFieldType + func (x StringFieldType) Number() protoreflect.EnumNumber + func (x StringFieldType) String() string + type StringFieldValidationError struct + func (e StringFieldValidationError) Cause() error + func (e StringFieldValidationError) Error() string + func (e StringFieldValidationError) ErrorName() string + func (e StringFieldValidationError) Field() string + func (e StringFieldValidationError) Key() bool + func (e StringFieldValidationError) Reason() string + type StringRules struct + Contains *string + Eq *string + IgnoreEmpty bool + In []string + IsRequired bool + Len *uint64 + MaxLen *uint64 + MinLen *uint64 + NotContains *string + NotIn []string + Pattern *string + Prefix *string + Suffix *string + WellKnown WellKnownString + func (*StringRules) Descriptor() ([]byte, []int) + func (*StringRules) ProtoMessage() + func (m *StringRules) Validate() error + func (m *StringRules) ValidateAll() error + func (x *StringRules) GetContains() string + func (x *StringRules) GetEq() string + func (x *StringRules) GetIgnoreEmpty() bool + func (x *StringRules) GetIn() []string + func (x *StringRules) GetIsRequired() bool + func (x *StringRules) GetLen() uint64 + func (x *StringRules) GetMaxLen() uint64 + func (x *StringRules) GetMinLen() uint64 + func (x *StringRules) GetNotContains() string + func (x *StringRules) GetNotIn() []string + func (x *StringRules) GetPattern() string + func (x *StringRules) GetPrefix() string + func (x *StringRules) GetSuffix() string + func (x *StringRules) GetWellKnown() WellKnownString + func (x *StringRules) ProtoReflect() protoreflect.Message + func (x *StringRules) Reset() + func (x *StringRules) String() string + type StringRulesMultiError []error + func (m StringRulesMultiError) AllErrors() []error + func (m StringRulesMultiError) Error() string + type StringRulesValidationError struct + func (e StringRulesValidationError) Cause() error + func (e StringRulesValidationError) Error() string + func (e StringRulesValidationError) ErrorName() string + func (e StringRulesValidationError) Field() string + func (e StringRulesValidationError) Key() bool + func (e StringRulesValidationError) Reason() string + type StringSliceField struct + DefaultValue []string + Rules *RepeatedStringRules + func (*StringSliceField) Descriptor() ([]byte, []int) + func (*StringSliceField) ProtoMessage() + func (m *StringSliceField) Validate() error + func (m *StringSliceField) ValidateAll() error + func (x *StringSliceField) GetDefaultValue() []string + func (x *StringSliceField) GetRules() *RepeatedStringRules + func (x *StringSliceField) ProtoReflect() protoreflect.Message + func (x *StringSliceField) Reset() + func (x *StringSliceField) String() string + type StringSliceFieldMultiError []error + func (m StringSliceFieldMultiError) AllErrors() []error + func (m StringSliceFieldMultiError) Error() string + type StringSliceFieldValidationError struct + func (e StringSliceFieldValidationError) Cause() error + func (e StringSliceFieldValidationError) Error() string + func (e StringSliceFieldValidationError) ErrorName() string + func (e StringSliceFieldValidationError) Field() string + func (e StringSliceFieldValidationError) Key() bool + func (e StringSliceFieldValidationError) Reason() string + type WellKnownString int32 + const WellKnownString_WELL_KNOWN_STRING_ADDRESS + const WellKnownString_WELL_KNOWN_STRING_EMAIL + const WellKnownString_WELL_KNOWN_STRING_HOSTNAME + const WellKnownString_WELL_KNOWN_STRING_IP + const WellKnownString_WELL_KNOWN_STRING_IPV4 + const WellKnownString_WELL_KNOWN_STRING_IPV6 + const WellKnownString_WELL_KNOWN_STRING_UNKNOWN + const WellKnownString_WELL_KNOWN_STRING_URI + const WellKnownString_WELL_KNOWN_STRING_UUID + func (WellKnownString) Descriptor() protoreflect.EnumDescriptor + func (WellKnownString) EnumDescriptor() ([]byte, []int) + func (WellKnownString) Type() protoreflect.EnumType + func (x WellKnownString) Enum() *WellKnownString + func (x WellKnownString) Number() protoreflect.EnumNumber + func (x WellKnownString) String() string