mgmtv1alpha1

package
v0.4.36 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 19 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JobStatus_name = map[int32]string{
		0: "JOB_STATUS_UNSPECIFIED",
		1: "JOB_STATUS_ENABLED",
		3: "JOB_STATUS_PAUSED",
		4: "JOB_STATUS_DISABLED",
	}
	JobStatus_value = map[string]int32{
		"JOB_STATUS_UNSPECIFIED": 0,
		"JOB_STATUS_ENABLED":     1,
		"JOB_STATUS_PAUSED":      3,
		"JOB_STATUS_DISABLED":    4,
	}
)

Enum value maps for JobStatus.

View Source
var (
	ActivityStatus_name = map[int32]string{
		0: "ACTIVITY_STATUS_UNSPECIFIED",
		1: "ACTIVITY_STATUS_SCHEDULED",
		2: "ACTIVITY_STATUS_STARTED",
		3: "ACTIVITY_STATUS_CANCELED",
		4: "ACTIVITY_STATUS_FAILED",
	}
	ActivityStatus_value = map[string]int32{
		"ACTIVITY_STATUS_UNSPECIFIED": 0,
		"ACTIVITY_STATUS_SCHEDULED":   1,
		"ACTIVITY_STATUS_STARTED":     2,
		"ACTIVITY_STATUS_CANCELED":    3,
		"ACTIVITY_STATUS_FAILED":      4,
	}
)

Enum value maps for ActivityStatus.

View Source
var (
	JobRunStatus_name = map[int32]string{
		0: "JOB_RUN_STATUS_UNSPECIFIED",
		1: "JOB_RUN_STATUS_PENDING",
		2: "JOB_RUN_STATUS_RUNNING",
		3: "JOB_RUN_STATUS_COMPLETE",
		4: "JOB_RUN_STATUS_ERROR",
		5: "JOB_RUN_STATUS_CANCELED",
		6: "JOB_RUN_STATUS_TERMINATED",
		7: "JOB_RUN_STATUS_FAILED",
		8: "JOB_RUN_STATUS_TIMED_OUT",
	}
	JobRunStatus_value = map[string]int32{
		"JOB_RUN_STATUS_UNSPECIFIED": 0,
		"JOB_RUN_STATUS_PENDING":     1,
		"JOB_RUN_STATUS_RUNNING":     2,
		"JOB_RUN_STATUS_COMPLETE":    3,
		"JOB_RUN_STATUS_ERROR":       4,
		"JOB_RUN_STATUS_CANCELED":    5,
		"JOB_RUN_STATUS_TERMINATED":  6,
		"JOB_RUN_STATUS_FAILED":      7,
		"JOB_RUN_STATUS_TIMED_OUT":   8,
	}
)

Enum value maps for JobRunStatus.

View Source
var (
	LogWindow_name = map[int32]string{
		0: "LOG_WINDOW_NO_TIME_UNSPECIFIED",
		1: "LOG_WINDOW_FIFTEEN_MIN",
		2: "LOG_WINDOW_ONE_HOUR",
		3: "LOG_WINDOW_ONE_DAY",
	}
	LogWindow_value = map[string]int32{
		"LOG_WINDOW_NO_TIME_UNSPECIFIED": 0,
		"LOG_WINDOW_FIFTEEN_MIN":         1,
		"LOG_WINDOW_ONE_HOUR":            2,
		"LOG_WINDOW_ONE_DAY":             3,
	}
)

Enum value maps for LogWindow.

View Source
var (
	LogLevel_name = map[int32]string{
		0: "LOG_LEVEL_UNSPECIFIED",
		1: "LOG_LEVEL_DEBUG",
		2: "LOG_LEVEL_INFO",
		3: "LOG_LEVEL_WARN",
		4: "LOG_LEVEL_ERROR",
	}
	LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG":       1,
		"LOG_LEVEL_INFO":        2,
		"LOG_LEVEL_WARN":        3,
		"LOG_LEVEL_ERROR":       4,
	}
)

Enum value maps for LogLevel.

View Source
var (
	RangedMetricName_name = map[int32]string{
		0: "RANGED_METRIC_NAME_UNSPECIFIED",
		1: "RANGED_METRIC_NAME_INPUT_RECEIVED",
	}
	RangedMetricName_value = map[string]int32{
		"RANGED_METRIC_NAME_UNSPECIFIED":    0,
		"RANGED_METRIC_NAME_INPUT_RECEIVED": 1,
	}
)

Enum value maps for RangedMetricName.

View Source
var (
	TransformerSource_name = map[int32]string{
		0:  "TRANSFORMER_SOURCE_UNSPECIFIED",
		1:  "TRANSFORMER_SOURCE_PASSTHROUGH",
		2:  "TRANSFORMER_SOURCE_GENERATE_DEFAULT",
		3:  "TRANSFORMER_SOURCE_TRANSFORM_JAVASCRIPT",
		4:  "TRANSFORMER_SOURCE_GENERATE_EMAIL",
		5:  "TRANSFORMER_SOURCE_TRANSFORM_EMAIL",
		6:  "TRANSFORMER_SOURCE_GENERATE_BOOL",
		7:  "TRANSFORMER_SOURCE_GENERATE_CARD_NUMBER",
		8:  "TRANSFORMER_SOURCE_GENERATE_CITY",
		9:  "TRANSFORMER_SOURCE_GENERATE_E164_PHONE_NUMBER",
		10: "TRANSFORMER_SOURCE_GENERATE_FIRST_NAME",
		11: "TRANSFORMER_SOURCE_GENERATE_FLOAT64",
		12: "TRANSFORMER_SOURCE_GENERATE_FULL_ADDRESS",
		13: "TRANSFORMER_SOURCE_GENERATE_FULL_NAME",
		14: "TRANSFORMER_SOURCE_GENERATE_GENDER",
		15: "TRANSFORMER_SOURCE_GENERATE_INT64_PHONE_NUMBER",
		16: "TRANSFORMER_SOURCE_GENERATE_INT64",
		17: "TRANSFORMER_SOURCE_GENERATE_RANDOM_INT64",
		18: "TRANSFORMER_SOURCE_GENERATE_LAST_NAME",
		19: "TRANSFORMER_SOURCE_GENERATE_SHA256HASH",
		20: "TRANSFORMER_SOURCE_GENERATE_SSN",
		21: "TRANSFORMER_SOURCE_GENERATE_STATE",
		22: "TRANSFORMER_SOURCE_GENERATE_STREET_ADDRESS",
		23: "TRANSFORMER_SOURCE_GENERATE_STRING_PHONE_NUMBER",
		24: "TRANSFORMER_SOURCE_GENERATE_STRING",
		25: "TRANSFORMER_SOURCE_GENERATE_RANDOM_STRING",
		26: "TRANSFORMER_SOURCE_GENERATE_UNIXTIMESTAMP",
		27: "TRANSFORMER_SOURCE_GENERATE_USERNAME",
		28: "TRANSFORMER_SOURCE_GENERATE_UTCTIMESTAMP",
		29: "TRANSFORMER_SOURCE_GENERATE_UUID",
		30: "TRANSFORMER_SOURCE_GENERATE_ZIPCODE",
		31: "TRANSFORMER_SOURCE_TRANSFORM_E164_PHONE_NUMBER",
		32: "TRANSFORMER_SOURCE_TRANSFORM_FIRST_NAME",
		33: "TRANSFORMER_SOURCE_TRANSFORM_FLOAT64",
		34: "TRANSFORMER_SOURCE_TRANSFORM_FULL_NAME",
		35: "TRANSFORMER_SOURCE_TRANSFORM_INT64_PHONE_NUMBER",
		36: "TRANSFORMER_SOURCE_TRANSFORM_INT64",
		37: "TRANSFORMER_SOURCE_TRANSFORM_LAST_NAME",
		38: "TRANSFORMER_SOURCE_TRANSFORM_PHONE_NUMBER",
		39: "TRANSFORMER_SOURCE_TRANSFORM_STRING",
		40: "TRANSFORMER_SOURCE_GENERATE_NULL",
		42: "TRANSFORMER_SOURCE_GENERATE_CATEGORICAL",
		43: "TRANSFORMER_SOURCE_TRANSFORM_CHARACTER_SCRAMBLE",
		44: "TRANSFORMER_SOURCE_USER_DEFINED",
		45: "TRANSFORMER_SOURCE_GENERATE_JAVASCRIPT",
	}
	TransformerSource_value = map[string]int32{
		"TRANSFORMER_SOURCE_UNSPECIFIED":                  0,
		"TRANSFORMER_SOURCE_PASSTHROUGH":                  1,
		"TRANSFORMER_SOURCE_GENERATE_DEFAULT":             2,
		"TRANSFORMER_SOURCE_TRANSFORM_JAVASCRIPT":         3,
		"TRANSFORMER_SOURCE_GENERATE_EMAIL":               4,
		"TRANSFORMER_SOURCE_TRANSFORM_EMAIL":              5,
		"TRANSFORMER_SOURCE_GENERATE_BOOL":                6,
		"TRANSFORMER_SOURCE_GENERATE_CARD_NUMBER":         7,
		"TRANSFORMER_SOURCE_GENERATE_CITY":                8,
		"TRANSFORMER_SOURCE_GENERATE_E164_PHONE_NUMBER":   9,
		"TRANSFORMER_SOURCE_GENERATE_FIRST_NAME":          10,
		"TRANSFORMER_SOURCE_GENERATE_FLOAT64":             11,
		"TRANSFORMER_SOURCE_GENERATE_FULL_ADDRESS":        12,
		"TRANSFORMER_SOURCE_GENERATE_FULL_NAME":           13,
		"TRANSFORMER_SOURCE_GENERATE_GENDER":              14,
		"TRANSFORMER_SOURCE_GENERATE_INT64_PHONE_NUMBER":  15,
		"TRANSFORMER_SOURCE_GENERATE_INT64":               16,
		"TRANSFORMER_SOURCE_GENERATE_RANDOM_INT64":        17,
		"TRANSFORMER_SOURCE_GENERATE_LAST_NAME":           18,
		"TRANSFORMER_SOURCE_GENERATE_SHA256HASH":          19,
		"TRANSFORMER_SOURCE_GENERATE_SSN":                 20,
		"TRANSFORMER_SOURCE_GENERATE_STATE":               21,
		"TRANSFORMER_SOURCE_GENERATE_STREET_ADDRESS":      22,
		"TRANSFORMER_SOURCE_GENERATE_STRING_PHONE_NUMBER": 23,
		"TRANSFORMER_SOURCE_GENERATE_STRING":              24,
		"TRANSFORMER_SOURCE_GENERATE_RANDOM_STRING":       25,
		"TRANSFORMER_SOURCE_GENERATE_UNIXTIMESTAMP":       26,
		"TRANSFORMER_SOURCE_GENERATE_USERNAME":            27,
		"TRANSFORMER_SOURCE_GENERATE_UTCTIMESTAMP":        28,
		"TRANSFORMER_SOURCE_GENERATE_UUID":                29,
		"TRANSFORMER_SOURCE_GENERATE_ZIPCODE":             30,
		"TRANSFORMER_SOURCE_TRANSFORM_E164_PHONE_NUMBER":  31,
		"TRANSFORMER_SOURCE_TRANSFORM_FIRST_NAME":         32,
		"TRANSFORMER_SOURCE_TRANSFORM_FLOAT64":            33,
		"TRANSFORMER_SOURCE_TRANSFORM_FULL_NAME":          34,
		"TRANSFORMER_SOURCE_TRANSFORM_INT64_PHONE_NUMBER": 35,
		"TRANSFORMER_SOURCE_TRANSFORM_INT64":              36,
		"TRANSFORMER_SOURCE_TRANSFORM_LAST_NAME":          37,
		"TRANSFORMER_SOURCE_TRANSFORM_PHONE_NUMBER":       38,
		"TRANSFORMER_SOURCE_TRANSFORM_STRING":             39,
		"TRANSFORMER_SOURCE_GENERATE_NULL":                40,
		"TRANSFORMER_SOURCE_GENERATE_CATEGORICAL":         42,
		"TRANSFORMER_SOURCE_TRANSFORM_CHARACTER_SCRAMBLE": 43,
		"TRANSFORMER_SOURCE_USER_DEFINED":                 44,
		"TRANSFORMER_SOURCE_GENERATE_JAVASCRIPT":          45,
	}
)

Enum value maps for TransformerSource.

View Source
var (
	TransformerDataType_name = map[int32]string{
		0: "TRANSFORMER_DATA_TYPE_UNSPECIFIED",
		1: "TRANSFORMER_DATA_TYPE_STRING",
		2: "TRANSFORMER_DATA_TYPE_INT64",
		3: "TRANSFORMER_DATA_TYPE_BOOLEAN",
		4: "TRANSFORMER_DATA_TYPE_FLOAT64",
		5: "TRANSFORMER_DATA_TYPE_NULL",
		6: "TRANSFORMER_DATA_TYPE_ANY",
		7: "TRANSFORMER_DATA_TYPE_TIME",
		8: "TRANSFORMER_DATA_TYPE_UUID",
	}
	TransformerDataType_value = map[string]int32{
		"TRANSFORMER_DATA_TYPE_UNSPECIFIED": 0,
		"TRANSFORMER_DATA_TYPE_STRING":      1,
		"TRANSFORMER_DATA_TYPE_INT64":       2,
		"TRANSFORMER_DATA_TYPE_BOOLEAN":     3,
		"TRANSFORMER_DATA_TYPE_FLOAT64":     4,
		"TRANSFORMER_DATA_TYPE_NULL":        5,
		"TRANSFORMER_DATA_TYPE_ANY":         6,
		"TRANSFORMER_DATA_TYPE_TIME":        7,
		"TRANSFORMER_DATA_TYPE_UUID":        8,
	}
)

Enum value maps for TransformerDataType.

View Source
var (
	SupportedJobType_name = map[int32]string{
		0: "SUPPORTED_JOB_TYPE_UNSPECIFIED",
		1: "SUPPORTED_JOB_TYPE_SYNC",
		2: "SUPPORTED_JOB_TYPE_GENERATE",
	}
	SupportedJobType_value = map[string]int32{
		"SUPPORTED_JOB_TYPE_UNSPECIFIED": 0,
		"SUPPORTED_JOB_TYPE_SYNC":        1,
		"SUPPORTED_JOB_TYPE_GENERATE":    2,
	}
)

Enum value maps for SupportedJobType.

View Source
var (
	GenerateEmailType_name = map[int32]string{
		0: "GENERATE_EMAIL_TYPE_UNSPECIFIED",
		1: "GENERATE_EMAIL_TYPE_UUID_V4",
		2: "GENERATE_EMAIL_TYPE_FULLNAME",
	}
	GenerateEmailType_value = map[string]int32{
		"GENERATE_EMAIL_TYPE_UNSPECIFIED": 0,
		"GENERATE_EMAIL_TYPE_UUID_V4":     1,
		"GENERATE_EMAIL_TYPE_FULLNAME":    2,
	}
)

Enum value maps for GenerateEmailType.

View Source
var (
	InvalidEmailAction_name = map[int32]string{
		0: "INVALID_EMAIL_ACTION_UNSPECIFIED",
		1: "INVALID_EMAIL_ACTION_REJECT",
		2: "INVALID_EMAIL_ACTION_NULL",
		3: "INVALID_EMAIL_ACTION_PASSTHROUGH",
		4: "INVALID_EMAIL_ACTION_GENERATE",
	}
	InvalidEmailAction_value = map[string]int32{
		"INVALID_EMAIL_ACTION_UNSPECIFIED": 0,
		"INVALID_EMAIL_ACTION_REJECT":      1,
		"INVALID_EMAIL_ACTION_NULL":        2,
		"INVALID_EMAIL_ACTION_PASSTHROUGH": 3,
		"INVALID_EMAIL_ACTION_GENERATE":    4,
	}
)

Enum value maps for InvalidEmailAction.

View Source
var (
	UserAccountType_name = map[int32]string{
		0: "USER_ACCOUNT_TYPE_UNSPECIFIED",
		1: "USER_ACCOUNT_TYPE_PERSONAL",
		2: "USER_ACCOUNT_TYPE_TEAM",
		3: "USER_ACCOUNT_TYPE_ENTERPRISE",
	}
	UserAccountType_value = map[string]int32{
		"USER_ACCOUNT_TYPE_UNSPECIFIED": 0,
		"USER_ACCOUNT_TYPE_PERSONAL":    1,
		"USER_ACCOUNT_TYPE_TEAM":        2,
		"USER_ACCOUNT_TYPE_ENTERPRISE":  3,
	}
)

Enum value maps for UserAccountType.

View Source
var File_mgmt_v1alpha1_api_key_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_auth_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_connection_data_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_connection_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_job_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_metrics_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_transformer_proto protoreflect.FileDescriptor
View Source
var File_mgmt_v1alpha1_user_account_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcceptTeamAccountInviteRequest

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

func (*AcceptTeamAccountInviteRequest) Descriptor deprecated

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

Deprecated: Use AcceptTeamAccountInviteRequest.ProtoReflect.Descriptor instead.

func (*AcceptTeamAccountInviteRequest) GetToken

func (x *AcceptTeamAccountInviteRequest) GetToken() string

func (*AcceptTeamAccountInviteRequest) ProtoMessage

func (*AcceptTeamAccountInviteRequest) ProtoMessage()

func (*AcceptTeamAccountInviteRequest) ProtoReflect

func (*AcceptTeamAccountInviteRequest) Reset

func (x *AcceptTeamAccountInviteRequest) Reset()

func (*AcceptTeamAccountInviteRequest) String

func (*AcceptTeamAccountInviteRequest) Validate

func (m *AcceptTeamAccountInviteRequest) Validate() error

Validate checks the field values on AcceptTeamAccountInviteRequest 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 (*AcceptTeamAccountInviteRequest) ValidateAll

func (m *AcceptTeamAccountInviteRequest) ValidateAll() error

ValidateAll checks the field values on AcceptTeamAccountInviteRequest 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 AcceptTeamAccountInviteRequestMultiError, or nil if none found.

type AcceptTeamAccountInviteRequestMultiError

type AcceptTeamAccountInviteRequestMultiError []error

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

func (AcceptTeamAccountInviteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AcceptTeamAccountInviteRequestMultiError) Error

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

type AcceptTeamAccountInviteRequestValidationError

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

AcceptTeamAccountInviteRequestValidationError is the validation error returned by AcceptTeamAccountInviteRequest.Validate if the designated constraints aren't met.

func (AcceptTeamAccountInviteRequestValidationError) Cause

Cause function returns cause value.

func (AcceptTeamAccountInviteRequestValidationError) Error

Error satisfies the builtin error interface

func (AcceptTeamAccountInviteRequestValidationError) ErrorName

ErrorName returns error name.

func (AcceptTeamAccountInviteRequestValidationError) Field

Field function returns field value.

func (AcceptTeamAccountInviteRequestValidationError) Key

Key function returns key value.

func (AcceptTeamAccountInviteRequestValidationError) Reason

Reason function returns reason value.

type AcceptTeamAccountInviteResponse

type AcceptTeamAccountInviteResponse struct {
	Account *UserAccount `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptTeamAccountInviteResponse) Descriptor deprecated

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

Deprecated: Use AcceptTeamAccountInviteResponse.ProtoReflect.Descriptor instead.

func (*AcceptTeamAccountInviteResponse) GetAccount

func (*AcceptTeamAccountInviteResponse) ProtoMessage

func (*AcceptTeamAccountInviteResponse) ProtoMessage()

func (*AcceptTeamAccountInviteResponse) ProtoReflect

func (*AcceptTeamAccountInviteResponse) Reset

func (*AcceptTeamAccountInviteResponse) String

func (*AcceptTeamAccountInviteResponse) Validate

func (m *AcceptTeamAccountInviteResponse) Validate() error

Validate checks the field values on AcceptTeamAccountInviteResponse 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 (*AcceptTeamAccountInviteResponse) ValidateAll

func (m *AcceptTeamAccountInviteResponse) ValidateAll() error

ValidateAll checks the field values on AcceptTeamAccountInviteResponse 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 AcceptTeamAccountInviteResponseMultiError, or nil if none found.

type AcceptTeamAccountInviteResponseMultiError

type AcceptTeamAccountInviteResponseMultiError []error

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

func (AcceptTeamAccountInviteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AcceptTeamAccountInviteResponseMultiError) Error

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

type AcceptTeamAccountInviteResponseValidationError

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

AcceptTeamAccountInviteResponseValidationError is the validation error returned by AcceptTeamAccountInviteResponse.Validate if the designated constraints aren't met.

func (AcceptTeamAccountInviteResponseValidationError) Cause

Cause function returns cause value.

func (AcceptTeamAccountInviteResponseValidationError) Error

Error satisfies the builtin error interface

func (AcceptTeamAccountInviteResponseValidationError) ErrorName

ErrorName returns error name.

func (AcceptTeamAccountInviteResponseValidationError) Field

Field function returns field value.

func (AcceptTeamAccountInviteResponseValidationError) Key

Key function returns key value.

func (AcceptTeamAccountInviteResponseValidationError) Reason

Reason function returns reason value.

type AccessToken

type AccessToken struct {

	// The access token that will be provided in subsequent requests to provide authenticated access to the Api
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Token that can be used to retrieve a refreshed access token.
	// Will not be provided if the offline_access scope is not provided in the initial login flow.
	RefreshToken *string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3,oneof" json:"refresh_token,omitempty"`
	// Relative time in seconds that the access token will expire. Combine with the current time to get the expires_at time.
	ExpiresIn int64 `protobuf:"varint,3,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// The scopes that the access token have
	Scope string `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"`
	// The identity token of the authenticated user
	IdToken *string `protobuf:"bytes,5,opt,name=id_token,json=idToken,proto3,oneof" json:"id_token,omitempty"`
	// The token type. For JWTs, this will be `Bearer`
	TokenType string `protobuf:"bytes,6,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// contains filtered or unexported fields
}

A decoded representation of an Access token from the backing auth server

func (*AccessToken) Descriptor deprecated

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

Deprecated: Use AccessToken.ProtoReflect.Descriptor instead.

func (*AccessToken) GetAccessToken

func (x *AccessToken) GetAccessToken() string

func (*AccessToken) GetExpiresIn

func (x *AccessToken) GetExpiresIn() int64

func (*AccessToken) GetIdToken

func (x *AccessToken) GetIdToken() string

func (*AccessToken) GetRefreshToken

func (x *AccessToken) GetRefreshToken() string

func (*AccessToken) GetScope

func (x *AccessToken) GetScope() string

func (*AccessToken) GetTokenType

func (x *AccessToken) GetTokenType() string

func (*AccessToken) ProtoMessage

func (*AccessToken) ProtoMessage()

func (*AccessToken) ProtoReflect

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

func (*AccessToken) Reset

func (x *AccessToken) Reset()

func (*AccessToken) String

func (x *AccessToken) String() string

func (*AccessToken) Validate

func (m *AccessToken) Validate() error

Validate checks the field values on AccessToken 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 (*AccessToken) ValidateAll

func (m *AccessToken) ValidateAll() error

ValidateAll checks the field values on AccessToken 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 AccessTokenMultiError, or nil if none found.

type AccessTokenMultiError

type AccessTokenMultiError []error

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

func (AccessTokenMultiError) AllErrors

func (m AccessTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccessTokenMultiError) Error

func (m AccessTokenMultiError) Error() string

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

type AccessTokenValidationError

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

AccessTokenValidationError is the validation error returned by AccessToken.Validate if the designated constraints aren't met.

func (AccessTokenValidationError) Cause

Cause function returns cause value.

func (AccessTokenValidationError) Error

Error satisfies the builtin error interface

func (AccessTokenValidationError) ErrorName

func (e AccessTokenValidationError) ErrorName() string

ErrorName returns error name.

func (AccessTokenValidationError) Field

Field function returns field value.

func (AccessTokenValidationError) Key

Key function returns key value.

func (AccessTokenValidationError) Reason

Reason function returns reason value.

type AccountApiKey

type AccountApiKey struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The friendly name of the API Key
	Name        string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AccountId   string                 `protobuf:"bytes,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	CreatedById string                 `protobuf:"bytes,4,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedById string                 `protobuf:"bytes,6,opt,name=updated_by_id,json=updatedById,proto3" json:"updated_by_id,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// key_value is only returned on initial creation or when it is regenerated
	KeyValue *string `protobuf:"bytes,8,opt,name=key_value,json=keyValue,proto3,oneof" json:"key_value,omitempty"`
	UserId   string  `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The timestamp of what the API key expires and will not longer be usable.
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountApiKey) Descriptor deprecated

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

Deprecated: Use AccountApiKey.ProtoReflect.Descriptor instead.

func (*AccountApiKey) GetAccountId

func (x *AccountApiKey) GetAccountId() string

func (*AccountApiKey) GetCreatedAt

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

func (*AccountApiKey) GetCreatedById

func (x *AccountApiKey) GetCreatedById() string

func (*AccountApiKey) GetExpiresAt

func (x *AccountApiKey) GetExpiresAt() *timestamppb.Timestamp

func (*AccountApiKey) GetId

func (x *AccountApiKey) GetId() string

func (*AccountApiKey) GetKeyValue

func (x *AccountApiKey) GetKeyValue() string

func (*AccountApiKey) GetName

func (x *AccountApiKey) GetName() string

func (*AccountApiKey) GetUpdatedAt

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

func (*AccountApiKey) GetUpdatedById

func (x *AccountApiKey) GetUpdatedById() string

func (*AccountApiKey) GetUserId

func (x *AccountApiKey) GetUserId() string

func (*AccountApiKey) ProtoMessage

func (*AccountApiKey) ProtoMessage()

func (*AccountApiKey) ProtoReflect

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

func (*AccountApiKey) Reset

func (x *AccountApiKey) Reset()

func (*AccountApiKey) String

func (x *AccountApiKey) String() string

func (*AccountApiKey) Validate

func (m *AccountApiKey) Validate() error

Validate checks the field values on AccountApiKey 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 (*AccountApiKey) ValidateAll

func (m *AccountApiKey) ValidateAll() error

ValidateAll checks the field values on AccountApiKey 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 AccountApiKeyMultiError, or nil if none found.

type AccountApiKeyMultiError

type AccountApiKeyMultiError []error

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

func (AccountApiKeyMultiError) AllErrors

func (m AccountApiKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountApiKeyMultiError) Error

func (m AccountApiKeyMultiError) Error() string

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

type AccountApiKeyValidationError

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

AccountApiKeyValidationError is the validation error returned by AccountApiKey.Validate if the designated constraints aren't met.

func (AccountApiKeyValidationError) Cause

Cause function returns cause value.

func (AccountApiKeyValidationError) Error

Error satisfies the builtin error interface

func (AccountApiKeyValidationError) ErrorName

func (e AccountApiKeyValidationError) ErrorName() string

ErrorName returns error name.

func (AccountApiKeyValidationError) Field

Field function returns field value.

func (AccountApiKeyValidationError) Key

Key function returns key value.

func (AccountApiKeyValidationError) Reason

Reason function returns reason value.

type AccountInvite

type AccountInvite struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AccountId    string                 `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	SenderUserId string                 `protobuf:"bytes,3,opt,name=sender_user_id,json=senderUserId,proto3" json:"sender_user_id,omitempty"`
	Email        string                 `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Token        string                 `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"`
	Accepted     bool                   `protobuf:"varint,6,opt,name=accepted,proto3" json:"accepted,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ExpiresAt    *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInvite) Descriptor deprecated

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

Deprecated: Use AccountInvite.ProtoReflect.Descriptor instead.

func (*AccountInvite) GetAccepted

func (x *AccountInvite) GetAccepted() bool

func (*AccountInvite) GetAccountId

func (x *AccountInvite) GetAccountId() string

func (*AccountInvite) GetCreatedAt

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

func (*AccountInvite) GetEmail

func (x *AccountInvite) GetEmail() string

func (*AccountInvite) GetExpiresAt

func (x *AccountInvite) GetExpiresAt() *timestamppb.Timestamp

func (*AccountInvite) GetId

func (x *AccountInvite) GetId() string

func (*AccountInvite) GetSenderUserId

func (x *AccountInvite) GetSenderUserId() string

func (*AccountInvite) GetToken

func (x *AccountInvite) GetToken() string

func (*AccountInvite) GetUpdatedAt

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

func (*AccountInvite) ProtoMessage

func (*AccountInvite) ProtoMessage()

func (*AccountInvite) ProtoReflect

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

func (*AccountInvite) Reset

func (x *AccountInvite) Reset()

func (*AccountInvite) String

func (x *AccountInvite) String() string

func (*AccountInvite) Validate

func (m *AccountInvite) Validate() error

Validate checks the field values on AccountInvite 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 (*AccountInvite) ValidateAll

func (m *AccountInvite) ValidateAll() error

ValidateAll checks the field values on AccountInvite 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 AccountInviteMultiError, or nil if none found.

type AccountInviteMultiError

type AccountInviteMultiError []error

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

func (AccountInviteMultiError) AllErrors

func (m AccountInviteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountInviteMultiError) Error

func (m AccountInviteMultiError) Error() string

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

type AccountInviteValidationError

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

AccountInviteValidationError is the validation error returned by AccountInvite.Validate if the designated constraints aren't met.

func (AccountInviteValidationError) Cause

Cause function returns cause value.

func (AccountInviteValidationError) Error

Error satisfies the builtin error interface

func (AccountInviteValidationError) ErrorName

func (e AccountInviteValidationError) ErrorName() string

ErrorName returns error name.

func (AccountInviteValidationError) Field

Field function returns field value.

func (AccountInviteValidationError) Key

Key function returns key value.

func (AccountInviteValidationError) Reason

Reason function returns reason value.

type AccountOnboardingConfig

type AccountOnboardingConfig struct {
	HasCreatedSourceConnection      bool `` /* 144-byte string literal not displayed */
	HasCreatedDestinationConnection bool `` /* 159-byte string literal not displayed */
	HasCreatedJob                   bool `protobuf:"varint,3,opt,name=has_created_job,json=hasCreatedJob,proto3" json:"has_created_job,omitempty"`
	HasInvitedMembers               bool `protobuf:"varint,4,opt,name=has_invited_members,json=hasInvitedMembers,proto3" json:"has_invited_members,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountOnboardingConfig) Descriptor deprecated

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

Deprecated: Use AccountOnboardingConfig.ProtoReflect.Descriptor instead.

func (*AccountOnboardingConfig) GetHasCreatedDestinationConnection

func (x *AccountOnboardingConfig) GetHasCreatedDestinationConnection() bool

func (*AccountOnboardingConfig) GetHasCreatedJob

func (x *AccountOnboardingConfig) GetHasCreatedJob() bool

func (*AccountOnboardingConfig) GetHasCreatedSourceConnection

func (x *AccountOnboardingConfig) GetHasCreatedSourceConnection() bool

func (*AccountOnboardingConfig) GetHasInvitedMembers

func (x *AccountOnboardingConfig) GetHasInvitedMembers() bool

func (*AccountOnboardingConfig) ProtoMessage

func (*AccountOnboardingConfig) ProtoMessage()

func (*AccountOnboardingConfig) ProtoReflect

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

func (*AccountOnboardingConfig) Reset

func (x *AccountOnboardingConfig) Reset()

func (*AccountOnboardingConfig) String

func (x *AccountOnboardingConfig) String() string

func (*AccountOnboardingConfig) Validate

func (m *AccountOnboardingConfig) Validate() error

Validate checks the field values on AccountOnboardingConfig 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 (*AccountOnboardingConfig) ValidateAll

func (m *AccountOnboardingConfig) ValidateAll() error

ValidateAll checks the field values on AccountOnboardingConfig 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 AccountOnboardingConfigMultiError, or nil if none found.

type AccountOnboardingConfigMultiError

type AccountOnboardingConfigMultiError []error

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

func (AccountOnboardingConfigMultiError) AllErrors

func (m AccountOnboardingConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountOnboardingConfigMultiError) Error

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

type AccountOnboardingConfigValidationError

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

AccountOnboardingConfigValidationError is the validation error returned by AccountOnboardingConfig.Validate if the designated constraints aren't met.

func (AccountOnboardingConfigValidationError) Cause

Cause function returns cause value.

func (AccountOnboardingConfigValidationError) Error

Error satisfies the builtin error interface

func (AccountOnboardingConfigValidationError) ErrorName

ErrorName returns error name.

func (AccountOnboardingConfigValidationError) Field

Field function returns field value.

func (AccountOnboardingConfigValidationError) Key

Key function returns key value.

func (AccountOnboardingConfigValidationError) Reason

Reason function returns reason value.

type AccountTemporalConfig

type AccountTemporalConfig struct {
	Url              string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Namespace        string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SyncJobQueueName string `protobuf:"bytes,3,opt,name=sync_job_queue_name,json=syncJobQueueName,proto3" json:"sync_job_queue_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountTemporalConfig) Descriptor deprecated

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

Deprecated: Use AccountTemporalConfig.ProtoReflect.Descriptor instead.

func (*AccountTemporalConfig) GetNamespace

func (x *AccountTemporalConfig) GetNamespace() string

func (*AccountTemporalConfig) GetSyncJobQueueName

func (x *AccountTemporalConfig) GetSyncJobQueueName() string

func (*AccountTemporalConfig) GetUrl

func (x *AccountTemporalConfig) GetUrl() string

func (*AccountTemporalConfig) ProtoMessage

func (*AccountTemporalConfig) ProtoMessage()

func (*AccountTemporalConfig) ProtoReflect

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

func (*AccountTemporalConfig) Reset

func (x *AccountTemporalConfig) Reset()

func (*AccountTemporalConfig) String

func (x *AccountTemporalConfig) String() string

func (*AccountTemporalConfig) Validate

func (m *AccountTemporalConfig) Validate() error

Validate checks the field values on AccountTemporalConfig 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 (*AccountTemporalConfig) ValidateAll

func (m *AccountTemporalConfig) ValidateAll() error

ValidateAll checks the field values on AccountTemporalConfig 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 AccountTemporalConfigMultiError, or nil if none found.

type AccountTemporalConfigMultiError

type AccountTemporalConfigMultiError []error

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

func (AccountTemporalConfigMultiError) AllErrors

func (m AccountTemporalConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountTemporalConfigMultiError) Error

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

type AccountTemporalConfigValidationError

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

AccountTemporalConfigValidationError is the validation error returned by AccountTemporalConfig.Validate if the designated constraints aren't met.

func (AccountTemporalConfigValidationError) Cause

Cause function returns cause value.

func (AccountTemporalConfigValidationError) Error

Error satisfies the builtin error interface

func (AccountTemporalConfigValidationError) ErrorName

ErrorName returns error name.

func (AccountTemporalConfigValidationError) Field

Field function returns field value.

func (AccountTemporalConfigValidationError) Key

Key function returns key value.

func (AccountTemporalConfigValidationError) Reason

Reason function returns reason value.

type AccountUser

type AccountUser 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"`
	Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountUser) Descriptor deprecated

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

Deprecated: Use AccountUser.ProtoReflect.Descriptor instead.

func (*AccountUser) GetEmail

func (x *AccountUser) GetEmail() string

func (*AccountUser) GetId

func (x *AccountUser) GetId() string

func (*AccountUser) GetImage

func (x *AccountUser) GetImage() string

func (*AccountUser) GetName

func (x *AccountUser) GetName() string

func (*AccountUser) ProtoMessage

func (*AccountUser) ProtoMessage()

func (*AccountUser) ProtoReflect

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

func (*AccountUser) Reset

func (x *AccountUser) Reset()

func (*AccountUser) String

func (x *AccountUser) String() string

func (*AccountUser) Validate

func (m *AccountUser) Validate() error

Validate checks the field values on AccountUser 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 (*AccountUser) ValidateAll

func (m *AccountUser) ValidateAll() error

ValidateAll checks the field values on AccountUser 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 AccountUserMultiError, or nil if none found.

type AccountUserMultiError

type AccountUserMultiError []error

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

func (AccountUserMultiError) AllErrors

func (m AccountUserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountUserMultiError) Error

func (m AccountUserMultiError) Error() string

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

type AccountUserValidationError

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

AccountUserValidationError is the validation error returned by AccountUser.Validate if the designated constraints aren't met.

func (AccountUserValidationError) Cause

Cause function returns cause value.

func (AccountUserValidationError) Error

Error satisfies the builtin error interface

func (AccountUserValidationError) ErrorName

func (e AccountUserValidationError) ErrorName() string

ErrorName returns error name.

func (AccountUserValidationError) Field

Field function returns field value.

func (AccountUserValidationError) Key

Key function returns key value.

func (AccountUserValidationError) Reason

Reason function returns reason value.

type ActivityFailure

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

func (*ActivityFailure) Descriptor deprecated

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

Deprecated: Use ActivityFailure.ProtoReflect.Descriptor instead.

func (*ActivityFailure) GetMessage

func (x *ActivityFailure) GetMessage() string

func (*ActivityFailure) ProtoMessage

func (*ActivityFailure) ProtoMessage()

func (*ActivityFailure) ProtoReflect

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

func (*ActivityFailure) Reset

func (x *ActivityFailure) Reset()

func (*ActivityFailure) String

func (x *ActivityFailure) String() string

func (*ActivityFailure) Validate

func (m *ActivityFailure) Validate() error

Validate checks the field values on ActivityFailure 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 (*ActivityFailure) ValidateAll

func (m *ActivityFailure) ValidateAll() error

ValidateAll checks the field values on ActivityFailure 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 ActivityFailureMultiError, or nil if none found.

type ActivityFailureMultiError

type ActivityFailureMultiError []error

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

func (ActivityFailureMultiError) AllErrors

func (m ActivityFailureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActivityFailureMultiError) Error

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

type ActivityFailureValidationError

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

ActivityFailureValidationError is the validation error returned by ActivityFailure.Validate if the designated constraints aren't met.

func (ActivityFailureValidationError) Cause

Cause function returns cause value.

func (ActivityFailureValidationError) Error

Error satisfies the builtin error interface

func (ActivityFailureValidationError) ErrorName

func (e ActivityFailureValidationError) ErrorName() string

ErrorName returns error name.

func (ActivityFailureValidationError) Field

Field function returns field value.

func (ActivityFailureValidationError) Key

Key function returns key value.

func (ActivityFailureValidationError) Reason

Reason function returns reason value.

type ActivityOptions

type ActivityOptions struct {

	// Total time that a workflow is willing to wait for an activity to complete, including retries.
	// Measured in seconds
	ScheduleToCloseTimeout *int64 `` /* 138-byte string literal not displayed */
	// Max time of a single Temporal Activity execution attempt.
	// This timeout should be as short as the longest psosible execution of any activity (e.g. table sync).
	// Important to know that this is per retry attempt. Defaults to the schedule to close timeout if not provided.
	// Measured in seconds
	StartToCloseTimeout *int64 `` /* 129-byte string literal not displayed */
	// Optionally define a retry policy for the activity
	// If max attempts is not set, the activity will retry indefinitely until the start to close timeout lapses
	RetryPolicy *RetryPolicy `protobuf:"bytes,3,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	// contains filtered or unexported fields
}

Config that contains various timeouts that are configured in the underlying temporal workflow(s) and activities

func (*ActivityOptions) Descriptor deprecated

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

Deprecated: Use ActivityOptions.ProtoReflect.Descriptor instead.

func (*ActivityOptions) GetRetryPolicy

func (x *ActivityOptions) GetRetryPolicy() *RetryPolicy

func (*ActivityOptions) GetScheduleToCloseTimeout

func (x *ActivityOptions) GetScheduleToCloseTimeout() int64

func (*ActivityOptions) GetStartToCloseTimeout

func (x *ActivityOptions) GetStartToCloseTimeout() int64

func (*ActivityOptions) ProtoMessage

func (*ActivityOptions) ProtoMessage()

func (*ActivityOptions) ProtoReflect

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

func (*ActivityOptions) Reset

func (x *ActivityOptions) Reset()

func (*ActivityOptions) String

func (x *ActivityOptions) String() string

func (*ActivityOptions) Validate

func (m *ActivityOptions) Validate() error

Validate checks the field values on ActivityOptions 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 (*ActivityOptions) ValidateAll

func (m *ActivityOptions) ValidateAll() error

ValidateAll checks the field values on ActivityOptions 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 ActivityOptionsMultiError, or nil if none found.

type ActivityOptionsMultiError

type ActivityOptionsMultiError []error

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

func (ActivityOptionsMultiError) AllErrors

func (m ActivityOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActivityOptionsMultiError) Error

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

type ActivityOptionsValidationError

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

ActivityOptionsValidationError is the validation error returned by ActivityOptions.Validate if the designated constraints aren't met.

func (ActivityOptionsValidationError) Cause

Cause function returns cause value.

func (ActivityOptionsValidationError) Error

Error satisfies the builtin error interface

func (ActivityOptionsValidationError) ErrorName

func (e ActivityOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (ActivityOptionsValidationError) Field

Field function returns field value.

func (ActivityOptionsValidationError) Key

Key function returns key value.

func (ActivityOptionsValidationError) Reason

Reason function returns reason value.

type ActivityStatus

type ActivityStatus int32
const (
	ActivityStatus_ACTIVITY_STATUS_UNSPECIFIED ActivityStatus = 0
	ActivityStatus_ACTIVITY_STATUS_SCHEDULED   ActivityStatus = 1
	ActivityStatus_ACTIVITY_STATUS_STARTED     ActivityStatus = 2
	ActivityStatus_ACTIVITY_STATUS_CANCELED    ActivityStatus = 3
	ActivityStatus_ACTIVITY_STATUS_FAILED      ActivityStatus = 4
)

func (ActivityStatus) Descriptor

func (ActivityStatus) Enum

func (x ActivityStatus) Enum() *ActivityStatus

func (ActivityStatus) EnumDescriptor deprecated

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

Deprecated: Use ActivityStatus.Descriptor instead.

func (ActivityStatus) Number

func (ActivityStatus) String

func (x ActivityStatus) String() string

func (ActivityStatus) Type

type AiGenerateSourceOptions

type AiGenerateSourceOptions struct {
	AiConnectionId       string                          `protobuf:"bytes,1,opt,name=ai_connection_id,json=aiConnectionId,proto3" json:"ai_connection_id,omitempty"`
	Schemas              []*AiGenerateSourceSchemaOption `protobuf:"bytes,2,rep,name=schemas,proto3" json:"schemas,omitempty"`
	FkSourceConnectionId *string                         `` /* 131-byte string literal not displayed */
	// The name of the model to use
	ModelName string `protobuf:"bytes,4,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// Optionally provide a user prompt to give more context to the schema
	UserPrompt *string `protobuf:"bytes,5,opt,name=user_prompt,json=userPrompt,proto3,oneof" json:"user_prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*AiGenerateSourceOptions) Descriptor deprecated

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

Deprecated: Use AiGenerateSourceOptions.ProtoReflect.Descriptor instead.

func (*AiGenerateSourceOptions) GetAiConnectionId

func (x *AiGenerateSourceOptions) GetAiConnectionId() string

func (*AiGenerateSourceOptions) GetFkSourceConnectionId

func (x *AiGenerateSourceOptions) GetFkSourceConnectionId() string

func (*AiGenerateSourceOptions) GetModelName

func (x *AiGenerateSourceOptions) GetModelName() string

func (*AiGenerateSourceOptions) GetSchemas

func (*AiGenerateSourceOptions) GetUserPrompt

func (x *AiGenerateSourceOptions) GetUserPrompt() string

func (*AiGenerateSourceOptions) ProtoMessage

func (*AiGenerateSourceOptions) ProtoMessage()

func (*AiGenerateSourceOptions) ProtoReflect

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

func (*AiGenerateSourceOptions) Reset

func (x *AiGenerateSourceOptions) Reset()

func (*AiGenerateSourceOptions) String

func (x *AiGenerateSourceOptions) String() string

func (*AiGenerateSourceOptions) Validate

func (m *AiGenerateSourceOptions) Validate() error

Validate checks the field values on AiGenerateSourceOptions 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 (*AiGenerateSourceOptions) ValidateAll

func (m *AiGenerateSourceOptions) ValidateAll() error

ValidateAll checks the field values on AiGenerateSourceOptions 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 AiGenerateSourceOptionsMultiError, or nil if none found.

type AiGenerateSourceOptionsMultiError

type AiGenerateSourceOptionsMultiError []error

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

func (AiGenerateSourceOptionsMultiError) AllErrors

func (m AiGenerateSourceOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AiGenerateSourceOptionsMultiError) Error

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

type AiGenerateSourceOptionsValidationError

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

AiGenerateSourceOptionsValidationError is the validation error returned by AiGenerateSourceOptions.Validate if the designated constraints aren't met.

func (AiGenerateSourceOptionsValidationError) Cause

Cause function returns cause value.

func (AiGenerateSourceOptionsValidationError) Error

Error satisfies the builtin error interface

func (AiGenerateSourceOptionsValidationError) ErrorName

ErrorName returns error name.

func (AiGenerateSourceOptionsValidationError) Field

Field function returns field value.

func (AiGenerateSourceOptionsValidationError) Key

Key function returns key value.

func (AiGenerateSourceOptionsValidationError) Reason

Reason function returns reason value.

type AiGenerateSourceSchemaOption

type AiGenerateSourceSchemaOption struct {
	Schema string                         `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Tables []*AiGenerateSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*AiGenerateSourceSchemaOption) Descriptor deprecated

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

Deprecated: Use AiGenerateSourceSchemaOption.ProtoReflect.Descriptor instead.

func (*AiGenerateSourceSchemaOption) GetSchema

func (x *AiGenerateSourceSchemaOption) GetSchema() string

func (*AiGenerateSourceSchemaOption) GetTables

func (*AiGenerateSourceSchemaOption) ProtoMessage

func (*AiGenerateSourceSchemaOption) ProtoMessage()

func (*AiGenerateSourceSchemaOption) ProtoReflect

func (*AiGenerateSourceSchemaOption) Reset

func (x *AiGenerateSourceSchemaOption) Reset()

func (*AiGenerateSourceSchemaOption) String

func (*AiGenerateSourceSchemaOption) Validate

func (m *AiGenerateSourceSchemaOption) Validate() error

Validate checks the field values on AiGenerateSourceSchemaOption 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 (*AiGenerateSourceSchemaOption) ValidateAll

func (m *AiGenerateSourceSchemaOption) ValidateAll() error

ValidateAll checks the field values on AiGenerateSourceSchemaOption 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 AiGenerateSourceSchemaOptionMultiError, or nil if none found.

type AiGenerateSourceSchemaOptionMultiError

type AiGenerateSourceSchemaOptionMultiError []error

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

func (AiGenerateSourceSchemaOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AiGenerateSourceSchemaOptionMultiError) Error

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

type AiGenerateSourceSchemaOptionValidationError

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

AiGenerateSourceSchemaOptionValidationError is the validation error returned by AiGenerateSourceSchemaOption.Validate if the designated constraints aren't met.

func (AiGenerateSourceSchemaOptionValidationError) Cause

Cause function returns cause value.

func (AiGenerateSourceSchemaOptionValidationError) Error

Error satisfies the builtin error interface

func (AiGenerateSourceSchemaOptionValidationError) ErrorName

ErrorName returns error name.

func (AiGenerateSourceSchemaOptionValidationError) Field

Field function returns field value.

func (AiGenerateSourceSchemaOptionValidationError) Key

Key function returns key value.

func (AiGenerateSourceSchemaOptionValidationError) Reason

Reason function returns reason value.

type AiGenerateSourceTableOption

type AiGenerateSourceTableOption struct {
	Table    string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	RowCount int64  `protobuf:"varint,2,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*AiGenerateSourceTableOption) Descriptor deprecated

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

Deprecated: Use AiGenerateSourceTableOption.ProtoReflect.Descriptor instead.

func (*AiGenerateSourceTableOption) GetRowCount

func (x *AiGenerateSourceTableOption) GetRowCount() int64

func (*AiGenerateSourceTableOption) GetTable

func (x *AiGenerateSourceTableOption) GetTable() string

func (*AiGenerateSourceTableOption) ProtoMessage

func (*AiGenerateSourceTableOption) ProtoMessage()

func (*AiGenerateSourceTableOption) ProtoReflect

func (*AiGenerateSourceTableOption) Reset

func (x *AiGenerateSourceTableOption) Reset()

func (*AiGenerateSourceTableOption) String

func (x *AiGenerateSourceTableOption) String() string

func (*AiGenerateSourceTableOption) Validate

func (m *AiGenerateSourceTableOption) Validate() error

Validate checks the field values on AiGenerateSourceTableOption 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 (*AiGenerateSourceTableOption) ValidateAll

func (m *AiGenerateSourceTableOption) ValidateAll() error

ValidateAll checks the field values on AiGenerateSourceTableOption 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 AiGenerateSourceTableOptionMultiError, or nil if none found.

type AiGenerateSourceTableOptionMultiError

type AiGenerateSourceTableOptionMultiError []error

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

func (AiGenerateSourceTableOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AiGenerateSourceTableOptionMultiError) Error

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

type AiGenerateSourceTableOptionValidationError

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

AiGenerateSourceTableOptionValidationError is the validation error returned by AiGenerateSourceTableOption.Validate if the designated constraints aren't met.

func (AiGenerateSourceTableOptionValidationError) Cause

Cause function returns cause value.

func (AiGenerateSourceTableOptionValidationError) Error

Error satisfies the builtin error interface

func (AiGenerateSourceTableOptionValidationError) ErrorName

ErrorName returns error name.

func (AiGenerateSourceTableOptionValidationError) Field

Field function returns field value.

func (AiGenerateSourceTableOptionValidationError) Key

Key function returns key value.

func (AiGenerateSourceTableOptionValidationError) Reason

Reason function returns reason value.

type AwsS3ConnectionConfig

type AwsS3ConnectionConfig struct {

	// Deprecated: Marked as deprecated in mgmt/v1alpha1/connection.proto.
	BucketArn   string            `protobuf:"bytes,1,opt,name=bucket_arn,json=bucketArn,proto3" json:"bucket_arn,omitempty"`
	PathPrefix  *string           `protobuf:"bytes,2,opt,name=path_prefix,json=pathPrefix,proto3,oneof" json:"path_prefix,omitempty"`
	Credentials *AwsS3Credentials `protobuf:"bytes,3,opt,name=credentials,proto3,oneof" json:"credentials,omitempty"`
	Region      *string           `protobuf:"bytes,4,opt,name=region,proto3,oneof" json:"region,omitempty"`
	Endpoint    *string           `protobuf:"bytes,5,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	Bucket      string            `protobuf:"bytes,6,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*AwsS3ConnectionConfig) Descriptor deprecated

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

Deprecated: Use AwsS3ConnectionConfig.ProtoReflect.Descriptor instead.

func (*AwsS3ConnectionConfig) GetBucket

func (x *AwsS3ConnectionConfig) GetBucket() string

func (*AwsS3ConnectionConfig) GetBucketArn deprecated

func (x *AwsS3ConnectionConfig) GetBucketArn() string

Deprecated: Marked as deprecated in mgmt/v1alpha1/connection.proto.

func (*AwsS3ConnectionConfig) GetCredentials

func (x *AwsS3ConnectionConfig) GetCredentials() *AwsS3Credentials

func (*AwsS3ConnectionConfig) GetEndpoint

func (x *AwsS3ConnectionConfig) GetEndpoint() string

func (*AwsS3ConnectionConfig) GetPathPrefix

func (x *AwsS3ConnectionConfig) GetPathPrefix() string

func (*AwsS3ConnectionConfig) GetRegion

func (x *AwsS3ConnectionConfig) GetRegion() string

func (*AwsS3ConnectionConfig) ProtoMessage

func (*AwsS3ConnectionConfig) ProtoMessage()

func (*AwsS3ConnectionConfig) ProtoReflect

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

func (*AwsS3ConnectionConfig) Reset

func (x *AwsS3ConnectionConfig) Reset()

func (*AwsS3ConnectionConfig) String

func (x *AwsS3ConnectionConfig) String() string

func (*AwsS3ConnectionConfig) Validate

func (m *AwsS3ConnectionConfig) Validate() error

Validate checks the field values on AwsS3ConnectionConfig 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 (*AwsS3ConnectionConfig) ValidateAll

func (m *AwsS3ConnectionConfig) ValidateAll() error

ValidateAll checks the field values on AwsS3ConnectionConfig 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 AwsS3ConnectionConfigMultiError, or nil if none found.

type AwsS3ConnectionConfigMultiError

type AwsS3ConnectionConfigMultiError []error

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

func (AwsS3ConnectionConfigMultiError) AllErrors

func (m AwsS3ConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AwsS3ConnectionConfigMultiError) Error

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

type AwsS3ConnectionConfigValidationError

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

AwsS3ConnectionConfigValidationError is the validation error returned by AwsS3ConnectionConfig.Validate if the designated constraints aren't met.

func (AwsS3ConnectionConfigValidationError) Cause

Cause function returns cause value.

func (AwsS3ConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (AwsS3ConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (AwsS3ConnectionConfigValidationError) Field

Field function returns field value.

func (AwsS3ConnectionConfigValidationError) Key

Key function returns key value.

func (AwsS3ConnectionConfigValidationError) Reason

Reason function returns reason value.

type AwsS3Credentials

type AwsS3Credentials struct {
	Profile         *string `protobuf:"bytes,1,opt,name=profile,proto3,oneof" json:"profile,omitempty"`
	AccessKeyId     *string `protobuf:"bytes,2,opt,name=access_key_id,json=accessKeyId,proto3,oneof" json:"access_key_id,omitempty"`
	SecretAccessKey *string `protobuf:"bytes,3,opt,name=secret_access_key,json=secretAccessKey,proto3,oneof" json:"secret_access_key,omitempty"`
	SessionToken    *string `protobuf:"bytes,4,opt,name=session_token,json=sessionToken,proto3,oneof" json:"session_token,omitempty"`
	FromEc2Role     *bool   `protobuf:"varint,5,opt,name=from_ec2_role,json=fromEc2Role,proto3,oneof" json:"from_ec2_role,omitempty"`
	RoleArn         *string `protobuf:"bytes,6,opt,name=role_arn,json=roleArn,proto3,oneof" json:"role_arn,omitempty"`
	RoleExternalId  *string `protobuf:"bytes,7,opt,name=role_external_id,json=roleExternalId,proto3,oneof" json:"role_external_id,omitempty"`
	// contains filtered or unexported fields
}

S3 Credentials that are used by the worker process. Note: this may be optionally provided if the worker that is being hosted has environment credentials to the S3 bucket instead.

func (*AwsS3Credentials) Descriptor deprecated

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

Deprecated: Use AwsS3Credentials.ProtoReflect.Descriptor instead.

func (*AwsS3Credentials) GetAccessKeyId

func (x *AwsS3Credentials) GetAccessKeyId() string

func (*AwsS3Credentials) GetFromEc2Role

func (x *AwsS3Credentials) GetFromEc2Role() bool

func (*AwsS3Credentials) GetProfile

func (x *AwsS3Credentials) GetProfile() string

func (*AwsS3Credentials) GetRoleArn

func (x *AwsS3Credentials) GetRoleArn() string

func (*AwsS3Credentials) GetRoleExternalId

func (x *AwsS3Credentials) GetRoleExternalId() string

func (*AwsS3Credentials) GetSecretAccessKey

func (x *AwsS3Credentials) GetSecretAccessKey() string

func (*AwsS3Credentials) GetSessionToken

func (x *AwsS3Credentials) GetSessionToken() string

func (*AwsS3Credentials) ProtoMessage

func (*AwsS3Credentials) ProtoMessage()

func (*AwsS3Credentials) ProtoReflect

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

func (*AwsS3Credentials) Reset

func (x *AwsS3Credentials) Reset()

func (*AwsS3Credentials) String

func (x *AwsS3Credentials) String() string

func (*AwsS3Credentials) Validate

func (m *AwsS3Credentials) Validate() error

Validate checks the field values on AwsS3Credentials 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 (*AwsS3Credentials) ValidateAll

func (m *AwsS3Credentials) ValidateAll() error

ValidateAll checks the field values on AwsS3Credentials 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 AwsS3CredentialsMultiError, or nil if none found.

type AwsS3CredentialsMultiError

type AwsS3CredentialsMultiError []error

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

func (AwsS3CredentialsMultiError) AllErrors

func (m AwsS3CredentialsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AwsS3CredentialsMultiError) Error

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

type AwsS3CredentialsValidationError

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

AwsS3CredentialsValidationError is the validation error returned by AwsS3Credentials.Validate if the designated constraints aren't met.

func (AwsS3CredentialsValidationError) Cause

Cause function returns cause value.

func (AwsS3CredentialsValidationError) Error

Error satisfies the builtin error interface

func (AwsS3CredentialsValidationError) ErrorName

ErrorName returns error name.

func (AwsS3CredentialsValidationError) Field

Field function returns field value.

func (AwsS3CredentialsValidationError) Key

Key function returns key value.

func (AwsS3CredentialsValidationError) Reason

Reason function returns reason value.

type AwsS3DestinationConnectionOptions

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

func (*AwsS3DestinationConnectionOptions) Descriptor deprecated

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

Deprecated: Use AwsS3DestinationConnectionOptions.ProtoReflect.Descriptor instead.

func (*AwsS3DestinationConnectionOptions) ProtoMessage

func (*AwsS3DestinationConnectionOptions) ProtoMessage()

func (*AwsS3DestinationConnectionOptions) ProtoReflect

func (*AwsS3DestinationConnectionOptions) Reset

func (*AwsS3DestinationConnectionOptions) String

func (*AwsS3DestinationConnectionOptions) Validate

Validate checks the field values on AwsS3DestinationConnectionOptions 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 (*AwsS3DestinationConnectionOptions) ValidateAll

func (m *AwsS3DestinationConnectionOptions) ValidateAll() error

ValidateAll checks the field values on AwsS3DestinationConnectionOptions 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 AwsS3DestinationConnectionOptionsMultiError, or nil if none found.

type AwsS3DestinationConnectionOptionsMultiError

type AwsS3DestinationConnectionOptionsMultiError []error

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

func (AwsS3DestinationConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AwsS3DestinationConnectionOptionsMultiError) Error

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

type AwsS3DestinationConnectionOptionsValidationError

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

AwsS3DestinationConnectionOptionsValidationError is the validation error returned by AwsS3DestinationConnectionOptions.Validate if the designated constraints aren't met.

func (AwsS3DestinationConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (AwsS3DestinationConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (AwsS3DestinationConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (AwsS3DestinationConnectionOptionsValidationError) Field

Field function returns field value.

func (AwsS3DestinationConnectionOptionsValidationError) Key

Key function returns key value.

func (AwsS3DestinationConnectionOptionsValidationError) Reason

Reason function returns reason value.

type AwsS3SchemaConfig

type AwsS3SchemaConfig struct {

	// Types that are assignable to Id:
	//
	//	*AwsS3SchemaConfig_JobId
	//	*AwsS3SchemaConfig_JobRunId
	Id isAwsS3SchemaConfig_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

func (*AwsS3SchemaConfig) Descriptor deprecated

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

Deprecated: Use AwsS3SchemaConfig.ProtoReflect.Descriptor instead.

func (*AwsS3SchemaConfig) GetId

func (m *AwsS3SchemaConfig) GetId() isAwsS3SchemaConfig_Id

func (*AwsS3SchemaConfig) GetJobId

func (x *AwsS3SchemaConfig) GetJobId() string

func (*AwsS3SchemaConfig) GetJobRunId

func (x *AwsS3SchemaConfig) GetJobRunId() string

func (*AwsS3SchemaConfig) ProtoMessage

func (*AwsS3SchemaConfig) ProtoMessage()

func (*AwsS3SchemaConfig) ProtoReflect

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

func (*AwsS3SchemaConfig) Reset

func (x *AwsS3SchemaConfig) Reset()

func (*AwsS3SchemaConfig) String

func (x *AwsS3SchemaConfig) String() string

func (*AwsS3SchemaConfig) Validate

func (m *AwsS3SchemaConfig) Validate() error

Validate checks the field values on AwsS3SchemaConfig 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 (*AwsS3SchemaConfig) ValidateAll

func (m *AwsS3SchemaConfig) ValidateAll() error

ValidateAll checks the field values on AwsS3SchemaConfig 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 AwsS3SchemaConfigMultiError, or nil if none found.

type AwsS3SchemaConfigMultiError

type AwsS3SchemaConfigMultiError []error

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

func (AwsS3SchemaConfigMultiError) AllErrors

func (m AwsS3SchemaConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AwsS3SchemaConfigMultiError) Error

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

type AwsS3SchemaConfigValidationError

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

AwsS3SchemaConfigValidationError is the validation error returned by AwsS3SchemaConfig.Validate if the designated constraints aren't met.

func (AwsS3SchemaConfigValidationError) Cause

Cause function returns cause value.

func (AwsS3SchemaConfigValidationError) Error

Error satisfies the builtin error interface

func (AwsS3SchemaConfigValidationError) ErrorName

ErrorName returns error name.

func (AwsS3SchemaConfigValidationError) Field

Field function returns field value.

func (AwsS3SchemaConfigValidationError) Key

Key function returns key value.

func (AwsS3SchemaConfigValidationError) Reason

Reason function returns reason value.

type AwsS3SchemaConfig_JobId

type AwsS3SchemaConfig_JobId struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3,oneof"`
}

type AwsS3SchemaConfig_JobRunId

type AwsS3SchemaConfig_JobRunId struct {
	JobRunId string `protobuf:"bytes,2,opt,name=job_run_id,json=jobRunId,proto3,oneof"`
}

type AwsS3SourceConnectionOptions

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

func (*AwsS3SourceConnectionOptions) Descriptor deprecated

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

Deprecated: Use AwsS3SourceConnectionOptions.ProtoReflect.Descriptor instead.

func (*AwsS3SourceConnectionOptions) GetConnectionId

func (x *AwsS3SourceConnectionOptions) GetConnectionId() string

func (*AwsS3SourceConnectionOptions) ProtoMessage

func (*AwsS3SourceConnectionOptions) ProtoMessage()

func (*AwsS3SourceConnectionOptions) ProtoReflect

func (*AwsS3SourceConnectionOptions) Reset

func (x *AwsS3SourceConnectionOptions) Reset()

func (*AwsS3SourceConnectionOptions) String

func (*AwsS3SourceConnectionOptions) Validate

func (m *AwsS3SourceConnectionOptions) Validate() error

Validate checks the field values on AwsS3SourceConnectionOptions 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 (*AwsS3SourceConnectionOptions) ValidateAll

func (m *AwsS3SourceConnectionOptions) ValidateAll() error

ValidateAll checks the field values on AwsS3SourceConnectionOptions 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 AwsS3SourceConnectionOptionsMultiError, or nil if none found.

type AwsS3SourceConnectionOptionsMultiError

type AwsS3SourceConnectionOptionsMultiError []error

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

func (AwsS3SourceConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AwsS3SourceConnectionOptionsMultiError) Error

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

type AwsS3SourceConnectionOptionsValidationError

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

AwsS3SourceConnectionOptionsValidationError is the validation error returned by AwsS3SourceConnectionOptions.Validate if the designated constraints aren't met.

func (AwsS3SourceConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (AwsS3SourceConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (AwsS3SourceConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (AwsS3SourceConnectionOptionsValidationError) Field

Field function returns field value.

func (AwsS3SourceConnectionOptionsValidationError) Key

Key function returns key value.

func (AwsS3SourceConnectionOptionsValidationError) Reason

Reason function returns reason value.

type AwsS3StreamConfig

type AwsS3StreamConfig struct {

	// Types that are assignable to Id:
	//
	//	*AwsS3StreamConfig_JobId
	//	*AwsS3StreamConfig_JobRunId
	Id isAwsS3StreamConfig_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

func (*AwsS3StreamConfig) Descriptor deprecated

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

Deprecated: Use AwsS3StreamConfig.ProtoReflect.Descriptor instead.

func (*AwsS3StreamConfig) GetId

func (m *AwsS3StreamConfig) GetId() isAwsS3StreamConfig_Id

func (*AwsS3StreamConfig) GetJobId

func (x *AwsS3StreamConfig) GetJobId() string

func (*AwsS3StreamConfig) GetJobRunId

func (x *AwsS3StreamConfig) GetJobRunId() string

func (*AwsS3StreamConfig) ProtoMessage

func (*AwsS3StreamConfig) ProtoMessage()

func (*AwsS3StreamConfig) ProtoReflect

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

func (*AwsS3StreamConfig) Reset

func (x *AwsS3StreamConfig) Reset()

func (*AwsS3StreamConfig) String

func (x *AwsS3StreamConfig) String() string

func (*AwsS3StreamConfig) Validate

func (m *AwsS3StreamConfig) Validate() error

Validate checks the field values on AwsS3StreamConfig 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 (*AwsS3StreamConfig) ValidateAll

func (m *AwsS3StreamConfig) ValidateAll() error

ValidateAll checks the field values on AwsS3StreamConfig 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 AwsS3StreamConfigMultiError, or nil if none found.

type AwsS3StreamConfigMultiError

type AwsS3StreamConfigMultiError []error

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

func (AwsS3StreamConfigMultiError) AllErrors

func (m AwsS3StreamConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AwsS3StreamConfigMultiError) Error

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

type AwsS3StreamConfigValidationError

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

AwsS3StreamConfigValidationError is the validation error returned by AwsS3StreamConfig.Validate if the designated constraints aren't met.

func (AwsS3StreamConfigValidationError) Cause

Cause function returns cause value.

func (AwsS3StreamConfigValidationError) Error

Error satisfies the builtin error interface

func (AwsS3StreamConfigValidationError) ErrorName

ErrorName returns error name.

func (AwsS3StreamConfigValidationError) Field

Field function returns field value.

func (AwsS3StreamConfigValidationError) Key

Key function returns key value.

func (AwsS3StreamConfigValidationError) Reason

Reason function returns reason value.

type AwsS3StreamConfig_JobId

type AwsS3StreamConfig_JobId struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3,oneof"`
}

type AwsS3StreamConfig_JobRunId

type AwsS3StreamConfig_JobRunId struct {
	JobRunId string `protobuf:"bytes,2,opt,name=job_run_id,json=jobRunId,proto3,oneof"`
}

type CancelJobRunRequest

type CancelJobRunRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelJobRunRequest) Descriptor deprecated

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

Deprecated: Use CancelJobRunRequest.ProtoReflect.Descriptor instead.

func (*CancelJobRunRequest) GetAccountId

func (x *CancelJobRunRequest) GetAccountId() string

func (*CancelJobRunRequest) GetJobRunId

func (x *CancelJobRunRequest) GetJobRunId() string

func (*CancelJobRunRequest) ProtoMessage

func (*CancelJobRunRequest) ProtoMessage()

func (*CancelJobRunRequest) ProtoReflect

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

func (*CancelJobRunRequest) Reset

func (x *CancelJobRunRequest) Reset()

func (*CancelJobRunRequest) String

func (x *CancelJobRunRequest) String() string

func (*CancelJobRunRequest) Validate

func (m *CancelJobRunRequest) Validate() error

Validate checks the field values on CancelJobRunRequest 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 (*CancelJobRunRequest) ValidateAll

func (m *CancelJobRunRequest) ValidateAll() error

ValidateAll checks the field values on CancelJobRunRequest 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 CancelJobRunRequestMultiError, or nil if none found.

type CancelJobRunRequestMultiError

type CancelJobRunRequestMultiError []error

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

func (CancelJobRunRequestMultiError) AllErrors

func (m CancelJobRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelJobRunRequestMultiError) Error

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

type CancelJobRunRequestValidationError

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

CancelJobRunRequestValidationError is the validation error returned by CancelJobRunRequest.Validate if the designated constraints aren't met.

func (CancelJobRunRequestValidationError) Cause

Cause function returns cause value.

func (CancelJobRunRequestValidationError) Error

Error satisfies the builtin error interface

func (CancelJobRunRequestValidationError) ErrorName

ErrorName returns error name.

func (CancelJobRunRequestValidationError) Field

Field function returns field value.

func (CancelJobRunRequestValidationError) Key

Key function returns key value.

func (CancelJobRunRequestValidationError) Reason

Reason function returns reason value.

type CancelJobRunResponse

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

func (*CancelJobRunResponse) Descriptor deprecated

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

Deprecated: Use CancelJobRunResponse.ProtoReflect.Descriptor instead.

func (*CancelJobRunResponse) ProtoMessage

func (*CancelJobRunResponse) ProtoMessage()

func (*CancelJobRunResponse) ProtoReflect

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

func (*CancelJobRunResponse) Reset

func (x *CancelJobRunResponse) Reset()

func (*CancelJobRunResponse) String

func (x *CancelJobRunResponse) String() string

func (*CancelJobRunResponse) Validate

func (m *CancelJobRunResponse) Validate() error

Validate checks the field values on CancelJobRunResponse 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 (*CancelJobRunResponse) ValidateAll

func (m *CancelJobRunResponse) ValidateAll() error

ValidateAll checks the field values on CancelJobRunResponse 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 CancelJobRunResponseMultiError, or nil if none found.

type CancelJobRunResponseMultiError

type CancelJobRunResponseMultiError []error

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

func (CancelJobRunResponseMultiError) AllErrors

func (m CancelJobRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelJobRunResponseMultiError) Error

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

type CancelJobRunResponseValidationError

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

CancelJobRunResponseValidationError is the validation error returned by CancelJobRunResponse.Validate if the designated constraints aren't met.

func (CancelJobRunResponseValidationError) Cause

Cause function returns cause value.

func (CancelJobRunResponseValidationError) Error

Error satisfies the builtin error interface

func (CancelJobRunResponseValidationError) ErrorName

ErrorName returns error name.

func (CancelJobRunResponseValidationError) Field

Field function returns field value.

func (CancelJobRunResponseValidationError) Key

Key function returns key value.

func (CancelJobRunResponseValidationError) Reason

Reason function returns reason value.

type CheckConnectionConfigRequest

type CheckConnectionConfigRequest struct {
	ConnectionConfig *ConnectionConfig `protobuf:"bytes,1,opt,name=connection_config,json=connectionConfig,proto3" json:"connection_config,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckConnectionConfigRequest) Descriptor deprecated

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

Deprecated: Use CheckConnectionConfigRequest.ProtoReflect.Descriptor instead.

func (*CheckConnectionConfigRequest) GetConnectionConfig

func (x *CheckConnectionConfigRequest) GetConnectionConfig() *ConnectionConfig

func (*CheckConnectionConfigRequest) ProtoMessage

func (*CheckConnectionConfigRequest) ProtoMessage()

func (*CheckConnectionConfigRequest) ProtoReflect

func (*CheckConnectionConfigRequest) Reset

func (x *CheckConnectionConfigRequest) Reset()

func (*CheckConnectionConfigRequest) String

func (*CheckConnectionConfigRequest) Validate

func (m *CheckConnectionConfigRequest) Validate() error

Validate checks the field values on CheckConnectionConfigRequest 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 (*CheckConnectionConfigRequest) ValidateAll

func (m *CheckConnectionConfigRequest) ValidateAll() error

ValidateAll checks the field values on CheckConnectionConfigRequest 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 CheckConnectionConfigRequestMultiError, or nil if none found.

type CheckConnectionConfigRequestMultiError

type CheckConnectionConfigRequestMultiError []error

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

func (CheckConnectionConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckConnectionConfigRequestMultiError) Error

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

type CheckConnectionConfigRequestValidationError

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

CheckConnectionConfigRequestValidationError is the validation error returned by CheckConnectionConfigRequest.Validate if the designated constraints aren't met.

func (CheckConnectionConfigRequestValidationError) Cause

Cause function returns cause value.

func (CheckConnectionConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckConnectionConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckConnectionConfigRequestValidationError) Field

Field function returns field value.

func (CheckConnectionConfigRequestValidationError) Key

Key function returns key value.

func (CheckConnectionConfigRequestValidationError) Reason

Reason function returns reason value.

type CheckConnectionConfigResponse

type CheckConnectionConfigResponse struct {

	// Whether or not the API was able to ping the connection
	IsConnected bool `protobuf:"varint,1,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"`
	// This is the error that was received if the API was unable to connect
	ConnectionError *string                    `protobuf:"bytes,2,opt,name=connection_error,json=connectionError,proto3,oneof" json:"connection_error,omitempty"`
	Privileges      []*ConnectionRolePrivilege `protobuf:"bytes,3,rep,name=privileges,proto3" json:"privileges,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckConnectionConfigResponse) Descriptor deprecated

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

Deprecated: Use CheckConnectionConfigResponse.ProtoReflect.Descriptor instead.

func (*CheckConnectionConfigResponse) GetConnectionError

func (x *CheckConnectionConfigResponse) GetConnectionError() string

func (*CheckConnectionConfigResponse) GetIsConnected

func (x *CheckConnectionConfigResponse) GetIsConnected() bool

func (*CheckConnectionConfigResponse) GetPrivileges

func (*CheckConnectionConfigResponse) ProtoMessage

func (*CheckConnectionConfigResponse) ProtoMessage()

func (*CheckConnectionConfigResponse) ProtoReflect

func (*CheckConnectionConfigResponse) Reset

func (x *CheckConnectionConfigResponse) Reset()

func (*CheckConnectionConfigResponse) String

func (*CheckConnectionConfigResponse) Validate

func (m *CheckConnectionConfigResponse) Validate() error

Validate checks the field values on CheckConnectionConfigResponse 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 (*CheckConnectionConfigResponse) ValidateAll

func (m *CheckConnectionConfigResponse) ValidateAll() error

ValidateAll checks the field values on CheckConnectionConfigResponse 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 CheckConnectionConfigResponseMultiError, or nil if none found.

type CheckConnectionConfigResponseMultiError

type CheckConnectionConfigResponseMultiError []error

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

func (CheckConnectionConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckConnectionConfigResponseMultiError) Error

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

type CheckConnectionConfigResponseValidationError

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

CheckConnectionConfigResponseValidationError is the validation error returned by CheckConnectionConfigResponse.Validate if the designated constraints aren't met.

func (CheckConnectionConfigResponseValidationError) Cause

Cause function returns cause value.

func (CheckConnectionConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckConnectionConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckConnectionConfigResponseValidationError) Field

Field function returns field value.

func (CheckConnectionConfigResponseValidationError) Key

Key function returns key value.

func (CheckConnectionConfigResponseValidationError) Reason

Reason function returns reason value.

type CheckSqlQueryRequest

type CheckSqlQueryRequest struct {

	// The connection id that the query will be checked against
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The full query that will be run through a PREPARE statement
	Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckSqlQueryRequest) Descriptor deprecated

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

Deprecated: Use CheckSqlQueryRequest.ProtoReflect.Descriptor instead.

func (*CheckSqlQueryRequest) GetId

func (x *CheckSqlQueryRequest) GetId() string

func (*CheckSqlQueryRequest) GetQuery

func (x *CheckSqlQueryRequest) GetQuery() string

func (*CheckSqlQueryRequest) ProtoMessage

func (*CheckSqlQueryRequest) ProtoMessage()

func (*CheckSqlQueryRequest) ProtoReflect

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

func (*CheckSqlQueryRequest) Reset

func (x *CheckSqlQueryRequest) Reset()

func (*CheckSqlQueryRequest) String

func (x *CheckSqlQueryRequest) String() string

func (*CheckSqlQueryRequest) Validate

func (m *CheckSqlQueryRequest) Validate() error

Validate checks the field values on CheckSqlQueryRequest 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 (*CheckSqlQueryRequest) ValidateAll

func (m *CheckSqlQueryRequest) ValidateAll() error

ValidateAll checks the field values on CheckSqlQueryRequest 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 CheckSqlQueryRequestMultiError, or nil if none found.

type CheckSqlQueryRequestMultiError

type CheckSqlQueryRequestMultiError []error

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

func (CheckSqlQueryRequestMultiError) AllErrors

func (m CheckSqlQueryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckSqlQueryRequestMultiError) Error

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

type CheckSqlQueryRequestValidationError

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

CheckSqlQueryRequestValidationError is the validation error returned by CheckSqlQueryRequest.Validate if the designated constraints aren't met.

func (CheckSqlQueryRequestValidationError) Cause

Cause function returns cause value.

func (CheckSqlQueryRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckSqlQueryRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckSqlQueryRequestValidationError) Field

Field function returns field value.

func (CheckSqlQueryRequestValidationError) Key

Key function returns key value.

func (CheckSqlQueryRequestValidationError) Reason

Reason function returns reason value.

type CheckSqlQueryResponse

type CheckSqlQueryResponse struct {

	// The query is run through PREPARE. Returns valid if it correctly compiled
	IsValid bool `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	// The error message returned by the sql client if the prepare did not return successfully
	ErorrMessage *string `protobuf:"bytes,2,opt,name=erorr_message,json=erorrMessage,proto3,oneof" json:"erorr_message,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckSqlQueryResponse) Descriptor deprecated

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

Deprecated: Use CheckSqlQueryResponse.ProtoReflect.Descriptor instead.

func (*CheckSqlQueryResponse) GetErorrMessage

func (x *CheckSqlQueryResponse) GetErorrMessage() string

func (*CheckSqlQueryResponse) GetIsValid

func (x *CheckSqlQueryResponse) GetIsValid() bool

func (*CheckSqlQueryResponse) ProtoMessage

func (*CheckSqlQueryResponse) ProtoMessage()

func (*CheckSqlQueryResponse) ProtoReflect

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

func (*CheckSqlQueryResponse) Reset

func (x *CheckSqlQueryResponse) Reset()

func (*CheckSqlQueryResponse) String

func (x *CheckSqlQueryResponse) String() string

func (*CheckSqlQueryResponse) Validate

func (m *CheckSqlQueryResponse) Validate() error

Validate checks the field values on CheckSqlQueryResponse 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 (*CheckSqlQueryResponse) ValidateAll

func (m *CheckSqlQueryResponse) ValidateAll() error

ValidateAll checks the field values on CheckSqlQueryResponse 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 CheckSqlQueryResponseMultiError, or nil if none found.

type CheckSqlQueryResponseMultiError

type CheckSqlQueryResponseMultiError []error

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

func (CheckSqlQueryResponseMultiError) AllErrors

func (m CheckSqlQueryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckSqlQueryResponseMultiError) Error

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

type CheckSqlQueryResponseValidationError

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

CheckSqlQueryResponseValidationError is the validation error returned by CheckSqlQueryResponse.Validate if the designated constraints aren't met.

func (CheckSqlQueryResponseValidationError) Cause

Cause function returns cause value.

func (CheckSqlQueryResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckSqlQueryResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckSqlQueryResponseValidationError) Field

Field function returns field value.

func (CheckSqlQueryResponseValidationError) Key

Key function returns key value.

func (CheckSqlQueryResponseValidationError) Reason

Reason function returns reason value.

type CheckTokenRequest

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

func (*CheckTokenRequest) Descriptor deprecated

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

Deprecated: Use CheckTokenRequest.ProtoReflect.Descriptor instead.

func (*CheckTokenRequest) ProtoMessage

func (*CheckTokenRequest) ProtoMessage()

func (*CheckTokenRequest) ProtoReflect

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

func (*CheckTokenRequest) Reset

func (x *CheckTokenRequest) Reset()

func (*CheckTokenRequest) String

func (x *CheckTokenRequest) String() string

func (*CheckTokenRequest) Validate

func (m *CheckTokenRequest) Validate() error

Validate checks the field values on CheckTokenRequest 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 (*CheckTokenRequest) ValidateAll

func (m *CheckTokenRequest) ValidateAll() error

ValidateAll checks the field values on CheckTokenRequest 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 CheckTokenRequestMultiError, or nil if none found.

type CheckTokenRequestMultiError

type CheckTokenRequestMultiError []error

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

func (CheckTokenRequestMultiError) AllErrors

func (m CheckTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckTokenRequestMultiError) Error

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

type CheckTokenRequestValidationError

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

CheckTokenRequestValidationError is the validation error returned by CheckTokenRequest.Validate if the designated constraints aren't met.

func (CheckTokenRequestValidationError) Cause

Cause function returns cause value.

func (CheckTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckTokenRequestValidationError) Field

Field function returns field value.

func (CheckTokenRequestValidationError) Key

Key function returns key value.

func (CheckTokenRequestValidationError) Reason

Reason function returns reason value.

type CheckTokenResponse

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

func (*CheckTokenResponse) Descriptor deprecated

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

Deprecated: Use CheckTokenResponse.ProtoReflect.Descriptor instead.

func (*CheckTokenResponse) ProtoMessage

func (*CheckTokenResponse) ProtoMessage()

func (*CheckTokenResponse) ProtoReflect

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

func (*CheckTokenResponse) Reset

func (x *CheckTokenResponse) Reset()

func (*CheckTokenResponse) String

func (x *CheckTokenResponse) String() string

func (*CheckTokenResponse) Validate

func (m *CheckTokenResponse) Validate() error

Validate checks the field values on CheckTokenResponse 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 (*CheckTokenResponse) ValidateAll

func (m *CheckTokenResponse) ValidateAll() error

ValidateAll checks the field values on CheckTokenResponse 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 CheckTokenResponseMultiError, or nil if none found.

type CheckTokenResponseMultiError

type CheckTokenResponseMultiError []error

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

func (CheckTokenResponseMultiError) AllErrors

func (m CheckTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckTokenResponseMultiError) Error

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

type CheckTokenResponseValidationError

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

CheckTokenResponseValidationError is the validation error returned by CheckTokenResponse.Validate if the designated constraints aren't met.

func (CheckTokenResponseValidationError) Cause

Cause function returns cause value.

func (CheckTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckTokenResponseValidationError) Field

Field function returns field value.

func (CheckTokenResponseValidationError) Key

Key function returns key value.

func (CheckTokenResponseValidationError) Reason

Reason function returns reason value.

type ClientTlsConfig added in v0.4.23

type ClientTlsConfig struct {

	// Root Certificate in PEM Format
	RootCert *string `protobuf:"bytes,1,opt,name=root_cert,json=rootCert,proto3,oneof" json:"root_cert,omitempty"`
	// Client Certificate in PEM format. Must also provide key.
	ClientCert *string `protobuf:"bytes,2,opt,name=client_cert,json=clientCert,proto3,oneof" json:"client_cert,omitempty"`
	// Client Key in PEM format. Must also provide cert.
	ClientKey *string `protobuf:"bytes,3,opt,name=client_key,json=clientKey,proto3,oneof" json:"client_key,omitempty"`
	// contains filtered or unexported fields
}

Config for providing client-side TLS certificates

func (*ClientTlsConfig) Descriptor deprecated added in v0.4.23

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

Deprecated: Use ClientTlsConfig.ProtoReflect.Descriptor instead.

func (*ClientTlsConfig) GetClientCert added in v0.4.23

func (x *ClientTlsConfig) GetClientCert() string

func (*ClientTlsConfig) GetClientKey added in v0.4.23

func (x *ClientTlsConfig) GetClientKey() string

func (*ClientTlsConfig) GetRootCert added in v0.4.23

func (x *ClientTlsConfig) GetRootCert() string

func (*ClientTlsConfig) ProtoMessage added in v0.4.23

func (*ClientTlsConfig) ProtoMessage()

func (*ClientTlsConfig) ProtoReflect added in v0.4.23

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

func (*ClientTlsConfig) Reset added in v0.4.23

func (x *ClientTlsConfig) Reset()

func (*ClientTlsConfig) String added in v0.4.23

func (x *ClientTlsConfig) String() string

func (*ClientTlsConfig) Validate added in v0.4.23

func (m *ClientTlsConfig) Validate() error

Validate checks the field values on ClientTlsConfig 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 (*ClientTlsConfig) ValidateAll added in v0.4.23

func (m *ClientTlsConfig) ValidateAll() error

ValidateAll checks the field values on ClientTlsConfig 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 ClientTlsConfigMultiError, or nil if none found.

type ClientTlsConfigMultiError added in v0.4.23

type ClientTlsConfigMultiError []error

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

func (ClientTlsConfigMultiError) AllErrors added in v0.4.23

func (m ClientTlsConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClientTlsConfigMultiError) Error added in v0.4.23

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

type ClientTlsConfigValidationError added in v0.4.23

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

ClientTlsConfigValidationError is the validation error returned by ClientTlsConfig.Validate if the designated constraints aren't met.

func (ClientTlsConfigValidationError) Cause added in v0.4.23

Cause function returns cause value.

func (ClientTlsConfigValidationError) Error added in v0.4.23

Error satisfies the builtin error interface

func (ClientTlsConfigValidationError) ErrorName added in v0.4.23

func (e ClientTlsConfigValidationError) ErrorName() string

ErrorName returns error name.

func (ClientTlsConfigValidationError) Field added in v0.4.23

Field function returns field value.

func (ClientTlsConfigValidationError) Key added in v0.4.23

Key function returns key value.

func (ClientTlsConfigValidationError) Reason added in v0.4.23

Reason function returns reason value.

type ColumnError added in v0.4.24

type ColumnError struct {
	Schema string   `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Table  string   `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	Column string   `protobuf:"bytes,3,opt,name=column,proto3" json:"column,omitempty"`
	Errors []string `protobuf:"bytes,4,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnError) Descriptor deprecated added in v0.4.24

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

Deprecated: Use ColumnError.ProtoReflect.Descriptor instead.

func (*ColumnError) GetColumn added in v0.4.24

func (x *ColumnError) GetColumn() string

func (*ColumnError) GetErrors added in v0.4.24

func (x *ColumnError) GetErrors() []string

func (*ColumnError) GetSchema added in v0.4.24

func (x *ColumnError) GetSchema() string

func (*ColumnError) GetTable added in v0.4.24

func (x *ColumnError) GetTable() string

func (*ColumnError) ProtoMessage added in v0.4.24

func (*ColumnError) ProtoMessage()

func (*ColumnError) ProtoReflect added in v0.4.24

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

func (*ColumnError) Reset added in v0.4.24

func (x *ColumnError) Reset()

func (*ColumnError) String added in v0.4.24

func (x *ColumnError) String() string

func (*ColumnError) Validate added in v0.4.24

func (m *ColumnError) Validate() error

Validate checks the field values on ColumnError 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 (*ColumnError) ValidateAll added in v0.4.24

func (m *ColumnError) ValidateAll() error

ValidateAll checks the field values on ColumnError 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 ColumnErrorMultiError, or nil if none found.

type ColumnErrorMultiError added in v0.4.24

type ColumnErrorMultiError []error

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

func (ColumnErrorMultiError) AllErrors added in v0.4.24

func (m ColumnErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnErrorMultiError) Error added in v0.4.24

func (m ColumnErrorMultiError) Error() string

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

type ColumnErrorValidationError added in v0.4.24

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

ColumnErrorValidationError is the validation error returned by ColumnError.Validate if the designated constraints aren't met.

func (ColumnErrorValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (ColumnErrorValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (ColumnErrorValidationError) ErrorName added in v0.4.24

func (e ColumnErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ColumnErrorValidationError) Field added in v0.4.24

Field function returns field value.

func (ColumnErrorValidationError) Key added in v0.4.24

Key function returns key value.

func (ColumnErrorValidationError) Reason added in v0.4.24

Reason function returns reason value.

type Connection

type Connection 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"`
	ConnectionConfig *ConnectionConfig      `protobuf:"bytes,3,opt,name=connection_config,json=connectionConfig,proto3" json:"connection_config,omitempty"`
	CreatedByUserId  string                 `protobuf:"bytes,4,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedByUserId  string                 `protobuf:"bytes,6,opt,name=updated_by_user_id,json=updatedByUserId,proto3" json:"updated_by_user_id,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	AccountId        string                 `protobuf:"bytes,8,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Connection) Descriptor deprecated

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

Deprecated: Use Connection.ProtoReflect.Descriptor instead.

func (*Connection) GetAccountId

func (x *Connection) GetAccountId() string

func (*Connection) GetConnectionConfig

func (x *Connection) GetConnectionConfig() *ConnectionConfig

func (*Connection) GetCreatedAt

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

func (*Connection) GetCreatedByUserId

func (x *Connection) GetCreatedByUserId() string

func (*Connection) GetId

func (x *Connection) GetId() string

func (*Connection) GetName

func (x *Connection) GetName() string

func (*Connection) GetUpdatedAt

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

func (*Connection) GetUpdatedByUserId

func (x *Connection) GetUpdatedByUserId() string

func (*Connection) ProtoMessage

func (*Connection) ProtoMessage()

func (*Connection) ProtoReflect

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

func (*Connection) Reset

func (x *Connection) Reset()

func (*Connection) String

func (x *Connection) String() string

func (*Connection) Validate

func (m *Connection) Validate() error

Validate checks the field values on Connection 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 (*Connection) ValidateAll

func (m *Connection) ValidateAll() error

ValidateAll checks the field values on Connection 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 ConnectionMultiError, or nil if none found.

type ConnectionConfig

type ConnectionConfig struct {

	// Types that are assignable to Config:
	//
	//	*ConnectionConfig_PgConfig
	//	*ConnectionConfig_AwsS3Config
	//	*ConnectionConfig_MysqlConfig
	//	*ConnectionConfig_LocalDirConfig
	//	*ConnectionConfig_OpenaiConfig
	//	*ConnectionConfig_MongoConfig
	Config isConnectionConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*ConnectionConfig) Descriptor deprecated

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

Deprecated: Use ConnectionConfig.ProtoReflect.Descriptor instead.

func (*ConnectionConfig) GetAwsS3Config

func (x *ConnectionConfig) GetAwsS3Config() *AwsS3ConnectionConfig

func (*ConnectionConfig) GetConfig

func (m *ConnectionConfig) GetConfig() isConnectionConfig_Config

func (*ConnectionConfig) GetLocalDirConfig

func (x *ConnectionConfig) GetLocalDirConfig() *LocalDirectoryConnectionConfig

func (*ConnectionConfig) GetMongoConfig added in v0.4.26

func (x *ConnectionConfig) GetMongoConfig() *MongoConnectionConfig

func (*ConnectionConfig) GetMysqlConfig

func (x *ConnectionConfig) GetMysqlConfig() *MysqlConnectionConfig

func (*ConnectionConfig) GetOpenaiConfig

func (x *ConnectionConfig) GetOpenaiConfig() *OpenAiConnectionConfig

func (*ConnectionConfig) GetPgConfig

func (x *ConnectionConfig) GetPgConfig() *PostgresConnectionConfig

func (*ConnectionConfig) ProtoMessage

func (*ConnectionConfig) ProtoMessage()

func (*ConnectionConfig) ProtoReflect

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

func (*ConnectionConfig) Reset

func (x *ConnectionConfig) Reset()

func (*ConnectionConfig) String

func (x *ConnectionConfig) String() string

func (*ConnectionConfig) Validate

func (m *ConnectionConfig) Validate() error

Validate checks the field values on ConnectionConfig 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 (*ConnectionConfig) ValidateAll

func (m *ConnectionConfig) ValidateAll() error

ValidateAll checks the field values on ConnectionConfig 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 ConnectionConfigMultiError, or nil if none found.

type ConnectionConfigMultiError

type ConnectionConfigMultiError []error

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

func (ConnectionConfigMultiError) AllErrors

func (m ConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectionConfigMultiError) Error

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

type ConnectionConfigValidationError

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

ConnectionConfigValidationError is the validation error returned by ConnectionConfig.Validate if the designated constraints aren't met.

func (ConnectionConfigValidationError) Cause

Cause function returns cause value.

func (ConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (ConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (ConnectionConfigValidationError) Field

Field function returns field value.

func (ConnectionConfigValidationError) Key

Key function returns key value.

func (ConnectionConfigValidationError) Reason

Reason function returns reason value.

type ConnectionConfig_AwsS3Config

type ConnectionConfig_AwsS3Config struct {
	AwsS3Config *AwsS3ConnectionConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"`
}

type ConnectionConfig_LocalDirConfig

type ConnectionConfig_LocalDirConfig struct {
	// Configures a connection to a directory available on the local file system
	LocalDirConfig *LocalDirectoryConnectionConfig `protobuf:"bytes,4,opt,name=local_dir_config,json=localDirConfig,proto3,oneof"`
}

type ConnectionConfig_MongoConfig added in v0.4.26

type ConnectionConfig_MongoConfig struct {
	// Configures a MongoDB Connection
	MongoConfig *MongoConnectionConfig `protobuf:"bytes,6,opt,name=mongo_config,json=mongoConfig,proto3,oneof"`
}

type ConnectionConfig_MysqlConfig

type ConnectionConfig_MysqlConfig struct {
	MysqlConfig *MysqlConnectionConfig `protobuf:"bytes,3,opt,name=mysql_config,json=mysqlConfig,proto3,oneof"`
}

type ConnectionConfig_OpenaiConfig

type ConnectionConfig_OpenaiConfig struct {
	// Connection config for an OpenAI (or compatible) Connection
	OpenaiConfig *OpenAiConnectionConfig `protobuf:"bytes,5,opt,name=openai_config,json=openaiConfig,proto3,oneof"`
}

type ConnectionConfig_PgConfig

type ConnectionConfig_PgConfig struct {
	PgConfig *PostgresConnectionConfig `protobuf:"bytes,1,opt,name=pg_config,json=pgConfig,proto3,oneof"`
}

type ConnectionMultiError

type ConnectionMultiError []error

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

func (ConnectionMultiError) AllErrors

func (m ConnectionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectionMultiError) Error

func (m ConnectionMultiError) Error() string

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

type ConnectionRolePrivilege

type ConnectionRolePrivilege struct {

	// The role that was given the permissions
	Grantee string `protobuf:"bytes,1,opt,name=grantee,proto3" json:"grantee,omitempty"`
	// The database schema. Ex: public
	Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// The name of the table in the schema
	Table string `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	// The privileges given to that role
	PrivilegeType []string `protobuf:"bytes,4,rep,name=privilege_type,json=privilegeType,proto3" json:"privilege_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionRolePrivilege) Descriptor deprecated

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

Deprecated: Use ConnectionRolePrivilege.ProtoReflect.Descriptor instead.

func (*ConnectionRolePrivilege) GetGrantee

func (x *ConnectionRolePrivilege) GetGrantee() string

func (*ConnectionRolePrivilege) GetPrivilegeType

func (x *ConnectionRolePrivilege) GetPrivilegeType() []string

func (*ConnectionRolePrivilege) GetSchema

func (x *ConnectionRolePrivilege) GetSchema() string

func (*ConnectionRolePrivilege) GetTable

func (x *ConnectionRolePrivilege) GetTable() string

func (*ConnectionRolePrivilege) ProtoMessage

func (*ConnectionRolePrivilege) ProtoMessage()

func (*ConnectionRolePrivilege) ProtoReflect

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

func (*ConnectionRolePrivilege) Reset

func (x *ConnectionRolePrivilege) Reset()

func (*ConnectionRolePrivilege) String

func (x *ConnectionRolePrivilege) String() string

func (*ConnectionRolePrivilege) Validate

func (m *ConnectionRolePrivilege) Validate() error

Validate checks the field values on ConnectionRolePrivilege 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 (*ConnectionRolePrivilege) ValidateAll

func (m *ConnectionRolePrivilege) ValidateAll() error

ValidateAll checks the field values on ConnectionRolePrivilege 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 ConnectionRolePrivilegeMultiError, or nil if none found.

type ConnectionRolePrivilegeMultiError

type ConnectionRolePrivilegeMultiError []error

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

func (ConnectionRolePrivilegeMultiError) AllErrors

func (m ConnectionRolePrivilegeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectionRolePrivilegeMultiError) Error

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

type ConnectionRolePrivilegeValidationError

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

ConnectionRolePrivilegeValidationError is the validation error returned by ConnectionRolePrivilege.Validate if the designated constraints aren't met.

func (ConnectionRolePrivilegeValidationError) Cause

Cause function returns cause value.

func (ConnectionRolePrivilegeValidationError) Error

Error satisfies the builtin error interface

func (ConnectionRolePrivilegeValidationError) ErrorName

ErrorName returns error name.

func (ConnectionRolePrivilegeValidationError) Field

Field function returns field value.

func (ConnectionRolePrivilegeValidationError) Key

Key function returns key value.

func (ConnectionRolePrivilegeValidationError) Reason

Reason function returns reason value.

type ConnectionSchemaConfig

type ConnectionSchemaConfig struct {

	// Types that are assignable to Config:
	//
	//	*ConnectionSchemaConfig_PgConfig
	//	*ConnectionSchemaConfig_AwsS3Config
	//	*ConnectionSchemaConfig_MysqlConfig
	//	*ConnectionSchemaConfig_MongoConfig
	Config isConnectionSchemaConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*ConnectionSchemaConfig) Descriptor deprecated

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

Deprecated: Use ConnectionSchemaConfig.ProtoReflect.Descriptor instead.

func (*ConnectionSchemaConfig) GetAwsS3Config

func (x *ConnectionSchemaConfig) GetAwsS3Config() *AwsS3SchemaConfig

func (*ConnectionSchemaConfig) GetConfig

func (m *ConnectionSchemaConfig) GetConfig() isConnectionSchemaConfig_Config

func (*ConnectionSchemaConfig) GetMongoConfig added in v0.4.26

func (x *ConnectionSchemaConfig) GetMongoConfig() *MongoSchemaConfig

func (*ConnectionSchemaConfig) GetMysqlConfig

func (x *ConnectionSchemaConfig) GetMysqlConfig() *MysqlSchemaConfig

func (*ConnectionSchemaConfig) GetPgConfig

func (x *ConnectionSchemaConfig) GetPgConfig() *PostgresSchemaConfig

func (*ConnectionSchemaConfig) ProtoMessage

func (*ConnectionSchemaConfig) ProtoMessage()

func (*ConnectionSchemaConfig) ProtoReflect

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

func (*ConnectionSchemaConfig) Reset

func (x *ConnectionSchemaConfig) Reset()

func (*ConnectionSchemaConfig) String

func (x *ConnectionSchemaConfig) String() string

func (*ConnectionSchemaConfig) Validate

func (m *ConnectionSchemaConfig) Validate() error

Validate checks the field values on ConnectionSchemaConfig 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 (*ConnectionSchemaConfig) ValidateAll

func (m *ConnectionSchemaConfig) ValidateAll() error

ValidateAll checks the field values on ConnectionSchemaConfig 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 ConnectionSchemaConfigMultiError, or nil if none found.

type ConnectionSchemaConfigMultiError

type ConnectionSchemaConfigMultiError []error

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

func (ConnectionSchemaConfigMultiError) AllErrors

func (m ConnectionSchemaConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectionSchemaConfigMultiError) Error

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

type ConnectionSchemaConfigValidationError

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

ConnectionSchemaConfigValidationError is the validation error returned by ConnectionSchemaConfig.Validate if the designated constraints aren't met.

func (ConnectionSchemaConfigValidationError) Cause

Cause function returns cause value.

func (ConnectionSchemaConfigValidationError) Error

Error satisfies the builtin error interface

func (ConnectionSchemaConfigValidationError) ErrorName

ErrorName returns error name.

func (ConnectionSchemaConfigValidationError) Field

Field function returns field value.

func (ConnectionSchemaConfigValidationError) Key

Key function returns key value.

func (ConnectionSchemaConfigValidationError) Reason

Reason function returns reason value.

type ConnectionSchemaConfig_AwsS3Config

type ConnectionSchemaConfig_AwsS3Config struct {
	AwsS3Config *AwsS3SchemaConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"`
}

type ConnectionSchemaConfig_MongoConfig added in v0.4.26

type ConnectionSchemaConfig_MongoConfig struct {
	MongoConfig *MongoSchemaConfig `protobuf:"bytes,4,opt,name=mongo_config,json=mongoConfig,proto3,oneof"`
}

type ConnectionSchemaConfig_MysqlConfig

type ConnectionSchemaConfig_MysqlConfig struct {
	MysqlConfig *MysqlSchemaConfig `protobuf:"bytes,3,opt,name=mysql_config,json=mysqlConfig,proto3,oneof"`
}

type ConnectionSchemaConfig_PgConfig

type ConnectionSchemaConfig_PgConfig struct {
	PgConfig *PostgresSchemaConfig `protobuf:"bytes,1,opt,name=pg_config,json=pgConfig,proto3,oneof"`
}

type ConnectionStreamConfig

type ConnectionStreamConfig struct {

	// Types that are assignable to Config:
	//
	//	*ConnectionStreamConfig_PgConfig
	//	*ConnectionStreamConfig_AwsS3Config
	//	*ConnectionStreamConfig_MysqlConfig
	Config isConnectionStreamConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*ConnectionStreamConfig) Descriptor deprecated

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

Deprecated: Use ConnectionStreamConfig.ProtoReflect.Descriptor instead.

func (*ConnectionStreamConfig) GetAwsS3Config

func (x *ConnectionStreamConfig) GetAwsS3Config() *AwsS3StreamConfig

func (*ConnectionStreamConfig) GetConfig

func (m *ConnectionStreamConfig) GetConfig() isConnectionStreamConfig_Config

func (*ConnectionStreamConfig) GetMysqlConfig

func (x *ConnectionStreamConfig) GetMysqlConfig() *MysqlStreamConfig

func (*ConnectionStreamConfig) GetPgConfig

func (x *ConnectionStreamConfig) GetPgConfig() *PostgresStreamConfig

func (*ConnectionStreamConfig) ProtoMessage

func (*ConnectionStreamConfig) ProtoMessage()

func (*ConnectionStreamConfig) ProtoReflect

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

func (*ConnectionStreamConfig) Reset

func (x *ConnectionStreamConfig) Reset()

func (*ConnectionStreamConfig) String

func (x *ConnectionStreamConfig) String() string

func (*ConnectionStreamConfig) Validate

func (m *ConnectionStreamConfig) Validate() error

Validate checks the field values on ConnectionStreamConfig 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 (*ConnectionStreamConfig) ValidateAll

func (m *ConnectionStreamConfig) ValidateAll() error

ValidateAll checks the field values on ConnectionStreamConfig 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 ConnectionStreamConfigMultiError, or nil if none found.

type ConnectionStreamConfigMultiError

type ConnectionStreamConfigMultiError []error

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

func (ConnectionStreamConfigMultiError) AllErrors

func (m ConnectionStreamConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectionStreamConfigMultiError) Error

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

type ConnectionStreamConfigValidationError

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

ConnectionStreamConfigValidationError is the validation error returned by ConnectionStreamConfig.Validate if the designated constraints aren't met.

func (ConnectionStreamConfigValidationError) Cause

Cause function returns cause value.

func (ConnectionStreamConfigValidationError) Error

Error satisfies the builtin error interface

func (ConnectionStreamConfigValidationError) ErrorName

ErrorName returns error name.

func (ConnectionStreamConfigValidationError) Field

Field function returns field value.

func (ConnectionStreamConfigValidationError) Key

Key function returns key value.

func (ConnectionStreamConfigValidationError) Reason

Reason function returns reason value.

type ConnectionStreamConfig_AwsS3Config

type ConnectionStreamConfig_AwsS3Config struct {
	AwsS3Config *AwsS3StreamConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"`
}

type ConnectionStreamConfig_MysqlConfig

type ConnectionStreamConfig_MysqlConfig struct {
	MysqlConfig *MysqlStreamConfig `protobuf:"bytes,3,opt,name=mysql_config,json=mysqlConfig,proto3,oneof"`
}

type ConnectionStreamConfig_PgConfig

type ConnectionStreamConfig_PgConfig struct {
	PgConfig *PostgresStreamConfig `protobuf:"bytes,1,opt,name=pg_config,json=pgConfig,proto3,oneof"`
}

type ConnectionValidationError

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

ConnectionValidationError is the validation error returned by Connection.Validate if the designated constraints aren't met.

func (ConnectionValidationError) Cause

func (e ConnectionValidationError) Cause() error

Cause function returns cause value.

func (ConnectionValidationError) Error

Error satisfies the builtin error interface

func (ConnectionValidationError) ErrorName

func (e ConnectionValidationError) ErrorName() string

ErrorName returns error name.

func (ConnectionValidationError) Field

Field function returns field value.

func (ConnectionValidationError) Key

Key function returns key value.

func (ConnectionValidationError) Reason

func (e ConnectionValidationError) Reason() string

Reason function returns reason value.

type ConvertPersonalToTeamAccountRequest

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

func (*ConvertPersonalToTeamAccountRequest) Descriptor deprecated

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

Deprecated: Use ConvertPersonalToTeamAccountRequest.ProtoReflect.Descriptor instead.

func (*ConvertPersonalToTeamAccountRequest) ProtoMessage

func (*ConvertPersonalToTeamAccountRequest) ProtoMessage()

func (*ConvertPersonalToTeamAccountRequest) ProtoReflect

func (*ConvertPersonalToTeamAccountRequest) Reset

func (*ConvertPersonalToTeamAccountRequest) String

func (*ConvertPersonalToTeamAccountRequest) Validate

Validate checks the field values on ConvertPersonalToTeamAccountRequest 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 (*ConvertPersonalToTeamAccountRequest) ValidateAll

func (m *ConvertPersonalToTeamAccountRequest) ValidateAll() error

ValidateAll checks the field values on ConvertPersonalToTeamAccountRequest 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 ConvertPersonalToTeamAccountRequestMultiError, or nil if none found.

type ConvertPersonalToTeamAccountRequestMultiError

type ConvertPersonalToTeamAccountRequestMultiError []error

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

func (ConvertPersonalToTeamAccountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConvertPersonalToTeamAccountRequestMultiError) Error

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

type ConvertPersonalToTeamAccountRequestValidationError

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

ConvertPersonalToTeamAccountRequestValidationError is the validation error returned by ConvertPersonalToTeamAccountRequest.Validate if the designated constraints aren't met.

func (ConvertPersonalToTeamAccountRequestValidationError) Cause

Cause function returns cause value.

func (ConvertPersonalToTeamAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (ConvertPersonalToTeamAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (ConvertPersonalToTeamAccountRequestValidationError) Field

Field function returns field value.

func (ConvertPersonalToTeamAccountRequestValidationError) Key

Key function returns key value.

func (ConvertPersonalToTeamAccountRequestValidationError) Reason

Reason function returns reason value.

type ConvertPersonalToTeamAccountResponse

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

func (*ConvertPersonalToTeamAccountResponse) Descriptor deprecated

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

Deprecated: Use ConvertPersonalToTeamAccountResponse.ProtoReflect.Descriptor instead.

func (*ConvertPersonalToTeamAccountResponse) ProtoMessage

func (*ConvertPersonalToTeamAccountResponse) ProtoMessage()

func (*ConvertPersonalToTeamAccountResponse) ProtoReflect

func (*ConvertPersonalToTeamAccountResponse) Reset

func (*ConvertPersonalToTeamAccountResponse) String

func (*ConvertPersonalToTeamAccountResponse) Validate

Validate checks the field values on ConvertPersonalToTeamAccountResponse 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 (*ConvertPersonalToTeamAccountResponse) ValidateAll

ValidateAll checks the field values on ConvertPersonalToTeamAccountResponse 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 ConvertPersonalToTeamAccountResponseMultiError, or nil if none found.

type ConvertPersonalToTeamAccountResponseMultiError

type ConvertPersonalToTeamAccountResponseMultiError []error

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

func (ConvertPersonalToTeamAccountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConvertPersonalToTeamAccountResponseMultiError) Error

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

type ConvertPersonalToTeamAccountResponseValidationError

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

ConvertPersonalToTeamAccountResponseValidationError is the validation error returned by ConvertPersonalToTeamAccountResponse.Validate if the designated constraints aren't met.

func (ConvertPersonalToTeamAccountResponseValidationError) Cause

Cause function returns cause value.

func (ConvertPersonalToTeamAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (ConvertPersonalToTeamAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (ConvertPersonalToTeamAccountResponseValidationError) Field

Field function returns field value.

func (ConvertPersonalToTeamAccountResponseValidationError) Key

Key function returns key value.

func (ConvertPersonalToTeamAccountResponseValidationError) Reason

Reason function returns reason value.

type CreateAccountApiKeyRequest

type CreateAccountApiKeyRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Validate between now and one year: now < x < 365 days
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountApiKeyRequest) Descriptor deprecated

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

Deprecated: Use CreateAccountApiKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateAccountApiKeyRequest) GetAccountId

func (x *CreateAccountApiKeyRequest) GetAccountId() string

func (*CreateAccountApiKeyRequest) GetExpiresAt

func (*CreateAccountApiKeyRequest) GetName

func (x *CreateAccountApiKeyRequest) GetName() string

func (*CreateAccountApiKeyRequest) ProtoMessage

func (*CreateAccountApiKeyRequest) ProtoMessage()

func (*CreateAccountApiKeyRequest) ProtoReflect

func (*CreateAccountApiKeyRequest) Reset

func (x *CreateAccountApiKeyRequest) Reset()

func (*CreateAccountApiKeyRequest) String

func (x *CreateAccountApiKeyRequest) String() string

func (*CreateAccountApiKeyRequest) Validate

func (m *CreateAccountApiKeyRequest) Validate() error

Validate checks the field values on CreateAccountApiKeyRequest 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 (*CreateAccountApiKeyRequest) ValidateAll

func (m *CreateAccountApiKeyRequest) ValidateAll() error

ValidateAll checks the field values on CreateAccountApiKeyRequest 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 CreateAccountApiKeyRequestMultiError, or nil if none found.

type CreateAccountApiKeyRequestMultiError

type CreateAccountApiKeyRequestMultiError []error

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

func (CreateAccountApiKeyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateAccountApiKeyRequestMultiError) Error

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

type CreateAccountApiKeyRequestValidationError

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

CreateAccountApiKeyRequestValidationError is the validation error returned by CreateAccountApiKeyRequest.Validate if the designated constraints aren't met.

func (CreateAccountApiKeyRequestValidationError) Cause

Cause function returns cause value.

func (CreateAccountApiKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAccountApiKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAccountApiKeyRequestValidationError) Field

Field function returns field value.

func (CreateAccountApiKeyRequestValidationError) Key

Key function returns key value.

func (CreateAccountApiKeyRequestValidationError) Reason

Reason function returns reason value.

type CreateAccountApiKeyResponse

type CreateAccountApiKeyResponse struct {
	ApiKey *AccountApiKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountApiKeyResponse) Descriptor deprecated

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

Deprecated: Use CreateAccountApiKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateAccountApiKeyResponse) GetApiKey

func (*CreateAccountApiKeyResponse) ProtoMessage

func (*CreateAccountApiKeyResponse) ProtoMessage()

func (*CreateAccountApiKeyResponse) ProtoReflect

func (*CreateAccountApiKeyResponse) Reset

func (x *CreateAccountApiKeyResponse) Reset()

func (*CreateAccountApiKeyResponse) String

func (x *CreateAccountApiKeyResponse) String() string

func (*CreateAccountApiKeyResponse) Validate

func (m *CreateAccountApiKeyResponse) Validate() error

Validate checks the field values on CreateAccountApiKeyResponse 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 (*CreateAccountApiKeyResponse) ValidateAll

func (m *CreateAccountApiKeyResponse) ValidateAll() error

ValidateAll checks the field values on CreateAccountApiKeyResponse 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 CreateAccountApiKeyResponseMultiError, or nil if none found.

type CreateAccountApiKeyResponseMultiError

type CreateAccountApiKeyResponseMultiError []error

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

func (CreateAccountApiKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateAccountApiKeyResponseMultiError) Error

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

type CreateAccountApiKeyResponseValidationError

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

CreateAccountApiKeyResponseValidationError is the validation error returned by CreateAccountApiKeyResponse.Validate if the designated constraints aren't met.

func (CreateAccountApiKeyResponseValidationError) Cause

Cause function returns cause value.

func (CreateAccountApiKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateAccountApiKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateAccountApiKeyResponseValidationError) Field

Field function returns field value.

func (CreateAccountApiKeyResponseValidationError) Key

Key function returns key value.

func (CreateAccountApiKeyResponseValidationError) Reason

Reason function returns reason value.

type CreateConnectionRequest

type CreateConnectionRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// The friendly name of the connection
	Name             string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ConnectionConfig *ConnectionConfig `protobuf:"bytes,3,opt,name=connection_config,json=connectionConfig,proto3" json:"connection_config,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConnectionRequest) Descriptor deprecated

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

Deprecated: Use CreateConnectionRequest.ProtoReflect.Descriptor instead.

func (*CreateConnectionRequest) GetAccountId

func (x *CreateConnectionRequest) GetAccountId() string

func (*CreateConnectionRequest) GetConnectionConfig

func (x *CreateConnectionRequest) GetConnectionConfig() *ConnectionConfig

func (*CreateConnectionRequest) GetName

func (x *CreateConnectionRequest) GetName() string

func (*CreateConnectionRequest) ProtoMessage

func (*CreateConnectionRequest) ProtoMessage()

func (*CreateConnectionRequest) ProtoReflect

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

func (*CreateConnectionRequest) Reset

func (x *CreateConnectionRequest) Reset()

func (*CreateConnectionRequest) String

func (x *CreateConnectionRequest) String() string

func (*CreateConnectionRequest) Validate

func (m *CreateConnectionRequest) Validate() error

Validate checks the field values on CreateConnectionRequest 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 (*CreateConnectionRequest) ValidateAll

func (m *CreateConnectionRequest) ValidateAll() error

ValidateAll checks the field values on CreateConnectionRequest 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 CreateConnectionRequestMultiError, or nil if none found.

type CreateConnectionRequestMultiError

type CreateConnectionRequestMultiError []error

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

func (CreateConnectionRequestMultiError) AllErrors

func (m CreateConnectionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateConnectionRequestMultiError) Error

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

type CreateConnectionRequestValidationError

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

CreateConnectionRequestValidationError is the validation error returned by CreateConnectionRequest.Validate if the designated constraints aren't met.

func (CreateConnectionRequestValidationError) Cause

Cause function returns cause value.

func (CreateConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateConnectionRequestValidationError) Field

Field function returns field value.

func (CreateConnectionRequestValidationError) Key

Key function returns key value.

func (CreateConnectionRequestValidationError) Reason

Reason function returns reason value.

type CreateConnectionResponse

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

func (*CreateConnectionResponse) Descriptor deprecated

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

Deprecated: Use CreateConnectionResponse.ProtoReflect.Descriptor instead.

func (*CreateConnectionResponse) GetConnection

func (x *CreateConnectionResponse) GetConnection() *Connection

func (*CreateConnectionResponse) ProtoMessage

func (*CreateConnectionResponse) ProtoMessage()

func (*CreateConnectionResponse) ProtoReflect

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

func (*CreateConnectionResponse) Reset

func (x *CreateConnectionResponse) Reset()

func (*CreateConnectionResponse) String

func (x *CreateConnectionResponse) String() string

func (*CreateConnectionResponse) Validate

func (m *CreateConnectionResponse) Validate() error

Validate checks the field values on CreateConnectionResponse 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 (*CreateConnectionResponse) ValidateAll

func (m *CreateConnectionResponse) ValidateAll() error

ValidateAll checks the field values on CreateConnectionResponse 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 CreateConnectionResponseMultiError, or nil if none found.

type CreateConnectionResponseMultiError

type CreateConnectionResponseMultiError []error

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

func (CreateConnectionResponseMultiError) AllErrors

func (m CreateConnectionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateConnectionResponseMultiError) Error

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

type CreateConnectionResponseValidationError

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

CreateConnectionResponseValidationError is the validation error returned by CreateConnectionResponse.Validate if the designated constraints aren't met.

func (CreateConnectionResponseValidationError) Cause

Cause function returns cause value.

func (CreateConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateConnectionResponseValidationError) Field

Field function returns field value.

func (CreateConnectionResponseValidationError) Key

Key function returns key value.

func (CreateConnectionResponseValidationError) Reason

Reason function returns reason value.

type CreateJobDestination

type CreateJobDestination struct {
	ConnectionId string                 `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Options      *JobDestinationOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJobDestination) Descriptor deprecated

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

Deprecated: Use CreateJobDestination.ProtoReflect.Descriptor instead.

func (*CreateJobDestination) GetConnectionId

func (x *CreateJobDestination) GetConnectionId() string

func (*CreateJobDestination) GetOptions

func (*CreateJobDestination) ProtoMessage

func (*CreateJobDestination) ProtoMessage()

func (*CreateJobDestination) ProtoReflect

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

func (*CreateJobDestination) Reset

func (x *CreateJobDestination) Reset()

func (*CreateJobDestination) String

func (x *CreateJobDestination) String() string

func (*CreateJobDestination) Validate

func (m *CreateJobDestination) Validate() error

Validate checks the field values on CreateJobDestination 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 (*CreateJobDestination) ValidateAll

func (m *CreateJobDestination) ValidateAll() error

ValidateAll checks the field values on CreateJobDestination 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 CreateJobDestinationMultiError, or nil if none found.

type CreateJobDestinationConnectionsRequest

type CreateJobDestinationConnectionsRequest struct {
	JobId        string                  `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Destinations []*CreateJobDestination `protobuf:"bytes,2,rep,name=destinations,proto3" json:"destinations,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJobDestinationConnectionsRequest) Descriptor deprecated

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

Deprecated: Use CreateJobDestinationConnectionsRequest.ProtoReflect.Descriptor instead.

func (*CreateJobDestinationConnectionsRequest) GetDestinations

func (*CreateJobDestinationConnectionsRequest) GetJobId

func (*CreateJobDestinationConnectionsRequest) ProtoMessage

func (*CreateJobDestinationConnectionsRequest) ProtoReflect

func (*CreateJobDestinationConnectionsRequest) Reset

func (*CreateJobDestinationConnectionsRequest) String

func (*CreateJobDestinationConnectionsRequest) Validate

Validate checks the field values on CreateJobDestinationConnectionsRequest 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 (*CreateJobDestinationConnectionsRequest) ValidateAll

ValidateAll checks the field values on CreateJobDestinationConnectionsRequest 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 CreateJobDestinationConnectionsRequestMultiError, or nil if none found.

type CreateJobDestinationConnectionsRequestMultiError

type CreateJobDestinationConnectionsRequestMultiError []error

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

func (CreateJobDestinationConnectionsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateJobDestinationConnectionsRequestMultiError) Error

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

type CreateJobDestinationConnectionsRequestValidationError

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

CreateJobDestinationConnectionsRequestValidationError is the validation error returned by CreateJobDestinationConnectionsRequest.Validate if the designated constraints aren't met.

func (CreateJobDestinationConnectionsRequestValidationError) Cause

Cause function returns cause value.

func (CreateJobDestinationConnectionsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateJobDestinationConnectionsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateJobDestinationConnectionsRequestValidationError) Field

Field function returns field value.

func (CreateJobDestinationConnectionsRequestValidationError) Key

Key function returns key value.

func (CreateJobDestinationConnectionsRequestValidationError) Reason

Reason function returns reason value.

type CreateJobDestinationConnectionsResponse

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

func (*CreateJobDestinationConnectionsResponse) Descriptor deprecated

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

Deprecated: Use CreateJobDestinationConnectionsResponse.ProtoReflect.Descriptor instead.

func (*CreateJobDestinationConnectionsResponse) GetJob

func (*CreateJobDestinationConnectionsResponse) ProtoMessage

func (*CreateJobDestinationConnectionsResponse) ProtoReflect

func (*CreateJobDestinationConnectionsResponse) Reset

func (*CreateJobDestinationConnectionsResponse) String

func (*CreateJobDestinationConnectionsResponse) Validate

Validate checks the field values on CreateJobDestinationConnectionsResponse 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 (*CreateJobDestinationConnectionsResponse) ValidateAll

ValidateAll checks the field values on CreateJobDestinationConnectionsResponse 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 CreateJobDestinationConnectionsResponseMultiError, or nil if none found.

type CreateJobDestinationConnectionsResponseMultiError

type CreateJobDestinationConnectionsResponseMultiError []error

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

func (CreateJobDestinationConnectionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateJobDestinationConnectionsResponseMultiError) Error

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

type CreateJobDestinationConnectionsResponseValidationError

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

CreateJobDestinationConnectionsResponseValidationError is the validation error returned by CreateJobDestinationConnectionsResponse.Validate if the designated constraints aren't met.

func (CreateJobDestinationConnectionsResponseValidationError) Cause

Cause function returns cause value.

func (CreateJobDestinationConnectionsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateJobDestinationConnectionsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateJobDestinationConnectionsResponseValidationError) Field

Field function returns field value.

func (CreateJobDestinationConnectionsResponseValidationError) Key

Key function returns key value.

func (CreateJobDestinationConnectionsResponseValidationError) Reason

Reason function returns reason value.

type CreateJobDestinationMultiError

type CreateJobDestinationMultiError []error

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

func (CreateJobDestinationMultiError) AllErrors

func (m CreateJobDestinationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobDestinationMultiError) Error

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

type CreateJobDestinationValidationError

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

CreateJobDestinationValidationError is the validation error returned by CreateJobDestination.Validate if the designated constraints aren't met.

func (CreateJobDestinationValidationError) Cause

Cause function returns cause value.

func (CreateJobDestinationValidationError) Error

Error satisfies the builtin error interface

func (CreateJobDestinationValidationError) ErrorName

ErrorName returns error name.

func (CreateJobDestinationValidationError) Field

Field function returns field value.

func (CreateJobDestinationValidationError) Key

Key function returns key value.

func (CreateJobDestinationValidationError) Reason

Reason function returns reason value.

type CreateJobRequest

type CreateJobRequest struct {

	// The unique account identifier that this job will be associated with
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// The unique, friendly name of the job. This is unique per account
	JobName string `protobuf:"bytes,2,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"`
	// Optionally provide a cron schedule. Goes into effect if the job status is set to enabled
	CronSchedule *string                 `protobuf:"bytes,3,opt,name=cron_schedule,json=cronSchedule,proto3,oneof" json:"cron_schedule,omitempty"`
	Mappings     []*JobMapping           `protobuf:"bytes,4,rep,name=mappings,proto3" json:"mappings,omitempty"`
	Source       *JobSource              `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Destinations []*CreateJobDestination `protobuf:"bytes,6,rep,name=destinations,proto3" json:"destinations,omitempty"`
	// Initially trigger a run of this job regardless of its status or cron schedule
	InitiateJobRun bool `protobuf:"varint,7,opt,name=initiate_job_run,json=initiateJobRun,proto3" json:"initiate_job_run,omitempty"`
	// Specify timeouts and other workflow options for the underlying temporal workflow
	WorkflowOptions *WorkflowOptions `protobuf:"bytes,8,opt,name=workflow_options,json=workflowOptions,proto3" json:"workflow_options,omitempty"`
	// Specify timeout and retry options for data synchronization activities
	// Data sync activities are any piece of work that involves actually synchronizing data from a source to a destination
	// For the data sync and generate jobs, this will be applied per table
	SyncOptions *ActivityOptions `protobuf:"bytes,9,opt,name=sync_options,json=syncOptions,proto3" json:"sync_options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJobRequest) Descriptor deprecated

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

Deprecated: Use CreateJobRequest.ProtoReflect.Descriptor instead.

func (*CreateJobRequest) GetAccountId

func (x *CreateJobRequest) GetAccountId() string

func (*CreateJobRequest) GetCronSchedule

func (x *CreateJobRequest) GetCronSchedule() string

func (*CreateJobRequest) GetDestinations

func (x *CreateJobRequest) GetDestinations() []*CreateJobDestination

func (*CreateJobRequest) GetInitiateJobRun

func (x *CreateJobRequest) GetInitiateJobRun() bool

func (*CreateJobRequest) GetJobName

func (x *CreateJobRequest) GetJobName() string

func (*CreateJobRequest) GetMappings

func (x *CreateJobRequest) GetMappings() []*JobMapping

func (*CreateJobRequest) GetSource

func (x *CreateJobRequest) GetSource() *JobSource

func (*CreateJobRequest) GetSyncOptions

func (x *CreateJobRequest) GetSyncOptions() *ActivityOptions

func (*CreateJobRequest) GetWorkflowOptions

func (x *CreateJobRequest) GetWorkflowOptions() *WorkflowOptions

func (*CreateJobRequest) ProtoMessage

func (*CreateJobRequest) ProtoMessage()

func (*CreateJobRequest) ProtoReflect

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

func (*CreateJobRequest) Reset

func (x *CreateJobRequest) Reset()

func (*CreateJobRequest) String

func (x *CreateJobRequest) String() string

func (*CreateJobRequest) Validate

func (m *CreateJobRequest) Validate() error

Validate checks the field values on CreateJobRequest 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 (*CreateJobRequest) ValidateAll

func (m *CreateJobRequest) ValidateAll() error

ValidateAll checks the field values on CreateJobRequest 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 CreateJobRequestMultiError, or nil if none found.

type CreateJobRequestMultiError

type CreateJobRequestMultiError []error

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

func (CreateJobRequestMultiError) AllErrors

func (m CreateJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobRequestMultiError) Error

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

type CreateJobRequestValidationError

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

CreateJobRequestValidationError is the validation error returned by CreateJobRequest.Validate if the designated constraints aren't met.

func (CreateJobRequestValidationError) Cause

Cause function returns cause value.

func (CreateJobRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateJobRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateJobRequestValidationError) Field

Field function returns field value.

func (CreateJobRequestValidationError) Key

Key function returns key value.

func (CreateJobRequestValidationError) Reason

Reason function returns reason value.

type CreateJobResponse

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

func (*CreateJobResponse) Descriptor deprecated

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

Deprecated: Use CreateJobResponse.ProtoReflect.Descriptor instead.

func (*CreateJobResponse) GetJob

func (x *CreateJobResponse) GetJob() *Job

func (*CreateJobResponse) ProtoMessage

func (*CreateJobResponse) ProtoMessage()

func (*CreateJobResponse) ProtoReflect

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

func (*CreateJobResponse) Reset

func (x *CreateJobResponse) Reset()

func (*CreateJobResponse) String

func (x *CreateJobResponse) String() string

func (*CreateJobResponse) Validate

func (m *CreateJobResponse) Validate() error

Validate checks the field values on CreateJobResponse 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 (*CreateJobResponse) ValidateAll

func (m *CreateJobResponse) ValidateAll() error

ValidateAll checks the field values on CreateJobResponse 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 CreateJobResponseMultiError, or nil if none found.

type CreateJobResponseMultiError

type CreateJobResponseMultiError []error

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

func (CreateJobResponseMultiError) AllErrors

func (m CreateJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobResponseMultiError) Error

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

type CreateJobResponseValidationError

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

CreateJobResponseValidationError is the validation error returned by CreateJobResponse.Validate if the designated constraints aren't met.

func (CreateJobResponseValidationError) Cause

Cause function returns cause value.

func (CreateJobResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateJobResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateJobResponseValidationError) Field

Field function returns field value.

func (CreateJobResponseValidationError) Key

Key function returns key value.

func (CreateJobResponseValidationError) Reason

Reason function returns reason value.

type CreateJobRunRequest

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

func (*CreateJobRunRequest) Descriptor deprecated

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

Deprecated: Use CreateJobRunRequest.ProtoReflect.Descriptor instead.

func (*CreateJobRunRequest) GetJobId

func (x *CreateJobRunRequest) GetJobId() string

func (*CreateJobRunRequest) ProtoMessage

func (*CreateJobRunRequest) ProtoMessage()

func (*CreateJobRunRequest) ProtoReflect

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

func (*CreateJobRunRequest) Reset

func (x *CreateJobRunRequest) Reset()

func (*CreateJobRunRequest) String

func (x *CreateJobRunRequest) String() string

func (*CreateJobRunRequest) Validate

func (m *CreateJobRunRequest) Validate() error

Validate checks the field values on CreateJobRunRequest 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 (*CreateJobRunRequest) ValidateAll

func (m *CreateJobRunRequest) ValidateAll() error

ValidateAll checks the field values on CreateJobRunRequest 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 CreateJobRunRequestMultiError, or nil if none found.

type CreateJobRunRequestMultiError

type CreateJobRunRequestMultiError []error

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

func (CreateJobRunRequestMultiError) AllErrors

func (m CreateJobRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobRunRequestMultiError) Error

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

type CreateJobRunRequestValidationError

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

CreateJobRunRequestValidationError is the validation error returned by CreateJobRunRequest.Validate if the designated constraints aren't met.

func (CreateJobRunRequestValidationError) Cause

Cause function returns cause value.

func (CreateJobRunRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateJobRunRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateJobRunRequestValidationError) Field

Field function returns field value.

func (CreateJobRunRequestValidationError) Key

Key function returns key value.

func (CreateJobRunRequestValidationError) Reason

Reason function returns reason value.

type CreateJobRunResponse

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

func (*CreateJobRunResponse) Descriptor deprecated

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

Deprecated: Use CreateJobRunResponse.ProtoReflect.Descriptor instead.

func (*CreateJobRunResponse) ProtoMessage

func (*CreateJobRunResponse) ProtoMessage()

func (*CreateJobRunResponse) ProtoReflect

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

func (*CreateJobRunResponse) Reset

func (x *CreateJobRunResponse) Reset()

func (*CreateJobRunResponse) String

func (x *CreateJobRunResponse) String() string

func (*CreateJobRunResponse) Validate

func (m *CreateJobRunResponse) Validate() error

Validate checks the field values on CreateJobRunResponse 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 (*CreateJobRunResponse) ValidateAll

func (m *CreateJobRunResponse) ValidateAll() error

ValidateAll checks the field values on CreateJobRunResponse 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 CreateJobRunResponseMultiError, or nil if none found.

type CreateJobRunResponseMultiError

type CreateJobRunResponseMultiError []error

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

func (CreateJobRunResponseMultiError) AllErrors

func (m CreateJobRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobRunResponseMultiError) Error

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

type CreateJobRunResponseValidationError

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

CreateJobRunResponseValidationError is the validation error returned by CreateJobRunResponse.Validate if the designated constraints aren't met.

func (CreateJobRunResponseValidationError) Cause

Cause function returns cause value.

func (CreateJobRunResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateJobRunResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateJobRunResponseValidationError) Field

Field function returns field value.

func (CreateJobRunResponseValidationError) Key

Key function returns key value.

func (CreateJobRunResponseValidationError) Reason

Reason function returns reason value.

type CreateTeamAccountRequest

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

func (*CreateTeamAccountRequest) Descriptor deprecated

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

Deprecated: Use CreateTeamAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateTeamAccountRequest) GetName

func (x *CreateTeamAccountRequest) GetName() string

func (*CreateTeamAccountRequest) ProtoMessage

func (*CreateTeamAccountRequest) ProtoMessage()

func (*CreateTeamAccountRequest) ProtoReflect

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

func (*CreateTeamAccountRequest) Reset

func (x *CreateTeamAccountRequest) Reset()

func (*CreateTeamAccountRequest) String

func (x *CreateTeamAccountRequest) String() string

func (*CreateTeamAccountRequest) Validate

func (m *CreateTeamAccountRequest) Validate() error

Validate checks the field values on CreateTeamAccountRequest 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 (*CreateTeamAccountRequest) ValidateAll

func (m *CreateTeamAccountRequest) ValidateAll() error

ValidateAll checks the field values on CreateTeamAccountRequest 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 CreateTeamAccountRequestMultiError, or nil if none found.

type CreateTeamAccountRequestMultiError

type CreateTeamAccountRequestMultiError []error

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

func (CreateTeamAccountRequestMultiError) AllErrors

func (m CreateTeamAccountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTeamAccountRequestMultiError) Error

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

type CreateTeamAccountRequestValidationError

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

CreateTeamAccountRequestValidationError is the validation error returned by CreateTeamAccountRequest.Validate if the designated constraints aren't met.

func (CreateTeamAccountRequestValidationError) Cause

Cause function returns cause value.

func (CreateTeamAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTeamAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTeamAccountRequestValidationError) Field

Field function returns field value.

func (CreateTeamAccountRequestValidationError) Key

Key function returns key value.

func (CreateTeamAccountRequestValidationError) Reason

Reason function returns reason value.

type CreateTeamAccountResponse

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

func (*CreateTeamAccountResponse) Descriptor deprecated

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

Deprecated: Use CreateTeamAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateTeamAccountResponse) GetAccountId

func (x *CreateTeamAccountResponse) GetAccountId() string

func (*CreateTeamAccountResponse) ProtoMessage

func (*CreateTeamAccountResponse) ProtoMessage()

func (*CreateTeamAccountResponse) ProtoReflect

func (*CreateTeamAccountResponse) Reset

func (x *CreateTeamAccountResponse) Reset()

func (*CreateTeamAccountResponse) String

func (x *CreateTeamAccountResponse) String() string

func (*CreateTeamAccountResponse) Validate

func (m *CreateTeamAccountResponse) Validate() error

Validate checks the field values on CreateTeamAccountResponse 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 (*CreateTeamAccountResponse) ValidateAll

func (m *CreateTeamAccountResponse) ValidateAll() error

ValidateAll checks the field values on CreateTeamAccountResponse 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 CreateTeamAccountResponseMultiError, or nil if none found.

type CreateTeamAccountResponseMultiError

type CreateTeamAccountResponseMultiError []error

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

func (CreateTeamAccountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTeamAccountResponseMultiError) Error

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

type CreateTeamAccountResponseValidationError

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

CreateTeamAccountResponseValidationError is the validation error returned by CreateTeamAccountResponse.Validate if the designated constraints aren't met.

func (CreateTeamAccountResponseValidationError) Cause

Cause function returns cause value.

func (CreateTeamAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTeamAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTeamAccountResponseValidationError) Field

Field function returns field value.

func (CreateTeamAccountResponseValidationError) Key

Key function returns key value.

func (CreateTeamAccountResponseValidationError) Reason

Reason function returns reason value.

type CreateUserDefinedTransformerRequest

type CreateUserDefinedTransformerRequest struct {
	AccountId   string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// @deprecated
	Type              string             `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Source            TransformerSource  `protobuf:"varint,5,opt,name=source,proto3,enum=mgmt.v1alpha1.TransformerSource" json:"source,omitempty"`
	TransformerConfig *TransformerConfig `protobuf:"bytes,6,opt,name=transformer_config,json=transformerConfig,proto3" json:"transformer_config,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserDefinedTransformerRequest) Descriptor deprecated

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

Deprecated: Use CreateUserDefinedTransformerRequest.ProtoReflect.Descriptor instead.

func (*CreateUserDefinedTransformerRequest) GetAccountId

func (x *CreateUserDefinedTransformerRequest) GetAccountId() string

func (*CreateUserDefinedTransformerRequest) GetDescription

func (x *CreateUserDefinedTransformerRequest) GetDescription() string

func (*CreateUserDefinedTransformerRequest) GetName

func (*CreateUserDefinedTransformerRequest) GetSource

func (*CreateUserDefinedTransformerRequest) GetTransformerConfig

func (x *CreateUserDefinedTransformerRequest) GetTransformerConfig() *TransformerConfig

func (*CreateUserDefinedTransformerRequest) GetType

func (*CreateUserDefinedTransformerRequest) ProtoMessage

func (*CreateUserDefinedTransformerRequest) ProtoMessage()

func (*CreateUserDefinedTransformerRequest) ProtoReflect

func (*CreateUserDefinedTransformerRequest) Reset

func (*CreateUserDefinedTransformerRequest) String

func (*CreateUserDefinedTransformerRequest) Validate

Validate checks the field values on CreateUserDefinedTransformerRequest 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 (*CreateUserDefinedTransformerRequest) ValidateAll

func (m *CreateUserDefinedTransformerRequest) ValidateAll() error

ValidateAll checks the field values on CreateUserDefinedTransformerRequest 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 CreateUserDefinedTransformerRequestMultiError, or nil if none found.

type CreateUserDefinedTransformerRequestMultiError

type CreateUserDefinedTransformerRequestMultiError []error

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

func (CreateUserDefinedTransformerRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateUserDefinedTransformerRequestMultiError) Error

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

type CreateUserDefinedTransformerRequestValidationError

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

CreateUserDefinedTransformerRequestValidationError is the validation error returned by CreateUserDefinedTransformerRequest.Validate if the designated constraints aren't met.

func (CreateUserDefinedTransformerRequestValidationError) Cause

Cause function returns cause value.

func (CreateUserDefinedTransformerRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateUserDefinedTransformerRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateUserDefinedTransformerRequestValidationError) Field

Field function returns field value.

func (CreateUserDefinedTransformerRequestValidationError) Key

Key function returns key value.

func (CreateUserDefinedTransformerRequestValidationError) Reason

Reason function returns reason value.

type CreateUserDefinedTransformerResponse

type CreateUserDefinedTransformerResponse struct {
	Transformer *UserDefinedTransformer `protobuf:"bytes,1,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserDefinedTransformerResponse) Descriptor deprecated

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

Deprecated: Use CreateUserDefinedTransformerResponse.ProtoReflect.Descriptor instead.

func (*CreateUserDefinedTransformerResponse) GetTransformer

func (*CreateUserDefinedTransformerResponse) ProtoMessage

func (*CreateUserDefinedTransformerResponse) ProtoMessage()

func (*CreateUserDefinedTransformerResponse) ProtoReflect

func (*CreateUserDefinedTransformerResponse) Reset

func (*CreateUserDefinedTransformerResponse) String

func (*CreateUserDefinedTransformerResponse) Validate

Validate checks the field values on CreateUserDefinedTransformerResponse 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 (*CreateUserDefinedTransformerResponse) ValidateAll

ValidateAll checks the field values on CreateUserDefinedTransformerResponse 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 CreateUserDefinedTransformerResponseMultiError, or nil if none found.

type CreateUserDefinedTransformerResponseMultiError

type CreateUserDefinedTransformerResponseMultiError []error

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

func (CreateUserDefinedTransformerResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateUserDefinedTransformerResponseMultiError) Error

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

type CreateUserDefinedTransformerResponseValidationError

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

CreateUserDefinedTransformerResponseValidationError is the validation error returned by CreateUserDefinedTransformerResponse.Validate if the designated constraints aren't met.

func (CreateUserDefinedTransformerResponseValidationError) Cause

Cause function returns cause value.

func (CreateUserDefinedTransformerResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateUserDefinedTransformerResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateUserDefinedTransformerResponseValidationError) Field

Field function returns field value.

func (CreateUserDefinedTransformerResponseValidationError) Key

Key function returns key value.

func (CreateUserDefinedTransformerResponseValidationError) Reason

Reason function returns reason value.

type DatabaseColumn

type DatabaseColumn struct {

	// The database schema. Ex: public
	Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// The name of the table in the schema
	Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	// The name of the column
	Column string `protobuf:"bytes,3,opt,name=column,proto3" json:"column,omitempty"`
	// The datatype of the column
	DataType string `protobuf:"bytes,4,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	// The isNullable Flag of the column
	IsNullable string `protobuf:"bytes,5,opt,name=is_nullable,json=isNullable,proto3" json:"is_nullable,omitempty"`
	// The default value of the column if available
	ColumnDefault *string `protobuf:"bytes,6,opt,name=column_default,json=columnDefault,proto3,oneof" json:"column_default,omitempty"`
	// Populated if the column is generated. The value is the type of generated column it is. For example, postgres is 's' for stored
	// May be other values in the future, or other DB providers may use a different value types.
	GeneratedType *string `protobuf:"bytes,7,opt,name=generated_type,json=generatedType,proto3,oneof" json:"generated_type,omitempty"`
	// Populated if the column is an identity. The value is the type of the identity column it is. For example, postgres is 'd' for generated by default, or 'a' for generated always.
	IdentityGeneration *string `protobuf:"bytes,8,opt,name=identity_generation,json=identityGeneration,proto3,oneof" json:"identity_generation,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseColumn) Descriptor deprecated

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

Deprecated: Use DatabaseColumn.ProtoReflect.Descriptor instead.

func (*DatabaseColumn) GetColumn

func (x *DatabaseColumn) GetColumn() string

func (*DatabaseColumn) GetColumnDefault

func (x *DatabaseColumn) GetColumnDefault() string

func (*DatabaseColumn) GetDataType

func (x *DatabaseColumn) GetDataType() string

func (*DatabaseColumn) GetGeneratedType

func (x *DatabaseColumn) GetGeneratedType() string

func (*DatabaseColumn) GetIdentityGeneration added in v0.4.34

func (x *DatabaseColumn) GetIdentityGeneration() string

func (*DatabaseColumn) GetIsNullable

func (x *DatabaseColumn) GetIsNullable() string

func (*DatabaseColumn) GetSchema

func (x *DatabaseColumn) GetSchema() string

func (*DatabaseColumn) GetTable

func (x *DatabaseColumn) GetTable() string

func (*DatabaseColumn) ProtoMessage

func (*DatabaseColumn) ProtoMessage()

func (*DatabaseColumn) ProtoReflect

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

func (*DatabaseColumn) Reset

func (x *DatabaseColumn) Reset()

func (*DatabaseColumn) String

func (x *DatabaseColumn) String() string

func (*DatabaseColumn) Validate

func (m *DatabaseColumn) Validate() error

Validate checks the field values on DatabaseColumn 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 (*DatabaseColumn) ValidateAll

func (m *DatabaseColumn) ValidateAll() error

ValidateAll checks the field values on DatabaseColumn 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 DatabaseColumnMultiError, or nil if none found.

type DatabaseColumnMultiError

type DatabaseColumnMultiError []error

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

func (DatabaseColumnMultiError) AllErrors

func (m DatabaseColumnMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DatabaseColumnMultiError) Error

func (m DatabaseColumnMultiError) Error() string

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

type DatabaseColumnValidationError

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

DatabaseColumnValidationError is the validation error returned by DatabaseColumn.Validate if the designated constraints aren't met.

func (DatabaseColumnValidationError) Cause

Cause function returns cause value.

func (DatabaseColumnValidationError) Error

Error satisfies the builtin error interface

func (DatabaseColumnValidationError) ErrorName

func (e DatabaseColumnValidationError) ErrorName() string

ErrorName returns error name.

func (DatabaseColumnValidationError) Field

Field function returns field value.

func (DatabaseColumnValidationError) Key

Key function returns key value.

func (DatabaseColumnValidationError) Reason

Reason function returns reason value.

type DatabaseError added in v0.4.24

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

func (*DatabaseError) Descriptor deprecated added in v0.4.24

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

Deprecated: Use DatabaseError.ProtoReflect.Descriptor instead.

func (*DatabaseError) GetErrors added in v0.4.24

func (x *DatabaseError) GetErrors() []string

func (*DatabaseError) ProtoMessage added in v0.4.24

func (*DatabaseError) ProtoMessage()

func (*DatabaseError) ProtoReflect added in v0.4.24

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

func (*DatabaseError) Reset added in v0.4.24

func (x *DatabaseError) Reset()

func (*DatabaseError) String added in v0.4.24

func (x *DatabaseError) String() string

func (*DatabaseError) Validate added in v0.4.24

func (m *DatabaseError) Validate() error

Validate checks the field values on DatabaseError 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 (*DatabaseError) ValidateAll added in v0.4.24

func (m *DatabaseError) ValidateAll() error

ValidateAll checks the field values on DatabaseError 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 DatabaseErrorMultiError, or nil if none found.

type DatabaseErrorMultiError added in v0.4.24

type DatabaseErrorMultiError []error

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

func (DatabaseErrorMultiError) AllErrors added in v0.4.24

func (m DatabaseErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DatabaseErrorMultiError) Error added in v0.4.24

func (m DatabaseErrorMultiError) Error() string

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

type DatabaseErrorValidationError added in v0.4.24

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

DatabaseErrorValidationError is the validation error returned by DatabaseError.Validate if the designated constraints aren't met.

func (DatabaseErrorValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (DatabaseErrorValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (DatabaseErrorValidationError) ErrorName added in v0.4.24

func (e DatabaseErrorValidationError) ErrorName() string

ErrorName returns error name.

func (DatabaseErrorValidationError) Field added in v0.4.24

Field function returns field value.

func (DatabaseErrorValidationError) Key added in v0.4.24

Key function returns key value.

func (DatabaseErrorValidationError) Reason added in v0.4.24

Reason function returns reason value.

type DatabaseTable

type DatabaseTable struct {
	Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Table  string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseTable) Descriptor deprecated

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

Deprecated: Use DatabaseTable.ProtoReflect.Descriptor instead.

func (*DatabaseTable) GetSchema

func (x *DatabaseTable) GetSchema() string

func (*DatabaseTable) GetTable

func (x *DatabaseTable) GetTable() string

func (*DatabaseTable) ProtoMessage

func (*DatabaseTable) ProtoMessage()

func (*DatabaseTable) ProtoReflect

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

func (*DatabaseTable) Reset

func (x *DatabaseTable) Reset()

func (*DatabaseTable) String

func (x *DatabaseTable) String() string

func (*DatabaseTable) Validate

func (m *DatabaseTable) Validate() error

Validate checks the field values on DatabaseTable 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 (*DatabaseTable) ValidateAll

func (m *DatabaseTable) ValidateAll() error

ValidateAll checks the field values on DatabaseTable 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 DatabaseTableMultiError, or nil if none found.

type DatabaseTableMultiError

type DatabaseTableMultiError []error

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

func (DatabaseTableMultiError) AllErrors

func (m DatabaseTableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DatabaseTableMultiError) Error

func (m DatabaseTableMultiError) Error() string

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

type DatabaseTableValidationError

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

DatabaseTableValidationError is the validation error returned by DatabaseTable.Validate if the designated constraints aren't met.

func (DatabaseTableValidationError) Cause

Cause function returns cause value.

func (DatabaseTableValidationError) Error

Error satisfies the builtin error interface

func (DatabaseTableValidationError) ErrorName

func (e DatabaseTableValidationError) ErrorName() string

ErrorName returns error name.

func (DatabaseTableValidationError) Field

Field function returns field value.

func (DatabaseTableValidationError) Key

Key function returns key value.

func (DatabaseTableValidationError) Reason

Reason function returns reason value.

type Date

type Date struct {

	// Year of the date. Must be from 1 to 9999, or 0 to specify a date without
	// a year.
	Year uint32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
	// Month of a year. Must be from 1 to 12, or 0 to specify a year without a
	// month and day.
	Month uint32 `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
	// to specify a year by itself or a year and month where the day isn't
	// significant.
	Day uint32 `protobuf:"varint,3,opt,name=day,proto3" json:"day,omitempty"`
	// contains filtered or unexported fields
}

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following:

* A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date

Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and `google.protobuf.Timestamp`.

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetDay

func (x *Date) GetDay() uint32

func (*Date) GetMonth

func (x *Date) GetMonth() uint32

func (*Date) GetYear

func (x *Date) GetYear() uint32

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

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

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

func (*Date) Validate

func (m *Date) Validate() error

Validate checks the field values on Date 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 (*Date) ValidateAll

func (m *Date) ValidateAll() error

ValidateAll checks the field values on Date 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 DateMultiError, or nil if none found.

type DateMultiError

type DateMultiError []error

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

func (DateMultiError) AllErrors

func (m DateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DateMultiError) Error

func (m DateMultiError) Error() string

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

type DateValidationError

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

DateValidationError is the validation error returned by Date.Validate if the designated constraints aren't met.

func (DateValidationError) Cause

func (e DateValidationError) Cause() error

Cause function returns cause value.

func (DateValidationError) Error

func (e DateValidationError) Error() string

Error satisfies the builtin error interface

func (DateValidationError) ErrorName

func (e DateValidationError) ErrorName() string

ErrorName returns error name.

func (DateValidationError) Field

func (e DateValidationError) Field() string

Field function returns field value.

func (DateValidationError) Key

func (e DateValidationError) Key() bool

Key function returns key value.

func (DateValidationError) Reason

func (e DateValidationError) Reason() string

Reason function returns reason value.

type DayResult

type DayResult struct {
	Date  *Date  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*DayResult) Descriptor deprecated

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

Deprecated: Use DayResult.ProtoReflect.Descriptor instead.

func (*DayResult) GetCount

func (x *DayResult) GetCount() uint64

func (*DayResult) GetDate

func (x *DayResult) GetDate() *Date

func (*DayResult) ProtoMessage

func (*DayResult) ProtoMessage()

func (*DayResult) ProtoReflect

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

func (*DayResult) Reset

func (x *DayResult) Reset()

func (*DayResult) String

func (x *DayResult) String() string

func (*DayResult) Validate

func (m *DayResult) Validate() error

Validate checks the field values on DayResult 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 (*DayResult) ValidateAll

func (m *DayResult) ValidateAll() error

ValidateAll checks the field values on DayResult 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 DayResultMultiError, or nil if none found.

type DayResultMultiError

type DayResultMultiError []error

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

func (DayResultMultiError) AllErrors

func (m DayResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DayResultMultiError) Error

func (m DayResultMultiError) Error() string

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

type DayResultValidationError

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

DayResultValidationError is the validation error returned by DayResult.Validate if the designated constraints aren't met.

func (DayResultValidationError) Cause

func (e DayResultValidationError) Cause() error

Cause function returns cause value.

func (DayResultValidationError) Error

func (e DayResultValidationError) Error() string

Error satisfies the builtin error interface

func (DayResultValidationError) ErrorName

func (e DayResultValidationError) ErrorName() string

ErrorName returns error name.

func (DayResultValidationError) Field

func (e DayResultValidationError) Field() string

Field function returns field value.

func (DayResultValidationError) Key

Key function returns key value.

func (DayResultValidationError) Reason

func (e DayResultValidationError) Reason() string

Reason function returns reason value.

type DeleteAccountApiKeyRequest

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

func (*DeleteAccountApiKeyRequest) Descriptor deprecated

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

Deprecated: Use DeleteAccountApiKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAccountApiKeyRequest) GetId

func (*DeleteAccountApiKeyRequest) ProtoMessage

func (*DeleteAccountApiKeyRequest) ProtoMessage()

func (*DeleteAccountApiKeyRequest) ProtoReflect

func (*DeleteAccountApiKeyRequest) Reset

func (x *DeleteAccountApiKeyRequest) Reset()

func (*DeleteAccountApiKeyRequest) String

func (x *DeleteAccountApiKeyRequest) String() string

func (*DeleteAccountApiKeyRequest) Validate

func (m *DeleteAccountApiKeyRequest) Validate() error

Validate checks the field values on DeleteAccountApiKeyRequest 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 (*DeleteAccountApiKeyRequest) ValidateAll

func (m *DeleteAccountApiKeyRequest) ValidateAll() error

ValidateAll checks the field values on DeleteAccountApiKeyRequest 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 DeleteAccountApiKeyRequestMultiError, or nil if none found.

type DeleteAccountApiKeyRequestMultiError

type DeleteAccountApiKeyRequestMultiError []error

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

func (DeleteAccountApiKeyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteAccountApiKeyRequestMultiError) Error

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

type DeleteAccountApiKeyRequestValidationError

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

DeleteAccountApiKeyRequestValidationError is the validation error returned by DeleteAccountApiKeyRequest.Validate if the designated constraints aren't met.

func (DeleteAccountApiKeyRequestValidationError) Cause

Cause function returns cause value.

func (DeleteAccountApiKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteAccountApiKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteAccountApiKeyRequestValidationError) Field

Field function returns field value.

func (DeleteAccountApiKeyRequestValidationError) Key

Key function returns key value.

func (DeleteAccountApiKeyRequestValidationError) Reason

Reason function returns reason value.

type DeleteAccountApiKeyResponse

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

func (*DeleteAccountApiKeyResponse) Descriptor deprecated

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

Deprecated: Use DeleteAccountApiKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteAccountApiKeyResponse) ProtoMessage

func (*DeleteAccountApiKeyResponse) ProtoMessage()

func (*DeleteAccountApiKeyResponse) ProtoReflect

func (*DeleteAccountApiKeyResponse) Reset

func (x *DeleteAccountApiKeyResponse) Reset()

func (*DeleteAccountApiKeyResponse) String

func (x *DeleteAccountApiKeyResponse) String() string

func (*DeleteAccountApiKeyResponse) Validate

func (m *DeleteAccountApiKeyResponse) Validate() error

Validate checks the field values on DeleteAccountApiKeyResponse 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 (*DeleteAccountApiKeyResponse) ValidateAll

func (m *DeleteAccountApiKeyResponse) ValidateAll() error

ValidateAll checks the field values on DeleteAccountApiKeyResponse 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 DeleteAccountApiKeyResponseMultiError, or nil if none found.

type DeleteAccountApiKeyResponseMultiError

type DeleteAccountApiKeyResponseMultiError []error

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

func (DeleteAccountApiKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteAccountApiKeyResponseMultiError) Error

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

type DeleteAccountApiKeyResponseValidationError

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

DeleteAccountApiKeyResponseValidationError is the validation error returned by DeleteAccountApiKeyResponse.Validate if the designated constraints aren't met.

func (DeleteAccountApiKeyResponseValidationError) Cause

Cause function returns cause value.

func (DeleteAccountApiKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteAccountApiKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteAccountApiKeyResponseValidationError) Field

Field function returns field value.

func (DeleteAccountApiKeyResponseValidationError) Key

Key function returns key value.

func (DeleteAccountApiKeyResponseValidationError) Reason

Reason function returns reason value.

type DeleteConnectionRequest

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

func (*DeleteConnectionRequest) Descriptor deprecated

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

Deprecated: Use DeleteConnectionRequest.ProtoReflect.Descriptor instead.

func (*DeleteConnectionRequest) GetId

func (x *DeleteConnectionRequest) GetId() string

func (*DeleteConnectionRequest) ProtoMessage

func (*DeleteConnectionRequest) ProtoMessage()

func (*DeleteConnectionRequest) ProtoReflect

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

func (*DeleteConnectionRequest) Reset

func (x *DeleteConnectionRequest) Reset()

func (*DeleteConnectionRequest) String

func (x *DeleteConnectionRequest) String() string

func (*DeleteConnectionRequest) Validate

func (m *DeleteConnectionRequest) Validate() error

Validate checks the field values on DeleteConnectionRequest 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 (*DeleteConnectionRequest) ValidateAll

func (m *DeleteConnectionRequest) ValidateAll() error

ValidateAll checks the field values on DeleteConnectionRequest 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 DeleteConnectionRequestMultiError, or nil if none found.

type DeleteConnectionRequestMultiError

type DeleteConnectionRequestMultiError []error

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

func (DeleteConnectionRequestMultiError) AllErrors

func (m DeleteConnectionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteConnectionRequestMultiError) Error

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

type DeleteConnectionRequestValidationError

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

DeleteConnectionRequestValidationError is the validation error returned by DeleteConnectionRequest.Validate if the designated constraints aren't met.

func (DeleteConnectionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteConnectionRequestValidationError) Field

Field function returns field value.

func (DeleteConnectionRequestValidationError) Key

Key function returns key value.

func (DeleteConnectionRequestValidationError) Reason

Reason function returns reason value.

type DeleteConnectionResponse

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

func (*DeleteConnectionResponse) Descriptor deprecated

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

Deprecated: Use DeleteConnectionResponse.ProtoReflect.Descriptor instead.

func (*DeleteConnectionResponse) ProtoMessage

func (*DeleteConnectionResponse) ProtoMessage()

func (*DeleteConnectionResponse) ProtoReflect

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

func (*DeleteConnectionResponse) Reset

func (x *DeleteConnectionResponse) Reset()

func (*DeleteConnectionResponse) String

func (x *DeleteConnectionResponse) String() string

func (*DeleteConnectionResponse) Validate

func (m *DeleteConnectionResponse) Validate() error

Validate checks the field values on DeleteConnectionResponse 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 (*DeleteConnectionResponse) ValidateAll

func (m *DeleteConnectionResponse) ValidateAll() error

ValidateAll checks the field values on DeleteConnectionResponse 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 DeleteConnectionResponseMultiError, or nil if none found.

type DeleteConnectionResponseMultiError

type DeleteConnectionResponseMultiError []error

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

func (DeleteConnectionResponseMultiError) AllErrors

func (m DeleteConnectionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteConnectionResponseMultiError) Error

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

type DeleteConnectionResponseValidationError

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

DeleteConnectionResponseValidationError is the validation error returned by DeleteConnectionResponse.Validate if the designated constraints aren't met.

func (DeleteConnectionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteConnectionResponseValidationError) Field

Field function returns field value.

func (DeleteConnectionResponseValidationError) Key

Key function returns key value.

func (DeleteConnectionResponseValidationError) Reason

Reason function returns reason value.

type DeleteJobDestinationConnectionRequest

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

func (*DeleteJobDestinationConnectionRequest) Descriptor deprecated

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

Deprecated: Use DeleteJobDestinationConnectionRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobDestinationConnectionRequest) GetDestinationId

func (x *DeleteJobDestinationConnectionRequest) GetDestinationId() string

func (*DeleteJobDestinationConnectionRequest) ProtoMessage

func (*DeleteJobDestinationConnectionRequest) ProtoMessage()

func (*DeleteJobDestinationConnectionRequest) ProtoReflect

func (*DeleteJobDestinationConnectionRequest) Reset

func (*DeleteJobDestinationConnectionRequest) String

func (*DeleteJobDestinationConnectionRequest) Validate

Validate checks the field values on DeleteJobDestinationConnectionRequest 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 (*DeleteJobDestinationConnectionRequest) ValidateAll

ValidateAll checks the field values on DeleteJobDestinationConnectionRequest 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 DeleteJobDestinationConnectionRequestMultiError, or nil if none found.

type DeleteJobDestinationConnectionRequestMultiError

type DeleteJobDestinationConnectionRequestMultiError []error

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

func (DeleteJobDestinationConnectionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteJobDestinationConnectionRequestMultiError) Error

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

type DeleteJobDestinationConnectionRequestValidationError

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

DeleteJobDestinationConnectionRequestValidationError is the validation error returned by DeleteJobDestinationConnectionRequest.Validate if the designated constraints aren't met.

func (DeleteJobDestinationConnectionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteJobDestinationConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobDestinationConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobDestinationConnectionRequestValidationError) Field

Field function returns field value.

func (DeleteJobDestinationConnectionRequestValidationError) Key

Key function returns key value.

func (DeleteJobDestinationConnectionRequestValidationError) Reason

Reason function returns reason value.

type DeleteJobDestinationConnectionResponse

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

func (*DeleteJobDestinationConnectionResponse) Descriptor deprecated

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

Deprecated: Use DeleteJobDestinationConnectionResponse.ProtoReflect.Descriptor instead.

func (*DeleteJobDestinationConnectionResponse) ProtoMessage

func (*DeleteJobDestinationConnectionResponse) ProtoReflect

func (*DeleteJobDestinationConnectionResponse) Reset

func (*DeleteJobDestinationConnectionResponse) String

func (*DeleteJobDestinationConnectionResponse) Validate

Validate checks the field values on DeleteJobDestinationConnectionResponse 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 (*DeleteJobDestinationConnectionResponse) ValidateAll

ValidateAll checks the field values on DeleteJobDestinationConnectionResponse 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 DeleteJobDestinationConnectionResponseMultiError, or nil if none found.

type DeleteJobDestinationConnectionResponseMultiError

type DeleteJobDestinationConnectionResponseMultiError []error

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

func (DeleteJobDestinationConnectionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteJobDestinationConnectionResponseMultiError) Error

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

type DeleteJobDestinationConnectionResponseValidationError

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

DeleteJobDestinationConnectionResponseValidationError is the validation error returned by DeleteJobDestinationConnectionResponse.Validate if the designated constraints aren't met.

func (DeleteJobDestinationConnectionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteJobDestinationConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobDestinationConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobDestinationConnectionResponseValidationError) Field

Field function returns field value.

func (DeleteJobDestinationConnectionResponseValidationError) Key

Key function returns key value.

func (DeleteJobDestinationConnectionResponseValidationError) Reason

Reason function returns reason value.

type DeleteJobRequest

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

func (*DeleteJobRequest) Descriptor deprecated

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

Deprecated: Use DeleteJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobRequest) GetId

func (x *DeleteJobRequest) GetId() string

func (*DeleteJobRequest) ProtoMessage

func (*DeleteJobRequest) ProtoMessage()

func (*DeleteJobRequest) ProtoReflect

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

func (*DeleteJobRequest) Reset

func (x *DeleteJobRequest) Reset()

func (*DeleteJobRequest) String

func (x *DeleteJobRequest) String() string

func (*DeleteJobRequest) Validate

func (m *DeleteJobRequest) Validate() error

Validate checks the field values on DeleteJobRequest 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 (*DeleteJobRequest) ValidateAll

func (m *DeleteJobRequest) ValidateAll() error

ValidateAll checks the field values on DeleteJobRequest 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 DeleteJobRequestMultiError, or nil if none found.

type DeleteJobRequestMultiError

type DeleteJobRequestMultiError []error

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

func (DeleteJobRequestMultiError) AllErrors

func (m DeleteJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobRequestMultiError) Error

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

type DeleteJobRequestValidationError

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

DeleteJobRequestValidationError is the validation error returned by DeleteJobRequest.Validate if the designated constraints aren't met.

func (DeleteJobRequestValidationError) Cause

Cause function returns cause value.

func (DeleteJobRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobRequestValidationError) Field

Field function returns field value.

func (DeleteJobRequestValidationError) Key

Key function returns key value.

func (DeleteJobRequestValidationError) Reason

Reason function returns reason value.

type DeleteJobResponse

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

func (*DeleteJobResponse) Descriptor deprecated

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

Deprecated: Use DeleteJobResponse.ProtoReflect.Descriptor instead.

func (*DeleteJobResponse) ProtoMessage

func (*DeleteJobResponse) ProtoMessage()

func (*DeleteJobResponse) ProtoReflect

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

func (*DeleteJobResponse) Reset

func (x *DeleteJobResponse) Reset()

func (*DeleteJobResponse) String

func (x *DeleteJobResponse) String() string

func (*DeleteJobResponse) Validate

func (m *DeleteJobResponse) Validate() error

Validate checks the field values on DeleteJobResponse 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 (*DeleteJobResponse) ValidateAll

func (m *DeleteJobResponse) ValidateAll() error

ValidateAll checks the field values on DeleteJobResponse 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 DeleteJobResponseMultiError, or nil if none found.

type DeleteJobResponseMultiError

type DeleteJobResponseMultiError []error

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

func (DeleteJobResponseMultiError) AllErrors

func (m DeleteJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobResponseMultiError) Error

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

type DeleteJobResponseValidationError

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

DeleteJobResponseValidationError is the validation error returned by DeleteJobResponse.Validate if the designated constraints aren't met.

func (DeleteJobResponseValidationError) Cause

Cause function returns cause value.

func (DeleteJobResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobResponseValidationError) Field

Field function returns field value.

func (DeleteJobResponseValidationError) Key

Key function returns key value.

func (DeleteJobResponseValidationError) Reason

Reason function returns reason value.

type DeleteJobRunRequest

type DeleteJobRunRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJobRunRequest) Descriptor deprecated

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

Deprecated: Use DeleteJobRunRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobRunRequest) GetAccountId

func (x *DeleteJobRunRequest) GetAccountId() string

func (*DeleteJobRunRequest) GetJobRunId

func (x *DeleteJobRunRequest) GetJobRunId() string

func (*DeleteJobRunRequest) ProtoMessage

func (*DeleteJobRunRequest) ProtoMessage()

func (*DeleteJobRunRequest) ProtoReflect

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

func (*DeleteJobRunRequest) Reset

func (x *DeleteJobRunRequest) Reset()

func (*DeleteJobRunRequest) String

func (x *DeleteJobRunRequest) String() string

func (*DeleteJobRunRequest) Validate

func (m *DeleteJobRunRequest) Validate() error

Validate checks the field values on DeleteJobRunRequest 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 (*DeleteJobRunRequest) ValidateAll

func (m *DeleteJobRunRequest) ValidateAll() error

ValidateAll checks the field values on DeleteJobRunRequest 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 DeleteJobRunRequestMultiError, or nil if none found.

type DeleteJobRunRequestMultiError

type DeleteJobRunRequestMultiError []error

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

func (DeleteJobRunRequestMultiError) AllErrors

func (m DeleteJobRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobRunRequestMultiError) Error

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

type DeleteJobRunRequestValidationError

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

DeleteJobRunRequestValidationError is the validation error returned by DeleteJobRunRequest.Validate if the designated constraints aren't met.

func (DeleteJobRunRequestValidationError) Cause

Cause function returns cause value.

func (DeleteJobRunRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobRunRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobRunRequestValidationError) Field

Field function returns field value.

func (DeleteJobRunRequestValidationError) Key

Key function returns key value.

func (DeleteJobRunRequestValidationError) Reason

Reason function returns reason value.

type DeleteJobRunResponse

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

func (*DeleteJobRunResponse) Descriptor deprecated

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

Deprecated: Use DeleteJobRunResponse.ProtoReflect.Descriptor instead.

func (*DeleteJobRunResponse) ProtoMessage

func (*DeleteJobRunResponse) ProtoMessage()

func (*DeleteJobRunResponse) ProtoReflect

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

func (*DeleteJobRunResponse) Reset

func (x *DeleteJobRunResponse) Reset()

func (*DeleteJobRunResponse) String

func (x *DeleteJobRunResponse) String() string

func (*DeleteJobRunResponse) Validate

func (m *DeleteJobRunResponse) Validate() error

Validate checks the field values on DeleteJobRunResponse 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 (*DeleteJobRunResponse) ValidateAll

func (m *DeleteJobRunResponse) ValidateAll() error

ValidateAll checks the field values on DeleteJobRunResponse 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 DeleteJobRunResponseMultiError, or nil if none found.

type DeleteJobRunResponseMultiError

type DeleteJobRunResponseMultiError []error

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

func (DeleteJobRunResponseMultiError) AllErrors

func (m DeleteJobRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobRunResponseMultiError) Error

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

type DeleteJobRunResponseValidationError

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

DeleteJobRunResponseValidationError is the validation error returned by DeleteJobRunResponse.Validate if the designated constraints aren't met.

func (DeleteJobRunResponseValidationError) Cause

Cause function returns cause value.

func (DeleteJobRunResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobRunResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobRunResponseValidationError) Field

Field function returns field value.

func (DeleteJobRunResponseValidationError) Key

Key function returns key value.

func (DeleteJobRunResponseValidationError) Reason

Reason function returns reason value.

type DeleteUserDefinedTransformerRequest

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

func (*DeleteUserDefinedTransformerRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserDefinedTransformerRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserDefinedTransformerRequest) GetTransformerId

func (x *DeleteUserDefinedTransformerRequest) GetTransformerId() string

func (*DeleteUserDefinedTransformerRequest) ProtoMessage

func (*DeleteUserDefinedTransformerRequest) ProtoMessage()

func (*DeleteUserDefinedTransformerRequest) ProtoReflect

func (*DeleteUserDefinedTransformerRequest) Reset

func (*DeleteUserDefinedTransformerRequest) String

func (*DeleteUserDefinedTransformerRequest) Validate

Validate checks the field values on DeleteUserDefinedTransformerRequest 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 (*DeleteUserDefinedTransformerRequest) ValidateAll

func (m *DeleteUserDefinedTransformerRequest) ValidateAll() error

ValidateAll checks the field values on DeleteUserDefinedTransformerRequest 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 DeleteUserDefinedTransformerRequestMultiError, or nil if none found.

type DeleteUserDefinedTransformerRequestMultiError

type DeleteUserDefinedTransformerRequestMultiError []error

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

func (DeleteUserDefinedTransformerRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteUserDefinedTransformerRequestMultiError) Error

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

type DeleteUserDefinedTransformerRequestValidationError

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

DeleteUserDefinedTransformerRequestValidationError is the validation error returned by DeleteUserDefinedTransformerRequest.Validate if the designated constraints aren't met.

func (DeleteUserDefinedTransformerRequestValidationError) Cause

Cause function returns cause value.

func (DeleteUserDefinedTransformerRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserDefinedTransformerRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserDefinedTransformerRequestValidationError) Field

Field function returns field value.

func (DeleteUserDefinedTransformerRequestValidationError) Key

Key function returns key value.

func (DeleteUserDefinedTransformerRequestValidationError) Reason

Reason function returns reason value.

type DeleteUserDefinedTransformerResponse

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

func (*DeleteUserDefinedTransformerResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserDefinedTransformerResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserDefinedTransformerResponse) ProtoMessage

func (*DeleteUserDefinedTransformerResponse) ProtoMessage()

func (*DeleteUserDefinedTransformerResponse) ProtoReflect

func (*DeleteUserDefinedTransformerResponse) Reset

func (*DeleteUserDefinedTransformerResponse) String

func (*DeleteUserDefinedTransformerResponse) Validate

Validate checks the field values on DeleteUserDefinedTransformerResponse 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 (*DeleteUserDefinedTransformerResponse) ValidateAll

ValidateAll checks the field values on DeleteUserDefinedTransformerResponse 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 DeleteUserDefinedTransformerResponseMultiError, or nil if none found.

type DeleteUserDefinedTransformerResponseMultiError

type DeleteUserDefinedTransformerResponseMultiError []error

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

func (DeleteUserDefinedTransformerResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteUserDefinedTransformerResponseMultiError) Error

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

type DeleteUserDefinedTransformerResponseValidationError

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

DeleteUserDefinedTransformerResponseValidationError is the validation error returned by DeleteUserDefinedTransformerResponse.Validate if the designated constraints aren't met.

func (DeleteUserDefinedTransformerResponseValidationError) Cause

Cause function returns cause value.

func (DeleteUserDefinedTransformerResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserDefinedTransformerResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserDefinedTransformerResponseValidationError) Field

Field function returns field value.

func (DeleteUserDefinedTransformerResponseValidationError) Key

Key function returns key value.

func (DeleteUserDefinedTransformerResponseValidationError) Reason

Reason function returns reason value.

type ForeignConstraint

type ForeignConstraint struct {

	// @deprecated - use columns
	Column string `protobuf:"bytes,1,opt,name=column,proto3" json:"column,omitempty"`
	// @deprecated - use not_nullable
	IsNullable  bool        `protobuf:"varint,2,opt,name=is_nullable,json=isNullable,proto3" json:"is_nullable,omitempty"`
	ForeignKey  *ForeignKey `protobuf:"bytes,3,opt,name=foreign_key,json=foreignKey,proto3" json:"foreign_key,omitempty"`
	Columns     []string    `protobuf:"bytes,4,rep,name=columns,proto3" json:"columns,omitempty"`
	NotNullable []bool      `protobuf:"varint,5,rep,packed,name=not_nullable,json=notNullable,proto3" json:"not_nullable,omitempty"`
	// contains filtered or unexported fields
}

func (*ForeignConstraint) Descriptor deprecated

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

Deprecated: Use ForeignConstraint.ProtoReflect.Descriptor instead.

func (*ForeignConstraint) GetColumn

func (x *ForeignConstraint) GetColumn() string

func (*ForeignConstraint) GetColumns added in v0.4.24

func (x *ForeignConstraint) GetColumns() []string

func (*ForeignConstraint) GetForeignKey

func (x *ForeignConstraint) GetForeignKey() *ForeignKey

func (*ForeignConstraint) GetIsNullable

func (x *ForeignConstraint) GetIsNullable() bool

func (*ForeignConstraint) GetNotNullable added in v0.4.24

func (x *ForeignConstraint) GetNotNullable() []bool

func (*ForeignConstraint) ProtoMessage

func (*ForeignConstraint) ProtoMessage()

func (*ForeignConstraint) ProtoReflect

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

func (*ForeignConstraint) Reset

func (x *ForeignConstraint) Reset()

func (*ForeignConstraint) String

func (x *ForeignConstraint) String() string

func (*ForeignConstraint) Validate

func (m *ForeignConstraint) Validate() error

Validate checks the field values on ForeignConstraint 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 (*ForeignConstraint) ValidateAll

func (m *ForeignConstraint) ValidateAll() error

ValidateAll checks the field values on ForeignConstraint 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 ForeignConstraintMultiError, or nil if none found.

type ForeignConstraintMultiError

type ForeignConstraintMultiError []error

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

func (ForeignConstraintMultiError) AllErrors

func (m ForeignConstraintMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForeignConstraintMultiError) Error

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

type ForeignConstraintTables

type ForeignConstraintTables struct {
	Constraints []*ForeignConstraint `protobuf:"bytes,1,rep,name=constraints,proto3" json:"constraints,omitempty"`
	// contains filtered or unexported fields
}

func (*ForeignConstraintTables) Descriptor deprecated

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

Deprecated: Use ForeignConstraintTables.ProtoReflect.Descriptor instead.

func (*ForeignConstraintTables) GetConstraints

func (x *ForeignConstraintTables) GetConstraints() []*ForeignConstraint

func (*ForeignConstraintTables) ProtoMessage

func (*ForeignConstraintTables) ProtoMessage()

func (*ForeignConstraintTables) ProtoReflect

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

func (*ForeignConstraintTables) Reset

func (x *ForeignConstraintTables) Reset()

func (*ForeignConstraintTables) String

func (x *ForeignConstraintTables) String() string

func (*ForeignConstraintTables) Validate

func (m *ForeignConstraintTables) Validate() error

Validate checks the field values on ForeignConstraintTables 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 (*ForeignConstraintTables) ValidateAll

func (m *ForeignConstraintTables) ValidateAll() error

ValidateAll checks the field values on ForeignConstraintTables 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 ForeignConstraintTablesMultiError, or nil if none found.

type ForeignConstraintTablesMultiError

type ForeignConstraintTablesMultiError []error

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

func (ForeignConstraintTablesMultiError) AllErrors

func (m ForeignConstraintTablesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForeignConstraintTablesMultiError) Error

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

type ForeignConstraintTablesValidationError

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

ForeignConstraintTablesValidationError is the validation error returned by ForeignConstraintTables.Validate if the designated constraints aren't met.

func (ForeignConstraintTablesValidationError) Cause

Cause function returns cause value.

func (ForeignConstraintTablesValidationError) Error

Error satisfies the builtin error interface

func (ForeignConstraintTablesValidationError) ErrorName

ErrorName returns error name.

func (ForeignConstraintTablesValidationError) Field

Field function returns field value.

func (ForeignConstraintTablesValidationError) Key

Key function returns key value.

func (ForeignConstraintTablesValidationError) Reason

Reason function returns reason value.

type ForeignConstraintValidationError

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

ForeignConstraintValidationError is the validation error returned by ForeignConstraint.Validate if the designated constraints aren't met.

func (ForeignConstraintValidationError) Cause

Cause function returns cause value.

func (ForeignConstraintValidationError) Error

Error satisfies the builtin error interface

func (ForeignConstraintValidationError) ErrorName

ErrorName returns error name.

func (ForeignConstraintValidationError) Field

Field function returns field value.

func (ForeignConstraintValidationError) Key

Key function returns key value.

func (ForeignConstraintValidationError) Reason

Reason function returns reason value.

type ForeignKey

type ForeignKey struct {
	Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	// @deprecated - use columns
	Column  string   `protobuf:"bytes,2,opt,name=column,proto3" json:"column,omitempty"`
	Columns []string `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*ForeignKey) Descriptor deprecated

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

Deprecated: Use ForeignKey.ProtoReflect.Descriptor instead.

func (*ForeignKey) GetColumn

func (x *ForeignKey) GetColumn() string

func (*ForeignKey) GetColumns added in v0.4.24

func (x *ForeignKey) GetColumns() []string

func (*ForeignKey) GetTable

func (x *ForeignKey) GetTable() string

func (*ForeignKey) ProtoMessage

func (*ForeignKey) ProtoMessage()

func (*ForeignKey) ProtoReflect

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

func (*ForeignKey) Reset

func (x *ForeignKey) Reset()

func (*ForeignKey) String

func (x *ForeignKey) String() string

func (*ForeignKey) Validate

func (m *ForeignKey) Validate() error

Validate checks the field values on ForeignKey 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 (*ForeignKey) ValidateAll

func (m *ForeignKey) ValidateAll() error

ValidateAll checks the field values on ForeignKey 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 ForeignKeyMultiError, or nil if none found.

type ForeignKeyMultiError

type ForeignKeyMultiError []error

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

func (ForeignKeyMultiError) AllErrors

func (m ForeignKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForeignKeyMultiError) Error

func (m ForeignKeyMultiError) Error() string

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

type ForeignKeyValidationError

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

ForeignKeyValidationError is the validation error returned by ForeignKey.Validate if the designated constraints aren't met.

func (ForeignKeyValidationError) Cause

func (e ForeignKeyValidationError) Cause() error

Cause function returns cause value.

func (ForeignKeyValidationError) Error

Error satisfies the builtin error interface

func (ForeignKeyValidationError) ErrorName

func (e ForeignKeyValidationError) ErrorName() string

ErrorName returns error name.

func (ForeignKeyValidationError) Field

Field function returns field value.

func (ForeignKeyValidationError) Key

Key function returns key value.

func (ForeignKeyValidationError) Reason

func (e ForeignKeyValidationError) Reason() string

Reason function returns reason value.

type GenerateBool

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

func (*GenerateBool) Descriptor deprecated

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

Deprecated: Use GenerateBool.ProtoReflect.Descriptor instead.

func (*GenerateBool) ProtoMessage

func (*GenerateBool) ProtoMessage()

func (*GenerateBool) ProtoReflect

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

func (*GenerateBool) Reset

func (x *GenerateBool) Reset()

func (*GenerateBool) String

func (x *GenerateBool) String() string

func (*GenerateBool) Validate

func (m *GenerateBool) Validate() error

Validate checks the field values on GenerateBool 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 (*GenerateBool) ValidateAll

func (m *GenerateBool) ValidateAll() error

ValidateAll checks the field values on GenerateBool 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 GenerateBoolMultiError, or nil if none found.

type GenerateBoolMultiError

type GenerateBoolMultiError []error

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

func (GenerateBoolMultiError) AllErrors

func (m GenerateBoolMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateBoolMultiError) Error

func (m GenerateBoolMultiError) Error() string

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

type GenerateBoolValidationError

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

GenerateBoolValidationError is the validation error returned by GenerateBool.Validate if the designated constraints aren't met.

func (GenerateBoolValidationError) Cause

Cause function returns cause value.

func (GenerateBoolValidationError) Error

Error satisfies the builtin error interface

func (GenerateBoolValidationError) ErrorName

func (e GenerateBoolValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateBoolValidationError) Field

Field function returns field value.

func (GenerateBoolValidationError) Key

Key function returns key value.

func (GenerateBoolValidationError) Reason

Reason function returns reason value.

type GenerateCardNumber

type GenerateCardNumber struct {
	ValidLuhn bool `protobuf:"varint,1,opt,name=valid_luhn,json=validLuhn,proto3" json:"valid_luhn,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateCardNumber) Descriptor deprecated

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

Deprecated: Use GenerateCardNumber.ProtoReflect.Descriptor instead.

func (*GenerateCardNumber) GetValidLuhn

func (x *GenerateCardNumber) GetValidLuhn() bool

func (*GenerateCardNumber) ProtoMessage

func (*GenerateCardNumber) ProtoMessage()

func (*GenerateCardNumber) ProtoReflect

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

func (*GenerateCardNumber) Reset

func (x *GenerateCardNumber) Reset()

func (*GenerateCardNumber) String

func (x *GenerateCardNumber) String() string

func (*GenerateCardNumber) Validate

func (m *GenerateCardNumber) Validate() error

Validate checks the field values on GenerateCardNumber 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 (*GenerateCardNumber) ValidateAll

func (m *GenerateCardNumber) ValidateAll() error

ValidateAll checks the field values on GenerateCardNumber 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 GenerateCardNumberMultiError, or nil if none found.

type GenerateCardNumberMultiError

type GenerateCardNumberMultiError []error

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

func (GenerateCardNumberMultiError) AllErrors

func (m GenerateCardNumberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateCardNumberMultiError) Error

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

type GenerateCardNumberValidationError

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

GenerateCardNumberValidationError is the validation error returned by GenerateCardNumber.Validate if the designated constraints aren't met.

func (GenerateCardNumberValidationError) Cause

Cause function returns cause value.

func (GenerateCardNumberValidationError) Error

Error satisfies the builtin error interface

func (GenerateCardNumberValidationError) ErrorName

ErrorName returns error name.

func (GenerateCardNumberValidationError) Field

Field function returns field value.

func (GenerateCardNumberValidationError) Key

Key function returns key value.

func (GenerateCardNumberValidationError) Reason

Reason function returns reason value.

type GenerateCategorical

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

func (*GenerateCategorical) Descriptor deprecated

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

Deprecated: Use GenerateCategorical.ProtoReflect.Descriptor instead.

func (*GenerateCategorical) GetCategories

func (x *GenerateCategorical) GetCategories() string

func (*GenerateCategorical) ProtoMessage

func (*GenerateCategorical) ProtoMessage()

func (*GenerateCategorical) ProtoReflect

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

func (*GenerateCategorical) Reset

func (x *GenerateCategorical) Reset()

func (*GenerateCategorical) String

func (x *GenerateCategorical) String() string

func (*GenerateCategorical) Validate

func (m *GenerateCategorical) Validate() error

Validate checks the field values on GenerateCategorical 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 (*GenerateCategorical) ValidateAll

func (m *GenerateCategorical) ValidateAll() error

ValidateAll checks the field values on GenerateCategorical 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 GenerateCategoricalMultiError, or nil if none found.

type GenerateCategoricalMultiError

type GenerateCategoricalMultiError []error

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

func (GenerateCategoricalMultiError) AllErrors

func (m GenerateCategoricalMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateCategoricalMultiError) Error

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

type GenerateCategoricalValidationError

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

GenerateCategoricalValidationError is the validation error returned by GenerateCategorical.Validate if the designated constraints aren't met.

func (GenerateCategoricalValidationError) Cause

Cause function returns cause value.

func (GenerateCategoricalValidationError) Error

Error satisfies the builtin error interface

func (GenerateCategoricalValidationError) ErrorName

ErrorName returns error name.

func (GenerateCategoricalValidationError) Field

Field function returns field value.

func (GenerateCategoricalValidationError) Key

Key function returns key value.

func (GenerateCategoricalValidationError) Reason

Reason function returns reason value.

type GenerateCity

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

func (*GenerateCity) Descriptor deprecated

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

Deprecated: Use GenerateCity.ProtoReflect.Descriptor instead.

func (*GenerateCity) ProtoMessage

func (*GenerateCity) ProtoMessage()

func (*GenerateCity) ProtoReflect

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

func (*GenerateCity) Reset

func (x *GenerateCity) Reset()

func (*GenerateCity) String

func (x *GenerateCity) String() string

func (*GenerateCity) Validate

func (m *GenerateCity) Validate() error

Validate checks the field values on GenerateCity 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 (*GenerateCity) ValidateAll

func (m *GenerateCity) ValidateAll() error

ValidateAll checks the field values on GenerateCity 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 GenerateCityMultiError, or nil if none found.

type GenerateCityMultiError

type GenerateCityMultiError []error

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

func (GenerateCityMultiError) AllErrors

func (m GenerateCityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateCityMultiError) Error

func (m GenerateCityMultiError) Error() string

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

type GenerateCityValidationError

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

GenerateCityValidationError is the validation error returned by GenerateCity.Validate if the designated constraints aren't met.

func (GenerateCityValidationError) Cause

Cause function returns cause value.

func (GenerateCityValidationError) Error

Error satisfies the builtin error interface

func (GenerateCityValidationError) ErrorName

func (e GenerateCityValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateCityValidationError) Field

Field function returns field value.

func (GenerateCityValidationError) Key

Key function returns key value.

func (GenerateCityValidationError) Reason

Reason function returns reason value.

type GenerateDefault

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

func (*GenerateDefault) Descriptor deprecated

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

Deprecated: Use GenerateDefault.ProtoReflect.Descriptor instead.

func (*GenerateDefault) ProtoMessage

func (*GenerateDefault) ProtoMessage()

func (*GenerateDefault) ProtoReflect

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

func (*GenerateDefault) Reset

func (x *GenerateDefault) Reset()

func (*GenerateDefault) String

func (x *GenerateDefault) String() string

func (*GenerateDefault) Validate

func (m *GenerateDefault) Validate() error

Validate checks the field values on GenerateDefault 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 (*GenerateDefault) ValidateAll

func (m *GenerateDefault) ValidateAll() error

ValidateAll checks the field values on GenerateDefault 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 GenerateDefaultMultiError, or nil if none found.

type GenerateDefaultMultiError

type GenerateDefaultMultiError []error

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

func (GenerateDefaultMultiError) AllErrors

func (m GenerateDefaultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateDefaultMultiError) Error

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

type GenerateDefaultValidationError

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

GenerateDefaultValidationError is the validation error returned by GenerateDefault.Validate if the designated constraints aren't met.

func (GenerateDefaultValidationError) Cause

Cause function returns cause value.

func (GenerateDefaultValidationError) Error

Error satisfies the builtin error interface

func (GenerateDefaultValidationError) ErrorName

func (e GenerateDefaultValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateDefaultValidationError) Field

Field function returns field value.

func (GenerateDefaultValidationError) Key

Key function returns key value.

func (GenerateDefaultValidationError) Reason

Reason function returns reason value.

type GenerateE164PhoneNumber

type GenerateE164PhoneNumber struct {
	Min int64 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Max int64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateE164PhoneNumber) Descriptor deprecated

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

Deprecated: Use GenerateE164PhoneNumber.ProtoReflect.Descriptor instead.

func (*GenerateE164PhoneNumber) GetMax

func (x *GenerateE164PhoneNumber) GetMax() int64

func (*GenerateE164PhoneNumber) GetMin

func (x *GenerateE164PhoneNumber) GetMin() int64

func (*GenerateE164PhoneNumber) ProtoMessage

func (*GenerateE164PhoneNumber) ProtoMessage()

func (*GenerateE164PhoneNumber) ProtoReflect

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

func (*GenerateE164PhoneNumber) Reset

func (x *GenerateE164PhoneNumber) Reset()

func (*GenerateE164PhoneNumber) String

func (x *GenerateE164PhoneNumber) String() string

func (*GenerateE164PhoneNumber) Validate

func (m *GenerateE164PhoneNumber) Validate() error

Validate checks the field values on GenerateE164PhoneNumber 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 (*GenerateE164PhoneNumber) ValidateAll

func (m *GenerateE164PhoneNumber) ValidateAll() error

ValidateAll checks the field values on GenerateE164PhoneNumber 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 GenerateE164PhoneNumberMultiError, or nil if none found.

type GenerateE164PhoneNumberMultiError

type GenerateE164PhoneNumberMultiError []error

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

func (GenerateE164PhoneNumberMultiError) AllErrors

func (m GenerateE164PhoneNumberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateE164PhoneNumberMultiError) Error

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

type GenerateE164PhoneNumberValidationError

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

GenerateE164PhoneNumberValidationError is the validation error returned by GenerateE164PhoneNumber.Validate if the designated constraints aren't met.

func (GenerateE164PhoneNumberValidationError) Cause

Cause function returns cause value.

func (GenerateE164PhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (GenerateE164PhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (GenerateE164PhoneNumberValidationError) Field

Field function returns field value.

func (GenerateE164PhoneNumberValidationError) Key

Key function returns key value.

func (GenerateE164PhoneNumberValidationError) Reason

Reason function returns reason value.

type GenerateEmail

type GenerateEmail struct {

	// Optionally specify the type of email to generate. The types specified determine the contents on the left side of the @.
	EmailType *GenerateEmailType `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GenerateEmail) Descriptor deprecated

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

Deprecated: Use GenerateEmail.ProtoReflect.Descriptor instead.

func (*GenerateEmail) GetEmailType

func (x *GenerateEmail) GetEmailType() GenerateEmailType

func (*GenerateEmail) ProtoMessage

func (*GenerateEmail) ProtoMessage()

func (*GenerateEmail) ProtoReflect

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

func (*GenerateEmail) Reset

func (x *GenerateEmail) Reset()

func (*GenerateEmail) String

func (x *GenerateEmail) String() string

func (*GenerateEmail) Validate

func (m *GenerateEmail) Validate() error

Validate checks the field values on GenerateEmail 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 (*GenerateEmail) ValidateAll

func (m *GenerateEmail) ValidateAll() error

ValidateAll checks the field values on GenerateEmail 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 GenerateEmailMultiError, or nil if none found.

type GenerateEmailMultiError

type GenerateEmailMultiError []error

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

func (GenerateEmailMultiError) AllErrors

func (m GenerateEmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateEmailMultiError) Error

func (m GenerateEmailMultiError) Error() string

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

type GenerateEmailType

type GenerateEmailType int32
const (
	// Unspecified defaults to uuid v4
	GenerateEmailType_GENERATE_EMAIL_TYPE_UNSPECIFIED GenerateEmailType = 0
	// Generates a random uuid v4 (without hyphens) on the left side of the @. This has all the uniqueness guarantees of the standard uuid v4, along with randomized domains.
	GenerateEmailType_GENERATE_EMAIL_TYPE_UUID_V4 GenerateEmailType = 1
	// Generates a full name (firstnamelastname) on the left side of the @. This has high cardinality but is not guaranteed to be unique.
	GenerateEmailType_GENERATE_EMAIL_TYPE_FULLNAME GenerateEmailType = 2
)

func (GenerateEmailType) Descriptor

func (GenerateEmailType) Enum

func (GenerateEmailType) EnumDescriptor deprecated

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

Deprecated: Use GenerateEmailType.Descriptor instead.

func (GenerateEmailType) Number

func (GenerateEmailType) String

func (x GenerateEmailType) String() string

func (GenerateEmailType) Type

type GenerateEmailValidationError

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

GenerateEmailValidationError is the validation error returned by GenerateEmail.Validate if the designated constraints aren't met.

func (GenerateEmailValidationError) Cause

Cause function returns cause value.

func (GenerateEmailValidationError) Error

Error satisfies the builtin error interface

func (GenerateEmailValidationError) ErrorName

func (e GenerateEmailValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateEmailValidationError) Field

Field function returns field value.

func (GenerateEmailValidationError) Key

Key function returns key value.

func (GenerateEmailValidationError) Reason

Reason function returns reason value.

type GenerateFirstName

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

func (*GenerateFirstName) Descriptor deprecated

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

Deprecated: Use GenerateFirstName.ProtoReflect.Descriptor instead.

func (*GenerateFirstName) ProtoMessage

func (*GenerateFirstName) ProtoMessage()

func (*GenerateFirstName) ProtoReflect

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

func (*GenerateFirstName) Reset

func (x *GenerateFirstName) Reset()

func (*GenerateFirstName) String

func (x *GenerateFirstName) String() string

func (*GenerateFirstName) Validate

func (m *GenerateFirstName) Validate() error

Validate checks the field values on GenerateFirstName 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 (*GenerateFirstName) ValidateAll

func (m *GenerateFirstName) ValidateAll() error

ValidateAll checks the field values on GenerateFirstName 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 GenerateFirstNameMultiError, or nil if none found.

type GenerateFirstNameMultiError

type GenerateFirstNameMultiError []error

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

func (GenerateFirstNameMultiError) AllErrors

func (m GenerateFirstNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateFirstNameMultiError) Error

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

type GenerateFirstNameValidationError

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

GenerateFirstNameValidationError is the validation error returned by GenerateFirstName.Validate if the designated constraints aren't met.

func (GenerateFirstNameValidationError) Cause

Cause function returns cause value.

func (GenerateFirstNameValidationError) Error

Error satisfies the builtin error interface

func (GenerateFirstNameValidationError) ErrorName

ErrorName returns error name.

func (GenerateFirstNameValidationError) Field

Field function returns field value.

func (GenerateFirstNameValidationError) Key

Key function returns key value.

func (GenerateFirstNameValidationError) Reason

Reason function returns reason value.

type GenerateFloat64

type GenerateFloat64 struct {
	RandomizeSign bool    `protobuf:"varint,1,opt,name=randomize_sign,json=randomizeSign,proto3" json:"randomize_sign,omitempty"`
	Min           float64 `protobuf:"fixed64,2,opt,name=min,proto3" json:"min,omitempty"`
	Max           float64 `protobuf:"fixed64,3,opt,name=max,proto3" json:"max,omitempty"`
	Precision     int64   `protobuf:"varint,4,opt,name=precision,proto3" json:"precision,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateFloat64) Descriptor deprecated

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

Deprecated: Use GenerateFloat64.ProtoReflect.Descriptor instead.

func (*GenerateFloat64) GetMax

func (x *GenerateFloat64) GetMax() float64

func (*GenerateFloat64) GetMin

func (x *GenerateFloat64) GetMin() float64

func (*GenerateFloat64) GetPrecision

func (x *GenerateFloat64) GetPrecision() int64

func (*GenerateFloat64) GetRandomizeSign

func (x *GenerateFloat64) GetRandomizeSign() bool

func (*GenerateFloat64) ProtoMessage

func (*GenerateFloat64) ProtoMessage()

func (*GenerateFloat64) ProtoReflect

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

func (*GenerateFloat64) Reset

func (x *GenerateFloat64) Reset()

func (*GenerateFloat64) String

func (x *GenerateFloat64) String() string

func (*GenerateFloat64) Validate

func (m *GenerateFloat64) Validate() error

Validate checks the field values on GenerateFloat64 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 (*GenerateFloat64) ValidateAll

func (m *GenerateFloat64) ValidateAll() error

ValidateAll checks the field values on GenerateFloat64 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 GenerateFloat64MultiError, or nil if none found.

type GenerateFloat64MultiError

type GenerateFloat64MultiError []error

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

func (GenerateFloat64MultiError) AllErrors

func (m GenerateFloat64MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateFloat64MultiError) Error

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

type GenerateFloat64ValidationError

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

GenerateFloat64ValidationError is the validation error returned by GenerateFloat64.Validate if the designated constraints aren't met.

func (GenerateFloat64ValidationError) Cause

Cause function returns cause value.

func (GenerateFloat64ValidationError) Error

Error satisfies the builtin error interface

func (GenerateFloat64ValidationError) ErrorName

func (e GenerateFloat64ValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateFloat64ValidationError) Field

Field function returns field value.

func (GenerateFloat64ValidationError) Key

Key function returns key value.

func (GenerateFloat64ValidationError) Reason

Reason function returns reason value.

type GenerateFullAddress

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

func (*GenerateFullAddress) Descriptor deprecated

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

Deprecated: Use GenerateFullAddress.ProtoReflect.Descriptor instead.

func (*GenerateFullAddress) ProtoMessage

func (*GenerateFullAddress) ProtoMessage()

func (*GenerateFullAddress) ProtoReflect

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

func (*GenerateFullAddress) Reset

func (x *GenerateFullAddress) Reset()

func (*GenerateFullAddress) String

func (x *GenerateFullAddress) String() string

func (*GenerateFullAddress) Validate

func (m *GenerateFullAddress) Validate() error

Validate checks the field values on GenerateFullAddress 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 (*GenerateFullAddress) ValidateAll

func (m *GenerateFullAddress) ValidateAll() error

ValidateAll checks the field values on GenerateFullAddress 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 GenerateFullAddressMultiError, or nil if none found.

type GenerateFullAddressMultiError

type GenerateFullAddressMultiError []error

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

func (GenerateFullAddressMultiError) AllErrors

func (m GenerateFullAddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateFullAddressMultiError) Error

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

type GenerateFullAddressValidationError

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

GenerateFullAddressValidationError is the validation error returned by GenerateFullAddress.Validate if the designated constraints aren't met.

func (GenerateFullAddressValidationError) Cause

Cause function returns cause value.

func (GenerateFullAddressValidationError) Error

Error satisfies the builtin error interface

func (GenerateFullAddressValidationError) ErrorName

ErrorName returns error name.

func (GenerateFullAddressValidationError) Field

Field function returns field value.

func (GenerateFullAddressValidationError) Key

Key function returns key value.

func (GenerateFullAddressValidationError) Reason

Reason function returns reason value.

type GenerateFullName

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

func (*GenerateFullName) Descriptor deprecated

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

Deprecated: Use GenerateFullName.ProtoReflect.Descriptor instead.

func (*GenerateFullName) ProtoMessage

func (*GenerateFullName) ProtoMessage()

func (*GenerateFullName) ProtoReflect

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

func (*GenerateFullName) Reset

func (x *GenerateFullName) Reset()

func (*GenerateFullName) String

func (x *GenerateFullName) String() string

func (*GenerateFullName) Validate

func (m *GenerateFullName) Validate() error

Validate checks the field values on GenerateFullName 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 (*GenerateFullName) ValidateAll

func (m *GenerateFullName) ValidateAll() error

ValidateAll checks the field values on GenerateFullName 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 GenerateFullNameMultiError, or nil if none found.

type GenerateFullNameMultiError

type GenerateFullNameMultiError []error

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

func (GenerateFullNameMultiError) AllErrors

func (m GenerateFullNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateFullNameMultiError) Error

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

type GenerateFullNameValidationError

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

GenerateFullNameValidationError is the validation error returned by GenerateFullName.Validate if the designated constraints aren't met.

func (GenerateFullNameValidationError) Cause

Cause function returns cause value.

func (GenerateFullNameValidationError) Error

Error satisfies the builtin error interface

func (GenerateFullNameValidationError) ErrorName

ErrorName returns error name.

func (GenerateFullNameValidationError) Field

Field function returns field value.

func (GenerateFullNameValidationError) Key

Key function returns key value.

func (GenerateFullNameValidationError) Reason

Reason function returns reason value.

type GenerateGender

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

func (*GenerateGender) Descriptor deprecated

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

Deprecated: Use GenerateGender.ProtoReflect.Descriptor instead.

func (*GenerateGender) GetAbbreviate

func (x *GenerateGender) GetAbbreviate() bool

func (*GenerateGender) ProtoMessage

func (*GenerateGender) ProtoMessage()

func (*GenerateGender) ProtoReflect

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

func (*GenerateGender) Reset

func (x *GenerateGender) Reset()

func (*GenerateGender) String

func (x *GenerateGender) String() string

func (*GenerateGender) Validate

func (m *GenerateGender) Validate() error

Validate checks the field values on GenerateGender 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 (*GenerateGender) ValidateAll

func (m *GenerateGender) ValidateAll() error

ValidateAll checks the field values on GenerateGender 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 GenerateGenderMultiError, or nil if none found.

type GenerateGenderMultiError

type GenerateGenderMultiError []error

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

func (GenerateGenderMultiError) AllErrors

func (m GenerateGenderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateGenderMultiError) Error

func (m GenerateGenderMultiError) Error() string

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

type GenerateGenderValidationError

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

GenerateGenderValidationError is the validation error returned by GenerateGender.Validate if the designated constraints aren't met.

func (GenerateGenderValidationError) Cause

Cause function returns cause value.

func (GenerateGenderValidationError) Error

Error satisfies the builtin error interface

func (GenerateGenderValidationError) ErrorName

func (e GenerateGenderValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateGenderValidationError) Field

Field function returns field value.

func (GenerateGenderValidationError) Key

Key function returns key value.

func (GenerateGenderValidationError) Reason

Reason function returns reason value.

type GenerateInt64

type GenerateInt64 struct {
	RandomizeSign bool  `protobuf:"varint,1,opt,name=randomize_sign,json=randomizeSign,proto3" json:"randomize_sign,omitempty"`
	Min           int64 `protobuf:"varint,2,opt,name=min,proto3" json:"min,omitempty"`
	Max           int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateInt64) Descriptor deprecated

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

Deprecated: Use GenerateInt64.ProtoReflect.Descriptor instead.

func (*GenerateInt64) GetMax

func (x *GenerateInt64) GetMax() int64

func (*GenerateInt64) GetMin

func (x *GenerateInt64) GetMin() int64

func (*GenerateInt64) GetRandomizeSign

func (x *GenerateInt64) GetRandomizeSign() bool

func (*GenerateInt64) ProtoMessage

func (*GenerateInt64) ProtoMessage()

func (*GenerateInt64) ProtoReflect

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

func (*GenerateInt64) Reset

func (x *GenerateInt64) Reset()

func (*GenerateInt64) String

func (x *GenerateInt64) String() string

func (*GenerateInt64) Validate

func (m *GenerateInt64) Validate() error

Validate checks the field values on GenerateInt64 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 (*GenerateInt64) ValidateAll

func (m *GenerateInt64) ValidateAll() error

ValidateAll checks the field values on GenerateInt64 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 GenerateInt64MultiError, or nil if none found.

type GenerateInt64MultiError

type GenerateInt64MultiError []error

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

func (GenerateInt64MultiError) AllErrors

func (m GenerateInt64MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateInt64MultiError) Error

func (m GenerateInt64MultiError) Error() string

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

type GenerateInt64PhoneNumber

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

func (*GenerateInt64PhoneNumber) Descriptor deprecated

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

Deprecated: Use GenerateInt64PhoneNumber.ProtoReflect.Descriptor instead.

func (*GenerateInt64PhoneNumber) ProtoMessage

func (*GenerateInt64PhoneNumber) ProtoMessage()

func (*GenerateInt64PhoneNumber) ProtoReflect

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

func (*GenerateInt64PhoneNumber) Reset

func (x *GenerateInt64PhoneNumber) Reset()

func (*GenerateInt64PhoneNumber) String

func (x *GenerateInt64PhoneNumber) String() string

func (*GenerateInt64PhoneNumber) Validate

func (m *GenerateInt64PhoneNumber) Validate() error

Validate checks the field values on GenerateInt64PhoneNumber 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 (*GenerateInt64PhoneNumber) ValidateAll

func (m *GenerateInt64PhoneNumber) ValidateAll() error

ValidateAll checks the field values on GenerateInt64PhoneNumber 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 GenerateInt64PhoneNumberMultiError, or nil if none found.

type GenerateInt64PhoneNumberMultiError

type GenerateInt64PhoneNumberMultiError []error

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

func (GenerateInt64PhoneNumberMultiError) AllErrors

func (m GenerateInt64PhoneNumberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateInt64PhoneNumberMultiError) Error

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

type GenerateInt64PhoneNumberValidationError

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

GenerateInt64PhoneNumberValidationError is the validation error returned by GenerateInt64PhoneNumber.Validate if the designated constraints aren't met.

func (GenerateInt64PhoneNumberValidationError) Cause

Cause function returns cause value.

func (GenerateInt64PhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (GenerateInt64PhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (GenerateInt64PhoneNumberValidationError) Field

Field function returns field value.

func (GenerateInt64PhoneNumberValidationError) Key

Key function returns key value.

func (GenerateInt64PhoneNumberValidationError) Reason

Reason function returns reason value.

type GenerateInt64ValidationError

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

GenerateInt64ValidationError is the validation error returned by GenerateInt64.Validate if the designated constraints aren't met.

func (GenerateInt64ValidationError) Cause

Cause function returns cause value.

func (GenerateInt64ValidationError) Error

Error satisfies the builtin error interface

func (GenerateInt64ValidationError) ErrorName

func (e GenerateInt64ValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateInt64ValidationError) Field

Field function returns field value.

func (GenerateInt64ValidationError) Key

Key function returns key value.

func (GenerateInt64ValidationError) Reason

Reason function returns reason value.

type GenerateJavascript

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

func (*GenerateJavascript) Descriptor deprecated

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

Deprecated: Use GenerateJavascript.ProtoReflect.Descriptor instead.

func (*GenerateJavascript) GetCode

func (x *GenerateJavascript) GetCode() string

func (*GenerateJavascript) ProtoMessage

func (*GenerateJavascript) ProtoMessage()

func (*GenerateJavascript) ProtoReflect

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

func (*GenerateJavascript) Reset

func (x *GenerateJavascript) Reset()

func (*GenerateJavascript) String

func (x *GenerateJavascript) String() string

func (*GenerateJavascript) Validate

func (m *GenerateJavascript) Validate() error

Validate checks the field values on GenerateJavascript 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 (*GenerateJavascript) ValidateAll

func (m *GenerateJavascript) ValidateAll() error

ValidateAll checks the field values on GenerateJavascript 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 GenerateJavascriptMultiError, or nil if none found.

type GenerateJavascriptMultiError

type GenerateJavascriptMultiError []error

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

func (GenerateJavascriptMultiError) AllErrors

func (m GenerateJavascriptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateJavascriptMultiError) Error

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

type GenerateJavascriptValidationError

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

GenerateJavascriptValidationError is the validation error returned by GenerateJavascript.Validate if the designated constraints aren't met.

func (GenerateJavascriptValidationError) Cause

Cause function returns cause value.

func (GenerateJavascriptValidationError) Error

Error satisfies the builtin error interface

func (GenerateJavascriptValidationError) ErrorName

ErrorName returns error name.

func (GenerateJavascriptValidationError) Field

Field function returns field value.

func (GenerateJavascriptValidationError) Key

Key function returns key value.

func (GenerateJavascriptValidationError) Reason

Reason function returns reason value.

type GenerateLastName

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

func (*GenerateLastName) Descriptor deprecated

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

Deprecated: Use GenerateLastName.ProtoReflect.Descriptor instead.

func (*GenerateLastName) ProtoMessage

func (*GenerateLastName) ProtoMessage()

func (*GenerateLastName) ProtoReflect

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

func (*GenerateLastName) Reset

func (x *GenerateLastName) Reset()

func (*GenerateLastName) String

func (x *GenerateLastName) String() string

func (*GenerateLastName) Validate

func (m *GenerateLastName) Validate() error

Validate checks the field values on GenerateLastName 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 (*GenerateLastName) ValidateAll

func (m *GenerateLastName) ValidateAll() error

ValidateAll checks the field values on GenerateLastName 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 GenerateLastNameMultiError, or nil if none found.

type GenerateLastNameMultiError

type GenerateLastNameMultiError []error

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

func (GenerateLastNameMultiError) AllErrors

func (m GenerateLastNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateLastNameMultiError) Error

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

type GenerateLastNameValidationError

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

GenerateLastNameValidationError is the validation error returned by GenerateLastName.Validate if the designated constraints aren't met.

func (GenerateLastNameValidationError) Cause

Cause function returns cause value.

func (GenerateLastNameValidationError) Error

Error satisfies the builtin error interface

func (GenerateLastNameValidationError) ErrorName

ErrorName returns error name.

func (GenerateLastNameValidationError) Field

Field function returns field value.

func (GenerateLastNameValidationError) Key

Key function returns key value.

func (GenerateLastNameValidationError) Reason

Reason function returns reason value.

type GenerateSSN

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

func (*GenerateSSN) Descriptor deprecated

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

Deprecated: Use GenerateSSN.ProtoReflect.Descriptor instead.

func (*GenerateSSN) ProtoMessage

func (*GenerateSSN) ProtoMessage()

func (*GenerateSSN) ProtoReflect

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

func (*GenerateSSN) Reset

func (x *GenerateSSN) Reset()

func (*GenerateSSN) String

func (x *GenerateSSN) String() string

func (*GenerateSSN) Validate

func (m *GenerateSSN) Validate() error

Validate checks the field values on GenerateSSN 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 (*GenerateSSN) ValidateAll

func (m *GenerateSSN) ValidateAll() error

ValidateAll checks the field values on GenerateSSN 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 GenerateSSNMultiError, or nil if none found.

type GenerateSSNMultiError

type GenerateSSNMultiError []error

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

func (GenerateSSNMultiError) AllErrors

func (m GenerateSSNMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateSSNMultiError) Error

func (m GenerateSSNMultiError) Error() string

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

type GenerateSSNValidationError

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

GenerateSSNValidationError is the validation error returned by GenerateSSN.Validate if the designated constraints aren't met.

func (GenerateSSNValidationError) Cause

Cause function returns cause value.

func (GenerateSSNValidationError) Error

Error satisfies the builtin error interface

func (GenerateSSNValidationError) ErrorName

func (e GenerateSSNValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateSSNValidationError) Field

Field function returns field value.

func (GenerateSSNValidationError) Key

Key function returns key value.

func (GenerateSSNValidationError) Reason

Reason function returns reason value.

type GenerateSha256Hash

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

func (*GenerateSha256Hash) Descriptor deprecated

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

Deprecated: Use GenerateSha256Hash.ProtoReflect.Descriptor instead.

func (*GenerateSha256Hash) ProtoMessage

func (*GenerateSha256Hash) ProtoMessage()

func (*GenerateSha256Hash) ProtoReflect

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

func (*GenerateSha256Hash) Reset

func (x *GenerateSha256Hash) Reset()

func (*GenerateSha256Hash) String

func (x *GenerateSha256Hash) String() string

func (*GenerateSha256Hash) Validate

func (m *GenerateSha256Hash) Validate() error

Validate checks the field values on GenerateSha256Hash 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 (*GenerateSha256Hash) ValidateAll

func (m *GenerateSha256Hash) ValidateAll() error

ValidateAll checks the field values on GenerateSha256Hash 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 GenerateSha256HashMultiError, or nil if none found.

type GenerateSha256HashMultiError

type GenerateSha256HashMultiError []error

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

func (GenerateSha256HashMultiError) AllErrors

func (m GenerateSha256HashMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateSha256HashMultiError) Error

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

type GenerateSha256HashValidationError

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

GenerateSha256HashValidationError is the validation error returned by GenerateSha256Hash.Validate if the designated constraints aren't met.

func (GenerateSha256HashValidationError) Cause

Cause function returns cause value.

func (GenerateSha256HashValidationError) Error

Error satisfies the builtin error interface

func (GenerateSha256HashValidationError) ErrorName

ErrorName returns error name.

func (GenerateSha256HashValidationError) Field

Field function returns field value.

func (GenerateSha256HashValidationError) Key

Key function returns key value.

func (GenerateSha256HashValidationError) Reason

Reason function returns reason value.

type GenerateSourceOptions

type GenerateSourceOptions struct {
	Schemas              []*GenerateSourceSchemaOption `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
	FkSourceConnectionId *string                       `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GenerateSourceOptions) Descriptor deprecated

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

Deprecated: Use GenerateSourceOptions.ProtoReflect.Descriptor instead.

func (*GenerateSourceOptions) GetFkSourceConnectionId

func (x *GenerateSourceOptions) GetFkSourceConnectionId() string

func (*GenerateSourceOptions) GetSchemas

func (*GenerateSourceOptions) ProtoMessage

func (*GenerateSourceOptions) ProtoMessage()

func (*GenerateSourceOptions) ProtoReflect

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

func (*GenerateSourceOptions) Reset

func (x *GenerateSourceOptions) Reset()

func (*GenerateSourceOptions) String

func (x *GenerateSourceOptions) String() string

func (*GenerateSourceOptions) Validate

func (m *GenerateSourceOptions) Validate() error

Validate checks the field values on GenerateSourceOptions 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 (*GenerateSourceOptions) ValidateAll

func (m *GenerateSourceOptions) ValidateAll() error

ValidateAll checks the field values on GenerateSourceOptions 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 GenerateSourceOptionsMultiError, or nil if none found.

type GenerateSourceOptionsMultiError

type GenerateSourceOptionsMultiError []error

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

func (GenerateSourceOptionsMultiError) AllErrors

func (m GenerateSourceOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateSourceOptionsMultiError) Error

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

type GenerateSourceOptionsValidationError

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

GenerateSourceOptionsValidationError is the validation error returned by GenerateSourceOptions.Validate if the designated constraints aren't met.

func (GenerateSourceOptionsValidationError) Cause

Cause function returns cause value.

func (GenerateSourceOptionsValidationError) Error

Error satisfies the builtin error interface

func (GenerateSourceOptionsValidationError) ErrorName

ErrorName returns error name.

func (GenerateSourceOptionsValidationError) Field

Field function returns field value.

func (GenerateSourceOptionsValidationError) Key

Key function returns key value.

func (GenerateSourceOptionsValidationError) Reason

Reason function returns reason value.

type GenerateSourceSchemaOption

type GenerateSourceSchemaOption struct {
	Schema string                       `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Tables []*GenerateSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateSourceSchemaOption) Descriptor deprecated

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

Deprecated: Use GenerateSourceSchemaOption.ProtoReflect.Descriptor instead.

func (*GenerateSourceSchemaOption) GetSchema

func (x *GenerateSourceSchemaOption) GetSchema() string

func (*GenerateSourceSchemaOption) GetTables

func (*GenerateSourceSchemaOption) ProtoMessage

func (*GenerateSourceSchemaOption) ProtoMessage()

func (*GenerateSourceSchemaOption) ProtoReflect

func (*GenerateSourceSchemaOption) Reset

func (x *GenerateSourceSchemaOption) Reset()

func (*GenerateSourceSchemaOption) String

func (x *GenerateSourceSchemaOption) String() string

func (*GenerateSourceSchemaOption) Validate

func (m *GenerateSourceSchemaOption) Validate() error

Validate checks the field values on GenerateSourceSchemaOption 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 (*GenerateSourceSchemaOption) ValidateAll

func (m *GenerateSourceSchemaOption) ValidateAll() error

ValidateAll checks the field values on GenerateSourceSchemaOption 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 GenerateSourceSchemaOptionMultiError, or nil if none found.

type GenerateSourceSchemaOptionMultiError

type GenerateSourceSchemaOptionMultiError []error

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

func (GenerateSourceSchemaOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GenerateSourceSchemaOptionMultiError) Error

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

type GenerateSourceSchemaOptionValidationError

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

GenerateSourceSchemaOptionValidationError is the validation error returned by GenerateSourceSchemaOption.Validate if the designated constraints aren't met.

func (GenerateSourceSchemaOptionValidationError) Cause

Cause function returns cause value.

func (GenerateSourceSchemaOptionValidationError) Error

Error satisfies the builtin error interface

func (GenerateSourceSchemaOptionValidationError) ErrorName

ErrorName returns error name.

func (GenerateSourceSchemaOptionValidationError) Field

Field function returns field value.

func (GenerateSourceSchemaOptionValidationError) Key

Key function returns key value.

func (GenerateSourceSchemaOptionValidationError) Reason

Reason function returns reason value.

type GenerateSourceTableOption

type GenerateSourceTableOption struct {
	Table    string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	RowCount int64  `protobuf:"varint,2,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateSourceTableOption) Descriptor deprecated

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

Deprecated: Use GenerateSourceTableOption.ProtoReflect.Descriptor instead.

func (*GenerateSourceTableOption) GetRowCount

func (x *GenerateSourceTableOption) GetRowCount() int64

func (*GenerateSourceTableOption) GetTable

func (x *GenerateSourceTableOption) GetTable() string

func (*GenerateSourceTableOption) ProtoMessage

func (*GenerateSourceTableOption) ProtoMessage()

func (*GenerateSourceTableOption) ProtoReflect

func (*GenerateSourceTableOption) Reset

func (x *GenerateSourceTableOption) Reset()

func (*GenerateSourceTableOption) String

func (x *GenerateSourceTableOption) String() string

func (*GenerateSourceTableOption) Validate

func (m *GenerateSourceTableOption) Validate() error

Validate checks the field values on GenerateSourceTableOption 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 (*GenerateSourceTableOption) ValidateAll

func (m *GenerateSourceTableOption) ValidateAll() error

ValidateAll checks the field values on GenerateSourceTableOption 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 GenerateSourceTableOptionMultiError, or nil if none found.

type GenerateSourceTableOptionMultiError

type GenerateSourceTableOptionMultiError []error

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

func (GenerateSourceTableOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GenerateSourceTableOptionMultiError) Error

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

type GenerateSourceTableOptionValidationError

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

GenerateSourceTableOptionValidationError is the validation error returned by GenerateSourceTableOption.Validate if the designated constraints aren't met.

func (GenerateSourceTableOptionValidationError) Cause

Cause function returns cause value.

func (GenerateSourceTableOptionValidationError) Error

Error satisfies the builtin error interface

func (GenerateSourceTableOptionValidationError) ErrorName

ErrorName returns error name.

func (GenerateSourceTableOptionValidationError) Field

Field function returns field value.

func (GenerateSourceTableOptionValidationError) Key

Key function returns key value.

func (GenerateSourceTableOptionValidationError) Reason

Reason function returns reason value.

type GenerateState

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

func (*GenerateState) Descriptor deprecated

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

Deprecated: Use GenerateState.ProtoReflect.Descriptor instead.

func (*GenerateState) ProtoMessage

func (*GenerateState) ProtoMessage()

func (*GenerateState) ProtoReflect

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

func (*GenerateState) Reset

func (x *GenerateState) Reset()

func (*GenerateState) String

func (x *GenerateState) String() string

func (*GenerateState) Validate

func (m *GenerateState) Validate() error

Validate checks the field values on GenerateState 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 (*GenerateState) ValidateAll

func (m *GenerateState) ValidateAll() error

ValidateAll checks the field values on GenerateState 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 GenerateStateMultiError, or nil if none found.

type GenerateStateMultiError

type GenerateStateMultiError []error

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

func (GenerateStateMultiError) AllErrors

func (m GenerateStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateStateMultiError) Error

func (m GenerateStateMultiError) Error() string

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

type GenerateStateValidationError

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

GenerateStateValidationError is the validation error returned by GenerateState.Validate if the designated constraints aren't met.

func (GenerateStateValidationError) Cause

Cause function returns cause value.

func (GenerateStateValidationError) Error

Error satisfies the builtin error interface

func (GenerateStateValidationError) ErrorName

func (e GenerateStateValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateStateValidationError) Field

Field function returns field value.

func (GenerateStateValidationError) Key

Key function returns key value.

func (GenerateStateValidationError) Reason

Reason function returns reason value.

type GenerateStreetAddress

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

func (*GenerateStreetAddress) Descriptor deprecated

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

Deprecated: Use GenerateStreetAddress.ProtoReflect.Descriptor instead.

func (*GenerateStreetAddress) ProtoMessage

func (*GenerateStreetAddress) ProtoMessage()

func (*GenerateStreetAddress) ProtoReflect

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

func (*GenerateStreetAddress) Reset

func (x *GenerateStreetAddress) Reset()

func (*GenerateStreetAddress) String

func (x *GenerateStreetAddress) String() string

func (*GenerateStreetAddress) Validate

func (m *GenerateStreetAddress) Validate() error

Validate checks the field values on GenerateStreetAddress 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 (*GenerateStreetAddress) ValidateAll

func (m *GenerateStreetAddress) ValidateAll() error

ValidateAll checks the field values on GenerateStreetAddress 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 GenerateStreetAddressMultiError, or nil if none found.

type GenerateStreetAddressMultiError

type GenerateStreetAddressMultiError []error

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

func (GenerateStreetAddressMultiError) AllErrors

func (m GenerateStreetAddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateStreetAddressMultiError) Error

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

type GenerateStreetAddressValidationError

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

GenerateStreetAddressValidationError is the validation error returned by GenerateStreetAddress.Validate if the designated constraints aren't met.

func (GenerateStreetAddressValidationError) Cause

Cause function returns cause value.

func (GenerateStreetAddressValidationError) Error

Error satisfies the builtin error interface

func (GenerateStreetAddressValidationError) ErrorName

ErrorName returns error name.

func (GenerateStreetAddressValidationError) Field

Field function returns field value.

func (GenerateStreetAddressValidationError) Key

Key function returns key value.

func (GenerateStreetAddressValidationError) Reason

Reason function returns reason value.

type GenerateString

type GenerateString struct {
	Min int64 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Max int64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateString) Descriptor deprecated

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

Deprecated: Use GenerateString.ProtoReflect.Descriptor instead.

func (*GenerateString) GetMax

func (x *GenerateString) GetMax() int64

func (*GenerateString) GetMin

func (x *GenerateString) GetMin() int64

func (*GenerateString) ProtoMessage

func (*GenerateString) ProtoMessage()

func (*GenerateString) ProtoReflect

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

func (*GenerateString) Reset

func (x *GenerateString) Reset()

func (*GenerateString) String

func (x *GenerateString) String() string

func (*GenerateString) Validate

func (m *GenerateString) Validate() error

Validate checks the field values on GenerateString 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 (*GenerateString) ValidateAll

func (m *GenerateString) ValidateAll() error

ValidateAll checks the field values on GenerateString 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 GenerateStringMultiError, or nil if none found.

type GenerateStringMultiError

type GenerateStringMultiError []error

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

func (GenerateStringMultiError) AllErrors

func (m GenerateStringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateStringMultiError) Error

func (m GenerateStringMultiError) Error() string

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

type GenerateStringPhoneNumber

type GenerateStringPhoneNumber struct {
	Min int64 `protobuf:"varint,2,opt,name=min,proto3" json:"min,omitempty"`
	Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateStringPhoneNumber) Descriptor deprecated

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

Deprecated: Use GenerateStringPhoneNumber.ProtoReflect.Descriptor instead.

func (*GenerateStringPhoneNumber) GetMax

func (x *GenerateStringPhoneNumber) GetMax() int64

func (*GenerateStringPhoneNumber) GetMin

func (x *GenerateStringPhoneNumber) GetMin() int64

func (*GenerateStringPhoneNumber) ProtoMessage

func (*GenerateStringPhoneNumber) ProtoMessage()

func (*GenerateStringPhoneNumber) ProtoReflect

func (*GenerateStringPhoneNumber) Reset

func (x *GenerateStringPhoneNumber) Reset()

func (*GenerateStringPhoneNumber) String

func (x *GenerateStringPhoneNumber) String() string

func (*GenerateStringPhoneNumber) Validate

func (m *GenerateStringPhoneNumber) Validate() error

Validate checks the field values on GenerateStringPhoneNumber 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 (*GenerateStringPhoneNumber) ValidateAll

func (m *GenerateStringPhoneNumber) ValidateAll() error

ValidateAll checks the field values on GenerateStringPhoneNumber 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 GenerateStringPhoneNumberMultiError, or nil if none found.

type GenerateStringPhoneNumberMultiError

type GenerateStringPhoneNumberMultiError []error

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

func (GenerateStringPhoneNumberMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GenerateStringPhoneNumberMultiError) Error

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

type GenerateStringPhoneNumberValidationError

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

GenerateStringPhoneNumberValidationError is the validation error returned by GenerateStringPhoneNumber.Validate if the designated constraints aren't met.

func (GenerateStringPhoneNumberValidationError) Cause

Cause function returns cause value.

func (GenerateStringPhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (GenerateStringPhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (GenerateStringPhoneNumberValidationError) Field

Field function returns field value.

func (GenerateStringPhoneNumberValidationError) Key

Key function returns key value.

func (GenerateStringPhoneNumberValidationError) Reason

Reason function returns reason value.

type GenerateStringValidationError

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

GenerateStringValidationError is the validation error returned by GenerateString.Validate if the designated constraints aren't met.

func (GenerateStringValidationError) Cause

Cause function returns cause value.

func (GenerateStringValidationError) Error

Error satisfies the builtin error interface

func (GenerateStringValidationError) ErrorName

func (e GenerateStringValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateStringValidationError) Field

Field function returns field value.

func (GenerateStringValidationError) Key

Key function returns key value.

func (GenerateStringValidationError) Reason

Reason function returns reason value.

type GenerateUnixTimestamp

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

func (*GenerateUnixTimestamp) Descriptor deprecated

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

Deprecated: Use GenerateUnixTimestamp.ProtoReflect.Descriptor instead.

func (*GenerateUnixTimestamp) ProtoMessage

func (*GenerateUnixTimestamp) ProtoMessage()

func (*GenerateUnixTimestamp) ProtoReflect

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

func (*GenerateUnixTimestamp) Reset

func (x *GenerateUnixTimestamp) Reset()

func (*GenerateUnixTimestamp) String

func (x *GenerateUnixTimestamp) String() string

func (*GenerateUnixTimestamp) Validate

func (m *GenerateUnixTimestamp) Validate() error

Validate checks the field values on GenerateUnixTimestamp 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 (*GenerateUnixTimestamp) ValidateAll

func (m *GenerateUnixTimestamp) ValidateAll() error

ValidateAll checks the field values on GenerateUnixTimestamp 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 GenerateUnixTimestampMultiError, or nil if none found.

type GenerateUnixTimestampMultiError

type GenerateUnixTimestampMultiError []error

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

func (GenerateUnixTimestampMultiError) AllErrors

func (m GenerateUnixTimestampMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateUnixTimestampMultiError) Error

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

type GenerateUnixTimestampValidationError

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

GenerateUnixTimestampValidationError is the validation error returned by GenerateUnixTimestamp.Validate if the designated constraints aren't met.

func (GenerateUnixTimestampValidationError) Cause

Cause function returns cause value.

func (GenerateUnixTimestampValidationError) Error

Error satisfies the builtin error interface

func (GenerateUnixTimestampValidationError) ErrorName

ErrorName returns error name.

func (GenerateUnixTimestampValidationError) Field

Field function returns field value.

func (GenerateUnixTimestampValidationError) Key

Key function returns key value.

func (GenerateUnixTimestampValidationError) Reason

Reason function returns reason value.

type GenerateUsername

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

func (*GenerateUsername) Descriptor deprecated

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

Deprecated: Use GenerateUsername.ProtoReflect.Descriptor instead.

func (*GenerateUsername) ProtoMessage

func (*GenerateUsername) ProtoMessage()

func (*GenerateUsername) ProtoReflect

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

func (*GenerateUsername) Reset

func (x *GenerateUsername) Reset()

func (*GenerateUsername) String

func (x *GenerateUsername) String() string

func (*GenerateUsername) Validate

func (m *GenerateUsername) Validate() error

Validate checks the field values on GenerateUsername 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 (*GenerateUsername) ValidateAll

func (m *GenerateUsername) ValidateAll() error

ValidateAll checks the field values on GenerateUsername 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 GenerateUsernameMultiError, or nil if none found.

type GenerateUsernameMultiError

type GenerateUsernameMultiError []error

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

func (GenerateUsernameMultiError) AllErrors

func (m GenerateUsernameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateUsernameMultiError) Error

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

type GenerateUsernameValidationError

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

GenerateUsernameValidationError is the validation error returned by GenerateUsername.Validate if the designated constraints aren't met.

func (GenerateUsernameValidationError) Cause

Cause function returns cause value.

func (GenerateUsernameValidationError) Error

Error satisfies the builtin error interface

func (GenerateUsernameValidationError) ErrorName

ErrorName returns error name.

func (GenerateUsernameValidationError) Field

Field function returns field value.

func (GenerateUsernameValidationError) Key

Key function returns key value.

func (GenerateUsernameValidationError) Reason

Reason function returns reason value.

type GenerateUtcTimestamp

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

func (*GenerateUtcTimestamp) Descriptor deprecated

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

Deprecated: Use GenerateUtcTimestamp.ProtoReflect.Descriptor instead.

func (*GenerateUtcTimestamp) ProtoMessage

func (*GenerateUtcTimestamp) ProtoMessage()

func (*GenerateUtcTimestamp) ProtoReflect

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

func (*GenerateUtcTimestamp) Reset

func (x *GenerateUtcTimestamp) Reset()

func (*GenerateUtcTimestamp) String

func (x *GenerateUtcTimestamp) String() string

func (*GenerateUtcTimestamp) Validate

func (m *GenerateUtcTimestamp) Validate() error

Validate checks the field values on GenerateUtcTimestamp 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 (*GenerateUtcTimestamp) ValidateAll

func (m *GenerateUtcTimestamp) ValidateAll() error

ValidateAll checks the field values on GenerateUtcTimestamp 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 GenerateUtcTimestampMultiError, or nil if none found.

type GenerateUtcTimestampMultiError

type GenerateUtcTimestampMultiError []error

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

func (GenerateUtcTimestampMultiError) AllErrors

func (m GenerateUtcTimestampMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateUtcTimestampMultiError) Error

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

type GenerateUtcTimestampValidationError

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

GenerateUtcTimestampValidationError is the validation error returned by GenerateUtcTimestamp.Validate if the designated constraints aren't met.

func (GenerateUtcTimestampValidationError) Cause

Cause function returns cause value.

func (GenerateUtcTimestampValidationError) Error

Error satisfies the builtin error interface

func (GenerateUtcTimestampValidationError) ErrorName

ErrorName returns error name.

func (GenerateUtcTimestampValidationError) Field

Field function returns field value.

func (GenerateUtcTimestampValidationError) Key

Key function returns key value.

func (GenerateUtcTimestampValidationError) Reason

Reason function returns reason value.

type GenerateUuid

type GenerateUuid struct {
	IncludeHyphens bool `protobuf:"varint,1,opt,name=include_hyphens,json=includeHyphens,proto3" json:"include_hyphens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateUuid) Descriptor deprecated

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

Deprecated: Use GenerateUuid.ProtoReflect.Descriptor instead.

func (*GenerateUuid) GetIncludeHyphens

func (x *GenerateUuid) GetIncludeHyphens() bool

func (*GenerateUuid) ProtoMessage

func (*GenerateUuid) ProtoMessage()

func (*GenerateUuid) ProtoReflect

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

func (*GenerateUuid) Reset

func (x *GenerateUuid) Reset()

func (*GenerateUuid) String

func (x *GenerateUuid) String() string

func (*GenerateUuid) Validate

func (m *GenerateUuid) Validate() error

Validate checks the field values on GenerateUuid 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 (*GenerateUuid) ValidateAll

func (m *GenerateUuid) ValidateAll() error

ValidateAll checks the field values on GenerateUuid 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 GenerateUuidMultiError, or nil if none found.

type GenerateUuidMultiError

type GenerateUuidMultiError []error

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

func (GenerateUuidMultiError) AllErrors

func (m GenerateUuidMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateUuidMultiError) Error

func (m GenerateUuidMultiError) Error() string

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

type GenerateUuidValidationError

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

GenerateUuidValidationError is the validation error returned by GenerateUuid.Validate if the designated constraints aren't met.

func (GenerateUuidValidationError) Cause

Cause function returns cause value.

func (GenerateUuidValidationError) Error

Error satisfies the builtin error interface

func (GenerateUuidValidationError) ErrorName

func (e GenerateUuidValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateUuidValidationError) Field

Field function returns field value.

func (GenerateUuidValidationError) Key

Key function returns key value.

func (GenerateUuidValidationError) Reason

Reason function returns reason value.

type GenerateZipcode

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

func (*GenerateZipcode) Descriptor deprecated

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

Deprecated: Use GenerateZipcode.ProtoReflect.Descriptor instead.

func (*GenerateZipcode) ProtoMessage

func (*GenerateZipcode) ProtoMessage()

func (*GenerateZipcode) ProtoReflect

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

func (*GenerateZipcode) Reset

func (x *GenerateZipcode) Reset()

func (*GenerateZipcode) String

func (x *GenerateZipcode) String() string

func (*GenerateZipcode) Validate

func (m *GenerateZipcode) Validate() error

Validate checks the field values on GenerateZipcode 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 (*GenerateZipcode) ValidateAll

func (m *GenerateZipcode) ValidateAll() error

ValidateAll checks the field values on GenerateZipcode 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 GenerateZipcodeMultiError, or nil if none found.

type GenerateZipcodeMultiError

type GenerateZipcodeMultiError []error

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

func (GenerateZipcodeMultiError) AllErrors

func (m GenerateZipcodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateZipcodeMultiError) Error

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

type GenerateZipcodeValidationError

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

GenerateZipcodeValidationError is the validation error returned by GenerateZipcode.Validate if the designated constraints aren't met.

func (GenerateZipcodeValidationError) Cause

Cause function returns cause value.

func (GenerateZipcodeValidationError) Error

Error satisfies the builtin error interface

func (GenerateZipcodeValidationError) ErrorName

func (e GenerateZipcodeValidationError) ErrorName() string

ErrorName returns error name.

func (GenerateZipcodeValidationError) Field

Field function returns field value.

func (GenerateZipcodeValidationError) Key

Key function returns key value.

func (GenerateZipcodeValidationError) Reason

Reason function returns reason value.

type GetAccountApiKeyRequest

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

func (*GetAccountApiKeyRequest) Descriptor deprecated

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

Deprecated: Use GetAccountApiKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAccountApiKeyRequest) GetId

func (x *GetAccountApiKeyRequest) GetId() string

func (*GetAccountApiKeyRequest) ProtoMessage

func (*GetAccountApiKeyRequest) ProtoMessage()

func (*GetAccountApiKeyRequest) ProtoReflect

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

func (*GetAccountApiKeyRequest) Reset

func (x *GetAccountApiKeyRequest) Reset()

func (*GetAccountApiKeyRequest) String

func (x *GetAccountApiKeyRequest) String() string

func (*GetAccountApiKeyRequest) Validate

func (m *GetAccountApiKeyRequest) Validate() error

Validate checks the field values on GetAccountApiKeyRequest 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 (*GetAccountApiKeyRequest) ValidateAll

func (m *GetAccountApiKeyRequest) ValidateAll() error

ValidateAll checks the field values on GetAccountApiKeyRequest 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 GetAccountApiKeyRequestMultiError, or nil if none found.

type GetAccountApiKeyRequestMultiError

type GetAccountApiKeyRequestMultiError []error

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

func (GetAccountApiKeyRequestMultiError) AllErrors

func (m GetAccountApiKeyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccountApiKeyRequestMultiError) Error

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

type GetAccountApiKeyRequestValidationError

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

GetAccountApiKeyRequestValidationError is the validation error returned by GetAccountApiKeyRequest.Validate if the designated constraints aren't met.

func (GetAccountApiKeyRequestValidationError) Cause

Cause function returns cause value.

func (GetAccountApiKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAccountApiKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAccountApiKeyRequestValidationError) Field

Field function returns field value.

func (GetAccountApiKeyRequestValidationError) Key

Key function returns key value.

func (GetAccountApiKeyRequestValidationError) Reason

Reason function returns reason value.

type GetAccountApiKeyResponse

type GetAccountApiKeyResponse struct {
	ApiKey *AccountApiKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountApiKeyResponse) Descriptor deprecated

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

Deprecated: Use GetAccountApiKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAccountApiKeyResponse) GetApiKey

func (x *GetAccountApiKeyResponse) GetApiKey() *AccountApiKey

func (*GetAccountApiKeyResponse) ProtoMessage

func (*GetAccountApiKeyResponse) ProtoMessage()

func (*GetAccountApiKeyResponse) ProtoReflect

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

func (*GetAccountApiKeyResponse) Reset

func (x *GetAccountApiKeyResponse) Reset()

func (*GetAccountApiKeyResponse) String

func (x *GetAccountApiKeyResponse) String() string

func (*GetAccountApiKeyResponse) Validate

func (m *GetAccountApiKeyResponse) Validate() error

Validate checks the field values on GetAccountApiKeyResponse 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 (*GetAccountApiKeyResponse) ValidateAll

func (m *GetAccountApiKeyResponse) ValidateAll() error

ValidateAll checks the field values on GetAccountApiKeyResponse 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 GetAccountApiKeyResponseMultiError, or nil if none found.

type GetAccountApiKeyResponseMultiError

type GetAccountApiKeyResponseMultiError []error

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

func (GetAccountApiKeyResponseMultiError) AllErrors

func (m GetAccountApiKeyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccountApiKeyResponseMultiError) Error

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

type GetAccountApiKeyResponseValidationError

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

GetAccountApiKeyResponseValidationError is the validation error returned by GetAccountApiKeyResponse.Validate if the designated constraints aren't met.

func (GetAccountApiKeyResponseValidationError) Cause

Cause function returns cause value.

func (GetAccountApiKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAccountApiKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAccountApiKeyResponseValidationError) Field

Field function returns field value.

func (GetAccountApiKeyResponseValidationError) Key

Key function returns key value.

func (GetAccountApiKeyResponseValidationError) Reason

Reason function returns reason value.

type GetAccountApiKeysRequest

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

func (*GetAccountApiKeysRequest) Descriptor deprecated

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

Deprecated: Use GetAccountApiKeysRequest.ProtoReflect.Descriptor instead.

func (*GetAccountApiKeysRequest) GetAccountId

func (x *GetAccountApiKeysRequest) GetAccountId() string

func (*GetAccountApiKeysRequest) ProtoMessage

func (*GetAccountApiKeysRequest) ProtoMessage()

func (*GetAccountApiKeysRequest) ProtoReflect

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

func (*GetAccountApiKeysRequest) Reset

func (x *GetAccountApiKeysRequest) Reset()

func (*GetAccountApiKeysRequest) String

func (x *GetAccountApiKeysRequest) String() string

func (*GetAccountApiKeysRequest) Validate

func (m *GetAccountApiKeysRequest) Validate() error

Validate checks the field values on GetAccountApiKeysRequest 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 (*GetAccountApiKeysRequest) ValidateAll

func (m *GetAccountApiKeysRequest) ValidateAll() error

ValidateAll checks the field values on GetAccountApiKeysRequest 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 GetAccountApiKeysRequestMultiError, or nil if none found.

type GetAccountApiKeysRequestMultiError

type GetAccountApiKeysRequestMultiError []error

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

func (GetAccountApiKeysRequestMultiError) AllErrors

func (m GetAccountApiKeysRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccountApiKeysRequestMultiError) Error

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

type GetAccountApiKeysRequestValidationError

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

GetAccountApiKeysRequestValidationError is the validation error returned by GetAccountApiKeysRequest.Validate if the designated constraints aren't met.

func (GetAccountApiKeysRequestValidationError) Cause

Cause function returns cause value.

func (GetAccountApiKeysRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAccountApiKeysRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAccountApiKeysRequestValidationError) Field

Field function returns field value.

func (GetAccountApiKeysRequestValidationError) Key

Key function returns key value.

func (GetAccountApiKeysRequestValidationError) Reason

Reason function returns reason value.

type GetAccountApiKeysResponse

type GetAccountApiKeysResponse struct {
	ApiKeys []*AccountApiKey `protobuf:"bytes,1,rep,name=api_keys,json=apiKeys,proto3" json:"api_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountApiKeysResponse) Descriptor deprecated

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

Deprecated: Use GetAccountApiKeysResponse.ProtoReflect.Descriptor instead.

func (*GetAccountApiKeysResponse) GetApiKeys

func (x *GetAccountApiKeysResponse) GetApiKeys() []*AccountApiKey

func (*GetAccountApiKeysResponse) ProtoMessage

func (*GetAccountApiKeysResponse) ProtoMessage()

func (*GetAccountApiKeysResponse) ProtoReflect

func (*GetAccountApiKeysResponse) Reset

func (x *GetAccountApiKeysResponse) Reset()

func (*GetAccountApiKeysResponse) String

func (x *GetAccountApiKeysResponse) String() string

func (*GetAccountApiKeysResponse) Validate

func (m *GetAccountApiKeysResponse) Validate() error

Validate checks the field values on GetAccountApiKeysResponse 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 (*GetAccountApiKeysResponse) ValidateAll

func (m *GetAccountApiKeysResponse) ValidateAll() error

ValidateAll checks the field values on GetAccountApiKeysResponse 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 GetAccountApiKeysResponseMultiError, or nil if none found.

type GetAccountApiKeysResponseMultiError

type GetAccountApiKeysResponseMultiError []error

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

func (GetAccountApiKeysResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAccountApiKeysResponseMultiError) Error

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

type GetAccountApiKeysResponseValidationError

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

GetAccountApiKeysResponseValidationError is the validation error returned by GetAccountApiKeysResponse.Validate if the designated constraints aren't met.

func (GetAccountApiKeysResponseValidationError) Cause

Cause function returns cause value.

func (GetAccountApiKeysResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAccountApiKeysResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAccountApiKeysResponseValidationError) Field

Field function returns field value.

func (GetAccountApiKeysResponseValidationError) Key

Key function returns key value.

func (GetAccountApiKeysResponseValidationError) Reason

Reason function returns reason value.

type GetAccountOnboardingConfigRequest

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

func (*GetAccountOnboardingConfigRequest) Descriptor deprecated

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

Deprecated: Use GetAccountOnboardingConfigRequest.ProtoReflect.Descriptor instead.

func (*GetAccountOnboardingConfigRequest) GetAccountId

func (x *GetAccountOnboardingConfigRequest) GetAccountId() string

func (*GetAccountOnboardingConfigRequest) ProtoMessage

func (*GetAccountOnboardingConfigRequest) ProtoMessage()

func (*GetAccountOnboardingConfigRequest) ProtoReflect

func (*GetAccountOnboardingConfigRequest) Reset

func (*GetAccountOnboardingConfigRequest) String

func (*GetAccountOnboardingConfigRequest) Validate

Validate checks the field values on GetAccountOnboardingConfigRequest 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 (*GetAccountOnboardingConfigRequest) ValidateAll

func (m *GetAccountOnboardingConfigRequest) ValidateAll() error

ValidateAll checks the field values on GetAccountOnboardingConfigRequest 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 GetAccountOnboardingConfigRequestMultiError, or nil if none found.

type GetAccountOnboardingConfigRequestMultiError

type GetAccountOnboardingConfigRequestMultiError []error

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

func (GetAccountOnboardingConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAccountOnboardingConfigRequestMultiError) Error

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

type GetAccountOnboardingConfigRequestValidationError

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

GetAccountOnboardingConfigRequestValidationError is the validation error returned by GetAccountOnboardingConfigRequest.Validate if the designated constraints aren't met.

func (GetAccountOnboardingConfigRequestValidationError) Cause

Cause function returns cause value.

func (GetAccountOnboardingConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAccountOnboardingConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAccountOnboardingConfigRequestValidationError) Field

Field function returns field value.

func (GetAccountOnboardingConfigRequestValidationError) Key

Key function returns key value.

func (GetAccountOnboardingConfigRequestValidationError) Reason

Reason function returns reason value.

type GetAccountOnboardingConfigResponse

type GetAccountOnboardingConfigResponse struct {
	Config *AccountOnboardingConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountOnboardingConfigResponse) Descriptor deprecated

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

Deprecated: Use GetAccountOnboardingConfigResponse.ProtoReflect.Descriptor instead.

func (*GetAccountOnboardingConfigResponse) GetConfig

func (*GetAccountOnboardingConfigResponse) ProtoMessage

func (*GetAccountOnboardingConfigResponse) ProtoMessage()

func (*GetAccountOnboardingConfigResponse) ProtoReflect

func (*GetAccountOnboardingConfigResponse) Reset

func (*GetAccountOnboardingConfigResponse) String

func (*GetAccountOnboardingConfigResponse) Validate

Validate checks the field values on GetAccountOnboardingConfigResponse 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 (*GetAccountOnboardingConfigResponse) ValidateAll

func (m *GetAccountOnboardingConfigResponse) ValidateAll() error

ValidateAll checks the field values on GetAccountOnboardingConfigResponse 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 GetAccountOnboardingConfigResponseMultiError, or nil if none found.

type GetAccountOnboardingConfigResponseMultiError

type GetAccountOnboardingConfigResponseMultiError []error

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

func (GetAccountOnboardingConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAccountOnboardingConfigResponseMultiError) Error

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

type GetAccountOnboardingConfigResponseValidationError

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

GetAccountOnboardingConfigResponseValidationError is the validation error returned by GetAccountOnboardingConfigResponse.Validate if the designated constraints aren't met.

func (GetAccountOnboardingConfigResponseValidationError) Cause

Cause function returns cause value.

func (GetAccountOnboardingConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAccountOnboardingConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAccountOnboardingConfigResponseValidationError) Field

Field function returns field value.

func (GetAccountOnboardingConfigResponseValidationError) Key

Key function returns key value.

func (GetAccountOnboardingConfigResponseValidationError) Reason

Reason function returns reason value.

type GetAccountTemporalConfigRequest

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

func (*GetAccountTemporalConfigRequest) Descriptor deprecated

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

Deprecated: Use GetAccountTemporalConfigRequest.ProtoReflect.Descriptor instead.

func (*GetAccountTemporalConfigRequest) GetAccountId

func (x *GetAccountTemporalConfigRequest) GetAccountId() string

func (*GetAccountTemporalConfigRequest) ProtoMessage

func (*GetAccountTemporalConfigRequest) ProtoMessage()

func (*GetAccountTemporalConfigRequest) ProtoReflect

func (*GetAccountTemporalConfigRequest) Reset

func (*GetAccountTemporalConfigRequest) String

func (*GetAccountTemporalConfigRequest) Validate

func (m *GetAccountTemporalConfigRequest) Validate() error

Validate checks the field values on GetAccountTemporalConfigRequest 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 (*GetAccountTemporalConfigRequest) ValidateAll

func (m *GetAccountTemporalConfigRequest) ValidateAll() error

ValidateAll checks the field values on GetAccountTemporalConfigRequest 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 GetAccountTemporalConfigRequestMultiError, or nil if none found.

type GetAccountTemporalConfigRequestMultiError

type GetAccountTemporalConfigRequestMultiError []error

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

func (GetAccountTemporalConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAccountTemporalConfigRequestMultiError) Error

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

type GetAccountTemporalConfigRequestValidationError

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

GetAccountTemporalConfigRequestValidationError is the validation error returned by GetAccountTemporalConfigRequest.Validate if the designated constraints aren't met.

func (GetAccountTemporalConfigRequestValidationError) Cause

Cause function returns cause value.

func (GetAccountTemporalConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAccountTemporalConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAccountTemporalConfigRequestValidationError) Field

Field function returns field value.

func (GetAccountTemporalConfigRequestValidationError) Key

Key function returns key value.

func (GetAccountTemporalConfigRequestValidationError) Reason

Reason function returns reason value.

type GetAccountTemporalConfigResponse

type GetAccountTemporalConfigResponse struct {
	Config *AccountTemporalConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountTemporalConfigResponse) Descriptor deprecated

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

Deprecated: Use GetAccountTemporalConfigResponse.ProtoReflect.Descriptor instead.

func (*GetAccountTemporalConfigResponse) GetConfig

func (*GetAccountTemporalConfigResponse) ProtoMessage

func (*GetAccountTemporalConfigResponse) ProtoMessage()

func (*GetAccountTemporalConfigResponse) ProtoReflect

func (*GetAccountTemporalConfigResponse) Reset

func (*GetAccountTemporalConfigResponse) String

func (*GetAccountTemporalConfigResponse) Validate

Validate checks the field values on GetAccountTemporalConfigResponse 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 (*GetAccountTemporalConfigResponse) ValidateAll

func (m *GetAccountTemporalConfigResponse) ValidateAll() error

ValidateAll checks the field values on GetAccountTemporalConfigResponse 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 GetAccountTemporalConfigResponseMultiError, or nil if none found.

type GetAccountTemporalConfigResponseMultiError

type GetAccountTemporalConfigResponseMultiError []error

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

func (GetAccountTemporalConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAccountTemporalConfigResponseMultiError) Error

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

type GetAccountTemporalConfigResponseValidationError

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

GetAccountTemporalConfigResponseValidationError is the validation error returned by GetAccountTemporalConfigResponse.Validate if the designated constraints aren't met.

func (GetAccountTemporalConfigResponseValidationError) Cause

Cause function returns cause value.

func (GetAccountTemporalConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAccountTemporalConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAccountTemporalConfigResponseValidationError) Field

Field function returns field value.

func (GetAccountTemporalConfigResponseValidationError) Key

Key function returns key value.

func (GetAccountTemporalConfigResponseValidationError) Reason

Reason function returns reason value.

type GetAiGeneratedDataRequest

type GetAiGeneratedDataRequest struct {
	AiConnectionId   string         `protobuf:"bytes,1,opt,name=ai_connection_id,json=aiConnectionId,proto3" json:"ai_connection_id,omitempty"`
	Count            int64          `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	ModelName        string         `protobuf:"bytes,3,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	UserPrompt       *string        `protobuf:"bytes,4,opt,name=user_prompt,json=userPrompt,proto3,oneof" json:"user_prompt,omitempty"`
	DataConnectionId string         `protobuf:"bytes,5,opt,name=data_connection_id,json=dataConnectionId,proto3" json:"data_connection_id,omitempty"`
	Table            *DatabaseTable `protobuf:"bytes,6,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAiGeneratedDataRequest) Descriptor deprecated

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

Deprecated: Use GetAiGeneratedDataRequest.ProtoReflect.Descriptor instead.

func (*GetAiGeneratedDataRequest) GetAiConnectionId

func (x *GetAiGeneratedDataRequest) GetAiConnectionId() string

func (*GetAiGeneratedDataRequest) GetCount

func (x *GetAiGeneratedDataRequest) GetCount() int64

func (*GetAiGeneratedDataRequest) GetDataConnectionId

func (x *GetAiGeneratedDataRequest) GetDataConnectionId() string

func (*GetAiGeneratedDataRequest) GetModelName

func (x *GetAiGeneratedDataRequest) GetModelName() string

func (*GetAiGeneratedDataRequest) GetTable

func (*GetAiGeneratedDataRequest) GetUserPrompt

func (x *GetAiGeneratedDataRequest) GetUserPrompt() string

func (*GetAiGeneratedDataRequest) ProtoMessage

func (*GetAiGeneratedDataRequest) ProtoMessage()

func (*GetAiGeneratedDataRequest) ProtoReflect

func (*GetAiGeneratedDataRequest) Reset

func (x *GetAiGeneratedDataRequest) Reset()

func (*GetAiGeneratedDataRequest) String

func (x *GetAiGeneratedDataRequest) String() string

func (*GetAiGeneratedDataRequest) Validate

func (m *GetAiGeneratedDataRequest) Validate() error

Validate checks the field values on GetAiGeneratedDataRequest 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 (*GetAiGeneratedDataRequest) ValidateAll

func (m *GetAiGeneratedDataRequest) ValidateAll() error

ValidateAll checks the field values on GetAiGeneratedDataRequest 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 GetAiGeneratedDataRequestMultiError, or nil if none found.

type GetAiGeneratedDataRequestMultiError

type GetAiGeneratedDataRequestMultiError []error

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

func (GetAiGeneratedDataRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAiGeneratedDataRequestMultiError) Error

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

type GetAiGeneratedDataRequestValidationError

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

GetAiGeneratedDataRequestValidationError is the validation error returned by GetAiGeneratedDataRequest.Validate if the designated constraints aren't met.

func (GetAiGeneratedDataRequestValidationError) Cause

Cause function returns cause value.

func (GetAiGeneratedDataRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAiGeneratedDataRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAiGeneratedDataRequestValidationError) Field

Field function returns field value.

func (GetAiGeneratedDataRequestValidationError) Key

Key function returns key value.

func (GetAiGeneratedDataRequestValidationError) Reason

Reason function returns reason value.

type GetAiGeneratedDataResponse

type GetAiGeneratedDataResponse struct {

	// A list of generated records
	Records []*structpb.Struct `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAiGeneratedDataResponse) Descriptor deprecated

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

Deprecated: Use GetAiGeneratedDataResponse.ProtoReflect.Descriptor instead.

func (*GetAiGeneratedDataResponse) GetRecords

func (x *GetAiGeneratedDataResponse) GetRecords() []*structpb.Struct

func (*GetAiGeneratedDataResponse) ProtoMessage

func (*GetAiGeneratedDataResponse) ProtoMessage()

func (*GetAiGeneratedDataResponse) ProtoReflect

func (*GetAiGeneratedDataResponse) Reset

func (x *GetAiGeneratedDataResponse) Reset()

func (*GetAiGeneratedDataResponse) String

func (x *GetAiGeneratedDataResponse) String() string

func (*GetAiGeneratedDataResponse) Validate

func (m *GetAiGeneratedDataResponse) Validate() error

Validate checks the field values on GetAiGeneratedDataResponse 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 (*GetAiGeneratedDataResponse) ValidateAll

func (m *GetAiGeneratedDataResponse) ValidateAll() error

ValidateAll checks the field values on GetAiGeneratedDataResponse 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 GetAiGeneratedDataResponseMultiError, or nil if none found.

type GetAiGeneratedDataResponseMultiError

type GetAiGeneratedDataResponseMultiError []error

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

func (GetAiGeneratedDataResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAiGeneratedDataResponseMultiError) Error

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

type GetAiGeneratedDataResponseValidationError

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

GetAiGeneratedDataResponseValidationError is the validation error returned by GetAiGeneratedDataResponse.Validate if the designated constraints aren't met.

func (GetAiGeneratedDataResponseValidationError) Cause

Cause function returns cause value.

func (GetAiGeneratedDataResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAiGeneratedDataResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAiGeneratedDataResponseValidationError) Field

Field function returns field value.

func (GetAiGeneratedDataResponseValidationError) Key

Key function returns key value.

func (GetAiGeneratedDataResponseValidationError) Reason

Reason function returns reason value.

type GetAuthStatusRequest

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

func (*GetAuthStatusRequest) Descriptor deprecated

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

Deprecated: Use GetAuthStatusRequest.ProtoReflect.Descriptor instead.

func (*GetAuthStatusRequest) ProtoMessage

func (*GetAuthStatusRequest) ProtoMessage()

func (*GetAuthStatusRequest) ProtoReflect

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

func (*GetAuthStatusRequest) Reset

func (x *GetAuthStatusRequest) Reset()

func (*GetAuthStatusRequest) String

func (x *GetAuthStatusRequest) String() string

func (*GetAuthStatusRequest) Validate

func (m *GetAuthStatusRequest) Validate() error

Validate checks the field values on GetAuthStatusRequest 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 (*GetAuthStatusRequest) ValidateAll

func (m *GetAuthStatusRequest) ValidateAll() error

ValidateAll checks the field values on GetAuthStatusRequest 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 GetAuthStatusRequestMultiError, or nil if none found.

type GetAuthStatusRequestMultiError

type GetAuthStatusRequestMultiError []error

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

func (GetAuthStatusRequestMultiError) AllErrors

func (m GetAuthStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAuthStatusRequestMultiError) Error

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

type GetAuthStatusRequestValidationError

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

GetAuthStatusRequestValidationError is the validation error returned by GetAuthStatusRequest.Validate if the designated constraints aren't met.

func (GetAuthStatusRequestValidationError) Cause

Cause function returns cause value.

func (GetAuthStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAuthStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAuthStatusRequestValidationError) Field

Field function returns field value.

func (GetAuthStatusRequestValidationError) Key

Key function returns key value.

func (GetAuthStatusRequestValidationError) Reason

Reason function returns reason value.

type GetAuthStatusResponse

type GetAuthStatusResponse struct {

	// Whether or not the server has authentication enabled.
	// This tells the client if it is expected to send access tokens.
	IsEnabled bool `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthStatusResponse) Descriptor deprecated

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

Deprecated: Use GetAuthStatusResponse.ProtoReflect.Descriptor instead.

func (*GetAuthStatusResponse) GetIsEnabled

func (x *GetAuthStatusResponse) GetIsEnabled() bool

func (*GetAuthStatusResponse) ProtoMessage

func (*GetAuthStatusResponse) ProtoMessage()

func (*GetAuthStatusResponse) ProtoReflect

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

func (*GetAuthStatusResponse) Reset

func (x *GetAuthStatusResponse) Reset()

func (*GetAuthStatusResponse) String

func (x *GetAuthStatusResponse) String() string

func (*GetAuthStatusResponse) Validate

func (m *GetAuthStatusResponse) Validate() error

Validate checks the field values on GetAuthStatusResponse 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 (*GetAuthStatusResponse) ValidateAll

func (m *GetAuthStatusResponse) ValidateAll() error

ValidateAll checks the field values on GetAuthStatusResponse 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 GetAuthStatusResponseMultiError, or nil if none found.

type GetAuthStatusResponseMultiError

type GetAuthStatusResponseMultiError []error

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

func (GetAuthStatusResponseMultiError) AllErrors

func (m GetAuthStatusResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAuthStatusResponseMultiError) Error

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

type GetAuthStatusResponseValidationError

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

GetAuthStatusResponseValidationError is the validation error returned by GetAuthStatusResponse.Validate if the designated constraints aren't met.

func (GetAuthStatusResponseValidationError) Cause

Cause function returns cause value.

func (GetAuthStatusResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAuthStatusResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAuthStatusResponseValidationError) Field

Field function returns field value.

func (GetAuthStatusResponseValidationError) Key

Key function returns key value.

func (GetAuthStatusResponseValidationError) Reason

Reason function returns reason value.

type GetAuthorizeUrlRequest

type GetAuthorizeUrlRequest struct {

	// The state that's generated by the client that is passed along to prevent tampering
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// The redirect uri that the client will be redirected back to during the auth request
	RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// The scopes the client is requesting as a part of the oauth login request
	Scope string `protobuf:"bytes,3,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthorizeUrlRequest) Descriptor deprecated

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

Deprecated: Use GetAuthorizeUrlRequest.ProtoReflect.Descriptor instead.

func (*GetAuthorizeUrlRequest) GetRedirectUri

func (x *GetAuthorizeUrlRequest) GetRedirectUri() string

func (*GetAuthorizeUrlRequest) GetScope

func (x *GetAuthorizeUrlRequest) GetScope() string

func (*GetAuthorizeUrlRequest) GetState

func (x *GetAuthorizeUrlRequest) GetState() string

func (*GetAuthorizeUrlRequest) ProtoMessage

func (*GetAuthorizeUrlRequest) ProtoMessage()

func (*GetAuthorizeUrlRequest) ProtoReflect

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

func (*GetAuthorizeUrlRequest) Reset

func (x *GetAuthorizeUrlRequest) Reset()

func (*GetAuthorizeUrlRequest) String

func (x *GetAuthorizeUrlRequest) String() string

func (*GetAuthorizeUrlRequest) Validate

func (m *GetAuthorizeUrlRequest) Validate() error

Validate checks the field values on GetAuthorizeUrlRequest 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 (*GetAuthorizeUrlRequest) ValidateAll

func (m *GetAuthorizeUrlRequest) ValidateAll() error

ValidateAll checks the field values on GetAuthorizeUrlRequest 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 GetAuthorizeUrlRequestMultiError, or nil if none found.

type GetAuthorizeUrlRequestMultiError

type GetAuthorizeUrlRequestMultiError []error

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

func (GetAuthorizeUrlRequestMultiError) AllErrors

func (m GetAuthorizeUrlRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAuthorizeUrlRequestMultiError) Error

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

type GetAuthorizeUrlRequestValidationError

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

GetAuthorizeUrlRequestValidationError is the validation error returned by GetAuthorizeUrlRequest.Validate if the designated constraints aren't met.

func (GetAuthorizeUrlRequestValidationError) Cause

Cause function returns cause value.

func (GetAuthorizeUrlRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAuthorizeUrlRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAuthorizeUrlRequestValidationError) Field

Field function returns field value.

func (GetAuthorizeUrlRequestValidationError) Key

Key function returns key value.

func (GetAuthorizeUrlRequestValidationError) Reason

Reason function returns reason value.

type GetAuthorizeUrlResponse

type GetAuthorizeUrlResponse struct {

	// The generated url that is the client will be redirected to during the Oauth flow
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthorizeUrlResponse) Descriptor deprecated

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

Deprecated: Use GetAuthorizeUrlResponse.ProtoReflect.Descriptor instead.

func (*GetAuthorizeUrlResponse) GetUrl

func (x *GetAuthorizeUrlResponse) GetUrl() string

func (*GetAuthorizeUrlResponse) ProtoMessage

func (*GetAuthorizeUrlResponse) ProtoMessage()

func (*GetAuthorizeUrlResponse) ProtoReflect

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

func (*GetAuthorizeUrlResponse) Reset

func (x *GetAuthorizeUrlResponse) Reset()

func (*GetAuthorizeUrlResponse) String

func (x *GetAuthorizeUrlResponse) String() string

func (*GetAuthorizeUrlResponse) Validate

func (m *GetAuthorizeUrlResponse) Validate() error

Validate checks the field values on GetAuthorizeUrlResponse 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 (*GetAuthorizeUrlResponse) ValidateAll

func (m *GetAuthorizeUrlResponse) ValidateAll() error

ValidateAll checks the field values on GetAuthorizeUrlResponse 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 GetAuthorizeUrlResponseMultiError, or nil if none found.

type GetAuthorizeUrlResponseMultiError

type GetAuthorizeUrlResponseMultiError []error

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

func (GetAuthorizeUrlResponseMultiError) AllErrors

func (m GetAuthorizeUrlResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAuthorizeUrlResponseMultiError) Error

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

type GetAuthorizeUrlResponseValidationError

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

GetAuthorizeUrlResponseValidationError is the validation error returned by GetAuthorizeUrlResponse.Validate if the designated constraints aren't met.

func (GetAuthorizeUrlResponseValidationError) Cause

Cause function returns cause value.

func (GetAuthorizeUrlResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAuthorizeUrlResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAuthorizeUrlResponseValidationError) Field

Field function returns field value.

func (GetAuthorizeUrlResponseValidationError) Key

Key function returns key value.

func (GetAuthorizeUrlResponseValidationError) Reason

Reason function returns reason value.

type GetCliIssuerRequest

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

func (*GetCliIssuerRequest) Descriptor deprecated

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

Deprecated: Use GetCliIssuerRequest.ProtoReflect.Descriptor instead.

func (*GetCliIssuerRequest) ProtoMessage

func (*GetCliIssuerRequest) ProtoMessage()

func (*GetCliIssuerRequest) ProtoReflect

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

func (*GetCliIssuerRequest) Reset

func (x *GetCliIssuerRequest) Reset()

func (*GetCliIssuerRequest) String

func (x *GetCliIssuerRequest) String() string

func (*GetCliIssuerRequest) Validate

func (m *GetCliIssuerRequest) Validate() error

Validate checks the field values on GetCliIssuerRequest 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 (*GetCliIssuerRequest) ValidateAll

func (m *GetCliIssuerRequest) ValidateAll() error

ValidateAll checks the field values on GetCliIssuerRequest 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 GetCliIssuerRequestMultiError, or nil if none found.

type GetCliIssuerRequestMultiError

type GetCliIssuerRequestMultiError []error

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

func (GetCliIssuerRequestMultiError) AllErrors

func (m GetCliIssuerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCliIssuerRequestMultiError) Error

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

type GetCliIssuerRequestValidationError

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

GetCliIssuerRequestValidationError is the validation error returned by GetCliIssuerRequest.Validate if the designated constraints aren't met.

func (GetCliIssuerRequestValidationError) Cause

Cause function returns cause value.

func (GetCliIssuerRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCliIssuerRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCliIssuerRequestValidationError) Field

Field function returns field value.

func (GetCliIssuerRequestValidationError) Key

Key function returns key value.

func (GetCliIssuerRequestValidationError) Reason

Reason function returns reason value.

type GetCliIssuerResponse

type GetCliIssuerResponse struct {

	// The backing authentication issuer url
	IssuerUrl string `protobuf:"bytes,1,opt,name=issuer_url,json=issuerUrl,proto3" json:"issuer_url,omitempty"`
	// The audience that will be used in the access token. This corresponds to the "aud" claim
	Audience string `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCliIssuerResponse) Descriptor deprecated

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

Deprecated: Use GetCliIssuerResponse.ProtoReflect.Descriptor instead.

func (*GetCliIssuerResponse) GetAudience

func (x *GetCliIssuerResponse) GetAudience() string

func (*GetCliIssuerResponse) GetIssuerUrl

func (x *GetCliIssuerResponse) GetIssuerUrl() string

func (*GetCliIssuerResponse) ProtoMessage

func (*GetCliIssuerResponse) ProtoMessage()

func (*GetCliIssuerResponse) ProtoReflect

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

func (*GetCliIssuerResponse) Reset

func (x *GetCliIssuerResponse) Reset()

func (*GetCliIssuerResponse) String

func (x *GetCliIssuerResponse) String() string

func (*GetCliIssuerResponse) Validate

func (m *GetCliIssuerResponse) Validate() error

Validate checks the field values on GetCliIssuerResponse 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 (*GetCliIssuerResponse) ValidateAll

func (m *GetCliIssuerResponse) ValidateAll() error

ValidateAll checks the field values on GetCliIssuerResponse 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 GetCliIssuerResponseMultiError, or nil if none found.

type GetCliIssuerResponseMultiError

type GetCliIssuerResponseMultiError []error

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

func (GetCliIssuerResponseMultiError) AllErrors

func (m GetCliIssuerResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCliIssuerResponseMultiError) Error

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

type GetCliIssuerResponseValidationError

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

GetCliIssuerResponseValidationError is the validation error returned by GetCliIssuerResponse.Validate if the designated constraints aren't met.

func (GetCliIssuerResponseValidationError) Cause

Cause function returns cause value.

func (GetCliIssuerResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCliIssuerResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCliIssuerResponseValidationError) Field

Field function returns field value.

func (GetCliIssuerResponseValidationError) Key

Key function returns key value.

func (GetCliIssuerResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionDataStreamRequest

type GetConnectionDataStreamRequest struct {
	ConnectionId string                  `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	StreamConfig *ConnectionStreamConfig `protobuf:"bytes,2,opt,name=stream_config,json=streamConfig,proto3" json:"stream_config,omitempty"`
	Schema       string                  `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	Table        string                  `protobuf:"bytes,4,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionDataStreamRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionDataStreamRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionDataStreamRequest) GetConnectionId

func (x *GetConnectionDataStreamRequest) GetConnectionId() string

func (*GetConnectionDataStreamRequest) GetSchema

func (x *GetConnectionDataStreamRequest) GetSchema() string

func (*GetConnectionDataStreamRequest) GetStreamConfig

func (*GetConnectionDataStreamRequest) GetTable

func (x *GetConnectionDataStreamRequest) GetTable() string

func (*GetConnectionDataStreamRequest) ProtoMessage

func (*GetConnectionDataStreamRequest) ProtoMessage()

func (*GetConnectionDataStreamRequest) ProtoReflect

func (*GetConnectionDataStreamRequest) Reset

func (x *GetConnectionDataStreamRequest) Reset()

func (*GetConnectionDataStreamRequest) String

func (*GetConnectionDataStreamRequest) Validate

func (m *GetConnectionDataStreamRequest) Validate() error

Validate checks the field values on GetConnectionDataStreamRequest 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 (*GetConnectionDataStreamRequest) ValidateAll

func (m *GetConnectionDataStreamRequest) ValidateAll() error

ValidateAll checks the field values on GetConnectionDataStreamRequest 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 GetConnectionDataStreamRequestMultiError, or nil if none found.

type GetConnectionDataStreamRequestMultiError

type GetConnectionDataStreamRequestMultiError []error

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

func (GetConnectionDataStreamRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionDataStreamRequestMultiError) Error

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

type GetConnectionDataStreamRequestValidationError

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

GetConnectionDataStreamRequestValidationError is the validation error returned by GetConnectionDataStreamRequest.Validate if the designated constraints aren't met.

func (GetConnectionDataStreamRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionDataStreamRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionDataStreamRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionDataStreamRequestValidationError) Field

Field function returns field value.

func (GetConnectionDataStreamRequestValidationError) Key

Key function returns key value.

func (GetConnectionDataStreamRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionDataStreamResponse

type GetConnectionDataStreamResponse struct {

	// A map of column name to the bytes value of the data that was found for that column and row
	Row map[string][]byte `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

Each stream response is a single row in the requested schema and table

func (*GetConnectionDataStreamResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionDataStreamResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionDataStreamResponse) GetRow

func (x *GetConnectionDataStreamResponse) GetRow() map[string][]byte

func (*GetConnectionDataStreamResponse) ProtoMessage

func (*GetConnectionDataStreamResponse) ProtoMessage()

func (*GetConnectionDataStreamResponse) ProtoReflect

func (*GetConnectionDataStreamResponse) Reset

func (*GetConnectionDataStreamResponse) String

func (*GetConnectionDataStreamResponse) Validate

func (m *GetConnectionDataStreamResponse) Validate() error

Validate checks the field values on GetConnectionDataStreamResponse 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 (*GetConnectionDataStreamResponse) ValidateAll

func (m *GetConnectionDataStreamResponse) ValidateAll() error

ValidateAll checks the field values on GetConnectionDataStreamResponse 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 GetConnectionDataStreamResponseMultiError, or nil if none found.

type GetConnectionDataStreamResponseMultiError

type GetConnectionDataStreamResponseMultiError []error

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

func (GetConnectionDataStreamResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionDataStreamResponseMultiError) Error

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

type GetConnectionDataStreamResponseValidationError

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

GetConnectionDataStreamResponseValidationError is the validation error returned by GetConnectionDataStreamResponse.Validate if the designated constraints aren't met.

func (GetConnectionDataStreamResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionDataStreamResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionDataStreamResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionDataStreamResponseValidationError) Field

Field function returns field value.

func (GetConnectionDataStreamResponseValidationError) Key

Key function returns key value.

func (GetConnectionDataStreamResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionForeignConstraintsRequest

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

func (*GetConnectionForeignConstraintsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionForeignConstraintsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionForeignConstraintsRequest) GetConnectionId

func (x *GetConnectionForeignConstraintsRequest) GetConnectionId() string

func (*GetConnectionForeignConstraintsRequest) ProtoMessage

func (*GetConnectionForeignConstraintsRequest) ProtoReflect

func (*GetConnectionForeignConstraintsRequest) Reset

func (*GetConnectionForeignConstraintsRequest) String

func (*GetConnectionForeignConstraintsRequest) Validate

Validate checks the field values on GetConnectionForeignConstraintsRequest 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 (*GetConnectionForeignConstraintsRequest) ValidateAll

ValidateAll checks the field values on GetConnectionForeignConstraintsRequest 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 GetConnectionForeignConstraintsRequestMultiError, or nil if none found.

type GetConnectionForeignConstraintsRequestMultiError

type GetConnectionForeignConstraintsRequestMultiError []error

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

func (GetConnectionForeignConstraintsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionForeignConstraintsRequestMultiError) Error

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

type GetConnectionForeignConstraintsRequestValidationError

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

GetConnectionForeignConstraintsRequestValidationError is the validation error returned by GetConnectionForeignConstraintsRequest.Validate if the designated constraints aren't met.

func (GetConnectionForeignConstraintsRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionForeignConstraintsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionForeignConstraintsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionForeignConstraintsRequestValidationError) Field

Field function returns field value.

func (GetConnectionForeignConstraintsRequestValidationError) Key

Key function returns key value.

func (GetConnectionForeignConstraintsRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionForeignConstraintsResponse

type GetConnectionForeignConstraintsResponse struct {

	// the key here is <schema>.<table> and the list of tables that it depends on, also `<schema>.<table>` format.
	TableConstraints map[string]*ForeignConstraintTables `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

Dependency constraints for a specific table

func (*GetConnectionForeignConstraintsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionForeignConstraintsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionForeignConstraintsResponse) GetTableConstraints

func (*GetConnectionForeignConstraintsResponse) ProtoMessage

func (*GetConnectionForeignConstraintsResponse) ProtoReflect

func (*GetConnectionForeignConstraintsResponse) Reset

func (*GetConnectionForeignConstraintsResponse) String

func (*GetConnectionForeignConstraintsResponse) Validate

Validate checks the field values on GetConnectionForeignConstraintsResponse 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 (*GetConnectionForeignConstraintsResponse) ValidateAll

ValidateAll checks the field values on GetConnectionForeignConstraintsResponse 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 GetConnectionForeignConstraintsResponseMultiError, or nil if none found.

type GetConnectionForeignConstraintsResponseMultiError

type GetConnectionForeignConstraintsResponseMultiError []error

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

func (GetConnectionForeignConstraintsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionForeignConstraintsResponseMultiError) Error

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

type GetConnectionForeignConstraintsResponseValidationError

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

GetConnectionForeignConstraintsResponseValidationError is the validation error returned by GetConnectionForeignConstraintsResponse.Validate if the designated constraints aren't met.

func (GetConnectionForeignConstraintsResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionForeignConstraintsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionForeignConstraintsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionForeignConstraintsResponseValidationError) Field

Field function returns field value.

func (GetConnectionForeignConstraintsResponseValidationError) Key

Key function returns key value.

func (GetConnectionForeignConstraintsResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionInitStatementsRequest

type GetConnectionInitStatementsRequest struct {
	ConnectionId string                `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Options      *InitStatementOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionInitStatementsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionInitStatementsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionInitStatementsRequest) GetConnectionId

func (x *GetConnectionInitStatementsRequest) GetConnectionId() string

func (*GetConnectionInitStatementsRequest) GetOptions

func (*GetConnectionInitStatementsRequest) ProtoMessage

func (*GetConnectionInitStatementsRequest) ProtoMessage()

func (*GetConnectionInitStatementsRequest) ProtoReflect

func (*GetConnectionInitStatementsRequest) Reset

func (*GetConnectionInitStatementsRequest) String

func (*GetConnectionInitStatementsRequest) Validate

Validate checks the field values on GetConnectionInitStatementsRequest 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 (*GetConnectionInitStatementsRequest) ValidateAll

func (m *GetConnectionInitStatementsRequest) ValidateAll() error

ValidateAll checks the field values on GetConnectionInitStatementsRequest 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 GetConnectionInitStatementsRequestMultiError, or nil if none found.

type GetConnectionInitStatementsRequestMultiError

type GetConnectionInitStatementsRequestMultiError []error

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

func (GetConnectionInitStatementsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionInitStatementsRequestMultiError) Error

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

type GetConnectionInitStatementsRequestValidationError

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

GetConnectionInitStatementsRequestValidationError is the validation error returned by GetConnectionInitStatementsRequest.Validate if the designated constraints aren't met.

func (GetConnectionInitStatementsRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionInitStatementsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionInitStatementsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionInitStatementsRequestValidationError) Field

Field function returns field value.

func (GetConnectionInitStatementsRequestValidationError) Key

Key function returns key value.

func (GetConnectionInitStatementsRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionInitStatementsResponse

type GetConnectionInitStatementsResponse struct {

	// the key here is <schema>.<table> and value is the table init statement.
	TableInitStatements map[string]string `` /* 208-byte string literal not displayed */
	// the key here is <schema>.<table> and value is the table truncate statement.
	TableTruncateStatements map[string]string       `` /* 220-byte string literal not displayed */
	SchemaInitStatements    []*SchemaInitStatements `protobuf:"bytes,3,rep,name=schema_init_statements,json=schemaInitStatements,proto3" json:"schema_init_statements,omitempty"`
	// contains filtered or unexported fields
}

Init statement for a specific table

func (*GetConnectionInitStatementsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionInitStatementsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionInitStatementsResponse) GetSchemaInitStatements added in v0.4.30

func (x *GetConnectionInitStatementsResponse) GetSchemaInitStatements() []*SchemaInitStatements

func (*GetConnectionInitStatementsResponse) GetTableInitStatements

func (x *GetConnectionInitStatementsResponse) GetTableInitStatements() map[string]string

func (*GetConnectionInitStatementsResponse) GetTableTruncateStatements

func (x *GetConnectionInitStatementsResponse) GetTableTruncateStatements() map[string]string

func (*GetConnectionInitStatementsResponse) ProtoMessage

func (*GetConnectionInitStatementsResponse) ProtoMessage()

func (*GetConnectionInitStatementsResponse) ProtoReflect

func (*GetConnectionInitStatementsResponse) Reset

func (*GetConnectionInitStatementsResponse) String

func (*GetConnectionInitStatementsResponse) Validate

Validate checks the field values on GetConnectionInitStatementsResponse 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 (*GetConnectionInitStatementsResponse) ValidateAll

func (m *GetConnectionInitStatementsResponse) ValidateAll() error

ValidateAll checks the field values on GetConnectionInitStatementsResponse 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 GetConnectionInitStatementsResponseMultiError, or nil if none found.

type GetConnectionInitStatementsResponseMultiError

type GetConnectionInitStatementsResponseMultiError []error

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

func (GetConnectionInitStatementsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionInitStatementsResponseMultiError) Error

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

type GetConnectionInitStatementsResponseValidationError

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

GetConnectionInitStatementsResponseValidationError is the validation error returned by GetConnectionInitStatementsResponse.Validate if the designated constraints aren't met.

func (GetConnectionInitStatementsResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionInitStatementsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionInitStatementsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionInitStatementsResponseValidationError) Field

Field function returns field value.

func (GetConnectionInitStatementsResponseValidationError) Key

Key function returns key value.

func (GetConnectionInitStatementsResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionPrimaryConstraintsRequest

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

Primary constraints for a specific table

func (*GetConnectionPrimaryConstraintsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionPrimaryConstraintsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionPrimaryConstraintsRequest) GetConnectionId

func (x *GetConnectionPrimaryConstraintsRequest) GetConnectionId() string

func (*GetConnectionPrimaryConstraintsRequest) ProtoMessage

func (*GetConnectionPrimaryConstraintsRequest) ProtoReflect

func (*GetConnectionPrimaryConstraintsRequest) Reset

func (*GetConnectionPrimaryConstraintsRequest) String

func (*GetConnectionPrimaryConstraintsRequest) Validate

Validate checks the field values on GetConnectionPrimaryConstraintsRequest 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 (*GetConnectionPrimaryConstraintsRequest) ValidateAll

ValidateAll checks the field values on GetConnectionPrimaryConstraintsRequest 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 GetConnectionPrimaryConstraintsRequestMultiError, or nil if none found.

type GetConnectionPrimaryConstraintsRequestMultiError

type GetConnectionPrimaryConstraintsRequestMultiError []error

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

func (GetConnectionPrimaryConstraintsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionPrimaryConstraintsRequestMultiError) Error

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

type GetConnectionPrimaryConstraintsRequestValidationError

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

GetConnectionPrimaryConstraintsRequestValidationError is the validation error returned by GetConnectionPrimaryConstraintsRequest.Validate if the designated constraints aren't met.

func (GetConnectionPrimaryConstraintsRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionPrimaryConstraintsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionPrimaryConstraintsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionPrimaryConstraintsRequestValidationError) Field

Field function returns field value.

func (GetConnectionPrimaryConstraintsRequestValidationError) Key

Key function returns key value.

func (GetConnectionPrimaryConstraintsRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionPrimaryConstraintsResponse

type GetConnectionPrimaryConstraintsResponse struct {

	// the key here is <schema>.<table> and value is the primary constraint
	TableConstraints map[string]*PrimaryConstraint `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetConnectionPrimaryConstraintsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionPrimaryConstraintsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionPrimaryConstraintsResponse) GetTableConstraints

func (*GetConnectionPrimaryConstraintsResponse) ProtoMessage

func (*GetConnectionPrimaryConstraintsResponse) ProtoReflect

func (*GetConnectionPrimaryConstraintsResponse) Reset

func (*GetConnectionPrimaryConstraintsResponse) String

func (*GetConnectionPrimaryConstraintsResponse) Validate

Validate checks the field values on GetConnectionPrimaryConstraintsResponse 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 (*GetConnectionPrimaryConstraintsResponse) ValidateAll

ValidateAll checks the field values on GetConnectionPrimaryConstraintsResponse 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 GetConnectionPrimaryConstraintsResponseMultiError, or nil if none found.

type GetConnectionPrimaryConstraintsResponseMultiError

type GetConnectionPrimaryConstraintsResponseMultiError []error

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

func (GetConnectionPrimaryConstraintsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionPrimaryConstraintsResponseMultiError) Error

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

type GetConnectionPrimaryConstraintsResponseValidationError

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

GetConnectionPrimaryConstraintsResponseValidationError is the validation error returned by GetConnectionPrimaryConstraintsResponse.Validate if the designated constraints aren't met.

func (GetConnectionPrimaryConstraintsResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionPrimaryConstraintsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionPrimaryConstraintsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionPrimaryConstraintsResponseValidationError) Field

Field function returns field value.

func (GetConnectionPrimaryConstraintsResponseValidationError) Key

Key function returns key value.

func (GetConnectionPrimaryConstraintsResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionRequest

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

func (*GetConnectionRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionRequest) GetId

func (x *GetConnectionRequest) GetId() string

func (*GetConnectionRequest) ProtoMessage

func (*GetConnectionRequest) ProtoMessage()

func (*GetConnectionRequest) ProtoReflect

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

func (*GetConnectionRequest) Reset

func (x *GetConnectionRequest) Reset()

func (*GetConnectionRequest) String

func (x *GetConnectionRequest) String() string

func (*GetConnectionRequest) Validate

func (m *GetConnectionRequest) Validate() error

Validate checks the field values on GetConnectionRequest 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 (*GetConnectionRequest) ValidateAll

func (m *GetConnectionRequest) ValidateAll() error

ValidateAll checks the field values on GetConnectionRequest 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 GetConnectionRequestMultiError, or nil if none found.

type GetConnectionRequestMultiError

type GetConnectionRequestMultiError []error

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

func (GetConnectionRequestMultiError) AllErrors

func (m GetConnectionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConnectionRequestMultiError) Error

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

type GetConnectionRequestValidationError

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

GetConnectionRequestValidationError is the validation error returned by GetConnectionRequest.Validate if the designated constraints aren't met.

func (GetConnectionRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionRequestValidationError) Field

Field function returns field value.

func (GetConnectionRequestValidationError) Key

Key function returns key value.

func (GetConnectionRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionResponse

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

func (*GetConnectionResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionResponse) GetConnection

func (x *GetConnectionResponse) GetConnection() *Connection

func (*GetConnectionResponse) ProtoMessage

func (*GetConnectionResponse) ProtoMessage()

func (*GetConnectionResponse) ProtoReflect

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

func (*GetConnectionResponse) Reset

func (x *GetConnectionResponse) Reset()

func (*GetConnectionResponse) String

func (x *GetConnectionResponse) String() string

func (*GetConnectionResponse) Validate

func (m *GetConnectionResponse) Validate() error

Validate checks the field values on GetConnectionResponse 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 (*GetConnectionResponse) ValidateAll

func (m *GetConnectionResponse) ValidateAll() error

ValidateAll checks the field values on GetConnectionResponse 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 GetConnectionResponseMultiError, or nil if none found.

type GetConnectionResponseMultiError

type GetConnectionResponseMultiError []error

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

func (GetConnectionResponseMultiError) AllErrors

func (m GetConnectionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConnectionResponseMultiError) Error

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

type GetConnectionResponseValidationError

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

GetConnectionResponseValidationError is the validation error returned by GetConnectionResponse.Validate if the designated constraints aren't met.

func (GetConnectionResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionResponseValidationError) Field

Field function returns field value.

func (GetConnectionResponseValidationError) Key

Key function returns key value.

func (GetConnectionResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionSchemaRequest

type GetConnectionSchemaRequest struct {
	ConnectionId string                  `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	SchemaConfig *ConnectionSchemaConfig `protobuf:"bytes,2,opt,name=schema_config,json=schemaConfig,proto3" json:"schema_config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionSchemaRequest) GetConnectionId

func (x *GetConnectionSchemaRequest) GetConnectionId() string

func (*GetConnectionSchemaRequest) GetSchemaConfig

func (x *GetConnectionSchemaRequest) GetSchemaConfig() *ConnectionSchemaConfig

func (*GetConnectionSchemaRequest) ProtoMessage

func (*GetConnectionSchemaRequest) ProtoMessage()

func (*GetConnectionSchemaRequest) ProtoReflect

func (*GetConnectionSchemaRequest) Reset

func (x *GetConnectionSchemaRequest) Reset()

func (*GetConnectionSchemaRequest) String

func (x *GetConnectionSchemaRequest) String() string

func (*GetConnectionSchemaRequest) Validate

func (m *GetConnectionSchemaRequest) Validate() error

Validate checks the field values on GetConnectionSchemaRequest 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 (*GetConnectionSchemaRequest) ValidateAll

func (m *GetConnectionSchemaRequest) ValidateAll() error

ValidateAll checks the field values on GetConnectionSchemaRequest 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 GetConnectionSchemaRequestMultiError, or nil if none found.

type GetConnectionSchemaRequestMultiError

type GetConnectionSchemaRequestMultiError []error

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

func (GetConnectionSchemaRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionSchemaRequestMultiError) Error

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

type GetConnectionSchemaRequestValidationError

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

GetConnectionSchemaRequestValidationError is the validation error returned by GetConnectionSchemaRequest.Validate if the designated constraints aren't met.

func (GetConnectionSchemaRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionSchemaRequestValidationError) Field

Field function returns field value.

func (GetConnectionSchemaRequestValidationError) Key

Key function returns key value.

func (GetConnectionSchemaRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionSchemaResponse

type GetConnectionSchemaResponse struct {
	Schemas []*DatabaseColumn `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionSchemaResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionSchemaResponse) GetSchemas

func (x *GetConnectionSchemaResponse) GetSchemas() []*DatabaseColumn

func (*GetConnectionSchemaResponse) ProtoMessage

func (*GetConnectionSchemaResponse) ProtoMessage()

func (*GetConnectionSchemaResponse) ProtoReflect

func (*GetConnectionSchemaResponse) Reset

func (x *GetConnectionSchemaResponse) Reset()

func (*GetConnectionSchemaResponse) String

func (x *GetConnectionSchemaResponse) String() string

func (*GetConnectionSchemaResponse) Validate

func (m *GetConnectionSchemaResponse) Validate() error

Validate checks the field values on GetConnectionSchemaResponse 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 (*GetConnectionSchemaResponse) ValidateAll

func (m *GetConnectionSchemaResponse) ValidateAll() error

ValidateAll checks the field values on GetConnectionSchemaResponse 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 GetConnectionSchemaResponseMultiError, or nil if none found.

type GetConnectionSchemaResponseMultiError

type GetConnectionSchemaResponseMultiError []error

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

func (GetConnectionSchemaResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionSchemaResponseMultiError) Error

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

type GetConnectionSchemaResponseValidationError

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

GetConnectionSchemaResponseValidationError is the validation error returned by GetConnectionSchemaResponse.Validate if the designated constraints aren't met.

func (GetConnectionSchemaResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionSchemaResponseValidationError) Field

Field function returns field value.

func (GetConnectionSchemaResponseValidationError) Key

Key function returns key value.

func (GetConnectionSchemaResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionTableConstraintsRequest added in v0.4.24

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

func (*GetConnectionTableConstraintsRequest) Descriptor deprecated added in v0.4.24

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

Deprecated: Use GetConnectionTableConstraintsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionTableConstraintsRequest) GetConnectionId added in v0.4.24

func (x *GetConnectionTableConstraintsRequest) GetConnectionId() string

func (*GetConnectionTableConstraintsRequest) ProtoMessage added in v0.4.24

func (*GetConnectionTableConstraintsRequest) ProtoMessage()

func (*GetConnectionTableConstraintsRequest) ProtoReflect added in v0.4.24

func (*GetConnectionTableConstraintsRequest) Reset added in v0.4.24

func (*GetConnectionTableConstraintsRequest) String added in v0.4.24

func (*GetConnectionTableConstraintsRequest) Validate added in v0.4.24

Validate checks the field values on GetConnectionTableConstraintsRequest 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 (*GetConnectionTableConstraintsRequest) ValidateAll added in v0.4.24

ValidateAll checks the field values on GetConnectionTableConstraintsRequest 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 GetConnectionTableConstraintsRequestMultiError, or nil if none found.

type GetConnectionTableConstraintsRequestMultiError added in v0.4.24

type GetConnectionTableConstraintsRequestMultiError []error

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

func (GetConnectionTableConstraintsRequestMultiError) AllErrors added in v0.4.24

AllErrors returns a list of validation violation errors.

func (GetConnectionTableConstraintsRequestMultiError) Error added in v0.4.24

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

type GetConnectionTableConstraintsRequestValidationError added in v0.4.24

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

GetConnectionTableConstraintsRequestValidationError is the validation error returned by GetConnectionTableConstraintsRequest.Validate if the designated constraints aren't met.

func (GetConnectionTableConstraintsRequestValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (GetConnectionTableConstraintsRequestValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (GetConnectionTableConstraintsRequestValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (GetConnectionTableConstraintsRequestValidationError) Field added in v0.4.24

Field function returns field value.

func (GetConnectionTableConstraintsRequestValidationError) Key added in v0.4.24

Key function returns key value.

func (GetConnectionTableConstraintsRequestValidationError) Reason added in v0.4.24

Reason function returns reason value.

type GetConnectionTableConstraintsResponse added in v0.4.24

type GetConnectionTableConstraintsResponse struct {

	// the key here is <schema>.<table> and the list of tables that it depends on, also `<schema>.<table>` format.
	ForeignKeyConstraints map[string]*ForeignConstraintTables `` /* 214-byte string literal not displayed */
	// the key here is <schema>.<table> and value is the primary constraint
	PrimaryKeyConstraints map[string]*PrimaryConstraint `` /* 214-byte string literal not displayed */
	// the key here is <schema>.<table> and value is the unique constraint
	UniqueConstraints map[string]*UniqueConstraints `` /* 200-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetConnectionTableConstraintsResponse) Descriptor deprecated added in v0.4.24

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

Deprecated: Use GetConnectionTableConstraintsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionTableConstraintsResponse) GetForeignKeyConstraints added in v0.4.24

func (x *GetConnectionTableConstraintsResponse) GetForeignKeyConstraints() map[string]*ForeignConstraintTables

func (*GetConnectionTableConstraintsResponse) GetPrimaryKeyConstraints added in v0.4.24

func (x *GetConnectionTableConstraintsResponse) GetPrimaryKeyConstraints() map[string]*PrimaryConstraint

func (*GetConnectionTableConstraintsResponse) GetUniqueConstraints added in v0.4.24

func (x *GetConnectionTableConstraintsResponse) GetUniqueConstraints() map[string]*UniqueConstraints

func (*GetConnectionTableConstraintsResponse) ProtoMessage added in v0.4.24

func (*GetConnectionTableConstraintsResponse) ProtoMessage()

func (*GetConnectionTableConstraintsResponse) ProtoReflect added in v0.4.24

func (*GetConnectionTableConstraintsResponse) Reset added in v0.4.24

func (*GetConnectionTableConstraintsResponse) String added in v0.4.24

func (*GetConnectionTableConstraintsResponse) Validate added in v0.4.24

Validate checks the field values on GetConnectionTableConstraintsResponse 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 (*GetConnectionTableConstraintsResponse) ValidateAll added in v0.4.24

ValidateAll checks the field values on GetConnectionTableConstraintsResponse 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 GetConnectionTableConstraintsResponseMultiError, or nil if none found.

type GetConnectionTableConstraintsResponseMultiError added in v0.4.24

type GetConnectionTableConstraintsResponseMultiError []error

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

func (GetConnectionTableConstraintsResponseMultiError) AllErrors added in v0.4.24

AllErrors returns a list of validation violation errors.

func (GetConnectionTableConstraintsResponseMultiError) Error added in v0.4.24

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

type GetConnectionTableConstraintsResponseValidationError added in v0.4.24

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

GetConnectionTableConstraintsResponseValidationError is the validation error returned by GetConnectionTableConstraintsResponse.Validate if the designated constraints aren't met.

func (GetConnectionTableConstraintsResponseValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (GetConnectionTableConstraintsResponseValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (GetConnectionTableConstraintsResponseValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (GetConnectionTableConstraintsResponseValidationError) Field added in v0.4.24

Field function returns field value.

func (GetConnectionTableConstraintsResponseValidationError) Key added in v0.4.24

Key function returns key value.

func (GetConnectionTableConstraintsResponseValidationError) Reason added in v0.4.24

Reason function returns reason value.

type GetConnectionUniqueConstraintsRequest

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

Unique constraints for a specific table

func (*GetConnectionUniqueConstraintsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionUniqueConstraintsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionUniqueConstraintsRequest) GetConnectionId

func (x *GetConnectionUniqueConstraintsRequest) GetConnectionId() string

func (*GetConnectionUniqueConstraintsRequest) ProtoMessage

func (*GetConnectionUniqueConstraintsRequest) ProtoMessage()

func (*GetConnectionUniqueConstraintsRequest) ProtoReflect

func (*GetConnectionUniqueConstraintsRequest) Reset

func (*GetConnectionUniqueConstraintsRequest) String

func (*GetConnectionUniqueConstraintsRequest) Validate

Validate checks the field values on GetConnectionUniqueConstraintsRequest 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 (*GetConnectionUniqueConstraintsRequest) ValidateAll

ValidateAll checks the field values on GetConnectionUniqueConstraintsRequest 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 GetConnectionUniqueConstraintsRequestMultiError, or nil if none found.

type GetConnectionUniqueConstraintsRequestMultiError

type GetConnectionUniqueConstraintsRequestMultiError []error

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

func (GetConnectionUniqueConstraintsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionUniqueConstraintsRequestMultiError) Error

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

type GetConnectionUniqueConstraintsRequestValidationError

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

GetConnectionUniqueConstraintsRequestValidationError is the validation error returned by GetConnectionUniqueConstraintsRequest.Validate if the designated constraints aren't met.

func (GetConnectionUniqueConstraintsRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionUniqueConstraintsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionUniqueConstraintsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionUniqueConstraintsRequestValidationError) Field

Field function returns field value.

func (GetConnectionUniqueConstraintsRequestValidationError) Key

Key function returns key value.

func (GetConnectionUniqueConstraintsRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionUniqueConstraintsResponse

type GetConnectionUniqueConstraintsResponse struct {

	// the key here is <schema>.<table> and value is the unique constraint
	TableConstraints map[string]*UniqueConstraint `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetConnectionUniqueConstraintsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionUniqueConstraintsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionUniqueConstraintsResponse) GetTableConstraints

func (x *GetConnectionUniqueConstraintsResponse) GetTableConstraints() map[string]*UniqueConstraint

func (*GetConnectionUniqueConstraintsResponse) ProtoMessage

func (*GetConnectionUniqueConstraintsResponse) ProtoReflect

func (*GetConnectionUniqueConstraintsResponse) Reset

func (*GetConnectionUniqueConstraintsResponse) String

func (*GetConnectionUniqueConstraintsResponse) Validate

Validate checks the field values on GetConnectionUniqueConstraintsResponse 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 (*GetConnectionUniqueConstraintsResponse) ValidateAll

ValidateAll checks the field values on GetConnectionUniqueConstraintsResponse 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 GetConnectionUniqueConstraintsResponseMultiError, or nil if none found.

type GetConnectionUniqueConstraintsResponseMultiError

type GetConnectionUniqueConstraintsResponseMultiError []error

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

func (GetConnectionUniqueConstraintsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetConnectionUniqueConstraintsResponseMultiError) Error

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

type GetConnectionUniqueConstraintsResponseValidationError

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

GetConnectionUniqueConstraintsResponseValidationError is the validation error returned by GetConnectionUniqueConstraintsResponse.Validate if the designated constraints aren't met.

func (GetConnectionUniqueConstraintsResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionUniqueConstraintsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionUniqueConstraintsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionUniqueConstraintsResponseValidationError) Field

Field function returns field value.

func (GetConnectionUniqueConstraintsResponseValidationError) Key

Key function returns key value.

func (GetConnectionUniqueConstraintsResponseValidationError) Reason

Reason function returns reason value.

type GetConnectionsRequest

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

func (*GetConnectionsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionsRequest) GetAccountId

func (x *GetConnectionsRequest) GetAccountId() string

func (*GetConnectionsRequest) ProtoMessage

func (*GetConnectionsRequest) ProtoMessage()

func (*GetConnectionsRequest) ProtoReflect

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

func (*GetConnectionsRequest) Reset

func (x *GetConnectionsRequest) Reset()

func (*GetConnectionsRequest) String

func (x *GetConnectionsRequest) String() string

func (*GetConnectionsRequest) Validate

func (m *GetConnectionsRequest) Validate() error

Validate checks the field values on GetConnectionsRequest 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 (*GetConnectionsRequest) ValidateAll

func (m *GetConnectionsRequest) ValidateAll() error

ValidateAll checks the field values on GetConnectionsRequest 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 GetConnectionsRequestMultiError, or nil if none found.

type GetConnectionsRequestMultiError

type GetConnectionsRequestMultiError []error

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

func (GetConnectionsRequestMultiError) AllErrors

func (m GetConnectionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConnectionsRequestMultiError) Error

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

type GetConnectionsRequestValidationError

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

GetConnectionsRequestValidationError is the validation error returned by GetConnectionsRequest.Validate if the designated constraints aren't met.

func (GetConnectionsRequestValidationError) Cause

Cause function returns cause value.

func (GetConnectionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionsRequestValidationError) Field

Field function returns field value.

func (GetConnectionsRequestValidationError) Key

Key function returns key value.

func (GetConnectionsRequestValidationError) Reason

Reason function returns reason value.

type GetConnectionsResponse

type GetConnectionsResponse struct {
	Connections []*Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionsResponse) GetConnections

func (x *GetConnectionsResponse) GetConnections() []*Connection

func (*GetConnectionsResponse) ProtoMessage

func (*GetConnectionsResponse) ProtoMessage()

func (*GetConnectionsResponse) ProtoReflect

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

func (*GetConnectionsResponse) Reset

func (x *GetConnectionsResponse) Reset()

func (*GetConnectionsResponse) String

func (x *GetConnectionsResponse) String() string

func (*GetConnectionsResponse) Validate

func (m *GetConnectionsResponse) Validate() error

Validate checks the field values on GetConnectionsResponse 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 (*GetConnectionsResponse) ValidateAll

func (m *GetConnectionsResponse) ValidateAll() error

ValidateAll checks the field values on GetConnectionsResponse 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 GetConnectionsResponseMultiError, or nil if none found.

type GetConnectionsResponseMultiError

type GetConnectionsResponseMultiError []error

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

func (GetConnectionsResponseMultiError) AllErrors

func (m GetConnectionsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConnectionsResponseMultiError) Error

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

type GetConnectionsResponseValidationError

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

GetConnectionsResponseValidationError is the validation error returned by GetConnectionsResponse.Validate if the designated constraints aren't met.

func (GetConnectionsResponseValidationError) Cause

Cause function returns cause value.

func (GetConnectionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConnectionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConnectionsResponseValidationError) Field

Field function returns field value.

func (GetConnectionsResponseValidationError) Key

Key function returns key value.

func (GetConnectionsResponseValidationError) Reason

Reason function returns reason value.

type GetDailyMetricCountRequest

type GetDailyMetricCountRequest struct {

	// The start day
	Start *Date `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// The end day
	End *Date `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// The metric to return
	Metric RangedMetricName `protobuf:"varint,3,opt,name=metric,proto3,enum=mgmt.v1alpha1.RangedMetricName" json:"metric,omitempty"`
	// Types that are assignable to Identifier:
	//
	//	*GetDailyMetricCountRequest_AccountId
	//	*GetDailyMetricCountRequest_JobId
	//	*GetDailyMetricCountRequest_RunId
	Identifier isGetDailyMetricCountRequest_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

func (*GetDailyMetricCountRequest) Descriptor deprecated

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

Deprecated: Use GetDailyMetricCountRequest.ProtoReflect.Descriptor instead.

func (*GetDailyMetricCountRequest) GetAccountId

func (x *GetDailyMetricCountRequest) GetAccountId() string

func (*GetDailyMetricCountRequest) GetEnd

func (x *GetDailyMetricCountRequest) GetEnd() *Date

func (*GetDailyMetricCountRequest) GetIdentifier

func (m *GetDailyMetricCountRequest) GetIdentifier() isGetDailyMetricCountRequest_Identifier

func (*GetDailyMetricCountRequest) GetJobId

func (x *GetDailyMetricCountRequest) GetJobId() string

func (*GetDailyMetricCountRequest) GetMetric

func (*GetDailyMetricCountRequest) GetRunId

func (x *GetDailyMetricCountRequest) GetRunId() string

func (*GetDailyMetricCountRequest) GetStart

func (x *GetDailyMetricCountRequest) GetStart() *Date

func (*GetDailyMetricCountRequest) ProtoMessage

func (*GetDailyMetricCountRequest) ProtoMessage()

func (*GetDailyMetricCountRequest) ProtoReflect

func (*GetDailyMetricCountRequest) Reset

func (x *GetDailyMetricCountRequest) Reset()

func (*GetDailyMetricCountRequest) String

func (x *GetDailyMetricCountRequest) String() string

func (*GetDailyMetricCountRequest) Validate

func (m *GetDailyMetricCountRequest) Validate() error

Validate checks the field values on GetDailyMetricCountRequest 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 (*GetDailyMetricCountRequest) ValidateAll

func (m *GetDailyMetricCountRequest) ValidateAll() error

ValidateAll checks the field values on GetDailyMetricCountRequest 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 GetDailyMetricCountRequestMultiError, or nil if none found.

type GetDailyMetricCountRequestMultiError

type GetDailyMetricCountRequestMultiError []error

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

func (GetDailyMetricCountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDailyMetricCountRequestMultiError) Error

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

type GetDailyMetricCountRequestValidationError

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

GetDailyMetricCountRequestValidationError is the validation error returned by GetDailyMetricCountRequest.Validate if the designated constraints aren't met.

func (GetDailyMetricCountRequestValidationError) Cause

Cause function returns cause value.

func (GetDailyMetricCountRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDailyMetricCountRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDailyMetricCountRequestValidationError) Field

Field function returns field value.

func (GetDailyMetricCountRequestValidationError) Key

Key function returns key value.

func (GetDailyMetricCountRequestValidationError) Reason

Reason function returns reason value.

type GetDailyMetricCountRequest_AccountId

type GetDailyMetricCountRequest_AccountId struct {
	// The account identifier that will be used to filter by
	AccountId string `protobuf:"bytes,4,opt,name=account_id,json=accountId,proto3,oneof"`
}

type GetDailyMetricCountRequest_JobId

type GetDailyMetricCountRequest_JobId struct {
	// The job identifier that will be used to filter by
	JobId string `protobuf:"bytes,5,opt,name=job_id,json=jobId,proto3,oneof"`
}

type GetDailyMetricCountRequest_RunId

type GetDailyMetricCountRequest_RunId struct {
	// The run identifier that will be used to filter by
	RunId string `protobuf:"bytes,6,opt,name=run_id,json=runId,proto3,oneof"`
}

type GetDailyMetricCountResponse

type GetDailyMetricCountResponse struct {
	Results []*DayResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDailyMetricCountResponse) Descriptor deprecated

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

Deprecated: Use GetDailyMetricCountResponse.ProtoReflect.Descriptor instead.

func (*GetDailyMetricCountResponse) GetResults

func (x *GetDailyMetricCountResponse) GetResults() []*DayResult

func (*GetDailyMetricCountResponse) ProtoMessage

func (*GetDailyMetricCountResponse) ProtoMessage()

func (*GetDailyMetricCountResponse) ProtoReflect

func (*GetDailyMetricCountResponse) Reset

func (x *GetDailyMetricCountResponse) Reset()

func (*GetDailyMetricCountResponse) String

func (x *GetDailyMetricCountResponse) String() string

func (*GetDailyMetricCountResponse) Validate

func (m *GetDailyMetricCountResponse) Validate() error

Validate checks the field values on GetDailyMetricCountResponse 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 (*GetDailyMetricCountResponse) ValidateAll

func (m *GetDailyMetricCountResponse) ValidateAll() error

ValidateAll checks the field values on GetDailyMetricCountResponse 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 GetDailyMetricCountResponseMultiError, or nil if none found.

type GetDailyMetricCountResponseMultiError

type GetDailyMetricCountResponseMultiError []error

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

func (GetDailyMetricCountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDailyMetricCountResponseMultiError) Error

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

type GetDailyMetricCountResponseValidationError

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

GetDailyMetricCountResponseValidationError is the validation error returned by GetDailyMetricCountResponse.Validate if the designated constraints aren't met.

func (GetDailyMetricCountResponseValidationError) Cause

Cause function returns cause value.

func (GetDailyMetricCountResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDailyMetricCountResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDailyMetricCountResponseValidationError) Field

Field function returns field value.

func (GetDailyMetricCountResponseValidationError) Key

Key function returns key value.

func (GetDailyMetricCountResponseValidationError) Reason

Reason function returns reason value.

type GetJobNextRunsRequest

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

func (*GetJobNextRunsRequest) Descriptor deprecated

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

Deprecated: Use GetJobNextRunsRequest.ProtoReflect.Descriptor instead.

func (*GetJobNextRunsRequest) GetJobId

func (x *GetJobNextRunsRequest) GetJobId() string

func (*GetJobNextRunsRequest) ProtoMessage

func (*GetJobNextRunsRequest) ProtoMessage()

func (*GetJobNextRunsRequest) ProtoReflect

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

func (*GetJobNextRunsRequest) Reset

func (x *GetJobNextRunsRequest) Reset()

func (*GetJobNextRunsRequest) String

func (x *GetJobNextRunsRequest) String() string

func (*GetJobNextRunsRequest) Validate

func (m *GetJobNextRunsRequest) Validate() error

Validate checks the field values on GetJobNextRunsRequest 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 (*GetJobNextRunsRequest) ValidateAll

func (m *GetJobNextRunsRequest) ValidateAll() error

ValidateAll checks the field values on GetJobNextRunsRequest 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 GetJobNextRunsRequestMultiError, or nil if none found.

type GetJobNextRunsRequestMultiError

type GetJobNextRunsRequestMultiError []error

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

func (GetJobNextRunsRequestMultiError) AllErrors

func (m GetJobNextRunsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobNextRunsRequestMultiError) Error

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

type GetJobNextRunsRequestValidationError

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

GetJobNextRunsRequestValidationError is the validation error returned by GetJobNextRunsRequest.Validate if the designated constraints aren't met.

func (GetJobNextRunsRequestValidationError) Cause

Cause function returns cause value.

func (GetJobNextRunsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobNextRunsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobNextRunsRequestValidationError) Field

Field function returns field value.

func (GetJobNextRunsRequestValidationError) Key

Key function returns key value.

func (GetJobNextRunsRequestValidationError) Reason

Reason function returns reason value.

type GetJobNextRunsResponse

type GetJobNextRunsResponse struct {
	NextRuns *JobNextRuns `protobuf:"bytes,1,opt,name=next_runs,json=nextRuns,proto3" json:"next_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobNextRunsResponse) Descriptor deprecated

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

Deprecated: Use GetJobNextRunsResponse.ProtoReflect.Descriptor instead.

func (*GetJobNextRunsResponse) GetNextRuns

func (x *GetJobNextRunsResponse) GetNextRuns() *JobNextRuns

func (*GetJobNextRunsResponse) ProtoMessage

func (*GetJobNextRunsResponse) ProtoMessage()

func (*GetJobNextRunsResponse) ProtoReflect

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

func (*GetJobNextRunsResponse) Reset

func (x *GetJobNextRunsResponse) Reset()

func (*GetJobNextRunsResponse) String

func (x *GetJobNextRunsResponse) String() string

func (*GetJobNextRunsResponse) Validate

func (m *GetJobNextRunsResponse) Validate() error

Validate checks the field values on GetJobNextRunsResponse 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 (*GetJobNextRunsResponse) ValidateAll

func (m *GetJobNextRunsResponse) ValidateAll() error

ValidateAll checks the field values on GetJobNextRunsResponse 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 GetJobNextRunsResponseMultiError, or nil if none found.

type GetJobNextRunsResponseMultiError

type GetJobNextRunsResponseMultiError []error

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

func (GetJobNextRunsResponseMultiError) AllErrors

func (m GetJobNextRunsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobNextRunsResponseMultiError) Error

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

type GetJobNextRunsResponseValidationError

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

GetJobNextRunsResponseValidationError is the validation error returned by GetJobNextRunsResponse.Validate if the designated constraints aren't met.

func (GetJobNextRunsResponseValidationError) Cause

Cause function returns cause value.

func (GetJobNextRunsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobNextRunsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobNextRunsResponseValidationError) Field

Field function returns field value.

func (GetJobNextRunsResponseValidationError) Key

Key function returns key value.

func (GetJobNextRunsResponseValidationError) Reason

Reason function returns reason value.

type GetJobRecentRunsRequest

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

func (*GetJobRecentRunsRequest) Descriptor deprecated

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

Deprecated: Use GetJobRecentRunsRequest.ProtoReflect.Descriptor instead.

func (*GetJobRecentRunsRequest) GetJobId

func (x *GetJobRecentRunsRequest) GetJobId() string

func (*GetJobRecentRunsRequest) ProtoMessage

func (*GetJobRecentRunsRequest) ProtoMessage()

func (*GetJobRecentRunsRequest) ProtoReflect

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

func (*GetJobRecentRunsRequest) Reset

func (x *GetJobRecentRunsRequest) Reset()

func (*GetJobRecentRunsRequest) String

func (x *GetJobRecentRunsRequest) String() string

func (*GetJobRecentRunsRequest) Validate

func (m *GetJobRecentRunsRequest) Validate() error

Validate checks the field values on GetJobRecentRunsRequest 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 (*GetJobRecentRunsRequest) ValidateAll

func (m *GetJobRecentRunsRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRecentRunsRequest 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 GetJobRecentRunsRequestMultiError, or nil if none found.

type GetJobRecentRunsRequestMultiError

type GetJobRecentRunsRequestMultiError []error

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

func (GetJobRecentRunsRequestMultiError) AllErrors

func (m GetJobRecentRunsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRecentRunsRequestMultiError) Error

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

type GetJobRecentRunsRequestValidationError

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

GetJobRecentRunsRequestValidationError is the validation error returned by GetJobRecentRunsRequest.Validate if the designated constraints aren't met.

func (GetJobRecentRunsRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRecentRunsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRecentRunsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobRecentRunsRequestValidationError) Field

Field function returns field value.

func (GetJobRecentRunsRequestValidationError) Key

Key function returns key value.

func (GetJobRecentRunsRequestValidationError) Reason

Reason function returns reason value.

type GetJobRecentRunsResponse

type GetJobRecentRunsResponse struct {
	RecentRuns []*JobRecentRun `protobuf:"bytes,1,rep,name=recent_runs,json=recentRuns,proto3" json:"recent_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRecentRunsResponse) Descriptor deprecated

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

Deprecated: Use GetJobRecentRunsResponse.ProtoReflect.Descriptor instead.

func (*GetJobRecentRunsResponse) GetRecentRuns

func (x *GetJobRecentRunsResponse) GetRecentRuns() []*JobRecentRun

func (*GetJobRecentRunsResponse) ProtoMessage

func (*GetJobRecentRunsResponse) ProtoMessage()

func (*GetJobRecentRunsResponse) ProtoReflect

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

func (*GetJobRecentRunsResponse) Reset

func (x *GetJobRecentRunsResponse) Reset()

func (*GetJobRecentRunsResponse) String

func (x *GetJobRecentRunsResponse) String() string

func (*GetJobRecentRunsResponse) Validate

func (m *GetJobRecentRunsResponse) Validate() error

Validate checks the field values on GetJobRecentRunsResponse 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 (*GetJobRecentRunsResponse) ValidateAll

func (m *GetJobRecentRunsResponse) ValidateAll() error

ValidateAll checks the field values on GetJobRecentRunsResponse 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 GetJobRecentRunsResponseMultiError, or nil if none found.

type GetJobRecentRunsResponseMultiError

type GetJobRecentRunsResponseMultiError []error

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

func (GetJobRecentRunsResponseMultiError) AllErrors

func (m GetJobRecentRunsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRecentRunsResponseMultiError) Error

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

type GetJobRecentRunsResponseValidationError

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

GetJobRecentRunsResponseValidationError is the validation error returned by GetJobRecentRunsResponse.Validate if the designated constraints aren't met.

func (GetJobRecentRunsResponseValidationError) Cause

Cause function returns cause value.

func (GetJobRecentRunsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobRecentRunsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobRecentRunsResponseValidationError) Field

Field function returns field value.

func (GetJobRecentRunsResponseValidationError) Key

Key function returns key value.

func (GetJobRecentRunsResponseValidationError) Reason

Reason function returns reason value.

type GetJobRequest

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

func (*GetJobRequest) Descriptor deprecated

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

Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.

func (*GetJobRequest) GetId

func (x *GetJobRequest) GetId() string

func (*GetJobRequest) ProtoMessage

func (*GetJobRequest) ProtoMessage()

func (*GetJobRequest) ProtoReflect

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

func (*GetJobRequest) Reset

func (x *GetJobRequest) Reset()

func (*GetJobRequest) String

func (x *GetJobRequest) String() string

func (*GetJobRequest) Validate

func (m *GetJobRequest) Validate() error

Validate checks the field values on GetJobRequest 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 (*GetJobRequest) ValidateAll

func (m *GetJobRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRequest 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 GetJobRequestMultiError, or nil if none found.

type GetJobRequestMultiError

type GetJobRequestMultiError []error

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

func (GetJobRequestMultiError) AllErrors

func (m GetJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRequestMultiError) Error

func (m GetJobRequestMultiError) Error() string

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

type GetJobRequestValidationError

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

GetJobRequestValidationError is the validation error returned by GetJobRequest.Validate if the designated constraints aren't met.

func (GetJobRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRequestValidationError) ErrorName

func (e GetJobRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetJobRequestValidationError) Field

Field function returns field value.

func (GetJobRequestValidationError) Key

Key function returns key value.

func (GetJobRequestValidationError) Reason

Reason function returns reason value.

type GetJobResponse

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

func (*GetJobResponse) Descriptor deprecated

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

Deprecated: Use GetJobResponse.ProtoReflect.Descriptor instead.

func (*GetJobResponse) GetJob

func (x *GetJobResponse) GetJob() *Job

func (*GetJobResponse) ProtoMessage

func (*GetJobResponse) ProtoMessage()

func (*GetJobResponse) ProtoReflect

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

func (*GetJobResponse) Reset

func (x *GetJobResponse) Reset()

func (*GetJobResponse) String

func (x *GetJobResponse) String() string

func (*GetJobResponse) Validate

func (m *GetJobResponse) Validate() error

Validate checks the field values on GetJobResponse 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 (*GetJobResponse) ValidateAll

func (m *GetJobResponse) ValidateAll() error

ValidateAll checks the field values on GetJobResponse 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 GetJobResponseMultiError, or nil if none found.

type GetJobResponseMultiError

type GetJobResponseMultiError []error

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

func (GetJobResponseMultiError) AllErrors

func (m GetJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobResponseMultiError) Error

func (m GetJobResponseMultiError) Error() string

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

type GetJobResponseValidationError

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

GetJobResponseValidationError is the validation error returned by GetJobResponse.Validate if the designated constraints aren't met.

func (GetJobResponseValidationError) Cause

Cause function returns cause value.

func (GetJobResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobResponseValidationError) ErrorName

func (e GetJobResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetJobResponseValidationError) Field

Field function returns field value.

func (GetJobResponseValidationError) Key

Key function returns key value.

func (GetJobResponseValidationError) Reason

Reason function returns reason value.

type GetJobRunEventsRequest

type GetJobRunEventsRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunEventsRequest) Descriptor deprecated

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

Deprecated: Use GetJobRunEventsRequest.ProtoReflect.Descriptor instead.

func (*GetJobRunEventsRequest) GetAccountId

func (x *GetJobRunEventsRequest) GetAccountId() string

func (*GetJobRunEventsRequest) GetJobRunId

func (x *GetJobRunEventsRequest) GetJobRunId() string

func (*GetJobRunEventsRequest) ProtoMessage

func (*GetJobRunEventsRequest) ProtoMessage()

func (*GetJobRunEventsRequest) ProtoReflect

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

func (*GetJobRunEventsRequest) Reset

func (x *GetJobRunEventsRequest) Reset()

func (*GetJobRunEventsRequest) String

func (x *GetJobRunEventsRequest) String() string

func (*GetJobRunEventsRequest) Validate

func (m *GetJobRunEventsRequest) Validate() error

Validate checks the field values on GetJobRunEventsRequest 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 (*GetJobRunEventsRequest) ValidateAll

func (m *GetJobRunEventsRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRunEventsRequest 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 GetJobRunEventsRequestMultiError, or nil if none found.

type GetJobRunEventsRequestMultiError

type GetJobRunEventsRequestMultiError []error

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

func (GetJobRunEventsRequestMultiError) AllErrors

func (m GetJobRunEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunEventsRequestMultiError) Error

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

type GetJobRunEventsRequestValidationError

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

GetJobRunEventsRequestValidationError is the validation error returned by GetJobRunEventsRequest.Validate if the designated constraints aren't met.

func (GetJobRunEventsRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRunEventsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunEventsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunEventsRequestValidationError) Field

Field function returns field value.

func (GetJobRunEventsRequestValidationError) Key

Key function returns key value.

func (GetJobRunEventsRequestValidationError) Reason

Reason function returns reason value.

type GetJobRunEventsResponse

type GetJobRunEventsResponse struct {
	Events        []*JobRunEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	IsRunComplete bool           `protobuf:"varint,2,opt,name=is_run_complete,json=isRunComplete,proto3" json:"is_run_complete,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunEventsResponse) Descriptor deprecated

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

Deprecated: Use GetJobRunEventsResponse.ProtoReflect.Descriptor instead.

func (*GetJobRunEventsResponse) GetEvents

func (x *GetJobRunEventsResponse) GetEvents() []*JobRunEvent

func (*GetJobRunEventsResponse) GetIsRunComplete

func (x *GetJobRunEventsResponse) GetIsRunComplete() bool

func (*GetJobRunEventsResponse) ProtoMessage

func (*GetJobRunEventsResponse) ProtoMessage()

func (*GetJobRunEventsResponse) ProtoReflect

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

func (*GetJobRunEventsResponse) Reset

func (x *GetJobRunEventsResponse) Reset()

func (*GetJobRunEventsResponse) String

func (x *GetJobRunEventsResponse) String() string

func (*GetJobRunEventsResponse) Validate

func (m *GetJobRunEventsResponse) Validate() error

Validate checks the field values on GetJobRunEventsResponse 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 (*GetJobRunEventsResponse) ValidateAll

func (m *GetJobRunEventsResponse) ValidateAll() error

ValidateAll checks the field values on GetJobRunEventsResponse 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 GetJobRunEventsResponseMultiError, or nil if none found.

type GetJobRunEventsResponseMultiError

type GetJobRunEventsResponseMultiError []error

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

func (GetJobRunEventsResponseMultiError) AllErrors

func (m GetJobRunEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunEventsResponseMultiError) Error

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

type GetJobRunEventsResponseValidationError

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

GetJobRunEventsResponseValidationError is the validation error returned by GetJobRunEventsResponse.Validate if the designated constraints aren't met.

func (GetJobRunEventsResponseValidationError) Cause

Cause function returns cause value.

func (GetJobRunEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunEventsResponseValidationError) Field

Field function returns field value.

func (GetJobRunEventsResponseValidationError) Key

Key function returns key value.

func (GetJobRunEventsResponseValidationError) Reason

Reason function returns reason value.

type GetJobRunLogsStreamRequest

type GetJobRunLogsStreamRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// The time window in which to retrieve the logs
	Window LogWindow `protobuf:"varint,3,opt,name=window,proto3,enum=mgmt.v1alpha1.LogWindow" json:"window,omitempty"`
	// Whether or not to tail the stream. Note: only works with k8s-pods and is not currently supported with Loki logs
	ShouldTail bool `protobuf:"varint,4,opt,name=should_tail,json=shouldTail,proto3" json:"should_tail,omitempty"`
	// Optionally provide a max log limit
	MaxLogLines *int64 `protobuf:"varint,5,opt,name=max_log_lines,json=maxLogLines,proto3,oneof" json:"max_log_lines,omitempty"`
	// Provide a list of log levels to filter by. If any of these are UNSPECIFIED, all log levels are returned.
	LogLevels []LogLevel `protobuf:"varint,6,rep,packed,name=log_levels,json=logLevels,proto3,enum=mgmt.v1alpha1.LogLevel" json:"log_levels,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunLogsStreamRequest) Descriptor deprecated

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

Deprecated: Use GetJobRunLogsStreamRequest.ProtoReflect.Descriptor instead.

func (*GetJobRunLogsStreamRequest) GetAccountId

func (x *GetJobRunLogsStreamRequest) GetAccountId() string

func (*GetJobRunLogsStreamRequest) GetJobRunId

func (x *GetJobRunLogsStreamRequest) GetJobRunId() string

func (*GetJobRunLogsStreamRequest) GetLogLevels

func (x *GetJobRunLogsStreamRequest) GetLogLevels() []LogLevel

func (*GetJobRunLogsStreamRequest) GetMaxLogLines

func (x *GetJobRunLogsStreamRequest) GetMaxLogLines() int64

func (*GetJobRunLogsStreamRequest) GetShouldTail

func (x *GetJobRunLogsStreamRequest) GetShouldTail() bool

func (*GetJobRunLogsStreamRequest) GetWindow

func (x *GetJobRunLogsStreamRequest) GetWindow() LogWindow

func (*GetJobRunLogsStreamRequest) ProtoMessage

func (*GetJobRunLogsStreamRequest) ProtoMessage()

func (*GetJobRunLogsStreamRequest) ProtoReflect

func (*GetJobRunLogsStreamRequest) Reset

func (x *GetJobRunLogsStreamRequest) Reset()

func (*GetJobRunLogsStreamRequest) String

func (x *GetJobRunLogsStreamRequest) String() string

func (*GetJobRunLogsStreamRequest) Validate

func (m *GetJobRunLogsStreamRequest) Validate() error

Validate checks the field values on GetJobRunLogsStreamRequest 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 (*GetJobRunLogsStreamRequest) ValidateAll

func (m *GetJobRunLogsStreamRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRunLogsStreamRequest 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 GetJobRunLogsStreamRequestMultiError, or nil if none found.

type GetJobRunLogsStreamRequestMultiError

type GetJobRunLogsStreamRequestMultiError []error

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

func (GetJobRunLogsStreamRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetJobRunLogsStreamRequestMultiError) Error

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

type GetJobRunLogsStreamRequestValidationError

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

GetJobRunLogsStreamRequestValidationError is the validation error returned by GetJobRunLogsStreamRequest.Validate if the designated constraints aren't met.

func (GetJobRunLogsStreamRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRunLogsStreamRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunLogsStreamRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunLogsStreamRequestValidationError) Field

Field function returns field value.

func (GetJobRunLogsStreamRequestValidationError) Key

Key function returns key value.

func (GetJobRunLogsStreamRequestValidationError) Reason

Reason function returns reason value.

type GetJobRunLogsStreamResponse

type GetJobRunLogsStreamResponse struct {
	LogLine   string                 `protobuf:"bytes,1,opt,name=log_line,json=logLine,proto3" json:"log_line,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunLogsStreamResponse) Descriptor deprecated

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

Deprecated: Use GetJobRunLogsStreamResponse.ProtoReflect.Descriptor instead.

func (*GetJobRunLogsStreamResponse) GetLogLine

func (x *GetJobRunLogsStreamResponse) GetLogLine() string

func (*GetJobRunLogsStreamResponse) GetTimestamp

func (*GetJobRunLogsStreamResponse) ProtoMessage

func (*GetJobRunLogsStreamResponse) ProtoMessage()

func (*GetJobRunLogsStreamResponse) ProtoReflect

func (*GetJobRunLogsStreamResponse) Reset

func (x *GetJobRunLogsStreamResponse) Reset()

func (*GetJobRunLogsStreamResponse) String

func (x *GetJobRunLogsStreamResponse) String() string

func (*GetJobRunLogsStreamResponse) Validate

func (m *GetJobRunLogsStreamResponse) Validate() error

Validate checks the field values on GetJobRunLogsStreamResponse 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 (*GetJobRunLogsStreamResponse) ValidateAll

func (m *GetJobRunLogsStreamResponse) ValidateAll() error

ValidateAll checks the field values on GetJobRunLogsStreamResponse 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 GetJobRunLogsStreamResponseMultiError, or nil if none found.

type GetJobRunLogsStreamResponseMultiError

type GetJobRunLogsStreamResponseMultiError []error

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

func (GetJobRunLogsStreamResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetJobRunLogsStreamResponseMultiError) Error

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

type GetJobRunLogsStreamResponseValidationError

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

GetJobRunLogsStreamResponseValidationError is the validation error returned by GetJobRunLogsStreamResponse.Validate if the designated constraints aren't met.

func (GetJobRunLogsStreamResponseValidationError) Cause

Cause function returns cause value.

func (GetJobRunLogsStreamResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunLogsStreamResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunLogsStreamResponseValidationError) Field

Field function returns field value.

func (GetJobRunLogsStreamResponseValidationError) Key

Key function returns key value.

func (GetJobRunLogsStreamResponseValidationError) Reason

Reason function returns reason value.

type GetJobRunRequest

type GetJobRunRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunRequest) Descriptor deprecated

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

Deprecated: Use GetJobRunRequest.ProtoReflect.Descriptor instead.

func (*GetJobRunRequest) GetAccountId

func (x *GetJobRunRequest) GetAccountId() string

func (*GetJobRunRequest) GetJobRunId

func (x *GetJobRunRequest) GetJobRunId() string

func (*GetJobRunRequest) ProtoMessage

func (*GetJobRunRequest) ProtoMessage()

func (*GetJobRunRequest) ProtoReflect

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

func (*GetJobRunRequest) Reset

func (x *GetJobRunRequest) Reset()

func (*GetJobRunRequest) String

func (x *GetJobRunRequest) String() string

func (*GetJobRunRequest) Validate

func (m *GetJobRunRequest) Validate() error

Validate checks the field values on GetJobRunRequest 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 (*GetJobRunRequest) ValidateAll

func (m *GetJobRunRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRunRequest 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 GetJobRunRequestMultiError, or nil if none found.

type GetJobRunRequestMultiError

type GetJobRunRequestMultiError []error

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

func (GetJobRunRequestMultiError) AllErrors

func (m GetJobRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunRequestMultiError) Error

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

type GetJobRunRequestValidationError

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

GetJobRunRequestValidationError is the validation error returned by GetJobRunRequest.Validate if the designated constraints aren't met.

func (GetJobRunRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRunRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunRequestValidationError) Field

Field function returns field value.

func (GetJobRunRequestValidationError) Key

Key function returns key value.

func (GetJobRunRequestValidationError) Reason

Reason function returns reason value.

type GetJobRunResponse

type GetJobRunResponse struct {
	JobRun *JobRun `protobuf:"bytes,1,opt,name=job_run,json=jobRun,proto3" json:"job_run,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunResponse) Descriptor deprecated

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

Deprecated: Use GetJobRunResponse.ProtoReflect.Descriptor instead.

func (*GetJobRunResponse) GetJobRun

func (x *GetJobRunResponse) GetJobRun() *JobRun

func (*GetJobRunResponse) ProtoMessage

func (*GetJobRunResponse) ProtoMessage()

func (*GetJobRunResponse) ProtoReflect

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

func (*GetJobRunResponse) Reset

func (x *GetJobRunResponse) Reset()

func (*GetJobRunResponse) String

func (x *GetJobRunResponse) String() string

func (*GetJobRunResponse) Validate

func (m *GetJobRunResponse) Validate() error

Validate checks the field values on GetJobRunResponse 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 (*GetJobRunResponse) ValidateAll

func (m *GetJobRunResponse) ValidateAll() error

ValidateAll checks the field values on GetJobRunResponse 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 GetJobRunResponseMultiError, or nil if none found.

type GetJobRunResponseMultiError

type GetJobRunResponseMultiError []error

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

func (GetJobRunResponseMultiError) AllErrors

func (m GetJobRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunResponseMultiError) Error

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

type GetJobRunResponseValidationError

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

GetJobRunResponseValidationError is the validation error returned by GetJobRunResponse.Validate if the designated constraints aren't met.

func (GetJobRunResponseValidationError) Cause

Cause function returns cause value.

func (GetJobRunResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunResponseValidationError) Field

Field function returns field value.

func (GetJobRunResponseValidationError) Key

Key function returns key value.

func (GetJobRunResponseValidationError) Reason

Reason function returns reason value.

type GetJobRunsRequest

type GetJobRunsRequest struct {

	// Types that are assignable to Id:
	//
	//	*GetJobRunsRequest_JobId
	//	*GetJobRunsRequest_AccountId
	Id isGetJobRunsRequest_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

func (*GetJobRunsRequest) Descriptor deprecated

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

Deprecated: Use GetJobRunsRequest.ProtoReflect.Descriptor instead.

func (*GetJobRunsRequest) GetAccountId

func (x *GetJobRunsRequest) GetAccountId() string

func (*GetJobRunsRequest) GetId

func (m *GetJobRunsRequest) GetId() isGetJobRunsRequest_Id

func (*GetJobRunsRequest) GetJobId

func (x *GetJobRunsRequest) GetJobId() string

func (*GetJobRunsRequest) ProtoMessage

func (*GetJobRunsRequest) ProtoMessage()

func (*GetJobRunsRequest) ProtoReflect

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

func (*GetJobRunsRequest) Reset

func (x *GetJobRunsRequest) Reset()

func (*GetJobRunsRequest) String

func (x *GetJobRunsRequest) String() string

func (*GetJobRunsRequest) Validate

func (m *GetJobRunsRequest) Validate() error

Validate checks the field values on GetJobRunsRequest 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 (*GetJobRunsRequest) ValidateAll

func (m *GetJobRunsRequest) ValidateAll() error

ValidateAll checks the field values on GetJobRunsRequest 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 GetJobRunsRequestMultiError, or nil if none found.

type GetJobRunsRequestMultiError

type GetJobRunsRequestMultiError []error

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

func (GetJobRunsRequestMultiError) AllErrors

func (m GetJobRunsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunsRequestMultiError) Error

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

type GetJobRunsRequestValidationError

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

GetJobRunsRequestValidationError is the validation error returned by GetJobRunsRequest.Validate if the designated constraints aren't met.

func (GetJobRunsRequestValidationError) Cause

Cause function returns cause value.

func (GetJobRunsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunsRequestValidationError) Field

Field function returns field value.

func (GetJobRunsRequestValidationError) Key

Key function returns key value.

func (GetJobRunsRequestValidationError) Reason

Reason function returns reason value.

type GetJobRunsRequest_AccountId

type GetJobRunsRequest_AccountId struct {
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3,oneof"`
}

type GetJobRunsRequest_JobId

type GetJobRunsRequest_JobId struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3,oneof"`
}

type GetJobRunsResponse

type GetJobRunsResponse struct {
	JobRuns []*JobRun `protobuf:"bytes,1,rep,name=job_runs,json=jobRuns,proto3" json:"job_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRunsResponse) Descriptor deprecated

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

Deprecated: Use GetJobRunsResponse.ProtoReflect.Descriptor instead.

func (*GetJobRunsResponse) GetJobRuns

func (x *GetJobRunsResponse) GetJobRuns() []*JobRun

func (*GetJobRunsResponse) ProtoMessage

func (*GetJobRunsResponse) ProtoMessage()

func (*GetJobRunsResponse) ProtoReflect

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

func (*GetJobRunsResponse) Reset

func (x *GetJobRunsResponse) Reset()

func (*GetJobRunsResponse) String

func (x *GetJobRunsResponse) String() string

func (*GetJobRunsResponse) Validate

func (m *GetJobRunsResponse) Validate() error

Validate checks the field values on GetJobRunsResponse 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 (*GetJobRunsResponse) ValidateAll

func (m *GetJobRunsResponse) ValidateAll() error

ValidateAll checks the field values on GetJobRunsResponse 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 GetJobRunsResponseMultiError, or nil if none found.

type GetJobRunsResponseMultiError

type GetJobRunsResponseMultiError []error

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

func (GetJobRunsResponseMultiError) AllErrors

func (m GetJobRunsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobRunsResponseMultiError) Error

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

type GetJobRunsResponseValidationError

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

GetJobRunsResponseValidationError is the validation error returned by GetJobRunsResponse.Validate if the designated constraints aren't met.

func (GetJobRunsResponseValidationError) Cause

Cause function returns cause value.

func (GetJobRunsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobRunsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobRunsResponseValidationError) Field

Field function returns field value.

func (GetJobRunsResponseValidationError) Key

Key function returns key value.

func (GetJobRunsResponseValidationError) Reason

Reason function returns reason value.

type GetJobStatusRequest

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

func (*GetJobStatusRequest) Descriptor deprecated

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

Deprecated: Use GetJobStatusRequest.ProtoReflect.Descriptor instead.

func (*GetJobStatusRequest) GetJobId

func (x *GetJobStatusRequest) GetJobId() string

func (*GetJobStatusRequest) ProtoMessage

func (*GetJobStatusRequest) ProtoMessage()

func (*GetJobStatusRequest) ProtoReflect

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

func (*GetJobStatusRequest) Reset

func (x *GetJobStatusRequest) Reset()

func (*GetJobStatusRequest) String

func (x *GetJobStatusRequest) String() string

func (*GetJobStatusRequest) Validate

func (m *GetJobStatusRequest) Validate() error

Validate checks the field values on GetJobStatusRequest 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 (*GetJobStatusRequest) ValidateAll

func (m *GetJobStatusRequest) ValidateAll() error

ValidateAll checks the field values on GetJobStatusRequest 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 GetJobStatusRequestMultiError, or nil if none found.

type GetJobStatusRequestMultiError

type GetJobStatusRequestMultiError []error

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

func (GetJobStatusRequestMultiError) AllErrors

func (m GetJobStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobStatusRequestMultiError) Error

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

type GetJobStatusRequestValidationError

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

GetJobStatusRequestValidationError is the validation error returned by GetJobStatusRequest.Validate if the designated constraints aren't met.

func (GetJobStatusRequestValidationError) Cause

Cause function returns cause value.

func (GetJobStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobStatusRequestValidationError) Field

Field function returns field value.

func (GetJobStatusRequestValidationError) Key

Key function returns key value.

func (GetJobStatusRequestValidationError) Reason

Reason function returns reason value.

type GetJobStatusResponse

type GetJobStatusResponse struct {
	Status JobStatus `protobuf:"varint,1,opt,name=status,proto3,enum=mgmt.v1alpha1.JobStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStatusResponse) Descriptor deprecated

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

Deprecated: Use GetJobStatusResponse.ProtoReflect.Descriptor instead.

func (*GetJobStatusResponse) GetStatus

func (x *GetJobStatusResponse) GetStatus() JobStatus

func (*GetJobStatusResponse) ProtoMessage

func (*GetJobStatusResponse) ProtoMessage()

func (*GetJobStatusResponse) ProtoReflect

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

func (*GetJobStatusResponse) Reset

func (x *GetJobStatusResponse) Reset()

func (*GetJobStatusResponse) String

func (x *GetJobStatusResponse) String() string

func (*GetJobStatusResponse) Validate

func (m *GetJobStatusResponse) Validate() error

Validate checks the field values on GetJobStatusResponse 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 (*GetJobStatusResponse) ValidateAll

func (m *GetJobStatusResponse) ValidateAll() error

ValidateAll checks the field values on GetJobStatusResponse 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 GetJobStatusResponseMultiError, or nil if none found.

type GetJobStatusResponseMultiError

type GetJobStatusResponseMultiError []error

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

func (GetJobStatusResponseMultiError) AllErrors

func (m GetJobStatusResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobStatusResponseMultiError) Error

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

type GetJobStatusResponseValidationError

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

GetJobStatusResponseValidationError is the validation error returned by GetJobStatusResponse.Validate if the designated constraints aren't met.

func (GetJobStatusResponseValidationError) Cause

Cause function returns cause value.

func (GetJobStatusResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobStatusResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobStatusResponseValidationError) Field

Field function returns field value.

func (GetJobStatusResponseValidationError) Key

Key function returns key value.

func (GetJobStatusResponseValidationError) Reason

Reason function returns reason value.

type GetJobStatusesRequest

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

func (*GetJobStatusesRequest) Descriptor deprecated

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

Deprecated: Use GetJobStatusesRequest.ProtoReflect.Descriptor instead.

func (*GetJobStatusesRequest) GetAccountId

func (x *GetJobStatusesRequest) GetAccountId() string

func (*GetJobStatusesRequest) ProtoMessage

func (*GetJobStatusesRequest) ProtoMessage()

func (*GetJobStatusesRequest) ProtoReflect

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

func (*GetJobStatusesRequest) Reset

func (x *GetJobStatusesRequest) Reset()

func (*GetJobStatusesRequest) String

func (x *GetJobStatusesRequest) String() string

func (*GetJobStatusesRequest) Validate

func (m *GetJobStatusesRequest) Validate() error

Validate checks the field values on GetJobStatusesRequest 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 (*GetJobStatusesRequest) ValidateAll

func (m *GetJobStatusesRequest) ValidateAll() error

ValidateAll checks the field values on GetJobStatusesRequest 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 GetJobStatusesRequestMultiError, or nil if none found.

type GetJobStatusesRequestMultiError

type GetJobStatusesRequestMultiError []error

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

func (GetJobStatusesRequestMultiError) AllErrors

func (m GetJobStatusesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobStatusesRequestMultiError) Error

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

type GetJobStatusesRequestValidationError

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

GetJobStatusesRequestValidationError is the validation error returned by GetJobStatusesRequest.Validate if the designated constraints aren't met.

func (GetJobStatusesRequestValidationError) Cause

Cause function returns cause value.

func (GetJobStatusesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobStatusesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetJobStatusesRequestValidationError) Field

Field function returns field value.

func (GetJobStatusesRequestValidationError) Key

Key function returns key value.

func (GetJobStatusesRequestValidationError) Reason

Reason function returns reason value.

type GetJobStatusesResponse

type GetJobStatusesResponse struct {
	Statuses []*JobStatusRecord `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStatusesResponse) Descriptor deprecated

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

Deprecated: Use GetJobStatusesResponse.ProtoReflect.Descriptor instead.

func (*GetJobStatusesResponse) GetStatuses

func (x *GetJobStatusesResponse) GetStatuses() []*JobStatusRecord

func (*GetJobStatusesResponse) ProtoMessage

func (*GetJobStatusesResponse) ProtoMessage()

func (*GetJobStatusesResponse) ProtoReflect

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

func (*GetJobStatusesResponse) Reset

func (x *GetJobStatusesResponse) Reset()

func (*GetJobStatusesResponse) String

func (x *GetJobStatusesResponse) String() string

func (*GetJobStatusesResponse) Validate

func (m *GetJobStatusesResponse) Validate() error

Validate checks the field values on GetJobStatusesResponse 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 (*GetJobStatusesResponse) ValidateAll

func (m *GetJobStatusesResponse) ValidateAll() error

ValidateAll checks the field values on GetJobStatusesResponse 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 GetJobStatusesResponseMultiError, or nil if none found.

type GetJobStatusesResponseMultiError

type GetJobStatusesResponseMultiError []error

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

func (GetJobStatusesResponseMultiError) AllErrors

func (m GetJobStatusesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobStatusesResponseMultiError) Error

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

type GetJobStatusesResponseValidationError

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

GetJobStatusesResponseValidationError is the validation error returned by GetJobStatusesResponse.Validate if the designated constraints aren't met.

func (GetJobStatusesResponseValidationError) Cause

Cause function returns cause value.

func (GetJobStatusesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobStatusesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetJobStatusesResponseValidationError) Field

Field function returns field value.

func (GetJobStatusesResponseValidationError) Key

Key function returns key value.

func (GetJobStatusesResponseValidationError) Reason

Reason function returns reason value.

type GetJobsRequest

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

func (*GetJobsRequest) Descriptor deprecated

func (*GetJobsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJobsRequest.ProtoReflect.Descriptor instead.

func (*GetJobsRequest) GetAccountId

func (x *GetJobsRequest) GetAccountId() string

func (*GetJobsRequest) ProtoMessage

func (*GetJobsRequest) ProtoMessage()

func (*GetJobsRequest) ProtoReflect

func (x *GetJobsRequest) ProtoReflect() protoreflect.Message

func (*GetJobsRequest) Reset

func (x *GetJobsRequest) Reset()

func (*GetJobsRequest) String

func (x *GetJobsRequest) String() string

func (*GetJobsRequest) Validate

func (m *GetJobsRequest) Validate() error

Validate checks the field values on GetJobsRequest 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 (*GetJobsRequest) ValidateAll

func (m *GetJobsRequest) ValidateAll() error

ValidateAll checks the field values on GetJobsRequest 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 GetJobsRequestMultiError, or nil if none found.

type GetJobsRequestMultiError

type GetJobsRequestMultiError []error

GetJobsRequestMultiError is an error wrapping multiple validation errors returned by GetJobsRequest.ValidateAll() if the designated constraints aren't met.

func (GetJobsRequestMultiError) AllErrors

func (m GetJobsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobsRequestMultiError) Error

func (m GetJobsRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetJobsRequestValidationError

type GetJobsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetJobsRequestValidationError is the validation error returned by GetJobsRequest.Validate if the designated constraints aren't met.

func (GetJobsRequestValidationError) Cause

Cause function returns cause value.

func (GetJobsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJobsRequestValidationError) ErrorName

func (e GetJobsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetJobsRequestValidationError) Field

Field function returns field value.

func (GetJobsRequestValidationError) Key

Key function returns key value.

func (GetJobsRequestValidationError) Reason

Reason function returns reason value.

type GetJobsResponse

type GetJobsResponse struct {
	Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobsResponse) Descriptor deprecated

func (*GetJobsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetJobsResponse.ProtoReflect.Descriptor instead.

func (*GetJobsResponse) GetJobs

func (x *GetJobsResponse) GetJobs() []*Job

func (*GetJobsResponse) ProtoMessage

func (*GetJobsResponse) ProtoMessage()

func (*GetJobsResponse) ProtoReflect

func (x *GetJobsResponse) ProtoReflect() protoreflect.Message

func (*GetJobsResponse) Reset

func (x *GetJobsResponse) Reset()

func (*GetJobsResponse) String

func (x *GetJobsResponse) String() string

func (*GetJobsResponse) Validate

func (m *GetJobsResponse) Validate() error

Validate checks the field values on GetJobsResponse 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 (*GetJobsResponse) ValidateAll

func (m *GetJobsResponse) ValidateAll() error

ValidateAll checks the field values on GetJobsResponse 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 GetJobsResponseMultiError, or nil if none found.

type GetJobsResponseMultiError

type GetJobsResponseMultiError []error

GetJobsResponseMultiError is an error wrapping multiple validation errors returned by GetJobsResponse.ValidateAll() if the designated constraints aren't met.

func (GetJobsResponseMultiError) AllErrors

func (m GetJobsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJobsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetJobsResponseValidationError

type GetJobsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetJobsResponseValidationError is the validation error returned by GetJobsResponse.Validate if the designated constraints aren't met.

func (GetJobsResponseValidationError) Cause

Cause function returns cause value.

func (GetJobsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJobsResponseValidationError) ErrorName

func (e GetJobsResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetJobsResponseValidationError) Field

Field function returns field value.

func (GetJobsResponseValidationError) Key

Key function returns key value.

func (GetJobsResponseValidationError) Reason

Reason function returns reason value.

type GetMetricCountRequest

type GetMetricCountRequest struct {

	// @deprecated - use start_day
	Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// @deprecated - use end_day
	End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// The metric to return
	Metric RangedMetricName `protobuf:"varint,3,opt,name=metric,proto3,enum=mgmt.v1alpha1.RangedMetricName" json:"metric,omitempty"`
	// Types that are assignable to Identifier:
	//
	//	*GetMetricCountRequest_AccountId
	//	*GetMetricCountRequest_JobId
	//	*GetMetricCountRequest_RunId
	Identifier isGetMetricCountRequest_Identifier `protobuf_oneof:"identifier"`
	StartDay   *Date                              `protobuf:"bytes,7,opt,name=start_day,json=startDay,proto3" json:"start_day,omitempty"`
	EndDay     *Date                              `protobuf:"bytes,8,opt,name=end_day,json=endDay,proto3" json:"end_day,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricCountRequest) Descriptor deprecated

func (*GetMetricCountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricCountRequest.ProtoReflect.Descriptor instead.

func (*GetMetricCountRequest) GetAccountId

func (x *GetMetricCountRequest) GetAccountId() string

func (*GetMetricCountRequest) GetEnd

func (*GetMetricCountRequest) GetEndDay added in v0.4.23

func (x *GetMetricCountRequest) GetEndDay() *Date

func (*GetMetricCountRequest) GetIdentifier

func (m *GetMetricCountRequest) GetIdentifier() isGetMetricCountRequest_Identifier

func (*GetMetricCountRequest) GetJobId

func (x *GetMetricCountRequest) GetJobId() string

func (*GetMetricCountRequest) GetMetric

func (x *GetMetricCountRequest) GetMetric() RangedMetricName

func (*GetMetricCountRequest) GetRunId

func (x *GetMetricCountRequest) GetRunId() string

func (*GetMetricCountRequest) GetStart

func (*GetMetricCountRequest) GetStartDay added in v0.4.23

func (x *GetMetricCountRequest) GetStartDay() *Date

func (*GetMetricCountRequest) ProtoMessage

func (*GetMetricCountRequest) ProtoMessage()

func (*GetMetricCountRequest) ProtoReflect

func (x *GetMetricCountRequest) ProtoReflect() protoreflect.Message

func (*GetMetricCountRequest) Reset

func (x *GetMetricCountRequest) Reset()

func (*GetMetricCountRequest) String

func (x *GetMetricCountRequest) String() string

func (*GetMetricCountRequest) Validate

func (m *GetMetricCountRequest) Validate() error

Validate checks the field values on GetMetricCountRequest 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 (*GetMetricCountRequest) ValidateAll

func (m *GetMetricCountRequest) ValidateAll() error

ValidateAll checks the field values on GetMetricCountRequest 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 GetMetricCountRequestMultiError, or nil if none found.

type GetMetricCountRequestMultiError

type GetMetricCountRequestMultiError []error

GetMetricCountRequestMultiError is an error wrapping multiple validation errors returned by GetMetricCountRequest.ValidateAll() if the designated constraints aren't met.

func (GetMetricCountRequestMultiError) AllErrors

func (m GetMetricCountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMetricCountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMetricCountRequestValidationError

type GetMetricCountRequestValidationError struct {
	// contains filtered or unexported fields
}

GetMetricCountRequestValidationError is the validation error returned by GetMetricCountRequest.Validate if the designated constraints aren't met.

func (GetMetricCountRequestValidationError) Cause

Cause function returns cause value.

func (GetMetricCountRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMetricCountRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMetricCountRequestValidationError) Field

Field function returns field value.

func (GetMetricCountRequestValidationError) Key

Key function returns key value.

func (GetMetricCountRequestValidationError) Reason

Reason function returns reason value.

type GetMetricCountRequest_AccountId

type GetMetricCountRequest_AccountId struct {
	// The account identifier that will be used to filter by
	AccountId string `protobuf:"bytes,4,opt,name=account_id,json=accountId,proto3,oneof"`
}

type GetMetricCountRequest_JobId

type GetMetricCountRequest_JobId struct {
	// The job identifier that will be used to filter by
	JobId string `protobuf:"bytes,5,opt,name=job_id,json=jobId,proto3,oneof"`
}

type GetMetricCountRequest_RunId

type GetMetricCountRequest_RunId struct {
	// The run identifier that will be used to filter by
	RunId string `protobuf:"bytes,6,opt,name=run_id,json=runId,proto3,oneof"`
}

type GetMetricCountResponse

type GetMetricCountResponse struct {

	// The summed up count of the metric based on the input query and timerange specified
	Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricCountResponse) Descriptor deprecated

func (*GetMetricCountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricCountResponse.ProtoReflect.Descriptor instead.

func (*GetMetricCountResponse) GetCount

func (x *GetMetricCountResponse) GetCount() uint64

func (*GetMetricCountResponse) ProtoMessage

func (*GetMetricCountResponse) ProtoMessage()

func (*GetMetricCountResponse) ProtoReflect

func (x *GetMetricCountResponse) ProtoReflect() protoreflect.Message

func (*GetMetricCountResponse) Reset

func (x *GetMetricCountResponse) Reset()

func (*GetMetricCountResponse) String

func (x *GetMetricCountResponse) String() string

func (*GetMetricCountResponse) Validate

func (m *GetMetricCountResponse) Validate() error

Validate checks the field values on GetMetricCountResponse 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 (*GetMetricCountResponse) ValidateAll

func (m *GetMetricCountResponse) ValidateAll() error

ValidateAll checks the field values on GetMetricCountResponse 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 GetMetricCountResponseMultiError, or nil if none found.

type GetMetricCountResponseMultiError

type GetMetricCountResponseMultiError []error

GetMetricCountResponseMultiError is an error wrapping multiple validation errors returned by GetMetricCountResponse.ValidateAll() if the designated constraints aren't met.

func (GetMetricCountResponseMultiError) AllErrors

func (m GetMetricCountResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMetricCountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMetricCountResponseValidationError

type GetMetricCountResponseValidationError struct {
	// contains filtered or unexported fields
}

GetMetricCountResponseValidationError is the validation error returned by GetMetricCountResponse.Validate if the designated constraints aren't met.

func (GetMetricCountResponseValidationError) Cause

Cause function returns cause value.

func (GetMetricCountResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMetricCountResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMetricCountResponseValidationError) Field

Field function returns field value.

func (GetMetricCountResponseValidationError) Key

Key function returns key value.

func (GetMetricCountResponseValidationError) Reason

Reason function returns reason value.

type GetSystemInformationRequest

type GetSystemInformationRequest struct {
	// contains filtered or unexported fields
}

func (*GetSystemInformationRequest) Descriptor deprecated

func (*GetSystemInformationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemInformationRequest.ProtoReflect.Descriptor instead.

func (*GetSystemInformationRequest) ProtoMessage

func (*GetSystemInformationRequest) ProtoMessage()

func (*GetSystemInformationRequest) ProtoReflect

func (*GetSystemInformationRequest) Reset

func (x *GetSystemInformationRequest) Reset()

func (*GetSystemInformationRequest) String

func (x *GetSystemInformationRequest) String() string

func (*GetSystemInformationRequest) Validate

func (m *GetSystemInformationRequest) Validate() error

Validate checks the field values on GetSystemInformationRequest 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 (*GetSystemInformationRequest) ValidateAll

func (m *GetSystemInformationRequest) ValidateAll() error

ValidateAll checks the field values on GetSystemInformationRequest 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 GetSystemInformationRequestMultiError, or nil if none found.

type GetSystemInformationRequestMultiError

type GetSystemInformationRequestMultiError []error

GetSystemInformationRequestMultiError is an error wrapping multiple validation errors returned by GetSystemInformationRequest.ValidateAll() if the designated constraints aren't met.

func (GetSystemInformationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemInformationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemInformationRequestValidationError

type GetSystemInformationRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSystemInformationRequestValidationError is the validation error returned by GetSystemInformationRequest.Validate if the designated constraints aren't met.

func (GetSystemInformationRequestValidationError) Cause

Cause function returns cause value.

func (GetSystemInformationRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSystemInformationRequestValidationError) ErrorName

ErrorName returns error name.

func (GetSystemInformationRequestValidationError) Field

Field function returns field value.

func (GetSystemInformationRequestValidationError) Key

Key function returns key value.

func (GetSystemInformationRequestValidationError) Reason

Reason function returns reason value.

type GetSystemInformationResponse

type GetSystemInformationResponse struct {
	Version   string                 `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Commit    string                 `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	Compiler  string                 `protobuf:"bytes,3,opt,name=compiler,proto3" json:"compiler,omitempty"`
	Platform  string                 `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
	BuildDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSystemInformationResponse) Descriptor deprecated

func (*GetSystemInformationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemInformationResponse.ProtoReflect.Descriptor instead.

func (*GetSystemInformationResponse) GetBuildDate

func (*GetSystemInformationResponse) GetCommit

func (x *GetSystemInformationResponse) GetCommit() string

func (*GetSystemInformationResponse) GetCompiler

func (x *GetSystemInformationResponse) GetCompiler() string

func (*GetSystemInformationResponse) GetPlatform

func (x *GetSystemInformationResponse) GetPlatform() string

func (*GetSystemInformationResponse) GetVersion

func (x *GetSystemInformationResponse) GetVersion() string

func (*GetSystemInformationResponse) ProtoMessage

func (*GetSystemInformationResponse) ProtoMessage()

func (*GetSystemInformationResponse) ProtoReflect

func (*GetSystemInformationResponse) Reset

func (x *GetSystemInformationResponse) Reset()

func (*GetSystemInformationResponse) String

func (*GetSystemInformationResponse) Validate

func (m *GetSystemInformationResponse) Validate() error

Validate checks the field values on GetSystemInformationResponse 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 (*GetSystemInformationResponse) ValidateAll

func (m *GetSystemInformationResponse) ValidateAll() error

ValidateAll checks the field values on GetSystemInformationResponse 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 GetSystemInformationResponseMultiError, or nil if none found.

type GetSystemInformationResponseMultiError

type GetSystemInformationResponseMultiError []error

GetSystemInformationResponseMultiError is an error wrapping multiple validation errors returned by GetSystemInformationResponse.ValidateAll() if the designated constraints aren't met.

func (GetSystemInformationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemInformationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemInformationResponseValidationError

type GetSystemInformationResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSystemInformationResponseValidationError is the validation error returned by GetSystemInformationResponse.Validate if the designated constraints aren't met.

func (GetSystemInformationResponseValidationError) Cause

Cause function returns cause value.

func (GetSystemInformationResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSystemInformationResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSystemInformationResponseValidationError) Field

Field function returns field value.

func (GetSystemInformationResponseValidationError) Key

Key function returns key value.

func (GetSystemInformationResponseValidationError) Reason

Reason function returns reason value.

type GetSystemTransformerBySourceRequest

type GetSystemTransformerBySourceRequest struct {
	Source TransformerSource `protobuf:"varint,1,opt,name=source,proto3,enum=mgmt.v1alpha1.TransformerSource" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSystemTransformerBySourceRequest) Descriptor deprecated

func (*GetSystemTransformerBySourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemTransformerBySourceRequest.ProtoReflect.Descriptor instead.

func (*GetSystemTransformerBySourceRequest) GetSource

func (*GetSystemTransformerBySourceRequest) ProtoMessage

func (*GetSystemTransformerBySourceRequest) ProtoMessage()

func (*GetSystemTransformerBySourceRequest) ProtoReflect

func (*GetSystemTransformerBySourceRequest) Reset

func (*GetSystemTransformerBySourceRequest) String

func (*GetSystemTransformerBySourceRequest) Validate

Validate checks the field values on GetSystemTransformerBySourceRequest 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 (*GetSystemTransformerBySourceRequest) ValidateAll

func (m *GetSystemTransformerBySourceRequest) ValidateAll() error

ValidateAll checks the field values on GetSystemTransformerBySourceRequest 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 GetSystemTransformerBySourceRequestMultiError, or nil if none found.

type GetSystemTransformerBySourceRequestMultiError

type GetSystemTransformerBySourceRequestMultiError []error

GetSystemTransformerBySourceRequestMultiError is an error wrapping multiple validation errors returned by GetSystemTransformerBySourceRequest.ValidateAll() if the designated constraints aren't met.

func (GetSystemTransformerBySourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemTransformerBySourceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemTransformerBySourceRequestValidationError

type GetSystemTransformerBySourceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSystemTransformerBySourceRequestValidationError is the validation error returned by GetSystemTransformerBySourceRequest.Validate if the designated constraints aren't met.

func (GetSystemTransformerBySourceRequestValidationError) Cause

Cause function returns cause value.

func (GetSystemTransformerBySourceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSystemTransformerBySourceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetSystemTransformerBySourceRequestValidationError) Field

Field function returns field value.

func (GetSystemTransformerBySourceRequestValidationError) Key

Key function returns key value.

func (GetSystemTransformerBySourceRequestValidationError) Reason

Reason function returns reason value.

type GetSystemTransformerBySourceResponse

type GetSystemTransformerBySourceResponse struct {
	Transformer *SystemTransformer `protobuf:"bytes,1,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSystemTransformerBySourceResponse) Descriptor deprecated

func (*GetSystemTransformerBySourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemTransformerBySourceResponse.ProtoReflect.Descriptor instead.

func (*GetSystemTransformerBySourceResponse) GetTransformer

func (*GetSystemTransformerBySourceResponse) ProtoMessage

func (*GetSystemTransformerBySourceResponse) ProtoMessage()

func (*GetSystemTransformerBySourceResponse) ProtoReflect

func (*GetSystemTransformerBySourceResponse) Reset

func (*GetSystemTransformerBySourceResponse) String

func (*GetSystemTransformerBySourceResponse) Validate

Validate checks the field values on GetSystemTransformerBySourceResponse 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 (*GetSystemTransformerBySourceResponse) ValidateAll

ValidateAll checks the field values on GetSystemTransformerBySourceResponse 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 GetSystemTransformerBySourceResponseMultiError, or nil if none found.

type GetSystemTransformerBySourceResponseMultiError

type GetSystemTransformerBySourceResponseMultiError []error

GetSystemTransformerBySourceResponseMultiError is an error wrapping multiple validation errors returned by GetSystemTransformerBySourceResponse.ValidateAll() if the designated constraints aren't met.

func (GetSystemTransformerBySourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemTransformerBySourceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemTransformerBySourceResponseValidationError

type GetSystemTransformerBySourceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSystemTransformerBySourceResponseValidationError is the validation error returned by GetSystemTransformerBySourceResponse.Validate if the designated constraints aren't met.

func (GetSystemTransformerBySourceResponseValidationError) Cause

Cause function returns cause value.

func (GetSystemTransformerBySourceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSystemTransformerBySourceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSystemTransformerBySourceResponseValidationError) Field

Field function returns field value.

func (GetSystemTransformerBySourceResponseValidationError) Key

Key function returns key value.

func (GetSystemTransformerBySourceResponseValidationError) Reason

Reason function returns reason value.

type GetSystemTransformersRequest

type GetSystemTransformersRequest struct {
	// contains filtered or unexported fields
}

func (*GetSystemTransformersRequest) Descriptor deprecated

func (*GetSystemTransformersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemTransformersRequest.ProtoReflect.Descriptor instead.

func (*GetSystemTransformersRequest) ProtoMessage

func (*GetSystemTransformersRequest) ProtoMessage()

func (*GetSystemTransformersRequest) ProtoReflect

func (*GetSystemTransformersRequest) Reset

func (x *GetSystemTransformersRequest) Reset()

func (*GetSystemTransformersRequest) String

func (*GetSystemTransformersRequest) Validate

func (m *GetSystemTransformersRequest) Validate() error

Validate checks the field values on GetSystemTransformersRequest 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 (*GetSystemTransformersRequest) ValidateAll

func (m *GetSystemTransformersRequest) ValidateAll() error

ValidateAll checks the field values on GetSystemTransformersRequest 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 GetSystemTransformersRequestMultiError, or nil if none found.

type GetSystemTransformersRequestMultiError

type GetSystemTransformersRequestMultiError []error

GetSystemTransformersRequestMultiError is an error wrapping multiple validation errors returned by GetSystemTransformersRequest.ValidateAll() if the designated constraints aren't met.

func (GetSystemTransformersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemTransformersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemTransformersRequestValidationError

type GetSystemTransformersRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSystemTransformersRequestValidationError is the validation error returned by GetSystemTransformersRequest.Validate if the designated constraints aren't met.

func (GetSystemTransformersRequestValidationError) Cause

Cause function returns cause value.

func (GetSystemTransformersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSystemTransformersRequestValidationError) ErrorName

ErrorName returns error name.

func (GetSystemTransformersRequestValidationError) Field

Field function returns field value.

func (GetSystemTransformersRequestValidationError) Key

Key function returns key value.

func (GetSystemTransformersRequestValidationError) Reason

Reason function returns reason value.

type GetSystemTransformersResponse

type GetSystemTransformersResponse struct {
	Transformers []*SystemTransformer `protobuf:"bytes,1,rep,name=transformers,proto3" json:"transformers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSystemTransformersResponse) Descriptor deprecated

func (*GetSystemTransformersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemTransformersResponse.ProtoReflect.Descriptor instead.

func (*GetSystemTransformersResponse) GetTransformers

func (x *GetSystemTransformersResponse) GetTransformers() []*SystemTransformer

func (*GetSystemTransformersResponse) ProtoMessage

func (*GetSystemTransformersResponse) ProtoMessage()

func (*GetSystemTransformersResponse) ProtoReflect

func (*GetSystemTransformersResponse) Reset

func (x *GetSystemTransformersResponse) Reset()

func (*GetSystemTransformersResponse) String

func (*GetSystemTransformersResponse) Validate

func (m *GetSystemTransformersResponse) Validate() error

Validate checks the field values on GetSystemTransformersResponse 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 (*GetSystemTransformersResponse) ValidateAll

func (m *GetSystemTransformersResponse) ValidateAll() error

ValidateAll checks the field values on GetSystemTransformersResponse 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 GetSystemTransformersResponseMultiError, or nil if none found.

type GetSystemTransformersResponseMultiError

type GetSystemTransformersResponseMultiError []error

GetSystemTransformersResponseMultiError is an error wrapping multiple validation errors returned by GetSystemTransformersResponse.ValidateAll() if the designated constraints aren't met.

func (GetSystemTransformersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSystemTransformersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSystemTransformersResponseValidationError

type GetSystemTransformersResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSystemTransformersResponseValidationError is the validation error returned by GetSystemTransformersResponse.Validate if the designated constraints aren't met.

func (GetSystemTransformersResponseValidationError) Cause

Cause function returns cause value.

func (GetSystemTransformersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSystemTransformersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSystemTransformersResponseValidationError) Field

Field function returns field value.

func (GetSystemTransformersResponseValidationError) Key

Key function returns key value.

func (GetSystemTransformersResponseValidationError) Reason

Reason function returns reason value.

type GetTableRowCountRequest added in v0.4.24

type GetTableRowCountRequest struct {
	ConnectionId string  `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Schema       string  `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Table        string  `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	WhereClause  *string `protobuf:"bytes,4,opt,name=where_clause,json=whereClause,proto3,oneof" json:"where_clause,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableRowCountRequest) Descriptor deprecated added in v0.4.24

func (*GetTableRowCountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTableRowCountRequest.ProtoReflect.Descriptor instead.

func (*GetTableRowCountRequest) GetConnectionId added in v0.4.24

func (x *GetTableRowCountRequest) GetConnectionId() string

func (*GetTableRowCountRequest) GetSchema added in v0.4.24

func (x *GetTableRowCountRequest) GetSchema() string

func (*GetTableRowCountRequest) GetTable added in v0.4.24

func (x *GetTableRowCountRequest) GetTable() string

func (*GetTableRowCountRequest) GetWhereClause added in v0.4.24

func (x *GetTableRowCountRequest) GetWhereClause() string

func (*GetTableRowCountRequest) ProtoMessage added in v0.4.24

func (*GetTableRowCountRequest) ProtoMessage()

func (*GetTableRowCountRequest) ProtoReflect added in v0.4.24

func (x *GetTableRowCountRequest) ProtoReflect() protoreflect.Message

func (*GetTableRowCountRequest) Reset added in v0.4.24

func (x *GetTableRowCountRequest) Reset()

func (*GetTableRowCountRequest) String added in v0.4.24

func (x *GetTableRowCountRequest) String() string

func (*GetTableRowCountRequest) Validate added in v0.4.24

func (m *GetTableRowCountRequest) Validate() error

Validate checks the field values on GetTableRowCountRequest 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 (*GetTableRowCountRequest) ValidateAll added in v0.4.24

func (m *GetTableRowCountRequest) ValidateAll() error

ValidateAll checks the field values on GetTableRowCountRequest 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 GetTableRowCountRequestMultiError, or nil if none found.

type GetTableRowCountRequestMultiError added in v0.4.24

type GetTableRowCountRequestMultiError []error

GetTableRowCountRequestMultiError is an error wrapping multiple validation errors returned by GetTableRowCountRequest.ValidateAll() if the designated constraints aren't met.

func (GetTableRowCountRequestMultiError) AllErrors added in v0.4.24

func (m GetTableRowCountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTableRowCountRequestMultiError) Error added in v0.4.24

Error returns a concatenation of all the error messages it wraps.

type GetTableRowCountRequestValidationError added in v0.4.24

type GetTableRowCountRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTableRowCountRequestValidationError is the validation error returned by GetTableRowCountRequest.Validate if the designated constraints aren't met.

func (GetTableRowCountRequestValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (GetTableRowCountRequestValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (GetTableRowCountRequestValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (GetTableRowCountRequestValidationError) Field added in v0.4.24

Field function returns field value.

func (GetTableRowCountRequestValidationError) Key added in v0.4.24

Key function returns key value.

func (GetTableRowCountRequestValidationError) Reason added in v0.4.24

Reason function returns reason value.

type GetTableRowCountResponse added in v0.4.24

type GetTableRowCountResponse struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableRowCountResponse) Descriptor deprecated added in v0.4.24

func (*GetTableRowCountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTableRowCountResponse.ProtoReflect.Descriptor instead.

func (*GetTableRowCountResponse) GetCount added in v0.4.24

func (x *GetTableRowCountResponse) GetCount() int64

func (*GetTableRowCountResponse) ProtoMessage added in v0.4.24

func (*GetTableRowCountResponse) ProtoMessage()

func (*GetTableRowCountResponse) ProtoReflect added in v0.4.24

func (x *GetTableRowCountResponse) ProtoReflect() protoreflect.Message

func (*GetTableRowCountResponse) Reset added in v0.4.24

func (x *GetTableRowCountResponse) Reset()

func (*GetTableRowCountResponse) String added in v0.4.24

func (x *GetTableRowCountResponse) String() string

func (*GetTableRowCountResponse) Validate added in v0.4.24

func (m *GetTableRowCountResponse) Validate() error

Validate checks the field values on GetTableRowCountResponse 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 (*GetTableRowCountResponse) ValidateAll added in v0.4.24

func (m *GetTableRowCountResponse) ValidateAll() error

ValidateAll checks the field values on GetTableRowCountResponse 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 GetTableRowCountResponseMultiError, or nil if none found.

type GetTableRowCountResponseMultiError added in v0.4.24

type GetTableRowCountResponseMultiError []error

GetTableRowCountResponseMultiError is an error wrapping multiple validation errors returned by GetTableRowCountResponse.ValidateAll() if the designated constraints aren't met.

func (GetTableRowCountResponseMultiError) AllErrors added in v0.4.24

func (m GetTableRowCountResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTableRowCountResponseMultiError) Error added in v0.4.24

Error returns a concatenation of all the error messages it wraps.

type GetTableRowCountResponseValidationError added in v0.4.24

type GetTableRowCountResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTableRowCountResponseValidationError is the validation error returned by GetTableRowCountResponse.Validate if the designated constraints aren't met.

func (GetTableRowCountResponseValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (GetTableRowCountResponseValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (GetTableRowCountResponseValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (GetTableRowCountResponseValidationError) Field added in v0.4.24

Field function returns field value.

func (GetTableRowCountResponseValidationError) Key added in v0.4.24

Key function returns key value.

func (GetTableRowCountResponseValidationError) Reason added in v0.4.24

Reason function returns reason value.

type GetTeamAccountInvitesRequest

type GetTeamAccountInvitesRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTeamAccountInvitesRequest) Descriptor deprecated

func (*GetTeamAccountInvitesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTeamAccountInvitesRequest.ProtoReflect.Descriptor instead.

func (*GetTeamAccountInvitesRequest) GetAccountId

func (x *GetTeamAccountInvitesRequest) GetAccountId() string

func (*GetTeamAccountInvitesRequest) ProtoMessage

func (*GetTeamAccountInvitesRequest) ProtoMessage()

func (*GetTeamAccountInvitesRequest) ProtoReflect

func (*GetTeamAccountInvitesRequest) Reset

func (x *GetTeamAccountInvitesRequest) Reset()

func (*GetTeamAccountInvitesRequest) String

func (*GetTeamAccountInvitesRequest) Validate

func (m *GetTeamAccountInvitesRequest) Validate() error

Validate checks the field values on GetTeamAccountInvitesRequest 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 (*GetTeamAccountInvitesRequest) ValidateAll

func (m *GetTeamAccountInvitesRequest) ValidateAll() error

ValidateAll checks the field values on GetTeamAccountInvitesRequest 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 GetTeamAccountInvitesRequestMultiError, or nil if none found.

type GetTeamAccountInvitesRequestMultiError

type GetTeamAccountInvitesRequestMultiError []error

GetTeamAccountInvitesRequestMultiError is an error wrapping multiple validation errors returned by GetTeamAccountInvitesRequest.ValidateAll() if the designated constraints aren't met.

func (GetTeamAccountInvitesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTeamAccountInvitesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTeamAccountInvitesRequestValidationError

type GetTeamAccountInvitesRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTeamAccountInvitesRequestValidationError is the validation error returned by GetTeamAccountInvitesRequest.Validate if the designated constraints aren't met.

func (GetTeamAccountInvitesRequestValidationError) Cause

Cause function returns cause value.

func (GetTeamAccountInvitesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTeamAccountInvitesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTeamAccountInvitesRequestValidationError) Field

Field function returns field value.

func (GetTeamAccountInvitesRequestValidationError) Key

Key function returns key value.

func (GetTeamAccountInvitesRequestValidationError) Reason

Reason function returns reason value.

type GetTeamAccountInvitesResponse

type GetTeamAccountInvitesResponse struct {
	Invites []*AccountInvite `protobuf:"bytes,1,rep,name=invites,proto3" json:"invites,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTeamAccountInvitesResponse) Descriptor deprecated

func (*GetTeamAccountInvitesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTeamAccountInvitesResponse.ProtoReflect.Descriptor instead.

func (*GetTeamAccountInvitesResponse) GetInvites

func (x *GetTeamAccountInvitesResponse) GetInvites() []*AccountInvite

func (*GetTeamAccountInvitesResponse) ProtoMessage

func (*GetTeamAccountInvitesResponse) ProtoMessage()

func (*GetTeamAccountInvitesResponse) ProtoReflect

func (*GetTeamAccountInvitesResponse) Reset

func (x *GetTeamAccountInvitesResponse) Reset()

func (*GetTeamAccountInvitesResponse) String

func (*GetTeamAccountInvitesResponse) Validate

func (m *GetTeamAccountInvitesResponse) Validate() error

Validate checks the field values on GetTeamAccountInvitesResponse 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 (*GetTeamAccountInvitesResponse) ValidateAll

func (m *GetTeamAccountInvitesResponse) ValidateAll() error

ValidateAll checks the field values on GetTeamAccountInvitesResponse 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 GetTeamAccountInvitesResponseMultiError, or nil if none found.

type GetTeamAccountInvitesResponseMultiError

type GetTeamAccountInvitesResponseMultiError []error

GetTeamAccountInvitesResponseMultiError is an error wrapping multiple validation errors returned by GetTeamAccountInvitesResponse.ValidateAll() if the designated constraints aren't met.

func (GetTeamAccountInvitesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTeamAccountInvitesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTeamAccountInvitesResponseValidationError

type GetTeamAccountInvitesResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTeamAccountInvitesResponseValidationError is the validation error returned by GetTeamAccountInvitesResponse.Validate if the designated constraints aren't met.

func (GetTeamAccountInvitesResponseValidationError) Cause

Cause function returns cause value.

func (GetTeamAccountInvitesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTeamAccountInvitesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTeamAccountInvitesResponseValidationError) Field

Field function returns field value.

func (GetTeamAccountInvitesResponseValidationError) Key

Key function returns key value.

func (GetTeamAccountInvitesResponseValidationError) Reason

Reason function returns reason value.

type GetTeamAccountMembersRequest

type GetTeamAccountMembersRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTeamAccountMembersRequest) Descriptor deprecated

func (*GetTeamAccountMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTeamAccountMembersRequest.ProtoReflect.Descriptor instead.

func (*GetTeamAccountMembersRequest) GetAccountId

func (x *GetTeamAccountMembersRequest) GetAccountId() string

func (*GetTeamAccountMembersRequest) ProtoMessage

func (*GetTeamAccountMembersRequest) ProtoMessage()

func (*GetTeamAccountMembersRequest) ProtoReflect

func (*GetTeamAccountMembersRequest) Reset

func (x *GetTeamAccountMembersRequest) Reset()

func (*GetTeamAccountMembersRequest) String

func (*GetTeamAccountMembersRequest) Validate

func (m *GetTeamAccountMembersRequest) Validate() error

Validate checks the field values on GetTeamAccountMembersRequest 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 (*GetTeamAccountMembersRequest) ValidateAll

func (m *GetTeamAccountMembersRequest) ValidateAll() error

ValidateAll checks the field values on GetTeamAccountMembersRequest 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 GetTeamAccountMembersRequestMultiError, or nil if none found.

type GetTeamAccountMembersRequestMultiError

type GetTeamAccountMembersRequestMultiError []error

GetTeamAccountMembersRequestMultiError is an error wrapping multiple validation errors returned by GetTeamAccountMembersRequest.ValidateAll() if the designated constraints aren't met.

func (GetTeamAccountMembersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTeamAccountMembersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTeamAccountMembersRequestValidationError

type GetTeamAccountMembersRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTeamAccountMembersRequestValidationError is the validation error returned by GetTeamAccountMembersRequest.Validate if the designated constraints aren't met.

func (GetTeamAccountMembersRequestValidationError) Cause

Cause function returns cause value.

func (GetTeamAccountMembersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTeamAccountMembersRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTeamAccountMembersRequestValidationError) Field

Field function returns field value.

func (GetTeamAccountMembersRequestValidationError) Key

Key function returns key value.

func (GetTeamAccountMembersRequestValidationError) Reason

Reason function returns reason value.

type GetTeamAccountMembersResponse

type GetTeamAccountMembersResponse struct {
	Users []*AccountUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTeamAccountMembersResponse) Descriptor deprecated

func (*GetTeamAccountMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTeamAccountMembersResponse.ProtoReflect.Descriptor instead.

func (*GetTeamAccountMembersResponse) GetUsers

func (x *GetTeamAccountMembersResponse) GetUsers() []*AccountUser

func (*GetTeamAccountMembersResponse) ProtoMessage

func (*GetTeamAccountMembersResponse) ProtoMessage()

func (*GetTeamAccountMembersResponse) ProtoReflect

func (*GetTeamAccountMembersResponse) Reset

func (x *GetTeamAccountMembersResponse) Reset()

func (*GetTeamAccountMembersResponse) String

func (*GetTeamAccountMembersResponse) Validate

func (m *GetTeamAccountMembersResponse) Validate() error

Validate checks the field values on GetTeamAccountMembersResponse 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 (*GetTeamAccountMembersResponse) ValidateAll

func (m *GetTeamAccountMembersResponse) ValidateAll() error

ValidateAll checks the field values on GetTeamAccountMembersResponse 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 GetTeamAccountMembersResponseMultiError, or nil if none found.

type GetTeamAccountMembersResponseMultiError

type GetTeamAccountMembersResponseMultiError []error

GetTeamAccountMembersResponseMultiError is an error wrapping multiple validation errors returned by GetTeamAccountMembersResponse.ValidateAll() if the designated constraints aren't met.

func (GetTeamAccountMembersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTeamAccountMembersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTeamAccountMembersResponseValidationError

type GetTeamAccountMembersResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTeamAccountMembersResponseValidationError is the validation error returned by GetTeamAccountMembersResponse.Validate if the designated constraints aren't met.

func (GetTeamAccountMembersResponseValidationError) Cause

Cause function returns cause value.

func (GetTeamAccountMembersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTeamAccountMembersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTeamAccountMembersResponseValidationError) Field

Field function returns field value.

func (GetTeamAccountMembersResponseValidationError) Key

Key function returns key value.

func (GetTeamAccountMembersResponseValidationError) Reason

Reason function returns reason value.

type GetUserAccountsRequest

type GetUserAccountsRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserAccountsRequest) Descriptor deprecated

func (*GetUserAccountsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccountsRequest.ProtoReflect.Descriptor instead.

func (*GetUserAccountsRequest) ProtoMessage

func (*GetUserAccountsRequest) ProtoMessage()

func (*GetUserAccountsRequest) ProtoReflect

func (x *GetUserAccountsRequest) ProtoReflect() protoreflect.Message

func (*GetUserAccountsRequest) Reset

func (x *GetUserAccountsRequest) Reset()

func (*GetUserAccountsRequest) String

func (x *GetUserAccountsRequest) String() string

func (*GetUserAccountsRequest) Validate

func (m *GetUserAccountsRequest) Validate() error

Validate checks the field values on GetUserAccountsRequest 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 (*GetUserAccountsRequest) ValidateAll

func (m *GetUserAccountsRequest) ValidateAll() error

ValidateAll checks the field values on GetUserAccountsRequest 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 GetUserAccountsRequestMultiError, or nil if none found.

type GetUserAccountsRequestMultiError

type GetUserAccountsRequestMultiError []error

GetUserAccountsRequestMultiError is an error wrapping multiple validation errors returned by GetUserAccountsRequest.ValidateAll() if the designated constraints aren't met.

func (GetUserAccountsRequestMultiError) AllErrors

func (m GetUserAccountsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserAccountsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserAccountsRequestValidationError

type GetUserAccountsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUserAccountsRequestValidationError is the validation error returned by GetUserAccountsRequest.Validate if the designated constraints aren't met.

func (GetUserAccountsRequestValidationError) Cause

Cause function returns cause value.

func (GetUserAccountsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserAccountsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserAccountsRequestValidationError) Field

Field function returns field value.

func (GetUserAccountsRequestValidationError) Key

Key function returns key value.

func (GetUserAccountsRequestValidationError) Reason

Reason function returns reason value.

type GetUserAccountsResponse

type GetUserAccountsResponse struct {
	Accounts []*UserAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAccountsResponse) Descriptor deprecated

func (*GetUserAccountsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccountsResponse.ProtoReflect.Descriptor instead.

func (*GetUserAccountsResponse) GetAccounts

func (x *GetUserAccountsResponse) GetAccounts() []*UserAccount

func (*GetUserAccountsResponse) ProtoMessage

func (*GetUserAccountsResponse) ProtoMessage()

func (*GetUserAccountsResponse) ProtoReflect

func (x *GetUserAccountsResponse) ProtoReflect() protoreflect.Message

func (*GetUserAccountsResponse) Reset

func (x *GetUserAccountsResponse) Reset()

func (*GetUserAccountsResponse) String

func (x *GetUserAccountsResponse) String() string

func (*GetUserAccountsResponse) Validate

func (m *GetUserAccountsResponse) Validate() error

Validate checks the field values on GetUserAccountsResponse 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 (*GetUserAccountsResponse) ValidateAll

func (m *GetUserAccountsResponse) ValidateAll() error

ValidateAll checks the field values on GetUserAccountsResponse 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 GetUserAccountsResponseMultiError, or nil if none found.

type GetUserAccountsResponseMultiError

type GetUserAccountsResponseMultiError []error

GetUserAccountsResponseMultiError is an error wrapping multiple validation errors returned by GetUserAccountsResponse.ValidateAll() if the designated constraints aren't met.

func (GetUserAccountsResponseMultiError) AllErrors

func (m GetUserAccountsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserAccountsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserAccountsResponseValidationError

type GetUserAccountsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUserAccountsResponseValidationError is the validation error returned by GetUserAccountsResponse.Validate if the designated constraints aren't met.

func (GetUserAccountsResponseValidationError) Cause

Cause function returns cause value.

func (GetUserAccountsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserAccountsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserAccountsResponseValidationError) Field

Field function returns field value.

func (GetUserAccountsResponseValidationError) Key

Key function returns key value.

func (GetUserAccountsResponseValidationError) Reason

Reason function returns reason value.

type GetUserDefinedTransformerByIdRequest

type GetUserDefinedTransformerByIdRequest struct {
	TransformerId string `protobuf:"bytes,1,opt,name=transformer_id,json=transformerId,proto3" json:"transformer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDefinedTransformerByIdRequest) Descriptor deprecated

func (*GetUserDefinedTransformerByIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDefinedTransformerByIdRequest.ProtoReflect.Descriptor instead.

func (*GetUserDefinedTransformerByIdRequest) GetTransformerId

func (x *GetUserDefinedTransformerByIdRequest) GetTransformerId() string

func (*GetUserDefinedTransformerByIdRequest) ProtoMessage

func (*GetUserDefinedTransformerByIdRequest) ProtoMessage()

func (*GetUserDefinedTransformerByIdRequest) ProtoReflect

func (*GetUserDefinedTransformerByIdRequest) Reset

func (*GetUserDefinedTransformerByIdRequest) String

func (*GetUserDefinedTransformerByIdRequest) Validate

Validate checks the field values on GetUserDefinedTransformerByIdRequest 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 (*GetUserDefinedTransformerByIdRequest) ValidateAll

ValidateAll checks the field values on GetUserDefinedTransformerByIdRequest 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 GetUserDefinedTransformerByIdRequestMultiError, or nil if none found.

type GetUserDefinedTransformerByIdRequestMultiError

type GetUserDefinedTransformerByIdRequestMultiError []error

GetUserDefinedTransformerByIdRequestMultiError is an error wrapping multiple validation errors returned by GetUserDefinedTransformerByIdRequest.ValidateAll() if the designated constraints aren't met.

func (GetUserDefinedTransformerByIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserDefinedTransformerByIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserDefinedTransformerByIdRequestValidationError

type GetUserDefinedTransformerByIdRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUserDefinedTransformerByIdRequestValidationError is the validation error returned by GetUserDefinedTransformerByIdRequest.Validate if the designated constraints aren't met.

func (GetUserDefinedTransformerByIdRequestValidationError) Cause

Cause function returns cause value.

func (GetUserDefinedTransformerByIdRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserDefinedTransformerByIdRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserDefinedTransformerByIdRequestValidationError) Field

Field function returns field value.

func (GetUserDefinedTransformerByIdRequestValidationError) Key

Key function returns key value.

func (GetUserDefinedTransformerByIdRequestValidationError) Reason

Reason function returns reason value.

type GetUserDefinedTransformerByIdResponse

type GetUserDefinedTransformerByIdResponse struct {
	Transformer *UserDefinedTransformer `protobuf:"bytes,1,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDefinedTransformerByIdResponse) Descriptor deprecated

func (*GetUserDefinedTransformerByIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDefinedTransformerByIdResponse.ProtoReflect.Descriptor instead.

func (*GetUserDefinedTransformerByIdResponse) GetTransformer

func (*GetUserDefinedTransformerByIdResponse) ProtoMessage

func (*GetUserDefinedTransformerByIdResponse) ProtoMessage()

func (*GetUserDefinedTransformerByIdResponse) ProtoReflect

func (*GetUserDefinedTransformerByIdResponse) Reset

func (*GetUserDefinedTransformerByIdResponse) String

func (*GetUserDefinedTransformerByIdResponse) Validate

Validate checks the field values on GetUserDefinedTransformerByIdResponse 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 (*GetUserDefinedTransformerByIdResponse) ValidateAll

ValidateAll checks the field values on GetUserDefinedTransformerByIdResponse 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 GetUserDefinedTransformerByIdResponseMultiError, or nil if none found.

type GetUserDefinedTransformerByIdResponseMultiError

type GetUserDefinedTransformerByIdResponseMultiError []error

GetUserDefinedTransformerByIdResponseMultiError is an error wrapping multiple validation errors returned by GetUserDefinedTransformerByIdResponse.ValidateAll() if the designated constraints aren't met.

func (GetUserDefinedTransformerByIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserDefinedTransformerByIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserDefinedTransformerByIdResponseValidationError

type GetUserDefinedTransformerByIdResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUserDefinedTransformerByIdResponseValidationError is the validation error returned by GetUserDefinedTransformerByIdResponse.Validate if the designated constraints aren't met.

func (GetUserDefinedTransformerByIdResponseValidationError) Cause

Cause function returns cause value.

func (GetUserDefinedTransformerByIdResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserDefinedTransformerByIdResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserDefinedTransformerByIdResponseValidationError) Field

Field function returns field value.

func (GetUserDefinedTransformerByIdResponseValidationError) Key

Key function returns key value.

func (GetUserDefinedTransformerByIdResponseValidationError) Reason

Reason function returns reason value.

type GetUserDefinedTransformersRequest

type GetUserDefinedTransformersRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDefinedTransformersRequest) Descriptor deprecated

func (*GetUserDefinedTransformersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDefinedTransformersRequest.ProtoReflect.Descriptor instead.

func (*GetUserDefinedTransformersRequest) GetAccountId

func (x *GetUserDefinedTransformersRequest) GetAccountId() string

func (*GetUserDefinedTransformersRequest) ProtoMessage

func (*GetUserDefinedTransformersRequest) ProtoMessage()

func (*GetUserDefinedTransformersRequest) ProtoReflect

func (*GetUserDefinedTransformersRequest) Reset

func (*GetUserDefinedTransformersRequest) String

func (*GetUserDefinedTransformersRequest) Validate

Validate checks the field values on GetUserDefinedTransformersRequest 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 (*GetUserDefinedTransformersRequest) ValidateAll

func (m *GetUserDefinedTransformersRequest) ValidateAll() error

ValidateAll checks the field values on GetUserDefinedTransformersRequest 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 GetUserDefinedTransformersRequestMultiError, or nil if none found.

type GetUserDefinedTransformersRequestMultiError

type GetUserDefinedTransformersRequestMultiError []error

GetUserDefinedTransformersRequestMultiError is an error wrapping multiple validation errors returned by GetUserDefinedTransformersRequest.ValidateAll() if the designated constraints aren't met.

func (GetUserDefinedTransformersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserDefinedTransformersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserDefinedTransformersRequestValidationError

type GetUserDefinedTransformersRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUserDefinedTransformersRequestValidationError is the validation error returned by GetUserDefinedTransformersRequest.Validate if the designated constraints aren't met.

func (GetUserDefinedTransformersRequestValidationError) Cause

Cause function returns cause value.

func (GetUserDefinedTransformersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserDefinedTransformersRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserDefinedTransformersRequestValidationError) Field

Field function returns field value.

func (GetUserDefinedTransformersRequestValidationError) Key

Key function returns key value.

func (GetUserDefinedTransformersRequestValidationError) Reason

Reason function returns reason value.

type GetUserDefinedTransformersResponse

type GetUserDefinedTransformersResponse struct {
	Transformers []*UserDefinedTransformer `protobuf:"bytes,1,rep,name=transformers,proto3" json:"transformers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDefinedTransformersResponse) Descriptor deprecated

func (*GetUserDefinedTransformersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDefinedTransformersResponse.ProtoReflect.Descriptor instead.

func (*GetUserDefinedTransformersResponse) GetTransformers

func (*GetUserDefinedTransformersResponse) ProtoMessage

func (*GetUserDefinedTransformersResponse) ProtoMessage()

func (*GetUserDefinedTransformersResponse) ProtoReflect

func (*GetUserDefinedTransformersResponse) Reset

func (*GetUserDefinedTransformersResponse) String

func (*GetUserDefinedTransformersResponse) Validate

Validate checks the field values on GetUserDefinedTransformersResponse 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 (*GetUserDefinedTransformersResponse) ValidateAll

func (m *GetUserDefinedTransformersResponse) ValidateAll() error

ValidateAll checks the field values on GetUserDefinedTransformersResponse 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 GetUserDefinedTransformersResponseMultiError, or nil if none found.

type GetUserDefinedTransformersResponseMultiError

type GetUserDefinedTransformersResponseMultiError []error

GetUserDefinedTransformersResponseMultiError is an error wrapping multiple validation errors returned by GetUserDefinedTransformersResponse.ValidateAll() if the designated constraints aren't met.

func (GetUserDefinedTransformersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserDefinedTransformersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserDefinedTransformersResponseValidationError

type GetUserDefinedTransformersResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUserDefinedTransformersResponseValidationError is the validation error returned by GetUserDefinedTransformersResponse.Validate if the designated constraints aren't met.

func (GetUserDefinedTransformersResponseValidationError) Cause

Cause function returns cause value.

func (GetUserDefinedTransformersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserDefinedTransformersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserDefinedTransformersResponseValidationError) Field

Field function returns field value.

func (GetUserDefinedTransformersResponseValidationError) Key

Key function returns key value.

func (GetUserDefinedTransformersResponseValidationError) Reason

Reason function returns reason value.

type GetUserRequest

type GetUserRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserRequest) Descriptor deprecated

func (*GetUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

func (x *GetUserRequest) ProtoReflect() protoreflect.Message

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

func (*GetUserRequest) Validate

func (m *GetUserRequest) Validate() error

Validate checks the field values on GetUserRequest 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 (*GetUserRequest) ValidateAll

func (m *GetUserRequest) ValidateAll() error

ValidateAll checks the field values on GetUserRequest 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 GetUserRequestMultiError, or nil if none found.

type GetUserRequestMultiError

type GetUserRequestMultiError []error

GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.

func (GetUserRequestMultiError) AllErrors

func (m GetUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserRequestMultiError) Error

func (m GetUserRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetUserRequestValidationError

type GetUserRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.

func (GetUserRequestValidationError) Cause

Cause function returns cause value.

func (GetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field

Field function returns field value.

func (GetUserRequestValidationError) Key

Key function returns key value.

func (GetUserRequestValidationError) Reason

Reason function returns reason value.

type GetUserResponse

type GetUserResponse struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated

func (*GetUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUserId

func (x *GetUserResponse) GetUserId() string

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

func (x *GetUserResponse) ProtoReflect() protoreflect.Message

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

func (*GetUserResponse) Validate

func (m *GetUserResponse) Validate() error

Validate checks the field values on GetUserResponse 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 (*GetUserResponse) ValidateAll

func (m *GetUserResponse) ValidateAll() error

ValidateAll checks the field values on GetUserResponse 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 GetUserResponseMultiError, or nil if none found.

type GetUserResponseMultiError

type GetUserResponseMultiError []error

GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.

func (GetUserResponseMultiError) AllErrors

func (m GetUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserResponseValidationError

type GetUserResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.

func (GetUserResponseValidationError) Cause

Cause function returns cause value.

func (GetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field

Field function returns field value.

func (GetUserResponseValidationError) Key

Key function returns key value.

func (GetUserResponseValidationError) Reason

Reason function returns reason value.

type InitStatementOptions

type InitStatementOptions struct {
	InitSchema           bool `protobuf:"varint,1,opt,name=init_schema,json=initSchema,proto3" json:"init_schema,omitempty"`
	TruncateBeforeInsert bool `protobuf:"varint,2,opt,name=truncate_before_insert,json=truncateBeforeInsert,proto3" json:"truncate_before_insert,omitempty"`
	TruncateCascade      bool `protobuf:"varint,3,opt,name=truncate_cascade,json=truncateCascade,proto3" json:"truncate_cascade,omitempty"`
	// contains filtered or unexported fields
}

func (*InitStatementOptions) Descriptor deprecated

func (*InitStatementOptions) Descriptor() ([]byte, []int)

Deprecated: Use InitStatementOptions.ProtoReflect.Descriptor instead.

func (*InitStatementOptions) GetInitSchema

func (x *InitStatementOptions) GetInitSchema() bool

func (*InitStatementOptions) GetTruncateBeforeInsert

func (x *InitStatementOptions) GetTruncateBeforeInsert() bool

func (*InitStatementOptions) GetTruncateCascade

func (x *InitStatementOptions) GetTruncateCascade() bool

func (*InitStatementOptions) ProtoMessage

func (*InitStatementOptions) ProtoMessage()

func (*InitStatementOptions) ProtoReflect

func (x *InitStatementOptions) ProtoReflect() protoreflect.Message

func (*InitStatementOptions) Reset

func (x *InitStatementOptions) Reset()

func (*InitStatementOptions) String

func (x *InitStatementOptions) String() string

func (*InitStatementOptions) Validate

func (m *InitStatementOptions) Validate() error

Validate checks the field values on InitStatementOptions 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 (*InitStatementOptions) ValidateAll

func (m *InitStatementOptions) ValidateAll() error

ValidateAll checks the field values on InitStatementOptions 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 InitStatementOptionsMultiError, or nil if none found.

type InitStatementOptionsMultiError

type InitStatementOptionsMultiError []error

InitStatementOptionsMultiError is an error wrapping multiple validation errors returned by InitStatementOptions.ValidateAll() if the designated constraints aren't met.

func (InitStatementOptionsMultiError) AllErrors

func (m InitStatementOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InitStatementOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type InitStatementOptionsValidationError

type InitStatementOptionsValidationError struct {
	// contains filtered or unexported fields
}

InitStatementOptionsValidationError is the validation error returned by InitStatementOptions.Validate if the designated constraints aren't met.

func (InitStatementOptionsValidationError) Cause

Cause function returns cause value.

func (InitStatementOptionsValidationError) Error

Error satisfies the builtin error interface

func (InitStatementOptionsValidationError) ErrorName

ErrorName returns error name.

func (InitStatementOptionsValidationError) Field

Field function returns field value.

func (InitStatementOptionsValidationError) Key

Key function returns key value.

func (InitStatementOptionsValidationError) Reason

Reason function returns reason value.

type InvalidEmailAction added in v0.4.24

type InvalidEmailAction int32

Action enumeration that dictates what the transform_email transformer should do in the case that it encounters an email that does not conform to RFC 5322

const (
	// Unspecified defaults to reject.
	InvalidEmailAction_INVALID_EMAIL_ACTION_UNSPECIFIED InvalidEmailAction = 0
	// If an invalid email is encountered, the transformer will reject the transformation and exit.
	InvalidEmailAction_INVALID_EMAIL_ACTION_REJECT InvalidEmailAction = 1
	// The result of the email will be null. This should only be specified if the destination column is also nullable.
	InvalidEmailAction_INVALID_EMAIL_ACTION_NULL InvalidEmailAction = 2
	// The result of the email will be identical to the original value, unmodified.
	InvalidEmailAction_INVALID_EMAIL_ACTION_PASSTHROUGH InvalidEmailAction = 3
	// The result of the email will be a brand new generated email. This is the same result as the generate_email transformer.
	InvalidEmailAction_INVALID_EMAIL_ACTION_GENERATE InvalidEmailAction = 4
)

func (InvalidEmailAction) Descriptor added in v0.4.24

func (InvalidEmailAction) Enum added in v0.4.24

func (InvalidEmailAction) EnumDescriptor deprecated added in v0.4.24

func (InvalidEmailAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use InvalidEmailAction.Descriptor instead.

func (InvalidEmailAction) Number added in v0.4.24

func (InvalidEmailAction) String added in v0.4.24

func (x InvalidEmailAction) String() string

func (InvalidEmailAction) Type added in v0.4.24

type InviteUserToTeamAccountRequest

type InviteUserToTeamAccountRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Email     string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*InviteUserToTeamAccountRequest) Descriptor deprecated

func (*InviteUserToTeamAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserToTeamAccountRequest.ProtoReflect.Descriptor instead.

func (*InviteUserToTeamAccountRequest) GetAccountId

func (x *InviteUserToTeamAccountRequest) GetAccountId() string

func (*InviteUserToTeamAccountRequest) GetEmail

func (x *InviteUserToTeamAccountRequest) GetEmail() string

func (*InviteUserToTeamAccountRequest) ProtoMessage

func (*InviteUserToTeamAccountRequest) ProtoMessage()

func (*InviteUserToTeamAccountRequest) ProtoReflect

func (*InviteUserToTeamAccountRequest) Reset

func (x *InviteUserToTeamAccountRequest) Reset()

func (*InviteUserToTeamAccountRequest) String

func (*InviteUserToTeamAccountRequest) Validate

func (m *InviteUserToTeamAccountRequest) Validate() error

Validate checks the field values on InviteUserToTeamAccountRequest 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 (*InviteUserToTeamAccountRequest) ValidateAll

func (m *InviteUserToTeamAccountRequest) ValidateAll() error

ValidateAll checks the field values on InviteUserToTeamAccountRequest 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 InviteUserToTeamAccountRequestMultiError, or nil if none found.

type InviteUserToTeamAccountRequestMultiError

type InviteUserToTeamAccountRequestMultiError []error

InviteUserToTeamAccountRequestMultiError is an error wrapping multiple validation errors returned by InviteUserToTeamAccountRequest.ValidateAll() if the designated constraints aren't met.

func (InviteUserToTeamAccountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (InviteUserToTeamAccountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type InviteUserToTeamAccountRequestValidationError

type InviteUserToTeamAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

InviteUserToTeamAccountRequestValidationError is the validation error returned by InviteUserToTeamAccountRequest.Validate if the designated constraints aren't met.

func (InviteUserToTeamAccountRequestValidationError) Cause

Cause function returns cause value.

func (InviteUserToTeamAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (InviteUserToTeamAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (InviteUserToTeamAccountRequestValidationError) Field

Field function returns field value.

func (InviteUserToTeamAccountRequestValidationError) Key

Key function returns key value.

func (InviteUserToTeamAccountRequestValidationError) Reason

Reason function returns reason value.

type InviteUserToTeamAccountResponse

type InviteUserToTeamAccountResponse struct {
	Invite *AccountInvite `protobuf:"bytes,1,opt,name=invite,proto3" json:"invite,omitempty"`
	// contains filtered or unexported fields
}

func (*InviteUserToTeamAccountResponse) Descriptor deprecated

func (*InviteUserToTeamAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserToTeamAccountResponse.ProtoReflect.Descriptor instead.

func (*InviteUserToTeamAccountResponse) GetInvite

func (*InviteUserToTeamAccountResponse) ProtoMessage

func (*InviteUserToTeamAccountResponse) ProtoMessage()

func (*InviteUserToTeamAccountResponse) ProtoReflect

func (*InviteUserToTeamAccountResponse) Reset

func (*InviteUserToTeamAccountResponse) String

func (*InviteUserToTeamAccountResponse) Validate

func (m *InviteUserToTeamAccountResponse) Validate() error

Validate checks the field values on InviteUserToTeamAccountResponse 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 (*InviteUserToTeamAccountResponse) ValidateAll

func (m *InviteUserToTeamAccountResponse) ValidateAll() error

ValidateAll checks the field values on InviteUserToTeamAccountResponse 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 InviteUserToTeamAccountResponseMultiError, or nil if none found.

type InviteUserToTeamAccountResponseMultiError

type InviteUserToTeamAccountResponseMultiError []error

InviteUserToTeamAccountResponseMultiError is an error wrapping multiple validation errors returned by InviteUserToTeamAccountResponse.ValidateAll() if the designated constraints aren't met.

func (InviteUserToTeamAccountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (InviteUserToTeamAccountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type InviteUserToTeamAccountResponseValidationError

type InviteUserToTeamAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

InviteUserToTeamAccountResponseValidationError is the validation error returned by InviteUserToTeamAccountResponse.Validate if the designated constraints aren't met.

func (InviteUserToTeamAccountResponseValidationError) Cause

Cause function returns cause value.

func (InviteUserToTeamAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (InviteUserToTeamAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (InviteUserToTeamAccountResponseValidationError) Field

Field function returns field value.

func (InviteUserToTeamAccountResponseValidationError) Key

Key function returns key value.

func (InviteUserToTeamAccountResponseValidationError) Reason

Reason function returns reason value.

type IsConnectionNameAvailableRequest

type IsConnectionNameAvailableRequest struct {
	AccountId      string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ConnectionName string `protobuf:"bytes,2,opt,name=connection_name,json=connectionName,proto3" json:"connection_name,omitempty"`
	// contains filtered or unexported fields
}

func (*IsConnectionNameAvailableRequest) Descriptor deprecated

func (*IsConnectionNameAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsConnectionNameAvailableRequest.ProtoReflect.Descriptor instead.

func (*IsConnectionNameAvailableRequest) GetAccountId

func (x *IsConnectionNameAvailableRequest) GetAccountId() string

func (*IsConnectionNameAvailableRequest) GetConnectionName

func (x *IsConnectionNameAvailableRequest) GetConnectionName() string

func (*IsConnectionNameAvailableRequest) ProtoMessage

func (*IsConnectionNameAvailableRequest) ProtoMessage()

func (*IsConnectionNameAvailableRequest) ProtoReflect

func (*IsConnectionNameAvailableRequest) Reset

func (*IsConnectionNameAvailableRequest) String

func (*IsConnectionNameAvailableRequest) Validate

Validate checks the field values on IsConnectionNameAvailableRequest 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 (*IsConnectionNameAvailableRequest) ValidateAll

func (m *IsConnectionNameAvailableRequest) ValidateAll() error

ValidateAll checks the field values on IsConnectionNameAvailableRequest 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 IsConnectionNameAvailableRequestMultiError, or nil if none found.

type IsConnectionNameAvailableRequestMultiError

type IsConnectionNameAvailableRequestMultiError []error

IsConnectionNameAvailableRequestMultiError is an error wrapping multiple validation errors returned by IsConnectionNameAvailableRequest.ValidateAll() if the designated constraints aren't met.

func (IsConnectionNameAvailableRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsConnectionNameAvailableRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsConnectionNameAvailableRequestValidationError

type IsConnectionNameAvailableRequestValidationError struct {
	// contains filtered or unexported fields
}

IsConnectionNameAvailableRequestValidationError is the validation error returned by IsConnectionNameAvailableRequest.Validate if the designated constraints aren't met.

func (IsConnectionNameAvailableRequestValidationError) Cause

Cause function returns cause value.

func (IsConnectionNameAvailableRequestValidationError) Error

Error satisfies the builtin error interface

func (IsConnectionNameAvailableRequestValidationError) ErrorName

ErrorName returns error name.

func (IsConnectionNameAvailableRequestValidationError) Field

Field function returns field value.

func (IsConnectionNameAvailableRequestValidationError) Key

Key function returns key value.

func (IsConnectionNameAvailableRequestValidationError) Reason

Reason function returns reason value.

type IsConnectionNameAvailableResponse

type IsConnectionNameAvailableResponse struct {
	IsAvailable bool `protobuf:"varint,1,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	// contains filtered or unexported fields
}

func (*IsConnectionNameAvailableResponse) Descriptor deprecated

func (*IsConnectionNameAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsConnectionNameAvailableResponse.ProtoReflect.Descriptor instead.

func (*IsConnectionNameAvailableResponse) GetIsAvailable

func (x *IsConnectionNameAvailableResponse) GetIsAvailable() bool

func (*IsConnectionNameAvailableResponse) ProtoMessage

func (*IsConnectionNameAvailableResponse) ProtoMessage()

func (*IsConnectionNameAvailableResponse) ProtoReflect

func (*IsConnectionNameAvailableResponse) Reset

func (*IsConnectionNameAvailableResponse) String

func (*IsConnectionNameAvailableResponse) Validate

Validate checks the field values on IsConnectionNameAvailableResponse 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 (*IsConnectionNameAvailableResponse) ValidateAll

func (m *IsConnectionNameAvailableResponse) ValidateAll() error

ValidateAll checks the field values on IsConnectionNameAvailableResponse 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 IsConnectionNameAvailableResponseMultiError, or nil if none found.

type IsConnectionNameAvailableResponseMultiError

type IsConnectionNameAvailableResponseMultiError []error

IsConnectionNameAvailableResponseMultiError is an error wrapping multiple validation errors returned by IsConnectionNameAvailableResponse.ValidateAll() if the designated constraints aren't met.

func (IsConnectionNameAvailableResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsConnectionNameAvailableResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsConnectionNameAvailableResponseValidationError

type IsConnectionNameAvailableResponseValidationError struct {
	// contains filtered or unexported fields
}

IsConnectionNameAvailableResponseValidationError is the validation error returned by IsConnectionNameAvailableResponse.Validate if the designated constraints aren't met.

func (IsConnectionNameAvailableResponseValidationError) Cause

Cause function returns cause value.

func (IsConnectionNameAvailableResponseValidationError) Error

Error satisfies the builtin error interface

func (IsConnectionNameAvailableResponseValidationError) ErrorName

ErrorName returns error name.

func (IsConnectionNameAvailableResponseValidationError) Field

Field function returns field value.

func (IsConnectionNameAvailableResponseValidationError) Key

Key function returns key value.

func (IsConnectionNameAvailableResponseValidationError) Reason

Reason function returns reason value.

type IsJobNameAvailableRequest

type IsJobNameAvailableRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsJobNameAvailableRequest) Descriptor deprecated

func (*IsJobNameAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsJobNameAvailableRequest.ProtoReflect.Descriptor instead.

func (*IsJobNameAvailableRequest) GetAccountId

func (x *IsJobNameAvailableRequest) GetAccountId() string

func (*IsJobNameAvailableRequest) GetName

func (x *IsJobNameAvailableRequest) GetName() string

func (*IsJobNameAvailableRequest) ProtoMessage

func (*IsJobNameAvailableRequest) ProtoMessage()

func (*IsJobNameAvailableRequest) ProtoReflect

func (*IsJobNameAvailableRequest) Reset

func (x *IsJobNameAvailableRequest) Reset()

func (*IsJobNameAvailableRequest) String

func (x *IsJobNameAvailableRequest) String() string

func (*IsJobNameAvailableRequest) Validate

func (m *IsJobNameAvailableRequest) Validate() error

Validate checks the field values on IsJobNameAvailableRequest 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 (*IsJobNameAvailableRequest) ValidateAll

func (m *IsJobNameAvailableRequest) ValidateAll() error

ValidateAll checks the field values on IsJobNameAvailableRequest 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 IsJobNameAvailableRequestMultiError, or nil if none found.

type IsJobNameAvailableRequestMultiError

type IsJobNameAvailableRequestMultiError []error

IsJobNameAvailableRequestMultiError is an error wrapping multiple validation errors returned by IsJobNameAvailableRequest.ValidateAll() if the designated constraints aren't met.

func (IsJobNameAvailableRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsJobNameAvailableRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsJobNameAvailableRequestValidationError

type IsJobNameAvailableRequestValidationError struct {
	// contains filtered or unexported fields
}

IsJobNameAvailableRequestValidationError is the validation error returned by IsJobNameAvailableRequest.Validate if the designated constraints aren't met.

func (IsJobNameAvailableRequestValidationError) Cause

Cause function returns cause value.

func (IsJobNameAvailableRequestValidationError) Error

Error satisfies the builtin error interface

func (IsJobNameAvailableRequestValidationError) ErrorName

ErrorName returns error name.

func (IsJobNameAvailableRequestValidationError) Field

Field function returns field value.

func (IsJobNameAvailableRequestValidationError) Key

Key function returns key value.

func (IsJobNameAvailableRequestValidationError) Reason

Reason function returns reason value.

type IsJobNameAvailableResponse

type IsJobNameAvailableResponse struct {
	IsAvailable bool `protobuf:"varint,1,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	// contains filtered or unexported fields
}

func (*IsJobNameAvailableResponse) Descriptor deprecated

func (*IsJobNameAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsJobNameAvailableResponse.ProtoReflect.Descriptor instead.

func (*IsJobNameAvailableResponse) GetIsAvailable

func (x *IsJobNameAvailableResponse) GetIsAvailable() bool

func (*IsJobNameAvailableResponse) ProtoMessage

func (*IsJobNameAvailableResponse) ProtoMessage()

func (*IsJobNameAvailableResponse) ProtoReflect

func (*IsJobNameAvailableResponse) Reset

func (x *IsJobNameAvailableResponse) Reset()

func (*IsJobNameAvailableResponse) String

func (x *IsJobNameAvailableResponse) String() string

func (*IsJobNameAvailableResponse) Validate

func (m *IsJobNameAvailableResponse) Validate() error

Validate checks the field values on IsJobNameAvailableResponse 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 (*IsJobNameAvailableResponse) ValidateAll

func (m *IsJobNameAvailableResponse) ValidateAll() error

ValidateAll checks the field values on IsJobNameAvailableResponse 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 IsJobNameAvailableResponseMultiError, or nil if none found.

type IsJobNameAvailableResponseMultiError

type IsJobNameAvailableResponseMultiError []error

IsJobNameAvailableResponseMultiError is an error wrapping multiple validation errors returned by IsJobNameAvailableResponse.ValidateAll() if the designated constraints aren't met.

func (IsJobNameAvailableResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsJobNameAvailableResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsJobNameAvailableResponseValidationError

type IsJobNameAvailableResponseValidationError struct {
	// contains filtered or unexported fields
}

IsJobNameAvailableResponseValidationError is the validation error returned by IsJobNameAvailableResponse.Validate if the designated constraints aren't met.

func (IsJobNameAvailableResponseValidationError) Cause

Cause function returns cause value.

func (IsJobNameAvailableResponseValidationError) Error

Error satisfies the builtin error interface

func (IsJobNameAvailableResponseValidationError) ErrorName

ErrorName returns error name.

func (IsJobNameAvailableResponseValidationError) Field

Field function returns field value.

func (IsJobNameAvailableResponseValidationError) Key

Key function returns key value.

func (IsJobNameAvailableResponseValidationError) Reason

Reason function returns reason value.

type IsTransformerNameAvailableRequest

type IsTransformerNameAvailableRequest struct {
	AccountId       string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	TransformerName string `protobuf:"bytes,2,opt,name=transformer_name,json=transformerName,proto3" json:"transformer_name,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTransformerNameAvailableRequest) Descriptor deprecated

func (*IsTransformerNameAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsTransformerNameAvailableRequest.ProtoReflect.Descriptor instead.

func (*IsTransformerNameAvailableRequest) GetAccountId

func (x *IsTransformerNameAvailableRequest) GetAccountId() string

func (*IsTransformerNameAvailableRequest) GetTransformerName

func (x *IsTransformerNameAvailableRequest) GetTransformerName() string

func (*IsTransformerNameAvailableRequest) ProtoMessage

func (*IsTransformerNameAvailableRequest) ProtoMessage()

func (*IsTransformerNameAvailableRequest) ProtoReflect

func (*IsTransformerNameAvailableRequest) Reset

func (*IsTransformerNameAvailableRequest) String

func (*IsTransformerNameAvailableRequest) Validate

Validate checks the field values on IsTransformerNameAvailableRequest 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 (*IsTransformerNameAvailableRequest) ValidateAll

func (m *IsTransformerNameAvailableRequest) ValidateAll() error

ValidateAll checks the field values on IsTransformerNameAvailableRequest 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 IsTransformerNameAvailableRequestMultiError, or nil if none found.

type IsTransformerNameAvailableRequestMultiError

type IsTransformerNameAvailableRequestMultiError []error

IsTransformerNameAvailableRequestMultiError is an error wrapping multiple validation errors returned by IsTransformerNameAvailableRequest.ValidateAll() if the designated constraints aren't met.

func (IsTransformerNameAvailableRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsTransformerNameAvailableRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsTransformerNameAvailableRequestValidationError

type IsTransformerNameAvailableRequestValidationError struct {
	// contains filtered or unexported fields
}

IsTransformerNameAvailableRequestValidationError is the validation error returned by IsTransformerNameAvailableRequest.Validate if the designated constraints aren't met.

func (IsTransformerNameAvailableRequestValidationError) Cause

Cause function returns cause value.

func (IsTransformerNameAvailableRequestValidationError) Error

Error satisfies the builtin error interface

func (IsTransformerNameAvailableRequestValidationError) ErrorName

ErrorName returns error name.

func (IsTransformerNameAvailableRequestValidationError) Field

Field function returns field value.

func (IsTransformerNameAvailableRequestValidationError) Key

Key function returns key value.

func (IsTransformerNameAvailableRequestValidationError) Reason

Reason function returns reason value.

type IsTransformerNameAvailableResponse

type IsTransformerNameAvailableResponse struct {
	IsAvailable bool `protobuf:"varint,1,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTransformerNameAvailableResponse) Descriptor deprecated

func (*IsTransformerNameAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsTransformerNameAvailableResponse.ProtoReflect.Descriptor instead.

func (*IsTransformerNameAvailableResponse) GetIsAvailable

func (x *IsTransformerNameAvailableResponse) GetIsAvailable() bool

func (*IsTransformerNameAvailableResponse) ProtoMessage

func (*IsTransformerNameAvailableResponse) ProtoMessage()

func (*IsTransformerNameAvailableResponse) ProtoReflect

func (*IsTransformerNameAvailableResponse) Reset

func (*IsTransformerNameAvailableResponse) String

func (*IsTransformerNameAvailableResponse) Validate

Validate checks the field values on IsTransformerNameAvailableResponse 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 (*IsTransformerNameAvailableResponse) ValidateAll

func (m *IsTransformerNameAvailableResponse) ValidateAll() error

ValidateAll checks the field values on IsTransformerNameAvailableResponse 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 IsTransformerNameAvailableResponseMultiError, or nil if none found.

type IsTransformerNameAvailableResponseMultiError

type IsTransformerNameAvailableResponseMultiError []error

IsTransformerNameAvailableResponseMultiError is an error wrapping multiple validation errors returned by IsTransformerNameAvailableResponse.ValidateAll() if the designated constraints aren't met.

func (IsTransformerNameAvailableResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsTransformerNameAvailableResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsTransformerNameAvailableResponseValidationError

type IsTransformerNameAvailableResponseValidationError struct {
	// contains filtered or unexported fields
}

IsTransformerNameAvailableResponseValidationError is the validation error returned by IsTransformerNameAvailableResponse.Validate if the designated constraints aren't met.

func (IsTransformerNameAvailableResponseValidationError) Cause

Cause function returns cause value.

func (IsTransformerNameAvailableResponseValidationError) Error

Error satisfies the builtin error interface

func (IsTransformerNameAvailableResponseValidationError) ErrorName

ErrorName returns error name.

func (IsTransformerNameAvailableResponseValidationError) Field

Field function returns field value.

func (IsTransformerNameAvailableResponseValidationError) Key

Key function returns key value.

func (IsTransformerNameAvailableResponseValidationError) Reason

Reason function returns reason value.

type IsUserInAccountRequest

type IsUserInAccountRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsUserInAccountRequest) Descriptor deprecated

func (*IsUserInAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsUserInAccountRequest.ProtoReflect.Descriptor instead.

func (*IsUserInAccountRequest) GetAccountId

func (x *IsUserInAccountRequest) GetAccountId() string

func (*IsUserInAccountRequest) ProtoMessage

func (*IsUserInAccountRequest) ProtoMessage()

func (*IsUserInAccountRequest) ProtoReflect

func (x *IsUserInAccountRequest) ProtoReflect() protoreflect.Message

func (*IsUserInAccountRequest) Reset

func (x *IsUserInAccountRequest) Reset()

func (*IsUserInAccountRequest) String

func (x *IsUserInAccountRequest) String() string

func (*IsUserInAccountRequest) Validate

func (m *IsUserInAccountRequest) Validate() error

Validate checks the field values on IsUserInAccountRequest 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 (*IsUserInAccountRequest) ValidateAll

func (m *IsUserInAccountRequest) ValidateAll() error

ValidateAll checks the field values on IsUserInAccountRequest 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 IsUserInAccountRequestMultiError, or nil if none found.

type IsUserInAccountRequestMultiError

type IsUserInAccountRequestMultiError []error

IsUserInAccountRequestMultiError is an error wrapping multiple validation errors returned by IsUserInAccountRequest.ValidateAll() if the designated constraints aren't met.

func (IsUserInAccountRequestMultiError) AllErrors

func (m IsUserInAccountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsUserInAccountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsUserInAccountRequestValidationError

type IsUserInAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

IsUserInAccountRequestValidationError is the validation error returned by IsUserInAccountRequest.Validate if the designated constraints aren't met.

func (IsUserInAccountRequestValidationError) Cause

Cause function returns cause value.

func (IsUserInAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (IsUserInAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (IsUserInAccountRequestValidationError) Field

Field function returns field value.

func (IsUserInAccountRequestValidationError) Key

Key function returns key value.

func (IsUserInAccountRequestValidationError) Reason

Reason function returns reason value.

type IsUserInAccountResponse

type IsUserInAccountResponse struct {
	Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	// contains filtered or unexported fields
}

func (*IsUserInAccountResponse) Descriptor deprecated

func (*IsUserInAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsUserInAccountResponse.ProtoReflect.Descriptor instead.

func (*IsUserInAccountResponse) GetOk

func (x *IsUserInAccountResponse) GetOk() bool

func (*IsUserInAccountResponse) ProtoMessage

func (*IsUserInAccountResponse) ProtoMessage()

func (*IsUserInAccountResponse) ProtoReflect

func (x *IsUserInAccountResponse) ProtoReflect() protoreflect.Message

func (*IsUserInAccountResponse) Reset

func (x *IsUserInAccountResponse) Reset()

func (*IsUserInAccountResponse) String

func (x *IsUserInAccountResponse) String() string

func (*IsUserInAccountResponse) Validate

func (m *IsUserInAccountResponse) Validate() error

Validate checks the field values on IsUserInAccountResponse 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 (*IsUserInAccountResponse) ValidateAll

func (m *IsUserInAccountResponse) ValidateAll() error

ValidateAll checks the field values on IsUserInAccountResponse 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 IsUserInAccountResponseMultiError, or nil if none found.

type IsUserInAccountResponseMultiError

type IsUserInAccountResponseMultiError []error

IsUserInAccountResponseMultiError is an error wrapping multiple validation errors returned by IsUserInAccountResponse.ValidateAll() if the designated constraints aren't met.

func (IsUserInAccountResponseMultiError) AllErrors

func (m IsUserInAccountResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsUserInAccountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsUserInAccountResponseValidationError

type IsUserInAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

IsUserInAccountResponseValidationError is the validation error returned by IsUserInAccountResponse.Validate if the designated constraints aren't met.

func (IsUserInAccountResponseValidationError) Cause

Cause function returns cause value.

func (IsUserInAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (IsUserInAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (IsUserInAccountResponseValidationError) Field

Field function returns field value.

func (IsUserInAccountResponseValidationError) Key

Key function returns key value.

func (IsUserInAccountResponseValidationError) Reason

Reason function returns reason value.

type Job

type Job struct {

	// The unique identifier of the job
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedByUserId string                 `protobuf:"bytes,2,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedByUserId string                 `protobuf:"bytes,4,opt,name=updated_by_user_id,json=updatedByUserId,proto3" json:"updated_by_user_id,omitempty"`
	UpdatedAt       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// The unique, friendly name of the job
	Name         string            `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Source       *JobSource        `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"`
	Destinations []*JobDestination `protobuf:"bytes,8,rep,name=destinations,proto3" json:"destinations,omitempty"`
	Mappings     []*JobMapping     `protobuf:"bytes,9,rep,name=mappings,proto3" json:"mappings,omitempty"`
	CronSchedule *string           `protobuf:"bytes,10,opt,name=cron_schedule,json=cronSchedule,proto3,oneof" json:"cron_schedule,omitempty"`
	// The account identifier that a job is associated with
	AccountId string `protobuf:"bytes,11,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// Specify timeout and retry options for data synchronization activities
	// Data sync activities are any piece of work that involves actually synchronizing data from a source to a destination
	// For the data sync and generate jobs, this will be applied per table
	SyncOptions *ActivityOptions `protobuf:"bytes,12,opt,name=sync_options,json=syncOptions,proto3" json:"sync_options,omitempty"`
	// Specify timeouts and other workflow options for the underlying temporal workflow
	WorkflowOptions *WorkflowOptions `protobuf:"bytes,13,opt,name=workflow_options,json=workflowOptions,proto3" json:"workflow_options,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

func (*Job) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetAccountId

func (x *Job) GetAccountId() string

func (*Job) GetCreatedAt

func (x *Job) GetCreatedAt() *timestamppb.Timestamp

func (*Job) GetCreatedByUserId

func (x *Job) GetCreatedByUserId() string

func (*Job) GetCronSchedule

func (x *Job) GetCronSchedule() string

func (*Job) GetDestinations

func (x *Job) GetDestinations() []*JobDestination

func (*Job) GetId

func (x *Job) GetId() string

func (*Job) GetMappings

func (x *Job) GetMappings() []*JobMapping

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetSource

func (x *Job) GetSource() *JobSource

func (*Job) GetSyncOptions

func (x *Job) GetSyncOptions() *ActivityOptions

func (*Job) GetUpdatedAt

func (x *Job) GetUpdatedAt() *timestamppb.Timestamp

func (*Job) GetUpdatedByUserId

func (x *Job) GetUpdatedByUserId() string

func (*Job) GetWorkflowOptions

func (x *Job) GetWorkflowOptions() *WorkflowOptions

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

func (*Job) Validate

func (m *Job) Validate() error

Validate checks the field values on Job 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 (*Job) ValidateAll

func (m *Job) ValidateAll() error

ValidateAll checks the field values on Job 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 JobMultiError, or nil if none found.

type JobDestination

type JobDestination struct {
	ConnectionId string                 `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Options      *JobDestinationOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	Id           string                 `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*JobDestination) Descriptor deprecated

func (*JobDestination) Descriptor() ([]byte, []int)

Deprecated: Use JobDestination.ProtoReflect.Descriptor instead.

func (*JobDestination) GetConnectionId

func (x *JobDestination) GetConnectionId() string

func (*JobDestination) GetId

func (x *JobDestination) GetId() string

func (*JobDestination) GetOptions

func (x *JobDestination) GetOptions() *JobDestinationOptions

func (*JobDestination) ProtoMessage

func (*JobDestination) ProtoMessage()

func (*JobDestination) ProtoReflect

func (x *JobDestination) ProtoReflect() protoreflect.Message

func (*JobDestination) Reset

func (x *JobDestination) Reset()

func (*JobDestination) String

func (x *JobDestination) String() string

func (*JobDestination) Validate

func (m *JobDestination) Validate() error

Validate checks the field values on JobDestination 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 (*JobDestination) ValidateAll

func (m *JobDestination) ValidateAll() error

ValidateAll checks the field values on JobDestination 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 JobDestinationMultiError, or nil if none found.

type JobDestinationMultiError

type JobDestinationMultiError []error

JobDestinationMultiError is an error wrapping multiple validation errors returned by JobDestination.ValidateAll() if the designated constraints aren't met.

func (JobDestinationMultiError) AllErrors

func (m JobDestinationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobDestinationMultiError) Error

func (m JobDestinationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobDestinationOptions

type JobDestinationOptions struct {

	// Types that are assignable to Config:
	//
	//	*JobDestinationOptions_PostgresOptions
	//	*JobDestinationOptions_AwsS3Options
	//	*JobDestinationOptions_MysqlOptions
	//	*JobDestinationOptions_MongodbOptions
	Config isJobDestinationOptions_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*JobDestinationOptions) Descriptor deprecated

func (*JobDestinationOptions) Descriptor() ([]byte, []int)

Deprecated: Use JobDestinationOptions.ProtoReflect.Descriptor instead.

func (*JobDestinationOptions) GetAwsS3Options

func (*JobDestinationOptions) GetConfig

func (m *JobDestinationOptions) GetConfig() isJobDestinationOptions_Config

func (*JobDestinationOptions) GetMongodbOptions added in v0.4.26

func (*JobDestinationOptions) GetMysqlOptions

func (*JobDestinationOptions) GetPostgresOptions

func (*JobDestinationOptions) ProtoMessage

func (*JobDestinationOptions) ProtoMessage()

func (*JobDestinationOptions) ProtoReflect

func (x *JobDestinationOptions) ProtoReflect() protoreflect.Message

func (*JobDestinationOptions) Reset

func (x *JobDestinationOptions) Reset()

func (*JobDestinationOptions) String

func (x *JobDestinationOptions) String() string

func (*JobDestinationOptions) Validate

func (m *JobDestinationOptions) Validate() error

Validate checks the field values on JobDestinationOptions 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 (*JobDestinationOptions) ValidateAll

func (m *JobDestinationOptions) ValidateAll() error

ValidateAll checks the field values on JobDestinationOptions 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 JobDestinationOptionsMultiError, or nil if none found.

type JobDestinationOptionsMultiError

type JobDestinationOptionsMultiError []error

JobDestinationOptionsMultiError is an error wrapping multiple validation errors returned by JobDestinationOptions.ValidateAll() if the designated constraints aren't met.

func (JobDestinationOptionsMultiError) AllErrors

func (m JobDestinationOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobDestinationOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobDestinationOptionsValidationError

type JobDestinationOptionsValidationError struct {
	// contains filtered or unexported fields
}

JobDestinationOptionsValidationError is the validation error returned by JobDestinationOptions.Validate if the designated constraints aren't met.

func (JobDestinationOptionsValidationError) Cause

Cause function returns cause value.

func (JobDestinationOptionsValidationError) Error

Error satisfies the builtin error interface

func (JobDestinationOptionsValidationError) ErrorName

ErrorName returns error name.

func (JobDestinationOptionsValidationError) Field

Field function returns field value.

func (JobDestinationOptionsValidationError) Key

Key function returns key value.

func (JobDestinationOptionsValidationError) Reason

Reason function returns reason value.

type JobDestinationOptions_AwsS3Options

type JobDestinationOptions_AwsS3Options struct {
	AwsS3Options *AwsS3DestinationConnectionOptions `protobuf:"bytes,2,opt,name=aws_s3_options,json=awsS3Options,proto3,oneof"`
}

type JobDestinationOptions_MongodbOptions added in v0.4.26

type JobDestinationOptions_MongodbOptions struct {
	MongodbOptions *MongoDBDestinationConnectionOptions `protobuf:"bytes,4,opt,name=mongodb_options,json=mongodbOptions,proto3,oneof"`
}

type JobDestinationOptions_MysqlOptions

type JobDestinationOptions_MysqlOptions struct {
	MysqlOptions *MysqlDestinationConnectionOptions `protobuf:"bytes,3,opt,name=mysql_options,json=mysqlOptions,proto3,oneof"`
}

type JobDestinationOptions_PostgresOptions

type JobDestinationOptions_PostgresOptions struct {
	PostgresOptions *PostgresDestinationConnectionOptions `protobuf:"bytes,1,opt,name=postgres_options,json=postgresOptions,proto3,oneof"`
}

type JobDestinationValidationError

type JobDestinationValidationError struct {
	// contains filtered or unexported fields
}

JobDestinationValidationError is the validation error returned by JobDestination.Validate if the designated constraints aren't met.

func (JobDestinationValidationError) Cause

Cause function returns cause value.

func (JobDestinationValidationError) Error

Error satisfies the builtin error interface

func (JobDestinationValidationError) ErrorName

func (e JobDestinationValidationError) ErrorName() string

ErrorName returns error name.

func (JobDestinationValidationError) Field

Field function returns field value.

func (JobDestinationValidationError) Key

Key function returns key value.

func (JobDestinationValidationError) Reason

Reason function returns reason value.

type JobMapping

type JobMapping struct {
	Schema      string                 `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Table       string                 `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	Column      string                 `protobuf:"bytes,3,opt,name=column,proto3" json:"column,omitempty"`
	Transformer *JobMappingTransformer `protobuf:"bytes,5,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*JobMapping) Descriptor deprecated

func (*JobMapping) Descriptor() ([]byte, []int)

Deprecated: Use JobMapping.ProtoReflect.Descriptor instead.

func (*JobMapping) GetColumn

func (x *JobMapping) GetColumn() string

func (*JobMapping) GetSchema

func (x *JobMapping) GetSchema() string

func (*JobMapping) GetTable

func (x *JobMapping) GetTable() string

func (*JobMapping) GetTransformer

func (x *JobMapping) GetTransformer() *JobMappingTransformer

func (*JobMapping) ProtoMessage

func (*JobMapping) ProtoMessage()

func (*JobMapping) ProtoReflect

func (x *JobMapping) ProtoReflect() protoreflect.Message

func (*JobMapping) Reset

func (x *JobMapping) Reset()

func (*JobMapping) String

func (x *JobMapping) String() string

func (*JobMapping) Validate

func (m *JobMapping) Validate() error

Validate checks the field values on JobMapping 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 (*JobMapping) ValidateAll

func (m *JobMapping) ValidateAll() error

ValidateAll checks the field values on JobMapping 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 JobMappingMultiError, or nil if none found.

type JobMappingMultiError

type JobMappingMultiError []error

JobMappingMultiError is an error wrapping multiple validation errors returned by JobMapping.ValidateAll() if the designated constraints aren't met.

func (JobMappingMultiError) AllErrors

func (m JobMappingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobMappingMultiError) Error

func (m JobMappingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobMappingTransformer

type JobMappingTransformer struct {
	Source TransformerSource  `protobuf:"varint,1,opt,name=source,proto3,enum=mgmt.v1alpha1.TransformerSource" json:"source,omitempty"`
	Config *TransformerConfig `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*JobMappingTransformer) Descriptor deprecated

func (*JobMappingTransformer) Descriptor() ([]byte, []int)

Deprecated: Use JobMappingTransformer.ProtoReflect.Descriptor instead.

func (*JobMappingTransformer) GetConfig

func (x *JobMappingTransformer) GetConfig() *TransformerConfig

func (*JobMappingTransformer) GetSource

func (*JobMappingTransformer) ProtoMessage

func (*JobMappingTransformer) ProtoMessage()

func (*JobMappingTransformer) ProtoReflect

func (x *JobMappingTransformer) ProtoReflect() protoreflect.Message

func (*JobMappingTransformer) Reset

func (x *JobMappingTransformer) Reset()

func (*JobMappingTransformer) String

func (x *JobMappingTransformer) String() string

func (*JobMappingTransformer) Validate

func (m *JobMappingTransformer) Validate() error

Validate checks the field values on JobMappingTransformer 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 (*JobMappingTransformer) ValidateAll

func (m *JobMappingTransformer) ValidateAll() error

ValidateAll checks the field values on JobMappingTransformer 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 JobMappingTransformerMultiError, or nil if none found.

type JobMappingTransformerMultiError

type JobMappingTransformerMultiError []error

JobMappingTransformerMultiError is an error wrapping multiple validation errors returned by JobMappingTransformer.ValidateAll() if the designated constraints aren't met.

func (JobMappingTransformerMultiError) AllErrors

func (m JobMappingTransformerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobMappingTransformerMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobMappingTransformerValidationError

type JobMappingTransformerValidationError struct {
	// contains filtered or unexported fields
}

JobMappingTransformerValidationError is the validation error returned by JobMappingTransformer.Validate if the designated constraints aren't met.

func (JobMappingTransformerValidationError) Cause

Cause function returns cause value.

func (JobMappingTransformerValidationError) Error

Error satisfies the builtin error interface

func (JobMappingTransformerValidationError) ErrorName

ErrorName returns error name.

func (JobMappingTransformerValidationError) Field

Field function returns field value.

func (JobMappingTransformerValidationError) Key

Key function returns key value.

func (JobMappingTransformerValidationError) Reason

Reason function returns reason value.

type JobMappingValidationError

type JobMappingValidationError struct {
	// contains filtered or unexported fields
}

JobMappingValidationError is the validation error returned by JobMapping.Validate if the designated constraints aren't met.

func (JobMappingValidationError) Cause

func (e JobMappingValidationError) Cause() error

Cause function returns cause value.

func (JobMappingValidationError) Error

Error satisfies the builtin error interface

func (JobMappingValidationError) ErrorName

func (e JobMappingValidationError) ErrorName() string

ErrorName returns error name.

func (JobMappingValidationError) Field

Field function returns field value.

func (JobMappingValidationError) Key

Key function returns key value.

func (JobMappingValidationError) Reason

func (e JobMappingValidationError) Reason() string

Reason function returns reason value.

type JobMultiError

type JobMultiError []error

JobMultiError is an error wrapping multiple validation errors returned by Job.ValidateAll() if the designated constraints aren't met.

func (JobMultiError) AllErrors

func (m JobMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobMultiError) Error

func (m JobMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobNextRuns

type JobNextRuns struct {
	NextRunTimes []*timestamppb.Timestamp `protobuf:"bytes,1,rep,name=next_run_times,json=nextRunTimes,proto3" json:"next_run_times,omitempty"`
	// contains filtered or unexported fields
}

func (*JobNextRuns) Descriptor deprecated

func (*JobNextRuns) Descriptor() ([]byte, []int)

Deprecated: Use JobNextRuns.ProtoReflect.Descriptor instead.

func (*JobNextRuns) GetNextRunTimes

func (x *JobNextRuns) GetNextRunTimes() []*timestamppb.Timestamp

func (*JobNextRuns) ProtoMessage

func (*JobNextRuns) ProtoMessage()

func (*JobNextRuns) ProtoReflect

func (x *JobNextRuns) ProtoReflect() protoreflect.Message

func (*JobNextRuns) Reset

func (x *JobNextRuns) Reset()

func (*JobNextRuns) String

func (x *JobNextRuns) String() string

func (*JobNextRuns) Validate

func (m *JobNextRuns) Validate() error

Validate checks the field values on JobNextRuns 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 (*JobNextRuns) ValidateAll

func (m *JobNextRuns) ValidateAll() error

ValidateAll checks the field values on JobNextRuns 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 JobNextRunsMultiError, or nil if none found.

type JobNextRunsMultiError

type JobNextRunsMultiError []error

JobNextRunsMultiError is an error wrapping multiple validation errors returned by JobNextRuns.ValidateAll() if the designated constraints aren't met.

func (JobNextRunsMultiError) AllErrors

func (m JobNextRunsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobNextRunsMultiError) Error

func (m JobNextRunsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobNextRunsValidationError

type JobNextRunsValidationError struct {
	// contains filtered or unexported fields
}

JobNextRunsValidationError is the validation error returned by JobNextRuns.Validate if the designated constraints aren't met.

func (JobNextRunsValidationError) Cause

Cause function returns cause value.

func (JobNextRunsValidationError) Error

Error satisfies the builtin error interface

func (JobNextRunsValidationError) ErrorName

func (e JobNextRunsValidationError) ErrorName() string

ErrorName returns error name.

func (JobNextRunsValidationError) Field

Field function returns field value.

func (JobNextRunsValidationError) Key

Key function returns key value.

func (JobNextRunsValidationError) Reason

Reason function returns reason value.

type JobRecentRun

type JobRecentRun struct {
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	JobRunId  string                 `protobuf:"bytes,2,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRecentRun) Descriptor deprecated

func (*JobRecentRun) Descriptor() ([]byte, []int)

Deprecated: Use JobRecentRun.ProtoReflect.Descriptor instead.

func (*JobRecentRun) GetJobRunId

func (x *JobRecentRun) GetJobRunId() string

func (*JobRecentRun) GetStartTime

func (x *JobRecentRun) GetStartTime() *timestamppb.Timestamp

func (*JobRecentRun) ProtoMessage

func (*JobRecentRun) ProtoMessage()

func (*JobRecentRun) ProtoReflect

func (x *JobRecentRun) ProtoReflect() protoreflect.Message

func (*JobRecentRun) Reset

func (x *JobRecentRun) Reset()

func (*JobRecentRun) String

func (x *JobRecentRun) String() string

func (*JobRecentRun) Validate

func (m *JobRecentRun) Validate() error

Validate checks the field values on JobRecentRun 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 (*JobRecentRun) ValidateAll

func (m *JobRecentRun) ValidateAll() error

ValidateAll checks the field values on JobRecentRun 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 JobRecentRunMultiError, or nil if none found.

type JobRecentRunMultiError

type JobRecentRunMultiError []error

JobRecentRunMultiError is an error wrapping multiple validation errors returned by JobRecentRun.ValidateAll() if the designated constraints aren't met.

func (JobRecentRunMultiError) AllErrors

func (m JobRecentRunMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRecentRunMultiError) Error

func (m JobRecentRunMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobRecentRunValidationError

type JobRecentRunValidationError struct {
	// contains filtered or unexported fields
}

JobRecentRunValidationError is the validation error returned by JobRecentRun.Validate if the designated constraints aren't met.

func (JobRecentRunValidationError) Cause

Cause function returns cause value.

func (JobRecentRunValidationError) Error

Error satisfies the builtin error interface

func (JobRecentRunValidationError) ErrorName

func (e JobRecentRunValidationError) ErrorName() string

ErrorName returns error name.

func (JobRecentRunValidationError) Field

Field function returns field value.

func (JobRecentRunValidationError) Key

Key function returns key value.

func (JobRecentRunValidationError) Reason

Reason function returns reason value.

type JobRun

type JobRun struct {

	// The id of the job run. This will currently be equivalent to the temporal workflow id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The unique identifier of the job id this run is associated with
	JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// The name of the job run.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// the status of the job run
	Status JobRunStatus `protobuf:"varint,4,opt,name=status,proto3,enum=mgmt.v1alpha1.JobRunStatus" json:"status,omitempty"`
	// A timestamp of when the run started
	StartedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	// Available if the run completed or has not yet been archived by the system
	CompletedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=completed_at,json=completedAt,proto3,oneof" json:"completed_at,omitempty"`
	// Pending activities are only returned when retrieving a specific job run and will not be returned when requesting job runs in list format
	PendingActivities []*PendingActivity `protobuf:"bytes,8,rep,name=pending_activities,json=pendingActivities,proto3" json:"pending_activities,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRun) Descriptor deprecated

func (*JobRun) Descriptor() ([]byte, []int)

Deprecated: Use JobRun.ProtoReflect.Descriptor instead.

func (*JobRun) GetCompletedAt

func (x *JobRun) GetCompletedAt() *timestamppb.Timestamp

func (*JobRun) GetId

func (x *JobRun) GetId() string

func (*JobRun) GetJobId

func (x *JobRun) GetJobId() string

func (*JobRun) GetName

func (x *JobRun) GetName() string

func (*JobRun) GetPendingActivities

func (x *JobRun) GetPendingActivities() []*PendingActivity

func (*JobRun) GetStartedAt

func (x *JobRun) GetStartedAt() *timestamppb.Timestamp

func (*JobRun) GetStatus

func (x *JobRun) GetStatus() JobRunStatus

func (*JobRun) ProtoMessage

func (*JobRun) ProtoMessage()

func (*JobRun) ProtoReflect

func (x *JobRun) ProtoReflect() protoreflect.Message

func (*JobRun) Reset

func (x *JobRun) Reset()

func (*JobRun) String

func (x *JobRun) String() string

func (*JobRun) Validate

func (m *JobRun) Validate() error

Validate checks the field values on JobRun 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 (*JobRun) ValidateAll

func (m *JobRun) ValidateAll() error

ValidateAll checks the field values on JobRun 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 JobRunMultiError, or nil if none found.

type JobRunEvent

type JobRunEvent struct {
	Id        int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	CloseTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=close_time,json=closeTime,proto3" json:"close_time,omitempty"`
	Metadata  *JobRunEventMetadata   `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Tasks     []*JobRunEventTask     `protobuf:"bytes,6,rep,name=tasks,proto3" json:"tasks,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRunEvent) Descriptor deprecated

func (*JobRunEvent) Descriptor() ([]byte, []int)

Deprecated: Use JobRunEvent.ProtoReflect.Descriptor instead.

func (*JobRunEvent) GetCloseTime

func (x *JobRunEvent) GetCloseTime() *timestamppb.Timestamp

func (*JobRunEvent) GetId

func (x *JobRunEvent) GetId() int64

func (*JobRunEvent) GetMetadata

func (x *JobRunEvent) GetMetadata() *JobRunEventMetadata

func (*JobRunEvent) GetStartTime

func (x *JobRunEvent) GetStartTime() *timestamppb.Timestamp

func (*JobRunEvent) GetTasks

func (x *JobRunEvent) GetTasks() []*JobRunEventTask

func (*JobRunEvent) GetType

func (x *JobRunEvent) GetType() string

func (*JobRunEvent) ProtoMessage

func (*JobRunEvent) ProtoMessage()

func (*JobRunEvent) ProtoReflect

func (x *JobRunEvent) ProtoReflect() protoreflect.Message

func (*JobRunEvent) Reset

func (x *JobRunEvent) Reset()

func (*JobRunEvent) String

func (x *JobRunEvent) String() string

func (*JobRunEvent) Validate

func (m *JobRunEvent) Validate() error

Validate checks the field values on JobRunEvent 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 (*JobRunEvent) ValidateAll

func (m *JobRunEvent) ValidateAll() error

ValidateAll checks the field values on JobRunEvent 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 JobRunEventMultiError, or nil if none found.

type JobRunEventMetadata

type JobRunEventMetadata struct {

	// Types that are assignable to Metadata:
	//
	//	*JobRunEventMetadata_SyncMetadata
	Metadata isJobRunEventMetadata_Metadata `protobuf_oneof:"metadata"`
	// contains filtered or unexported fields
}

func (*JobRunEventMetadata) Descriptor deprecated

func (*JobRunEventMetadata) Descriptor() ([]byte, []int)

Deprecated: Use JobRunEventMetadata.ProtoReflect.Descriptor instead.

func (*JobRunEventMetadata) GetMetadata

func (m *JobRunEventMetadata) GetMetadata() isJobRunEventMetadata_Metadata

func (*JobRunEventMetadata) GetSyncMetadata

func (x *JobRunEventMetadata) GetSyncMetadata() *JobRunSyncMetadata

func (*JobRunEventMetadata) ProtoMessage

func (*JobRunEventMetadata) ProtoMessage()

func (*JobRunEventMetadata) ProtoReflect

func (x *JobRunEventMetadata) ProtoReflect() protoreflect.Message

func (*JobRunEventMetadata) Reset

func (x *JobRunEventMetadata) Reset()

func (*JobRunEventMetadata) String

func (x *JobRunEventMetadata) String() string

func (*JobRunEventMetadata) Validate

func (m *JobRunEventMetadata) Validate() error

Validate checks the field values on JobRunEventMetadata 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 (*JobRunEventMetadata) ValidateAll

func (m *JobRunEventMetadata) ValidateAll() error

ValidateAll checks the field values on JobRunEventMetadata 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 JobRunEventMetadataMultiError, or nil if none found.

type JobRunEventMetadataMultiError

type JobRunEventMetadataMultiError []error

JobRunEventMetadataMultiError is an error wrapping multiple validation errors returned by JobRunEventMetadata.ValidateAll() if the designated constraints aren't met.

func (JobRunEventMetadataMultiError) AllErrors

func (m JobRunEventMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunEventMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobRunEventMetadataValidationError

type JobRunEventMetadataValidationError struct {
	// contains filtered or unexported fields
}

JobRunEventMetadataValidationError is the validation error returned by JobRunEventMetadata.Validate if the designated constraints aren't met.

func (JobRunEventMetadataValidationError) Cause

Cause function returns cause value.

func (JobRunEventMetadataValidationError) Error

Error satisfies the builtin error interface

func (JobRunEventMetadataValidationError) ErrorName

ErrorName returns error name.

func (JobRunEventMetadataValidationError) Field

Field function returns field value.

func (JobRunEventMetadataValidationError) Key

Key function returns key value.

func (JobRunEventMetadataValidationError) Reason

Reason function returns reason value.

type JobRunEventMetadata_SyncMetadata

type JobRunEventMetadata_SyncMetadata struct {
	SyncMetadata *JobRunSyncMetadata `protobuf:"bytes,1,opt,name=sync_metadata,json=syncMetadata,proto3,oneof"`
}

type JobRunEventMultiError

type JobRunEventMultiError []error

JobRunEventMultiError is an error wrapping multiple validation errors returned by JobRunEvent.ValidateAll() if the designated constraints aren't met.

func (JobRunEventMultiError) AllErrors

func (m JobRunEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunEventMultiError) Error

func (m JobRunEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobRunEventTask

type JobRunEventTask struct {
	Id        int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	EventTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
	Error     *JobRunEventTaskError  `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRunEventTask) Descriptor deprecated

func (*JobRunEventTask) Descriptor() ([]byte, []int)

Deprecated: Use JobRunEventTask.ProtoReflect.Descriptor instead.

func (*JobRunEventTask) GetError

func (x *JobRunEventTask) GetError() *JobRunEventTaskError

func (*JobRunEventTask) GetEventTime

func (x *JobRunEventTask) GetEventTime() *timestamppb.Timestamp

func (*JobRunEventTask) GetId

func (x *JobRunEventTask) GetId() int64

func (*JobRunEventTask) GetType

func (x *JobRunEventTask) GetType() string

func (*JobRunEventTask) ProtoMessage

func (*JobRunEventTask) ProtoMessage()

func (*JobRunEventTask) ProtoReflect

func (x *JobRunEventTask) ProtoReflect() protoreflect.Message

func (*JobRunEventTask) Reset

func (x *JobRunEventTask) Reset()

func (*JobRunEventTask) String

func (x *JobRunEventTask) String() string

func (*JobRunEventTask) Validate

func (m *JobRunEventTask) Validate() error

Validate checks the field values on JobRunEventTask 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 (*JobRunEventTask) ValidateAll

func (m *JobRunEventTask) ValidateAll() error

ValidateAll checks the field values on JobRunEventTask 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 JobRunEventTaskMultiError, or nil if none found.

type JobRunEventTaskError

type JobRunEventTaskError struct {
	Message    string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	RetryState string `protobuf:"bytes,2,opt,name=retry_state,json=retryState,proto3" json:"retry_state,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRunEventTaskError) Descriptor deprecated

func (*JobRunEventTaskError) Descriptor() ([]byte, []int)

Deprecated: Use JobRunEventTaskError.ProtoReflect.Descriptor instead.

func (*JobRunEventTaskError) GetMessage

func (x *JobRunEventTaskError) GetMessage() string

func (*JobRunEventTaskError) GetRetryState

func (x *JobRunEventTaskError) GetRetryState() string

func (*JobRunEventTaskError) ProtoMessage

func (*JobRunEventTaskError) ProtoMessage()

func (*JobRunEventTaskError) ProtoReflect

func (x *JobRunEventTaskError) ProtoReflect() protoreflect.Message

func (*JobRunEventTaskError) Reset

func (x *JobRunEventTaskError) Reset()

func (*JobRunEventTaskError) String

func (x *JobRunEventTaskError) String() string

func (*JobRunEventTaskError) Validate

func (m *JobRunEventTaskError) Validate() error

Validate checks the field values on JobRunEventTaskError 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 (*JobRunEventTaskError) ValidateAll

func (m *JobRunEventTaskError) ValidateAll() error

ValidateAll checks the field values on JobRunEventTaskError 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 JobRunEventTaskErrorMultiError, or nil if none found.

type JobRunEventTaskErrorMultiError

type JobRunEventTaskErrorMultiError []error

JobRunEventTaskErrorMultiError is an error wrapping multiple validation errors returned by JobRunEventTaskError.ValidateAll() if the designated constraints aren't met.

func (JobRunEventTaskErrorMultiError) AllErrors

func (m JobRunEventTaskErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunEventTaskErrorMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobRunEventTaskErrorValidationError

type JobRunEventTaskErrorValidationError struct {
	// contains filtered or unexported fields
}

JobRunEventTaskErrorValidationError is the validation error returned by JobRunEventTaskError.Validate if the designated constraints aren't met.

func (JobRunEventTaskErrorValidationError) Cause

Cause function returns cause value.

func (JobRunEventTaskErrorValidationError) Error

Error satisfies the builtin error interface

func (JobRunEventTaskErrorValidationError) ErrorName

ErrorName returns error name.

func (JobRunEventTaskErrorValidationError) Field

Field function returns field value.

func (JobRunEventTaskErrorValidationError) Key

Key function returns key value.

func (JobRunEventTaskErrorValidationError) Reason

Reason function returns reason value.

type JobRunEventTaskMultiError

type JobRunEventTaskMultiError []error

JobRunEventTaskMultiError is an error wrapping multiple validation errors returned by JobRunEventTask.ValidateAll() if the designated constraints aren't met.

func (JobRunEventTaskMultiError) AllErrors

func (m JobRunEventTaskMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunEventTaskMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobRunEventTaskValidationError

type JobRunEventTaskValidationError struct {
	// contains filtered or unexported fields
}

JobRunEventTaskValidationError is the validation error returned by JobRunEventTask.Validate if the designated constraints aren't met.

func (JobRunEventTaskValidationError) Cause

Cause function returns cause value.

func (JobRunEventTaskValidationError) Error

Error satisfies the builtin error interface

func (JobRunEventTaskValidationError) ErrorName

func (e JobRunEventTaskValidationError) ErrorName() string

ErrorName returns error name.

func (JobRunEventTaskValidationError) Field

Field function returns field value.

func (JobRunEventTaskValidationError) Key

Key function returns key value.

func (JobRunEventTaskValidationError) Reason

Reason function returns reason value.

type JobRunEventValidationError

type JobRunEventValidationError struct {
	// contains filtered or unexported fields
}

JobRunEventValidationError is the validation error returned by JobRunEvent.Validate if the designated constraints aren't met.

func (JobRunEventValidationError) Cause

Cause function returns cause value.

func (JobRunEventValidationError) Error

Error satisfies the builtin error interface

func (JobRunEventValidationError) ErrorName

func (e JobRunEventValidationError) ErrorName() string

ErrorName returns error name.

func (JobRunEventValidationError) Field

Field function returns field value.

func (JobRunEventValidationError) Key

Key function returns key value.

func (JobRunEventValidationError) Reason

Reason function returns reason value.

type JobRunMultiError

type JobRunMultiError []error

JobRunMultiError is an error wrapping multiple validation errors returned by JobRun.ValidateAll() if the designated constraints aren't met.

func (JobRunMultiError) AllErrors

func (m JobRunMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunMultiError) Error

func (m JobRunMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobRunStatus

type JobRunStatus int32

An enumeration of job run statuses.

const (
	// if the job run status is unknown
	JobRunStatus_JOB_RUN_STATUS_UNSPECIFIED JobRunStatus = 0
	// the run is pending and has not started yet
	JobRunStatus_JOB_RUN_STATUS_PENDING JobRunStatus = 1
	// the run is currently in progress
	JobRunStatus_JOB_RUN_STATUS_RUNNING JobRunStatus = 2
	// the run has successfully completed
	JobRunStatus_JOB_RUN_STATUS_COMPLETE JobRunStatus = 3
	// the run ended with an error
	JobRunStatus_JOB_RUN_STATUS_ERROR JobRunStatus = 4
	// the run was cancelled
	JobRunStatus_JOB_RUN_STATUS_CANCELED JobRunStatus = 5
	// the run was terminated
	JobRunStatus_JOB_RUN_STATUS_TERMINATED JobRunStatus = 6
	// the run ended in failure
	JobRunStatus_JOB_RUN_STATUS_FAILED JobRunStatus = 7
	// the run was ended pre-maturely due to timeout
	JobRunStatus_JOB_RUN_STATUS_TIMED_OUT JobRunStatus = 8
)

func (JobRunStatus) Descriptor

func (JobRunStatus) Enum

func (x JobRunStatus) Enum() *JobRunStatus

func (JobRunStatus) EnumDescriptor deprecated

func (JobRunStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use JobRunStatus.Descriptor instead.

func (JobRunStatus) Number

func (JobRunStatus) String

func (x JobRunStatus) String() string

func (JobRunStatus) Type

type JobRunSyncMetadata

type JobRunSyncMetadata struct {
	Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Table  string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*JobRunSyncMetadata) Descriptor deprecated

func (*JobRunSyncMetadata) Descriptor() ([]byte, []int)

Deprecated: Use JobRunSyncMetadata.ProtoReflect.Descriptor instead.

func (*JobRunSyncMetadata) GetSchema

func (x *JobRunSyncMetadata) GetSchema() string

func (*JobRunSyncMetadata) GetTable

func (x *JobRunSyncMetadata) GetTable() string

func (*JobRunSyncMetadata) ProtoMessage

func (*JobRunSyncMetadata) ProtoMessage()

func (*JobRunSyncMetadata) ProtoReflect

func (x *JobRunSyncMetadata) ProtoReflect() protoreflect.Message

func (*JobRunSyncMetadata) Reset

func (x *JobRunSyncMetadata) Reset()

func (*JobRunSyncMetadata) String

func (x *JobRunSyncMetadata) String() string

func (*JobRunSyncMetadata) Validate

func (m *JobRunSyncMetadata) Validate() error

Validate checks the field values on JobRunSyncMetadata 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 (*JobRunSyncMetadata) ValidateAll

func (m *JobRunSyncMetadata) ValidateAll() error

ValidateAll checks the field values on JobRunSyncMetadata 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 JobRunSyncMetadataMultiError, or nil if none found.

type JobRunSyncMetadataMultiError

type JobRunSyncMetadataMultiError []error

JobRunSyncMetadataMultiError is an error wrapping multiple validation errors returned by JobRunSyncMetadata.ValidateAll() if the designated constraints aren't met.

func (JobRunSyncMetadataMultiError) AllErrors

func (m JobRunSyncMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobRunSyncMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobRunSyncMetadataValidationError

type JobRunSyncMetadataValidationError struct {
	// contains filtered or unexported fields
}

JobRunSyncMetadataValidationError is the validation error returned by JobRunSyncMetadata.Validate if the designated constraints aren't met.

func (JobRunSyncMetadataValidationError) Cause

Cause function returns cause value.

func (JobRunSyncMetadataValidationError) Error

Error satisfies the builtin error interface

func (JobRunSyncMetadataValidationError) ErrorName

ErrorName returns error name.

func (JobRunSyncMetadataValidationError) Field

Field function returns field value.

func (JobRunSyncMetadataValidationError) Key

Key function returns key value.

func (JobRunSyncMetadataValidationError) Reason

Reason function returns reason value.

type JobRunValidationError

type JobRunValidationError struct {
	// contains filtered or unexported fields
}

JobRunValidationError is the validation error returned by JobRun.Validate if the designated constraints aren't met.

func (JobRunValidationError) Cause

func (e JobRunValidationError) Cause() error

Cause function returns cause value.

func (JobRunValidationError) Error

func (e JobRunValidationError) Error() string

Error satisfies the builtin error interface

func (JobRunValidationError) ErrorName

func (e JobRunValidationError) ErrorName() string

ErrorName returns error name.

func (JobRunValidationError) Field

func (e JobRunValidationError) Field() string

Field function returns field value.

func (JobRunValidationError) Key

func (e JobRunValidationError) Key() bool

Key function returns key value.

func (JobRunValidationError) Reason

func (e JobRunValidationError) Reason() string

Reason function returns reason value.

type JobSource

type JobSource struct {
	Options *JobSourceOptions `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*JobSource) Descriptor deprecated

func (*JobSource) Descriptor() ([]byte, []int)

Deprecated: Use JobSource.ProtoReflect.Descriptor instead.

func (*JobSource) GetOptions

func (x *JobSource) GetOptions() *JobSourceOptions

func (*JobSource) ProtoMessage

func (*JobSource) ProtoMessage()

func (*JobSource) ProtoReflect

func (x *JobSource) ProtoReflect() protoreflect.Message

func (*JobSource) Reset

func (x *JobSource) Reset()

func (*JobSource) String

func (x *JobSource) String() string

func (*JobSource) Validate

func (m *JobSource) Validate() error

Validate checks the field values on JobSource 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 (*JobSource) ValidateAll

func (m *JobSource) ValidateAll() error

ValidateAll checks the field values on JobSource 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 JobSourceMultiError, or nil if none found.

type JobSourceMultiError

type JobSourceMultiError []error

JobSourceMultiError is an error wrapping multiple validation errors returned by JobSource.ValidateAll() if the designated constraints aren't met.

func (JobSourceMultiError) AllErrors

func (m JobSourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobSourceMultiError) Error

func (m JobSourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobSourceOptions

type JobSourceOptions struct {

	// Types that are assignable to Config:
	//
	//	*JobSourceOptions_Postgres
	//	*JobSourceOptions_AwsS3
	//	*JobSourceOptions_Mysql
	//	*JobSourceOptions_Generate
	//	*JobSourceOptions_AiGenerate
	//	*JobSourceOptions_Mongodb
	Config isJobSourceOptions_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*JobSourceOptions) Descriptor deprecated

func (*JobSourceOptions) Descriptor() ([]byte, []int)

Deprecated: Use JobSourceOptions.ProtoReflect.Descriptor instead.

func (*JobSourceOptions) GetAiGenerate

func (x *JobSourceOptions) GetAiGenerate() *AiGenerateSourceOptions

func (*JobSourceOptions) GetAwsS3

func (*JobSourceOptions) GetConfig

func (m *JobSourceOptions) GetConfig() isJobSourceOptions_Config

func (*JobSourceOptions) GetGenerate

func (x *JobSourceOptions) GetGenerate() *GenerateSourceOptions

func (*JobSourceOptions) GetMongodb added in v0.4.26

func (*JobSourceOptions) GetMysql

func (*JobSourceOptions) GetPostgres

func (*JobSourceOptions) ProtoMessage

func (*JobSourceOptions) ProtoMessage()

func (*JobSourceOptions) ProtoReflect

func (x *JobSourceOptions) ProtoReflect() protoreflect.Message

func (*JobSourceOptions) Reset

func (x *JobSourceOptions) Reset()

func (*JobSourceOptions) String

func (x *JobSourceOptions) String() string

func (*JobSourceOptions) Validate

func (m *JobSourceOptions) Validate() error

Validate checks the field values on JobSourceOptions 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 (*JobSourceOptions) ValidateAll

func (m *JobSourceOptions) ValidateAll() error

ValidateAll checks the field values on JobSourceOptions 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 JobSourceOptionsMultiError, or nil if none found.

type JobSourceOptionsMultiError

type JobSourceOptionsMultiError []error

JobSourceOptionsMultiError is an error wrapping multiple validation errors returned by JobSourceOptions.ValidateAll() if the designated constraints aren't met.

func (JobSourceOptionsMultiError) AllErrors

func (m JobSourceOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobSourceOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobSourceOptionsValidationError

type JobSourceOptionsValidationError struct {
	// contains filtered or unexported fields
}

JobSourceOptionsValidationError is the validation error returned by JobSourceOptions.Validate if the designated constraints aren't met.

func (JobSourceOptionsValidationError) Cause

Cause function returns cause value.

func (JobSourceOptionsValidationError) Error

Error satisfies the builtin error interface

func (JobSourceOptionsValidationError) ErrorName

ErrorName returns error name.

func (JobSourceOptionsValidationError) Field

Field function returns field value.

func (JobSourceOptionsValidationError) Key

Key function returns key value.

func (JobSourceOptionsValidationError) Reason

Reason function returns reason value.

type JobSourceOptions_AiGenerate

type JobSourceOptions_AiGenerate struct {
	AiGenerate *AiGenerateSourceOptions `protobuf:"bytes,5,opt,name=ai_generate,json=aiGenerate,proto3,oneof"`
}

type JobSourceOptions_AwsS3

type JobSourceOptions_AwsS3 struct {
	AwsS3 *AwsS3SourceConnectionOptions `protobuf:"bytes,2,opt,name=aws_s3,json=awsS3,proto3,oneof"`
}

type JobSourceOptions_Generate

type JobSourceOptions_Generate struct {
	Generate *GenerateSourceOptions `protobuf:"bytes,4,opt,name=generate,proto3,oneof"`
}

type JobSourceOptions_Mongodb added in v0.4.26

type JobSourceOptions_Mongodb struct {
	Mongodb *MongoDBSourceConnectionOptions `protobuf:"bytes,6,opt,name=mongodb,proto3,oneof"`
}

type JobSourceOptions_Mysql

type JobSourceOptions_Mysql struct {
	Mysql *MysqlSourceConnectionOptions `protobuf:"bytes,3,opt,name=mysql,proto3,oneof"`
}

type JobSourceOptions_Postgres

type JobSourceOptions_Postgres struct {
	Postgres *PostgresSourceConnectionOptions `protobuf:"bytes,1,opt,name=postgres,proto3,oneof"`
}

type JobSourceSqlSubetSchemas

type JobSourceSqlSubetSchemas struct {

	// Types that are assignable to Schemas:
	//
	//	*JobSourceSqlSubetSchemas_PostgresSubset
	//	*JobSourceSqlSubetSchemas_MysqlSubset
	Schemas isJobSourceSqlSubetSchemas_Schemas `protobuf_oneof:"schemas"`
	// contains filtered or unexported fields
}

func (*JobSourceSqlSubetSchemas) Descriptor deprecated

func (*JobSourceSqlSubetSchemas) Descriptor() ([]byte, []int)

Deprecated: Use JobSourceSqlSubetSchemas.ProtoReflect.Descriptor instead.

func (*JobSourceSqlSubetSchemas) GetMysqlSubset

func (*JobSourceSqlSubetSchemas) GetPostgresSubset

func (x *JobSourceSqlSubetSchemas) GetPostgresSubset() *PostgresSourceSchemaSubset

func (*JobSourceSqlSubetSchemas) GetSchemas

func (m *JobSourceSqlSubetSchemas) GetSchemas() isJobSourceSqlSubetSchemas_Schemas

func (*JobSourceSqlSubetSchemas) ProtoMessage

func (*JobSourceSqlSubetSchemas) ProtoMessage()

func (*JobSourceSqlSubetSchemas) ProtoReflect

func (x *JobSourceSqlSubetSchemas) ProtoReflect() protoreflect.Message

func (*JobSourceSqlSubetSchemas) Reset

func (x *JobSourceSqlSubetSchemas) Reset()

func (*JobSourceSqlSubetSchemas) String

func (x *JobSourceSqlSubetSchemas) String() string

func (*JobSourceSqlSubetSchemas) Validate

func (m *JobSourceSqlSubetSchemas) Validate() error

Validate checks the field values on JobSourceSqlSubetSchemas 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 (*JobSourceSqlSubetSchemas) ValidateAll

func (m *JobSourceSqlSubetSchemas) ValidateAll() error

ValidateAll checks the field values on JobSourceSqlSubetSchemas 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 JobSourceSqlSubetSchemasMultiError, or nil if none found.

type JobSourceSqlSubetSchemasMultiError

type JobSourceSqlSubetSchemasMultiError []error

JobSourceSqlSubetSchemasMultiError is an error wrapping multiple validation errors returned by JobSourceSqlSubetSchemas.ValidateAll() if the designated constraints aren't met.

func (JobSourceSqlSubetSchemasMultiError) AllErrors

func (m JobSourceSqlSubetSchemasMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobSourceSqlSubetSchemasMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobSourceSqlSubetSchemasValidationError

type JobSourceSqlSubetSchemasValidationError struct {
	// contains filtered or unexported fields
}

JobSourceSqlSubetSchemasValidationError is the validation error returned by JobSourceSqlSubetSchemas.Validate if the designated constraints aren't met.

func (JobSourceSqlSubetSchemasValidationError) Cause

Cause function returns cause value.

func (JobSourceSqlSubetSchemasValidationError) Error

Error satisfies the builtin error interface

func (JobSourceSqlSubetSchemasValidationError) ErrorName

ErrorName returns error name.

func (JobSourceSqlSubetSchemasValidationError) Field

Field function returns field value.

func (JobSourceSqlSubetSchemasValidationError) Key

Key function returns key value.

func (JobSourceSqlSubetSchemasValidationError) Reason

Reason function returns reason value.

type JobSourceSqlSubetSchemas_MysqlSubset

type JobSourceSqlSubetSchemas_MysqlSubset struct {
	MysqlSubset *MysqlSourceSchemaSubset `protobuf:"bytes,3,opt,name=mysql_subset,json=mysqlSubset,proto3,oneof"`
}

type JobSourceSqlSubetSchemas_PostgresSubset

type JobSourceSqlSubetSchemas_PostgresSubset struct {
	PostgresSubset *PostgresSourceSchemaSubset `protobuf:"bytes,2,opt,name=postgres_subset,json=postgresSubset,proto3,oneof"`
}

type JobSourceValidationError

type JobSourceValidationError struct {
	// contains filtered or unexported fields
}

JobSourceValidationError is the validation error returned by JobSource.Validate if the designated constraints aren't met.

func (JobSourceValidationError) Cause

func (e JobSourceValidationError) Cause() error

Cause function returns cause value.

func (JobSourceValidationError) Error

func (e JobSourceValidationError) Error() string

Error satisfies the builtin error interface

func (JobSourceValidationError) ErrorName

func (e JobSourceValidationError) ErrorName() string

ErrorName returns error name.

func (JobSourceValidationError) Field

func (e JobSourceValidationError) Field() string

Field function returns field value.

func (JobSourceValidationError) Key

Key function returns key value.

func (JobSourceValidationError) Reason

func (e JobSourceValidationError) Reason() string

Reason function returns reason value.

type JobStatus

type JobStatus int32
const (
	JobStatus_JOB_STATUS_UNSPECIFIED JobStatus = 0
	JobStatus_JOB_STATUS_ENABLED     JobStatus = 1
	JobStatus_JOB_STATUS_PAUSED      JobStatus = 3
	JobStatus_JOB_STATUS_DISABLED    JobStatus = 4
)

func (JobStatus) Descriptor

func (JobStatus) Descriptor() protoreflect.EnumDescriptor

func (JobStatus) Enum

func (x JobStatus) Enum() *JobStatus

func (JobStatus) EnumDescriptor deprecated

func (JobStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use JobStatus.Descriptor instead.

func (JobStatus) Number

func (x JobStatus) Number() protoreflect.EnumNumber

func (JobStatus) String

func (x JobStatus) String() string

func (JobStatus) Type

type JobStatusRecord

type JobStatusRecord struct {
	JobId  string    `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Status JobStatus `protobuf:"varint,2,opt,name=status,proto3,enum=mgmt.v1alpha1.JobStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*JobStatusRecord) Descriptor deprecated

func (*JobStatusRecord) Descriptor() ([]byte, []int)

Deprecated: Use JobStatusRecord.ProtoReflect.Descriptor instead.

func (*JobStatusRecord) GetJobId

func (x *JobStatusRecord) GetJobId() string

func (*JobStatusRecord) GetStatus

func (x *JobStatusRecord) GetStatus() JobStatus

func (*JobStatusRecord) ProtoMessage

func (*JobStatusRecord) ProtoMessage()

func (*JobStatusRecord) ProtoReflect

func (x *JobStatusRecord) ProtoReflect() protoreflect.Message

func (*JobStatusRecord) Reset

func (x *JobStatusRecord) Reset()

func (*JobStatusRecord) String

func (x *JobStatusRecord) String() string

func (*JobStatusRecord) Validate

func (m *JobStatusRecord) Validate() error

Validate checks the field values on JobStatusRecord 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 (*JobStatusRecord) ValidateAll

func (m *JobStatusRecord) ValidateAll() error

ValidateAll checks the field values on JobStatusRecord 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 JobStatusRecordMultiError, or nil if none found.

type JobStatusRecordMultiError

type JobStatusRecordMultiError []error

JobStatusRecordMultiError is an error wrapping multiple validation errors returned by JobStatusRecord.ValidateAll() if the designated constraints aren't met.

func (JobStatusRecordMultiError) AllErrors

func (m JobStatusRecordMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobStatusRecordMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JobStatusRecordValidationError

type JobStatusRecordValidationError struct {
	// contains filtered or unexported fields
}

JobStatusRecordValidationError is the validation error returned by JobStatusRecord.Validate if the designated constraints aren't met.

func (JobStatusRecordValidationError) Cause

Cause function returns cause value.

func (JobStatusRecordValidationError) Error

Error satisfies the builtin error interface

func (JobStatusRecordValidationError) ErrorName

func (e JobStatusRecordValidationError) ErrorName() string

ErrorName returns error name.

func (JobStatusRecordValidationError) Field

Field function returns field value.

func (JobStatusRecordValidationError) Key

Key function returns key value.

func (JobStatusRecordValidationError) Reason

Reason function returns reason value.

type JobValidationError

type JobValidationError struct {
	// contains filtered or unexported fields
}

JobValidationError is the validation error returned by Job.Validate if the designated constraints aren't met.

func (JobValidationError) Cause

func (e JobValidationError) Cause() error

Cause function returns cause value.

func (JobValidationError) Error

func (e JobValidationError) Error() string

Error satisfies the builtin error interface

func (JobValidationError) ErrorName

func (e JobValidationError) ErrorName() string

ErrorName returns error name.

func (JobValidationError) Field

func (e JobValidationError) Field() string

Field function returns field value.

func (JobValidationError) Key

func (e JobValidationError) Key() bool

Key function returns key value.

func (JobValidationError) Reason

func (e JobValidationError) Reason() string

Reason function returns reason value.

type LocalDirectoryConnectionConfig

type LocalDirectoryConnectionConfig struct {

	// The absolute path to a directory that is available on the local file system to the API and Worker nodes
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Configures a connection to a directory available on the local file system

func (*LocalDirectoryConnectionConfig) Descriptor deprecated

func (*LocalDirectoryConnectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use LocalDirectoryConnectionConfig.ProtoReflect.Descriptor instead.

func (*LocalDirectoryConnectionConfig) GetPath

func (*LocalDirectoryConnectionConfig) ProtoMessage

func (*LocalDirectoryConnectionConfig) ProtoMessage()

func (*LocalDirectoryConnectionConfig) ProtoReflect

func (*LocalDirectoryConnectionConfig) Reset

func (x *LocalDirectoryConnectionConfig) Reset()

func (*LocalDirectoryConnectionConfig) String

func (*LocalDirectoryConnectionConfig) Validate

func (m *LocalDirectoryConnectionConfig) Validate() error

Validate checks the field values on LocalDirectoryConnectionConfig 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 (*LocalDirectoryConnectionConfig) ValidateAll

func (m *LocalDirectoryConnectionConfig) ValidateAll() error

ValidateAll checks the field values on LocalDirectoryConnectionConfig 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 LocalDirectoryConnectionConfigMultiError, or nil if none found.

type LocalDirectoryConnectionConfigMultiError

type LocalDirectoryConnectionConfigMultiError []error

LocalDirectoryConnectionConfigMultiError is an error wrapping multiple validation errors returned by LocalDirectoryConnectionConfig.ValidateAll() if the designated constraints aren't met.

func (LocalDirectoryConnectionConfigMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LocalDirectoryConnectionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LocalDirectoryConnectionConfigValidationError

type LocalDirectoryConnectionConfigValidationError struct {
	// contains filtered or unexported fields
}

LocalDirectoryConnectionConfigValidationError is the validation error returned by LocalDirectoryConnectionConfig.Validate if the designated constraints aren't met.

func (LocalDirectoryConnectionConfigValidationError) Cause

Cause function returns cause value.

func (LocalDirectoryConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (LocalDirectoryConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (LocalDirectoryConnectionConfigValidationError) Field

Field function returns field value.

func (LocalDirectoryConnectionConfigValidationError) Key

Key function returns key value.

func (LocalDirectoryConnectionConfigValidationError) Reason

Reason function returns reason value.

type LogLevel

type LogLevel int32
const (
	LogLevel_LOG_LEVEL_UNSPECIFIED LogLevel = 0
	LogLevel_LOG_LEVEL_DEBUG       LogLevel = 1
	LogLevel_LOG_LEVEL_INFO        LogLevel = 2
	LogLevel_LOG_LEVEL_WARN        LogLevel = 3
	LogLevel_LOG_LEVEL_ERROR       LogLevel = 4
)

func (LogLevel) Descriptor

func (LogLevel) Descriptor() protoreflect.EnumDescriptor

func (LogLevel) Enum

func (x LogLevel) Enum() *LogLevel

func (LogLevel) EnumDescriptor deprecated

func (LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogLevel.Descriptor instead.

func (LogLevel) Number

func (x LogLevel) Number() protoreflect.EnumNumber

func (LogLevel) String

func (x LogLevel) String() string

func (LogLevel) Type

type LogWindow

type LogWindow int32
const (
	LogWindow_LOG_WINDOW_NO_TIME_UNSPECIFIED LogWindow = 0
	LogWindow_LOG_WINDOW_FIFTEEN_MIN         LogWindow = 1
	LogWindow_LOG_WINDOW_ONE_HOUR            LogWindow = 2
	LogWindow_LOG_WINDOW_ONE_DAY             LogWindow = 3
)

func (LogWindow) Descriptor

func (LogWindow) Descriptor() protoreflect.EnumDescriptor

func (LogWindow) Enum

func (x LogWindow) Enum() *LogWindow

func (LogWindow) EnumDescriptor deprecated

func (LogWindow) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogWindow.Descriptor instead.

func (LogWindow) Number

func (x LogWindow) Number() protoreflect.EnumNumber

func (LogWindow) String

func (x LogWindow) String() string

func (LogWindow) Type

type LoginCliRequest

type LoginCliRequest struct {

	// The oauth code
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// The oauth redirect uri that the client uses during the oauth request
	RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCliRequest) Descriptor deprecated

func (*LoginCliRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginCliRequest.ProtoReflect.Descriptor instead.

func (*LoginCliRequest) GetCode

func (x *LoginCliRequest) GetCode() string

func (*LoginCliRequest) GetRedirectUri

func (x *LoginCliRequest) GetRedirectUri() string

func (*LoginCliRequest) ProtoMessage

func (*LoginCliRequest) ProtoMessage()

func (*LoginCliRequest) ProtoReflect

func (x *LoginCliRequest) ProtoReflect() protoreflect.Message

func (*LoginCliRequest) Reset

func (x *LoginCliRequest) Reset()

func (*LoginCliRequest) String

func (x *LoginCliRequest) String() string

func (*LoginCliRequest) Validate

func (m *LoginCliRequest) Validate() error

Validate checks the field values on LoginCliRequest 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 (*LoginCliRequest) ValidateAll

func (m *LoginCliRequest) ValidateAll() error

ValidateAll checks the field values on LoginCliRequest 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 LoginCliRequestMultiError, or nil if none found.

type LoginCliRequestMultiError

type LoginCliRequestMultiError []error

LoginCliRequestMultiError is an error wrapping multiple validation errors returned by LoginCliRequest.ValidateAll() if the designated constraints aren't met.

func (LoginCliRequestMultiError) AllErrors

func (m LoginCliRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginCliRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginCliRequestValidationError

type LoginCliRequestValidationError struct {
	// contains filtered or unexported fields
}

LoginCliRequestValidationError is the validation error returned by LoginCliRequest.Validate if the designated constraints aren't met.

func (LoginCliRequestValidationError) Cause

Cause function returns cause value.

func (LoginCliRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginCliRequestValidationError) ErrorName

func (e LoginCliRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginCliRequestValidationError) Field

Field function returns field value.

func (LoginCliRequestValidationError) Key

Key function returns key value.

func (LoginCliRequestValidationError) Reason

Reason function returns reason value.

type LoginCliResponse

type LoginCliResponse struct {

	// The access token that is returned on successful login
	AccessToken *AccessToken `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCliResponse) Descriptor deprecated

func (*LoginCliResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoginCliResponse.ProtoReflect.Descriptor instead.

func (*LoginCliResponse) GetAccessToken

func (x *LoginCliResponse) GetAccessToken() *AccessToken

func (*LoginCliResponse) ProtoMessage

func (*LoginCliResponse) ProtoMessage()

func (*LoginCliResponse) ProtoReflect

func (x *LoginCliResponse) ProtoReflect() protoreflect.Message

func (*LoginCliResponse) Reset

func (x *LoginCliResponse) Reset()

func (*LoginCliResponse) String

func (x *LoginCliResponse) String() string

func (*LoginCliResponse) Validate

func (m *LoginCliResponse) Validate() error

Validate checks the field values on LoginCliResponse 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 (*LoginCliResponse) ValidateAll

func (m *LoginCliResponse) ValidateAll() error

ValidateAll checks the field values on LoginCliResponse 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 LoginCliResponseMultiError, or nil if none found.

type LoginCliResponseMultiError

type LoginCliResponseMultiError []error

LoginCliResponseMultiError is an error wrapping multiple validation errors returned by LoginCliResponse.ValidateAll() if the designated constraints aren't met.

func (LoginCliResponseMultiError) AllErrors

func (m LoginCliResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginCliResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginCliResponseValidationError

type LoginCliResponseValidationError struct {
	// contains filtered or unexported fields
}

LoginCliResponseValidationError is the validation error returned by LoginCliResponse.Validate if the designated constraints aren't met.

func (LoginCliResponseValidationError) Cause

Cause function returns cause value.

func (LoginCliResponseValidationError) Error

Error satisfies the builtin error interface

func (LoginCliResponseValidationError) ErrorName

ErrorName returns error name.

func (LoginCliResponseValidationError) Field

Field function returns field value.

func (LoginCliResponseValidationError) Key

Key function returns key value.

func (LoginCliResponseValidationError) Reason

Reason function returns reason value.

type MongoConnectionConfig added in v0.4.26

type MongoConnectionConfig struct {

	// May provide either a raw string url, or a structured version
	//
	// Types that are assignable to ConnectionConfig:
	//
	//	*MongoConnectionConfig_Url
	ConnectionConfig isMongoConnectionConfig_ConnectionConfig `protobuf_oneof:"connection_config"`
	// Provide tunnel configuration that can be used to access a connection that is not publicly accessible to the internet
	Tunnel *SSHTunnel `protobuf:"bytes,2,opt,name=tunnel,proto3" json:"tunnel,omitempty"`
	// Provide client-side TLS Certificates
	ClientTls *ClientTlsConfig `protobuf:"bytes,3,opt,name=client_tls,json=clientTls,proto3" json:"client_tls,omitempty"`
	// contains filtered or unexported fields
}

func (*MongoConnectionConfig) Descriptor deprecated added in v0.4.26

func (*MongoConnectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use MongoConnectionConfig.ProtoReflect.Descriptor instead.

func (*MongoConnectionConfig) GetClientTls added in v0.4.26

func (x *MongoConnectionConfig) GetClientTls() *ClientTlsConfig

func (*MongoConnectionConfig) GetConnectionConfig added in v0.4.26

func (m *MongoConnectionConfig) GetConnectionConfig() isMongoConnectionConfig_ConnectionConfig

func (*MongoConnectionConfig) GetTunnel added in v0.4.26

func (x *MongoConnectionConfig) GetTunnel() *SSHTunnel

func (*MongoConnectionConfig) GetUrl added in v0.4.26

func (x *MongoConnectionConfig) GetUrl() string

func (*MongoConnectionConfig) ProtoMessage added in v0.4.26

func (*MongoConnectionConfig) ProtoMessage()

func (*MongoConnectionConfig) ProtoReflect added in v0.4.26

func (x *MongoConnectionConfig) ProtoReflect() protoreflect.Message

func (*MongoConnectionConfig) Reset added in v0.4.26

func (x *MongoConnectionConfig) Reset()

func (*MongoConnectionConfig) String added in v0.4.26

func (x *MongoConnectionConfig) String() string

func (*MongoConnectionConfig) Validate added in v0.4.26

func (m *MongoConnectionConfig) Validate() error

Validate checks the field values on MongoConnectionConfig 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 (*MongoConnectionConfig) ValidateAll added in v0.4.26

func (m *MongoConnectionConfig) ValidateAll() error

ValidateAll checks the field values on MongoConnectionConfig 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 MongoConnectionConfigMultiError, or nil if none found.

type MongoConnectionConfigMultiError added in v0.4.26

type MongoConnectionConfigMultiError []error

MongoConnectionConfigMultiError is an error wrapping multiple validation errors returned by MongoConnectionConfig.ValidateAll() if the designated constraints aren't met.

func (MongoConnectionConfigMultiError) AllErrors added in v0.4.26

func (m MongoConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MongoConnectionConfigMultiError) Error added in v0.4.26

Error returns a concatenation of all the error messages it wraps.

type MongoConnectionConfigValidationError added in v0.4.26

type MongoConnectionConfigValidationError struct {
	// contains filtered or unexported fields
}

MongoConnectionConfigValidationError is the validation error returned by MongoConnectionConfig.Validate if the designated constraints aren't met.

func (MongoConnectionConfigValidationError) Cause added in v0.4.26

Cause function returns cause value.

func (MongoConnectionConfigValidationError) Error added in v0.4.26

Error satisfies the builtin error interface

func (MongoConnectionConfigValidationError) ErrorName added in v0.4.26

ErrorName returns error name.

func (MongoConnectionConfigValidationError) Field added in v0.4.26

Field function returns field value.

func (MongoConnectionConfigValidationError) Key added in v0.4.26

Key function returns key value.

func (MongoConnectionConfigValidationError) Reason added in v0.4.26

Reason function returns reason value.

type MongoConnectionConfig_Url added in v0.4.26

type MongoConnectionConfig_Url struct {
	// The full mongo connection url
	Url string `protobuf:"bytes,1,opt,name=url,proto3,oneof"`
}

type MongoDBDestinationConnectionOptions added in v0.4.26

type MongoDBDestinationConnectionOptions struct {
	// contains filtered or unexported fields
}

func (*MongoDBDestinationConnectionOptions) Descriptor deprecated added in v0.4.26

func (*MongoDBDestinationConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use MongoDBDestinationConnectionOptions.ProtoReflect.Descriptor instead.

func (*MongoDBDestinationConnectionOptions) ProtoMessage added in v0.4.26

func (*MongoDBDestinationConnectionOptions) ProtoMessage()

func (*MongoDBDestinationConnectionOptions) ProtoReflect added in v0.4.26

func (*MongoDBDestinationConnectionOptions) Reset added in v0.4.26

func (*MongoDBDestinationConnectionOptions) String added in v0.4.26

func (*MongoDBDestinationConnectionOptions) Validate added in v0.4.26

Validate checks the field values on MongoDBDestinationConnectionOptions 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 (*MongoDBDestinationConnectionOptions) ValidateAll added in v0.4.26

func (m *MongoDBDestinationConnectionOptions) ValidateAll() error

ValidateAll checks the field values on MongoDBDestinationConnectionOptions 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 MongoDBDestinationConnectionOptionsMultiError, or nil if none found.

type MongoDBDestinationConnectionOptionsMultiError added in v0.4.26

type MongoDBDestinationConnectionOptionsMultiError []error

MongoDBDestinationConnectionOptionsMultiError is an error wrapping multiple validation errors returned by MongoDBDestinationConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (MongoDBDestinationConnectionOptionsMultiError) AllErrors added in v0.4.26

AllErrors returns a list of validation violation errors.

func (MongoDBDestinationConnectionOptionsMultiError) Error added in v0.4.26

Error returns a concatenation of all the error messages it wraps.

type MongoDBDestinationConnectionOptionsValidationError added in v0.4.26

type MongoDBDestinationConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

MongoDBDestinationConnectionOptionsValidationError is the validation error returned by MongoDBDestinationConnectionOptions.Validate if the designated constraints aren't met.

func (MongoDBDestinationConnectionOptionsValidationError) Cause added in v0.4.26

Cause function returns cause value.

func (MongoDBDestinationConnectionOptionsValidationError) Error added in v0.4.26

Error satisfies the builtin error interface

func (MongoDBDestinationConnectionOptionsValidationError) ErrorName added in v0.4.26

ErrorName returns error name.

func (MongoDBDestinationConnectionOptionsValidationError) Field added in v0.4.26

Field function returns field value.

func (MongoDBDestinationConnectionOptionsValidationError) Key added in v0.4.26

Key function returns key value.

func (MongoDBDestinationConnectionOptionsValidationError) Reason added in v0.4.26

Reason function returns reason value.

type MongoDBSourceConnectionOptions added in v0.4.26

type MongoDBSourceConnectionOptions struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MongoDBSourceConnectionOptions) Descriptor deprecated added in v0.4.26

func (*MongoDBSourceConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use MongoDBSourceConnectionOptions.ProtoReflect.Descriptor instead.

func (*MongoDBSourceConnectionOptions) GetConnectionId added in v0.4.26

func (x *MongoDBSourceConnectionOptions) GetConnectionId() string

func (*MongoDBSourceConnectionOptions) ProtoMessage added in v0.4.26

func (*MongoDBSourceConnectionOptions) ProtoMessage()

func (*MongoDBSourceConnectionOptions) ProtoReflect added in v0.4.26

func (*MongoDBSourceConnectionOptions) Reset added in v0.4.26

func (x *MongoDBSourceConnectionOptions) Reset()

func (*MongoDBSourceConnectionOptions) String added in v0.4.26

func (*MongoDBSourceConnectionOptions) Validate added in v0.4.26

func (m *MongoDBSourceConnectionOptions) Validate() error

Validate checks the field values on MongoDBSourceConnectionOptions 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 (*MongoDBSourceConnectionOptions) ValidateAll added in v0.4.26

func (m *MongoDBSourceConnectionOptions) ValidateAll() error

ValidateAll checks the field values on MongoDBSourceConnectionOptions 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 MongoDBSourceConnectionOptionsMultiError, or nil if none found.

type MongoDBSourceConnectionOptionsMultiError added in v0.4.26

type MongoDBSourceConnectionOptionsMultiError []error

MongoDBSourceConnectionOptionsMultiError is an error wrapping multiple validation errors returned by MongoDBSourceConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (MongoDBSourceConnectionOptionsMultiError) AllErrors added in v0.4.26

AllErrors returns a list of validation violation errors.

func (MongoDBSourceConnectionOptionsMultiError) Error added in v0.4.26

Error returns a concatenation of all the error messages it wraps.

type MongoDBSourceConnectionOptionsValidationError added in v0.4.26

type MongoDBSourceConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

MongoDBSourceConnectionOptionsValidationError is the validation error returned by MongoDBSourceConnectionOptions.Validate if the designated constraints aren't met.

func (MongoDBSourceConnectionOptionsValidationError) Cause added in v0.4.26

Cause function returns cause value.

func (MongoDBSourceConnectionOptionsValidationError) Error added in v0.4.26

Error satisfies the builtin error interface

func (MongoDBSourceConnectionOptionsValidationError) ErrorName added in v0.4.26

ErrorName returns error name.

func (MongoDBSourceConnectionOptionsValidationError) Field added in v0.4.26

Field function returns field value.

func (MongoDBSourceConnectionOptionsValidationError) Key added in v0.4.26

Key function returns key value.

func (MongoDBSourceConnectionOptionsValidationError) Reason added in v0.4.26

Reason function returns reason value.

type MongoSchemaConfig added in v0.4.26

type MongoSchemaConfig struct {
	// contains filtered or unexported fields
}

func (*MongoSchemaConfig) Descriptor deprecated added in v0.4.26

func (*MongoSchemaConfig) Descriptor() ([]byte, []int)

Deprecated: Use MongoSchemaConfig.ProtoReflect.Descriptor instead.

func (*MongoSchemaConfig) ProtoMessage added in v0.4.26

func (*MongoSchemaConfig) ProtoMessage()

func (*MongoSchemaConfig) ProtoReflect added in v0.4.26

func (x *MongoSchemaConfig) ProtoReflect() protoreflect.Message

func (*MongoSchemaConfig) Reset added in v0.4.26

func (x *MongoSchemaConfig) Reset()

func (*MongoSchemaConfig) String added in v0.4.26

func (x *MongoSchemaConfig) String() string

func (*MongoSchemaConfig) Validate added in v0.4.26

func (m *MongoSchemaConfig) Validate() error

Validate checks the field values on MongoSchemaConfig 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 (*MongoSchemaConfig) ValidateAll added in v0.4.26

func (m *MongoSchemaConfig) ValidateAll() error

ValidateAll checks the field values on MongoSchemaConfig 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 MongoSchemaConfigMultiError, or nil if none found.

type MongoSchemaConfigMultiError added in v0.4.26

type MongoSchemaConfigMultiError []error

MongoSchemaConfigMultiError is an error wrapping multiple validation errors returned by MongoSchemaConfig.ValidateAll() if the designated constraints aren't met.

func (MongoSchemaConfigMultiError) AllErrors added in v0.4.26

func (m MongoSchemaConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MongoSchemaConfigMultiError) Error added in v0.4.26

Error returns a concatenation of all the error messages it wraps.

type MongoSchemaConfigValidationError added in v0.4.26

type MongoSchemaConfigValidationError struct {
	// contains filtered or unexported fields
}

MongoSchemaConfigValidationError is the validation error returned by MongoSchemaConfig.Validate if the designated constraints aren't met.

func (MongoSchemaConfigValidationError) Cause added in v0.4.26

Cause function returns cause value.

func (MongoSchemaConfigValidationError) Error added in v0.4.26

Error satisfies the builtin error interface

func (MongoSchemaConfigValidationError) ErrorName added in v0.4.26

ErrorName returns error name.

func (MongoSchemaConfigValidationError) Field added in v0.4.26

Field function returns field value.

func (MongoSchemaConfigValidationError) Key added in v0.4.26

Key function returns key value.

func (MongoSchemaConfigValidationError) Reason added in v0.4.26

Reason function returns reason value.

type MysqlConnection

type MysqlConnection struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Pass     string `protobuf:"bytes,2,opt,name=pass,proto3" json:"pass,omitempty"`
	Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Host     string `protobuf:"bytes,4,opt,name=host,proto3" json:"host,omitempty"`
	Port     int32  `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
	Name     string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlConnection) Descriptor deprecated

func (*MysqlConnection) Descriptor() ([]byte, []int)

Deprecated: Use MysqlConnection.ProtoReflect.Descriptor instead.

func (*MysqlConnection) GetHost

func (x *MysqlConnection) GetHost() string

func (*MysqlConnection) GetName

func (x *MysqlConnection) GetName() string

func (*MysqlConnection) GetPass

func (x *MysqlConnection) GetPass() string

func (*MysqlConnection) GetPort

func (x *MysqlConnection) GetPort() int32

func (*MysqlConnection) GetProtocol

func (x *MysqlConnection) GetProtocol() string

func (*MysqlConnection) GetUser

func (x *MysqlConnection) GetUser() string

func (*MysqlConnection) ProtoMessage

func (*MysqlConnection) ProtoMessage()

func (*MysqlConnection) ProtoReflect

func (x *MysqlConnection) ProtoReflect() protoreflect.Message

func (*MysqlConnection) Reset

func (x *MysqlConnection) Reset()

func (*MysqlConnection) String

func (x *MysqlConnection) String() string

func (*MysqlConnection) Validate

func (m *MysqlConnection) Validate() error

Validate checks the field values on MysqlConnection 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 (*MysqlConnection) ValidateAll

func (m *MysqlConnection) ValidateAll() error

ValidateAll checks the field values on MysqlConnection 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 MysqlConnectionMultiError, or nil if none found.

type MysqlConnectionConfig

type MysqlConnectionConfig struct {

	// May provide either a raw string url, or a structured version
	//
	// Types that are assignable to ConnectionConfig:
	//
	//	*MysqlConnectionConfig_Url
	//	*MysqlConnectionConfig_Connection
	ConnectionConfig isMysqlConnectionConfig_ConnectionConfig `protobuf_oneof:"connection_config"`
	// Provide tunnel configuration that can be used to access a postgres connection that is not publicly accessible to the internet
	Tunnel            *SSHTunnel            `protobuf:"bytes,3,opt,name=tunnel,proto3" json:"tunnel,omitempty"`
	ConnectionOptions *SqlConnectionOptions `protobuf:"bytes,4,opt,name=connection_options,json=connectionOptions,proto3" json:"connection_options,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlConnectionConfig) Descriptor deprecated

func (*MysqlConnectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use MysqlConnectionConfig.ProtoReflect.Descriptor instead.

func (*MysqlConnectionConfig) GetConnection

func (x *MysqlConnectionConfig) GetConnection() *MysqlConnection

func (*MysqlConnectionConfig) GetConnectionConfig

func (m *MysqlConnectionConfig) GetConnectionConfig() isMysqlConnectionConfig_ConnectionConfig

func (*MysqlConnectionConfig) GetConnectionOptions

func (x *MysqlConnectionConfig) GetConnectionOptions() *SqlConnectionOptions

func (*MysqlConnectionConfig) GetTunnel

func (x *MysqlConnectionConfig) GetTunnel() *SSHTunnel

func (*MysqlConnectionConfig) GetUrl

func (x *MysqlConnectionConfig) GetUrl() string

func (*MysqlConnectionConfig) ProtoMessage

func (*MysqlConnectionConfig) ProtoMessage()

func (*MysqlConnectionConfig) ProtoReflect

func (x *MysqlConnectionConfig) ProtoReflect() protoreflect.Message

func (*MysqlConnectionConfig) Reset

func (x *MysqlConnectionConfig) Reset()

func (*MysqlConnectionConfig) String

func (x *MysqlConnectionConfig) String() string

func (*MysqlConnectionConfig) Validate

func (m *MysqlConnectionConfig) Validate() error

Validate checks the field values on MysqlConnectionConfig 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 (*MysqlConnectionConfig) ValidateAll

func (m *MysqlConnectionConfig) ValidateAll() error

ValidateAll checks the field values on MysqlConnectionConfig 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 MysqlConnectionConfigMultiError, or nil if none found.

type MysqlConnectionConfigMultiError

type MysqlConnectionConfigMultiError []error

MysqlConnectionConfigMultiError is an error wrapping multiple validation errors returned by MysqlConnectionConfig.ValidateAll() if the designated constraints aren't met.

func (MysqlConnectionConfigMultiError) AllErrors

func (m MysqlConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlConnectionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlConnectionConfigValidationError

type MysqlConnectionConfigValidationError struct {
	// contains filtered or unexported fields
}

MysqlConnectionConfigValidationError is the validation error returned by MysqlConnectionConfig.Validate if the designated constraints aren't met.

func (MysqlConnectionConfigValidationError) Cause

Cause function returns cause value.

func (MysqlConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (MysqlConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (MysqlConnectionConfigValidationError) Field

Field function returns field value.

func (MysqlConnectionConfigValidationError) Key

Key function returns key value.

func (MysqlConnectionConfigValidationError) Reason

Reason function returns reason value.

type MysqlConnectionConfig_Connection

type MysqlConnectionConfig_Connection struct {
	Connection *MysqlConnection `protobuf:"bytes,2,opt,name=connection,proto3,oneof"`
}

type MysqlConnectionConfig_Url

type MysqlConnectionConfig_Url struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3,oneof"`
}

type MysqlConnectionMultiError

type MysqlConnectionMultiError []error

MysqlConnectionMultiError is an error wrapping multiple validation errors returned by MysqlConnection.ValidateAll() if the designated constraints aren't met.

func (MysqlConnectionMultiError) AllErrors

func (m MysqlConnectionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlConnectionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlConnectionValidationError

type MysqlConnectionValidationError struct {
	// contains filtered or unexported fields
}

MysqlConnectionValidationError is the validation error returned by MysqlConnection.Validate if the designated constraints aren't met.

func (MysqlConnectionValidationError) Cause

Cause function returns cause value.

func (MysqlConnectionValidationError) Error

Error satisfies the builtin error interface

func (MysqlConnectionValidationError) ErrorName

func (e MysqlConnectionValidationError) ErrorName() string

ErrorName returns error name.

func (MysqlConnectionValidationError) Field

Field function returns field value.

func (MysqlConnectionValidationError) Key

Key function returns key value.

func (MysqlConnectionValidationError) Reason

Reason function returns reason value.

type MysqlDestinationConnectionOptions

type MysqlDestinationConnectionOptions struct {
	TruncateTable   *MysqlTruncateTableConfig `protobuf:"bytes,1,opt,name=truncate_table,json=truncateTable,proto3" json:"truncate_table,omitempty"`
	InitTableSchema bool                      `protobuf:"varint,2,opt,name=init_table_schema,json=initTableSchema,proto3" json:"init_table_schema,omitempty"`
	OnConflict      *MysqlOnConflictConfig    `protobuf:"bytes,3,opt,name=on_conflict,json=onConflict,proto3" json:"on_conflict,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlDestinationConnectionOptions) Descriptor deprecated

func (*MysqlDestinationConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use MysqlDestinationConnectionOptions.ProtoReflect.Descriptor instead.

func (*MysqlDestinationConnectionOptions) GetInitTableSchema

func (x *MysqlDestinationConnectionOptions) GetInitTableSchema() bool

func (*MysqlDestinationConnectionOptions) GetOnConflict

func (*MysqlDestinationConnectionOptions) GetTruncateTable

func (*MysqlDestinationConnectionOptions) ProtoMessage

func (*MysqlDestinationConnectionOptions) ProtoMessage()

func (*MysqlDestinationConnectionOptions) ProtoReflect

func (*MysqlDestinationConnectionOptions) Reset

func (*MysqlDestinationConnectionOptions) String

func (*MysqlDestinationConnectionOptions) Validate

Validate checks the field values on MysqlDestinationConnectionOptions 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 (*MysqlDestinationConnectionOptions) ValidateAll

func (m *MysqlDestinationConnectionOptions) ValidateAll() error

ValidateAll checks the field values on MysqlDestinationConnectionOptions 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 MysqlDestinationConnectionOptionsMultiError, or nil if none found.

type MysqlDestinationConnectionOptionsMultiError

type MysqlDestinationConnectionOptionsMultiError []error

MysqlDestinationConnectionOptionsMultiError is an error wrapping multiple validation errors returned by MysqlDestinationConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (MysqlDestinationConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MysqlDestinationConnectionOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlDestinationConnectionOptionsValidationError

type MysqlDestinationConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

MysqlDestinationConnectionOptionsValidationError is the validation error returned by MysqlDestinationConnectionOptions.Validate if the designated constraints aren't met.

func (MysqlDestinationConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (MysqlDestinationConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (MysqlDestinationConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (MysqlDestinationConnectionOptionsValidationError) Field

Field function returns field value.

func (MysqlDestinationConnectionOptionsValidationError) Key

Key function returns key value.

func (MysqlDestinationConnectionOptionsValidationError) Reason

Reason function returns reason value.

type MysqlOnConflictConfig

type MysqlOnConflictConfig struct {
	DoNothing bool `protobuf:"varint,1,opt,name=do_nothing,json=doNothing,proto3" json:"do_nothing,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlOnConflictConfig) Descriptor deprecated

func (*MysqlOnConflictConfig) Descriptor() ([]byte, []int)

Deprecated: Use MysqlOnConflictConfig.ProtoReflect.Descriptor instead.

func (*MysqlOnConflictConfig) GetDoNothing

func (x *MysqlOnConflictConfig) GetDoNothing() bool

func (*MysqlOnConflictConfig) ProtoMessage

func (*MysqlOnConflictConfig) ProtoMessage()

func (*MysqlOnConflictConfig) ProtoReflect

func (x *MysqlOnConflictConfig) ProtoReflect() protoreflect.Message

func (*MysqlOnConflictConfig) Reset

func (x *MysqlOnConflictConfig) Reset()

func (*MysqlOnConflictConfig) String

func (x *MysqlOnConflictConfig) String() string

func (*MysqlOnConflictConfig) Validate

func (m *MysqlOnConflictConfig) Validate() error

Validate checks the field values on MysqlOnConflictConfig 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 (*MysqlOnConflictConfig) ValidateAll

func (m *MysqlOnConflictConfig) ValidateAll() error

ValidateAll checks the field values on MysqlOnConflictConfig 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 MysqlOnConflictConfigMultiError, or nil if none found.

type MysqlOnConflictConfigMultiError

type MysqlOnConflictConfigMultiError []error

MysqlOnConflictConfigMultiError is an error wrapping multiple validation errors returned by MysqlOnConflictConfig.ValidateAll() if the designated constraints aren't met.

func (MysqlOnConflictConfigMultiError) AllErrors

func (m MysqlOnConflictConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlOnConflictConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlOnConflictConfigValidationError

type MysqlOnConflictConfigValidationError struct {
	// contains filtered or unexported fields
}

MysqlOnConflictConfigValidationError is the validation error returned by MysqlOnConflictConfig.Validate if the designated constraints aren't met.

func (MysqlOnConflictConfigValidationError) Cause

Cause function returns cause value.

func (MysqlOnConflictConfigValidationError) Error

Error satisfies the builtin error interface

func (MysqlOnConflictConfigValidationError) ErrorName

ErrorName returns error name.

func (MysqlOnConflictConfigValidationError) Field

Field function returns field value.

func (MysqlOnConflictConfigValidationError) Key

Key function returns key value.

func (MysqlOnConflictConfigValidationError) Reason

Reason function returns reason value.

type MysqlSchemaConfig

type MysqlSchemaConfig struct {
	// contains filtered or unexported fields
}

func (*MysqlSchemaConfig) Descriptor deprecated

func (*MysqlSchemaConfig) Descriptor() ([]byte, []int)

Deprecated: Use MysqlSchemaConfig.ProtoReflect.Descriptor instead.

func (*MysqlSchemaConfig) ProtoMessage

func (*MysqlSchemaConfig) ProtoMessage()

func (*MysqlSchemaConfig) ProtoReflect

func (x *MysqlSchemaConfig) ProtoReflect() protoreflect.Message

func (*MysqlSchemaConfig) Reset

func (x *MysqlSchemaConfig) Reset()

func (*MysqlSchemaConfig) String

func (x *MysqlSchemaConfig) String() string

func (*MysqlSchemaConfig) Validate

func (m *MysqlSchemaConfig) Validate() error

Validate checks the field values on MysqlSchemaConfig 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 (*MysqlSchemaConfig) ValidateAll

func (m *MysqlSchemaConfig) ValidateAll() error

ValidateAll checks the field values on MysqlSchemaConfig 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 MysqlSchemaConfigMultiError, or nil if none found.

type MysqlSchemaConfigMultiError

type MysqlSchemaConfigMultiError []error

MysqlSchemaConfigMultiError is an error wrapping multiple validation errors returned by MysqlSchemaConfig.ValidateAll() if the designated constraints aren't met.

func (MysqlSchemaConfigMultiError) AllErrors

func (m MysqlSchemaConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlSchemaConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlSchemaConfigValidationError

type MysqlSchemaConfigValidationError struct {
	// contains filtered or unexported fields
}

MysqlSchemaConfigValidationError is the validation error returned by MysqlSchemaConfig.Validate if the designated constraints aren't met.

func (MysqlSchemaConfigValidationError) Cause

Cause function returns cause value.

func (MysqlSchemaConfigValidationError) Error

Error satisfies the builtin error interface

func (MysqlSchemaConfigValidationError) ErrorName

ErrorName returns error name.

func (MysqlSchemaConfigValidationError) Field

Field function returns field value.

func (MysqlSchemaConfigValidationError) Key

Key function returns key value.

func (MysqlSchemaConfigValidationError) Reason

Reason function returns reason value.

type MysqlSourceConnectionOptions

type MysqlSourceConnectionOptions struct {
	HaltOnNewColumnAddition       bool                       `` /* 137-byte string literal not displayed */
	Schemas                       []*MysqlSourceSchemaOption `protobuf:"bytes,2,rep,name=schemas,proto3" json:"schemas,omitempty"`
	ConnectionId                  string                     `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	SubsetByForeignKeyConstraints bool                       `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MysqlSourceConnectionOptions) Descriptor deprecated

func (*MysqlSourceConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use MysqlSourceConnectionOptions.ProtoReflect.Descriptor instead.

func (*MysqlSourceConnectionOptions) GetConnectionId

func (x *MysqlSourceConnectionOptions) GetConnectionId() string

func (*MysqlSourceConnectionOptions) GetHaltOnNewColumnAddition

func (x *MysqlSourceConnectionOptions) GetHaltOnNewColumnAddition() bool

func (*MysqlSourceConnectionOptions) GetSchemas

func (*MysqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints

func (x *MysqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool

func (*MysqlSourceConnectionOptions) ProtoMessage

func (*MysqlSourceConnectionOptions) ProtoMessage()

func (*MysqlSourceConnectionOptions) ProtoReflect

func (*MysqlSourceConnectionOptions) Reset

func (x *MysqlSourceConnectionOptions) Reset()

func (*MysqlSourceConnectionOptions) String

func (*MysqlSourceConnectionOptions) Validate

func (m *MysqlSourceConnectionOptions) Validate() error

Validate checks the field values on MysqlSourceConnectionOptions 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 (*MysqlSourceConnectionOptions) ValidateAll

func (m *MysqlSourceConnectionOptions) ValidateAll() error

ValidateAll checks the field values on MysqlSourceConnectionOptions 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 MysqlSourceConnectionOptionsMultiError, or nil if none found.

type MysqlSourceConnectionOptionsMultiError

type MysqlSourceConnectionOptionsMultiError []error

MysqlSourceConnectionOptionsMultiError is an error wrapping multiple validation errors returned by MysqlSourceConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (MysqlSourceConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MysqlSourceConnectionOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlSourceConnectionOptionsValidationError

type MysqlSourceConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

MysqlSourceConnectionOptionsValidationError is the validation error returned by MysqlSourceConnectionOptions.Validate if the designated constraints aren't met.

func (MysqlSourceConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (MysqlSourceConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (MysqlSourceConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (MysqlSourceConnectionOptionsValidationError) Field

Field function returns field value.

func (MysqlSourceConnectionOptionsValidationError) Key

Key function returns key value.

func (MysqlSourceConnectionOptionsValidationError) Reason

Reason function returns reason value.

type MysqlSourceSchemaOption

type MysqlSourceSchemaOption struct {
	Schema string                    `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Tables []*MysqlSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlSourceSchemaOption) Descriptor deprecated

func (*MysqlSourceSchemaOption) Descriptor() ([]byte, []int)

Deprecated: Use MysqlSourceSchemaOption.ProtoReflect.Descriptor instead.

func (*MysqlSourceSchemaOption) GetSchema

func (x *MysqlSourceSchemaOption) GetSchema() string

func (*MysqlSourceSchemaOption) GetTables

func (*MysqlSourceSchemaOption) ProtoMessage

func (*MysqlSourceSchemaOption) ProtoMessage()

func (*MysqlSourceSchemaOption) ProtoReflect

func (x *MysqlSourceSchemaOption) ProtoReflect() protoreflect.Message

func (*MysqlSourceSchemaOption) Reset

func (x *MysqlSourceSchemaOption) Reset()

func (*MysqlSourceSchemaOption) String

func (x *MysqlSourceSchemaOption) String() string

func (*MysqlSourceSchemaOption) Validate

func (m *MysqlSourceSchemaOption) Validate() error

Validate checks the field values on MysqlSourceSchemaOption 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 (*MysqlSourceSchemaOption) ValidateAll

func (m *MysqlSourceSchemaOption) ValidateAll() error

ValidateAll checks the field values on MysqlSourceSchemaOption 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 MysqlSourceSchemaOptionMultiError, or nil if none found.

type MysqlSourceSchemaOptionMultiError

type MysqlSourceSchemaOptionMultiError []error

MysqlSourceSchemaOptionMultiError is an error wrapping multiple validation errors returned by MysqlSourceSchemaOption.ValidateAll() if the designated constraints aren't met.

func (MysqlSourceSchemaOptionMultiError) AllErrors

func (m MysqlSourceSchemaOptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlSourceSchemaOptionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlSourceSchemaOptionValidationError

type MysqlSourceSchemaOptionValidationError struct {
	// contains filtered or unexported fields
}

MysqlSourceSchemaOptionValidationError is the validation error returned by MysqlSourceSchemaOption.Validate if the designated constraints aren't met.

func (MysqlSourceSchemaOptionValidationError) Cause

Cause function returns cause value.

func (MysqlSourceSchemaOptionValidationError) Error

Error satisfies the builtin error interface

func (MysqlSourceSchemaOptionValidationError) ErrorName

ErrorName returns error name.

func (MysqlSourceSchemaOptionValidationError) Field

Field function returns field value.

func (MysqlSourceSchemaOptionValidationError) Key

Key function returns key value.

func (MysqlSourceSchemaOptionValidationError) Reason

Reason function returns reason value.

type MysqlSourceSchemaSubset

type MysqlSourceSchemaSubset struct {
	MysqlSchemas []*MysqlSourceSchemaOption `protobuf:"bytes,1,rep,name=mysql_schemas,json=mysqlSchemas,proto3" json:"mysql_schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlSourceSchemaSubset) Descriptor deprecated

func (*MysqlSourceSchemaSubset) Descriptor() ([]byte, []int)

Deprecated: Use MysqlSourceSchemaSubset.ProtoReflect.Descriptor instead.

func (*MysqlSourceSchemaSubset) GetMysqlSchemas

func (x *MysqlSourceSchemaSubset) GetMysqlSchemas() []*MysqlSourceSchemaOption

func (*MysqlSourceSchemaSubset) ProtoMessage

func (*MysqlSourceSchemaSubset) ProtoMessage()

func (*MysqlSourceSchemaSubset) ProtoReflect

func (x *MysqlSourceSchemaSubset) ProtoReflect() protoreflect.Message

func (*MysqlSourceSchemaSubset) Reset

func (x *MysqlSourceSchemaSubset) Reset()

func (*MysqlSourceSchemaSubset) String

func (x *MysqlSourceSchemaSubset) String() string

func (*MysqlSourceSchemaSubset) Validate

func (m *MysqlSourceSchemaSubset) Validate() error

Validate checks the field values on MysqlSourceSchemaSubset 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 (*MysqlSourceSchemaSubset) ValidateAll

func (m *MysqlSourceSchemaSubset) ValidateAll() error

ValidateAll checks the field values on MysqlSourceSchemaSubset 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 MysqlSourceSchemaSubsetMultiError, or nil if none found.

type MysqlSourceSchemaSubsetMultiError

type MysqlSourceSchemaSubsetMultiError []error

MysqlSourceSchemaSubsetMultiError is an error wrapping multiple validation errors returned by MysqlSourceSchemaSubset.ValidateAll() if the designated constraints aren't met.

func (MysqlSourceSchemaSubsetMultiError) AllErrors

func (m MysqlSourceSchemaSubsetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlSourceSchemaSubsetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlSourceSchemaSubsetValidationError

type MysqlSourceSchemaSubsetValidationError struct {
	// contains filtered or unexported fields
}

MysqlSourceSchemaSubsetValidationError is the validation error returned by MysqlSourceSchemaSubset.Validate if the designated constraints aren't met.

func (MysqlSourceSchemaSubsetValidationError) Cause

Cause function returns cause value.

func (MysqlSourceSchemaSubsetValidationError) Error

Error satisfies the builtin error interface

func (MysqlSourceSchemaSubsetValidationError) ErrorName

ErrorName returns error name.

func (MysqlSourceSchemaSubsetValidationError) Field

Field function returns field value.

func (MysqlSourceSchemaSubsetValidationError) Key

Key function returns key value.

func (MysqlSourceSchemaSubsetValidationError) Reason

Reason function returns reason value.

type MysqlSourceTableOption

type MysqlSourceTableOption struct {
	Table       string  `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	WhereClause *string `protobuf:"bytes,2,opt,name=where_clause,json=whereClause,proto3,oneof" json:"where_clause,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlSourceTableOption) Descriptor deprecated

func (*MysqlSourceTableOption) Descriptor() ([]byte, []int)

Deprecated: Use MysqlSourceTableOption.ProtoReflect.Descriptor instead.

func (*MysqlSourceTableOption) GetTable

func (x *MysqlSourceTableOption) GetTable() string

func (*MysqlSourceTableOption) GetWhereClause

func (x *MysqlSourceTableOption) GetWhereClause() string

func (*MysqlSourceTableOption) ProtoMessage

func (*MysqlSourceTableOption) ProtoMessage()

func (*MysqlSourceTableOption) ProtoReflect

func (x *MysqlSourceTableOption) ProtoReflect() protoreflect.Message

func (*MysqlSourceTableOption) Reset

func (x *MysqlSourceTableOption) Reset()

func (*MysqlSourceTableOption) String

func (x *MysqlSourceTableOption) String() string

func (*MysqlSourceTableOption) Validate

func (m *MysqlSourceTableOption) Validate() error

Validate checks the field values on MysqlSourceTableOption 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 (*MysqlSourceTableOption) ValidateAll

func (m *MysqlSourceTableOption) ValidateAll() error

ValidateAll checks the field values on MysqlSourceTableOption 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 MysqlSourceTableOptionMultiError, or nil if none found.

type MysqlSourceTableOptionMultiError

type MysqlSourceTableOptionMultiError []error

MysqlSourceTableOptionMultiError is an error wrapping multiple validation errors returned by MysqlSourceTableOption.ValidateAll() if the designated constraints aren't met.

func (MysqlSourceTableOptionMultiError) AllErrors

func (m MysqlSourceTableOptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlSourceTableOptionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlSourceTableOptionValidationError

type MysqlSourceTableOptionValidationError struct {
	// contains filtered or unexported fields
}

MysqlSourceTableOptionValidationError is the validation error returned by MysqlSourceTableOption.Validate if the designated constraints aren't met.

func (MysqlSourceTableOptionValidationError) Cause

Cause function returns cause value.

func (MysqlSourceTableOptionValidationError) Error

Error satisfies the builtin error interface

func (MysqlSourceTableOptionValidationError) ErrorName

ErrorName returns error name.

func (MysqlSourceTableOptionValidationError) Field

Field function returns field value.

func (MysqlSourceTableOptionValidationError) Key

Key function returns key value.

func (MysqlSourceTableOptionValidationError) Reason

Reason function returns reason value.

type MysqlStreamConfig

type MysqlStreamConfig struct {
	// contains filtered or unexported fields
}

func (*MysqlStreamConfig) Descriptor deprecated

func (*MysqlStreamConfig) Descriptor() ([]byte, []int)

Deprecated: Use MysqlStreamConfig.ProtoReflect.Descriptor instead.

func (*MysqlStreamConfig) ProtoMessage

func (*MysqlStreamConfig) ProtoMessage()

func (*MysqlStreamConfig) ProtoReflect

func (x *MysqlStreamConfig) ProtoReflect() protoreflect.Message

func (*MysqlStreamConfig) Reset

func (x *MysqlStreamConfig) Reset()

func (*MysqlStreamConfig) String

func (x *MysqlStreamConfig) String() string

func (*MysqlStreamConfig) Validate

func (m *MysqlStreamConfig) Validate() error

Validate checks the field values on MysqlStreamConfig 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 (*MysqlStreamConfig) ValidateAll

func (m *MysqlStreamConfig) ValidateAll() error

ValidateAll checks the field values on MysqlStreamConfig 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 MysqlStreamConfigMultiError, or nil if none found.

type MysqlStreamConfigMultiError

type MysqlStreamConfigMultiError []error

MysqlStreamConfigMultiError is an error wrapping multiple validation errors returned by MysqlStreamConfig.ValidateAll() if the designated constraints aren't met.

func (MysqlStreamConfigMultiError) AllErrors

func (m MysqlStreamConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlStreamConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlStreamConfigValidationError

type MysqlStreamConfigValidationError struct {
	// contains filtered or unexported fields
}

MysqlStreamConfigValidationError is the validation error returned by MysqlStreamConfig.Validate if the designated constraints aren't met.

func (MysqlStreamConfigValidationError) Cause

Cause function returns cause value.

func (MysqlStreamConfigValidationError) Error

Error satisfies the builtin error interface

func (MysqlStreamConfigValidationError) ErrorName

ErrorName returns error name.

func (MysqlStreamConfigValidationError) Field

Field function returns field value.

func (MysqlStreamConfigValidationError) Key

Key function returns key value.

func (MysqlStreamConfigValidationError) Reason

Reason function returns reason value.

type MysqlTruncateTableConfig

type MysqlTruncateTableConfig struct {
	TruncateBeforeInsert bool `protobuf:"varint,1,opt,name=truncate_before_insert,json=truncateBeforeInsert,proto3" json:"truncate_before_insert,omitempty"`
	// contains filtered or unexported fields
}

func (*MysqlTruncateTableConfig) Descriptor deprecated

func (*MysqlTruncateTableConfig) Descriptor() ([]byte, []int)

Deprecated: Use MysqlTruncateTableConfig.ProtoReflect.Descriptor instead.

func (*MysqlTruncateTableConfig) GetTruncateBeforeInsert

func (x *MysqlTruncateTableConfig) GetTruncateBeforeInsert() bool

func (*MysqlTruncateTableConfig) ProtoMessage

func (*MysqlTruncateTableConfig) ProtoMessage()

func (*MysqlTruncateTableConfig) ProtoReflect

func (x *MysqlTruncateTableConfig) ProtoReflect() protoreflect.Message

func (*MysqlTruncateTableConfig) Reset

func (x *MysqlTruncateTableConfig) Reset()

func (*MysqlTruncateTableConfig) String

func (x *MysqlTruncateTableConfig) String() string

func (*MysqlTruncateTableConfig) Validate

func (m *MysqlTruncateTableConfig) Validate() error

Validate checks the field values on MysqlTruncateTableConfig 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 (*MysqlTruncateTableConfig) ValidateAll

func (m *MysqlTruncateTableConfig) ValidateAll() error

ValidateAll checks the field values on MysqlTruncateTableConfig 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 MysqlTruncateTableConfigMultiError, or nil if none found.

type MysqlTruncateTableConfigMultiError

type MysqlTruncateTableConfigMultiError []error

MysqlTruncateTableConfigMultiError is an error wrapping multiple validation errors returned by MysqlTruncateTableConfig.ValidateAll() if the designated constraints aren't met.

func (MysqlTruncateTableConfigMultiError) AllErrors

func (m MysqlTruncateTableConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MysqlTruncateTableConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MysqlTruncateTableConfigValidationError

type MysqlTruncateTableConfigValidationError struct {
	// contains filtered or unexported fields
}

MysqlTruncateTableConfigValidationError is the validation error returned by MysqlTruncateTableConfig.Validate if the designated constraints aren't met.

func (MysqlTruncateTableConfigValidationError) Cause

Cause function returns cause value.

func (MysqlTruncateTableConfigValidationError) Error

Error satisfies the builtin error interface

func (MysqlTruncateTableConfigValidationError) ErrorName

ErrorName returns error name.

func (MysqlTruncateTableConfigValidationError) Field

Field function returns field value.

func (MysqlTruncateTableConfigValidationError) Key

Key function returns key value.

func (MysqlTruncateTableConfigValidationError) Reason

Reason function returns reason value.

type Null

type Null struct {
	// contains filtered or unexported fields
}

func (*Null) Descriptor deprecated

func (*Null) Descriptor() ([]byte, []int)

Deprecated: Use Null.ProtoReflect.Descriptor instead.

func (*Null) ProtoMessage

func (*Null) ProtoMessage()

func (*Null) ProtoReflect

func (x *Null) ProtoReflect() protoreflect.Message

func (*Null) Reset

func (x *Null) Reset()

func (*Null) String

func (x *Null) String() string

func (*Null) Validate

func (m *Null) Validate() error

Validate checks the field values on Null 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 (*Null) ValidateAll

func (m *Null) ValidateAll() error

ValidateAll checks the field values on Null 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 NullMultiError, or nil if none found.

type NullMultiError

type NullMultiError []error

NullMultiError is an error wrapping multiple validation errors returned by Null.ValidateAll() if the designated constraints aren't met.

func (NullMultiError) AllErrors

func (m NullMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NullMultiError) Error

func (m NullMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NullValidationError

type NullValidationError struct {
	// contains filtered or unexported fields
}

NullValidationError is the validation error returned by Null.Validate if the designated constraints aren't met.

func (NullValidationError) Cause

func (e NullValidationError) Cause() error

Cause function returns cause value.

func (NullValidationError) Error

func (e NullValidationError) Error() string

Error satisfies the builtin error interface

func (NullValidationError) ErrorName

func (e NullValidationError) ErrorName() string

ErrorName returns error name.

func (NullValidationError) Field

func (e NullValidationError) Field() string

Field function returns field value.

func (NullValidationError) Key

func (e NullValidationError) Key() bool

Key function returns key value.

func (NullValidationError) Reason

func (e NullValidationError) Reason() string

Reason function returns reason value.

type OpenAiConnectionConfig

type OpenAiConnectionConfig struct {

	// OpenAI Api Key
	ApiKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// OpenAI URL
	ApiUrl string `protobuf:"bytes,2,opt,name=api_url,json=apiUrl,proto3" json:"api_url,omitempty"`
	// contains filtered or unexported fields
}

Configures a connection to OpenAI or OpenAI compatible API.

func (*OpenAiConnectionConfig) Descriptor deprecated

func (*OpenAiConnectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use OpenAiConnectionConfig.ProtoReflect.Descriptor instead.

func (*OpenAiConnectionConfig) GetApiKey

func (x *OpenAiConnectionConfig) GetApiKey() string

func (*OpenAiConnectionConfig) GetApiUrl

func (x *OpenAiConnectionConfig) GetApiUrl() string

func (*OpenAiConnectionConfig) ProtoMessage

func (*OpenAiConnectionConfig) ProtoMessage()

func (*OpenAiConnectionConfig) ProtoReflect

func (x *OpenAiConnectionConfig) ProtoReflect() protoreflect.Message

func (*OpenAiConnectionConfig) Reset

func (x *OpenAiConnectionConfig) Reset()

func (*OpenAiConnectionConfig) String

func (x *OpenAiConnectionConfig) String() string

func (*OpenAiConnectionConfig) Validate

func (m *OpenAiConnectionConfig) Validate() error

Validate checks the field values on OpenAiConnectionConfig 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 (*OpenAiConnectionConfig) ValidateAll

func (m *OpenAiConnectionConfig) ValidateAll() error

ValidateAll checks the field values on OpenAiConnectionConfig 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 OpenAiConnectionConfigMultiError, or nil if none found.

type OpenAiConnectionConfigMultiError

type OpenAiConnectionConfigMultiError []error

OpenAiConnectionConfigMultiError is an error wrapping multiple validation errors returned by OpenAiConnectionConfig.ValidateAll() if the designated constraints aren't met.

func (OpenAiConnectionConfigMultiError) AllErrors

func (m OpenAiConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OpenAiConnectionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OpenAiConnectionConfigValidationError

type OpenAiConnectionConfigValidationError struct {
	// contains filtered or unexported fields
}

OpenAiConnectionConfigValidationError is the validation error returned by OpenAiConnectionConfig.Validate if the designated constraints aren't met.

func (OpenAiConnectionConfigValidationError) Cause

Cause function returns cause value.

func (OpenAiConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (OpenAiConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (OpenAiConnectionConfigValidationError) Field

Field function returns field value.

func (OpenAiConnectionConfigValidationError) Key

Key function returns key value.

func (OpenAiConnectionConfigValidationError) Reason

Reason function returns reason value.

type Passthrough

type Passthrough struct {
	// contains filtered or unexported fields
}

func (*Passthrough) Descriptor deprecated

func (*Passthrough) Descriptor() ([]byte, []int)

Deprecated: Use Passthrough.ProtoReflect.Descriptor instead.

func (*Passthrough) ProtoMessage

func (*Passthrough) ProtoMessage()

func (*Passthrough) ProtoReflect

func (x *Passthrough) ProtoReflect() protoreflect.Message

func (*Passthrough) Reset

func (x *Passthrough) Reset()

func (*Passthrough) String

func (x *Passthrough) String() string

func (*Passthrough) Validate

func (m *Passthrough) Validate() error

Validate checks the field values on Passthrough 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 (*Passthrough) ValidateAll

func (m *Passthrough) ValidateAll() error

ValidateAll checks the field values on Passthrough 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 PassthroughMultiError, or nil if none found.

type PassthroughMultiError

type PassthroughMultiError []error

PassthroughMultiError is an error wrapping multiple validation errors returned by Passthrough.ValidateAll() if the designated constraints aren't met.

func (PassthroughMultiError) AllErrors

func (m PassthroughMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PassthroughMultiError) Error

func (m PassthroughMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PassthroughValidationError

type PassthroughValidationError struct {
	// contains filtered or unexported fields
}

PassthroughValidationError is the validation error returned by Passthrough.Validate if the designated constraints aren't met.

func (PassthroughValidationError) Cause

Cause function returns cause value.

func (PassthroughValidationError) Error

Error satisfies the builtin error interface

func (PassthroughValidationError) ErrorName

func (e PassthroughValidationError) ErrorName() string

ErrorName returns error name.

func (PassthroughValidationError) Field

Field function returns field value.

func (PassthroughValidationError) Key

Key function returns key value.

func (PassthroughValidationError) Reason

Reason function returns reason value.

type PauseJobRequest

type PauseJobRequest struct {
	Id    string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Pause bool    `protobuf:"varint,2,opt,name=pause,proto3" json:"pause,omitempty"`
	Note  *string `protobuf:"bytes,3,opt,name=note,proto3,oneof" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseJobRequest) Descriptor deprecated

func (*PauseJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use PauseJobRequest.ProtoReflect.Descriptor instead.

func (*PauseJobRequest) GetId

func (x *PauseJobRequest) GetId() string

func (*PauseJobRequest) GetNote

func (x *PauseJobRequest) GetNote() string

func (*PauseJobRequest) GetPause

func (x *PauseJobRequest) GetPause() bool

func (*PauseJobRequest) ProtoMessage

func (*PauseJobRequest) ProtoMessage()

func (*PauseJobRequest) ProtoReflect

func (x *PauseJobRequest) ProtoReflect() protoreflect.Message

func (*PauseJobRequest) Reset

func (x *PauseJobRequest) Reset()

func (*PauseJobRequest) String

func (x *PauseJobRequest) String() string

func (*PauseJobRequest) Validate

func (m *PauseJobRequest) Validate() error

Validate checks the field values on PauseJobRequest 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 (*PauseJobRequest) ValidateAll

func (m *PauseJobRequest) ValidateAll() error

ValidateAll checks the field values on PauseJobRequest 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 PauseJobRequestMultiError, or nil if none found.

type PauseJobRequestMultiError

type PauseJobRequestMultiError []error

PauseJobRequestMultiError is an error wrapping multiple validation errors returned by PauseJobRequest.ValidateAll() if the designated constraints aren't met.

func (PauseJobRequestMultiError) AllErrors

func (m PauseJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PauseJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PauseJobRequestValidationError

type PauseJobRequestValidationError struct {
	// contains filtered or unexported fields
}

PauseJobRequestValidationError is the validation error returned by PauseJobRequest.Validate if the designated constraints aren't met.

func (PauseJobRequestValidationError) Cause

Cause function returns cause value.

func (PauseJobRequestValidationError) Error

Error satisfies the builtin error interface

func (PauseJobRequestValidationError) ErrorName

func (e PauseJobRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PauseJobRequestValidationError) Field

Field function returns field value.

func (PauseJobRequestValidationError) Key

Key function returns key value.

func (PauseJobRequestValidationError) Reason

Reason function returns reason value.

type PauseJobResponse

type PauseJobResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseJobResponse) Descriptor deprecated

func (*PauseJobResponse) Descriptor() ([]byte, []int)

Deprecated: Use PauseJobResponse.ProtoReflect.Descriptor instead.

func (*PauseJobResponse) GetJob

func (x *PauseJobResponse) GetJob() *Job

func (*PauseJobResponse) ProtoMessage

func (*PauseJobResponse) ProtoMessage()

func (*PauseJobResponse) ProtoReflect

func (x *PauseJobResponse) ProtoReflect() protoreflect.Message

func (*PauseJobResponse) Reset

func (x *PauseJobResponse) Reset()

func (*PauseJobResponse) String

func (x *PauseJobResponse) String() string

func (*PauseJobResponse) Validate

func (m *PauseJobResponse) Validate() error

Validate checks the field values on PauseJobResponse 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 (*PauseJobResponse) ValidateAll

func (m *PauseJobResponse) ValidateAll() error

ValidateAll checks the field values on PauseJobResponse 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 PauseJobResponseMultiError, or nil if none found.

type PauseJobResponseMultiError

type PauseJobResponseMultiError []error

PauseJobResponseMultiError is an error wrapping multiple validation errors returned by PauseJobResponse.ValidateAll() if the designated constraints aren't met.

func (PauseJobResponseMultiError) AllErrors

func (m PauseJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PauseJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PauseJobResponseValidationError

type PauseJobResponseValidationError struct {
	// contains filtered or unexported fields
}

PauseJobResponseValidationError is the validation error returned by PauseJobResponse.Validate if the designated constraints aren't met.

func (PauseJobResponseValidationError) Cause

Cause function returns cause value.

func (PauseJobResponseValidationError) Error

Error satisfies the builtin error interface

func (PauseJobResponseValidationError) ErrorName

ErrorName returns error name.

func (PauseJobResponseValidationError) Field

Field function returns field value.

func (PauseJobResponseValidationError) Key

Key function returns key value.

func (PauseJobResponseValidationError) Reason

Reason function returns reason value.

type PendingActivity

type PendingActivity struct {
	Status       ActivityStatus   `protobuf:"varint,1,opt,name=status,proto3,enum=mgmt.v1alpha1.ActivityStatus" json:"status,omitempty"`
	ActivityName string           `protobuf:"bytes,2,opt,name=activity_name,json=activityName,proto3" json:"activity_name,omitempty"`
	LastFailure  *ActivityFailure `protobuf:"bytes,3,opt,name=last_failure,json=lastFailure,proto3,oneof" json:"last_failure,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingActivity) Descriptor deprecated

func (*PendingActivity) Descriptor() ([]byte, []int)

Deprecated: Use PendingActivity.ProtoReflect.Descriptor instead.

func (*PendingActivity) GetActivityName

func (x *PendingActivity) GetActivityName() string

func (*PendingActivity) GetLastFailure

func (x *PendingActivity) GetLastFailure() *ActivityFailure

func (*PendingActivity) GetStatus

func (x *PendingActivity) GetStatus() ActivityStatus

func (*PendingActivity) ProtoMessage

func (*PendingActivity) ProtoMessage()

func (*PendingActivity) ProtoReflect

func (x *PendingActivity) ProtoReflect() protoreflect.Message

func (*PendingActivity) Reset

func (x *PendingActivity) Reset()

func (*PendingActivity) String

func (x *PendingActivity) String() string

func (*PendingActivity) Validate

func (m *PendingActivity) Validate() error

Validate checks the field values on PendingActivity 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 (*PendingActivity) ValidateAll

func (m *PendingActivity) ValidateAll() error

ValidateAll checks the field values on PendingActivity 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 PendingActivityMultiError, or nil if none found.

type PendingActivityMultiError

type PendingActivityMultiError []error

PendingActivityMultiError is an error wrapping multiple validation errors returned by PendingActivity.ValidateAll() if the designated constraints aren't met.

func (PendingActivityMultiError) AllErrors

func (m PendingActivityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PendingActivityMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PendingActivityValidationError

type PendingActivityValidationError struct {
	// contains filtered or unexported fields
}

PendingActivityValidationError is the validation error returned by PendingActivity.Validate if the designated constraints aren't met.

func (PendingActivityValidationError) Cause

Cause function returns cause value.

func (PendingActivityValidationError) Error

Error satisfies the builtin error interface

func (PendingActivityValidationError) ErrorName

func (e PendingActivityValidationError) ErrorName() string

ErrorName returns error name.

func (PendingActivityValidationError) Field

Field function returns field value.

func (PendingActivityValidationError) Key

Key function returns key value.

func (PendingActivityValidationError) Reason

Reason function returns reason value.

type PostgresConnection

type PostgresConnection struct {
	Host    string  `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Port    int32   `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Name    string  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	User    string  `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"`
	Pass    string  `protobuf:"bytes,5,opt,name=pass,proto3" json:"pass,omitempty"`
	SslMode *string `protobuf:"bytes,6,opt,name=ssl_mode,json=sslMode,proto3,oneof" json:"ssl_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresConnection) Descriptor deprecated

func (*PostgresConnection) Descriptor() ([]byte, []int)

Deprecated: Use PostgresConnection.ProtoReflect.Descriptor instead.

func (*PostgresConnection) GetHost

func (x *PostgresConnection) GetHost() string

func (*PostgresConnection) GetName

func (x *PostgresConnection) GetName() string

func (*PostgresConnection) GetPass

func (x *PostgresConnection) GetPass() string

func (*PostgresConnection) GetPort

func (x *PostgresConnection) GetPort() int32

func (*PostgresConnection) GetSslMode

func (x *PostgresConnection) GetSslMode() string

func (*PostgresConnection) GetUser

func (x *PostgresConnection) GetUser() string

func (*PostgresConnection) ProtoMessage

func (*PostgresConnection) ProtoMessage()

func (*PostgresConnection) ProtoReflect

func (x *PostgresConnection) ProtoReflect() protoreflect.Message

func (*PostgresConnection) Reset

func (x *PostgresConnection) Reset()

func (*PostgresConnection) String

func (x *PostgresConnection) String() string

func (*PostgresConnection) Validate

func (m *PostgresConnection) Validate() error

Validate checks the field values on PostgresConnection 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 (*PostgresConnection) ValidateAll

func (m *PostgresConnection) ValidateAll() error

ValidateAll checks the field values on PostgresConnection 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 PostgresConnectionMultiError, or nil if none found.

type PostgresConnectionConfig

type PostgresConnectionConfig struct {

	// May provide either a raw string url, or a structured version
	//
	// Types that are assignable to ConnectionConfig:
	//
	//	*PostgresConnectionConfig_Url
	//	*PostgresConnectionConfig_Connection
	ConnectionConfig isPostgresConnectionConfig_ConnectionConfig `protobuf_oneof:"connection_config"`
	// Provide tunnel configuration that can be used to access a postgres connection that is not publicly accessible to the internet
	Tunnel            *SSHTunnel            `protobuf:"bytes,3,opt,name=tunnel,proto3" json:"tunnel,omitempty"`
	ConnectionOptions *SqlConnectionOptions `protobuf:"bytes,4,opt,name=connection_options,json=connectionOptions,proto3" json:"connection_options,omitempty"`
	// Provide client-side TLS Certificates
	ClientTls *ClientTlsConfig `protobuf:"bytes,5,opt,name=client_tls,json=clientTls,proto3" json:"client_tls,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresConnectionConfig) Descriptor deprecated

func (*PostgresConnectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use PostgresConnectionConfig.ProtoReflect.Descriptor instead.

func (*PostgresConnectionConfig) GetClientTls added in v0.4.23

func (x *PostgresConnectionConfig) GetClientTls() *ClientTlsConfig

func (*PostgresConnectionConfig) GetConnection

func (x *PostgresConnectionConfig) GetConnection() *PostgresConnection

func (*PostgresConnectionConfig) GetConnectionConfig

func (m *PostgresConnectionConfig) GetConnectionConfig() isPostgresConnectionConfig_ConnectionConfig

func (*PostgresConnectionConfig) GetConnectionOptions

func (x *PostgresConnectionConfig) GetConnectionOptions() *SqlConnectionOptions

func (*PostgresConnectionConfig) GetTunnel

func (x *PostgresConnectionConfig) GetTunnel() *SSHTunnel

func (*PostgresConnectionConfig) GetUrl

func (x *PostgresConnectionConfig) GetUrl() string

func (*PostgresConnectionConfig) ProtoMessage

func (*PostgresConnectionConfig) ProtoMessage()

func (*PostgresConnectionConfig) ProtoReflect

func (x *PostgresConnectionConfig) ProtoReflect() protoreflect.Message

func (*PostgresConnectionConfig) Reset

func (x *PostgresConnectionConfig) Reset()

func (*PostgresConnectionConfig) String

func (x *PostgresConnectionConfig) String() string

func (*PostgresConnectionConfig) Validate

func (m *PostgresConnectionConfig) Validate() error

Validate checks the field values on PostgresConnectionConfig 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 (*PostgresConnectionConfig) ValidateAll

func (m *PostgresConnectionConfig) ValidateAll() error

ValidateAll checks the field values on PostgresConnectionConfig 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 PostgresConnectionConfigMultiError, or nil if none found.

type PostgresConnectionConfigMultiError

type PostgresConnectionConfigMultiError []error

PostgresConnectionConfigMultiError is an error wrapping multiple validation errors returned by PostgresConnectionConfig.ValidateAll() if the designated constraints aren't met.

func (PostgresConnectionConfigMultiError) AllErrors

func (m PostgresConnectionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostgresConnectionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresConnectionConfigValidationError

type PostgresConnectionConfigValidationError struct {
	// contains filtered or unexported fields
}

PostgresConnectionConfigValidationError is the validation error returned by PostgresConnectionConfig.Validate if the designated constraints aren't met.

func (PostgresConnectionConfigValidationError) Cause

Cause function returns cause value.

func (PostgresConnectionConfigValidationError) Error

Error satisfies the builtin error interface

func (PostgresConnectionConfigValidationError) ErrorName

ErrorName returns error name.

func (PostgresConnectionConfigValidationError) Field

Field function returns field value.

func (PostgresConnectionConfigValidationError) Key

Key function returns key value.

func (PostgresConnectionConfigValidationError) Reason

Reason function returns reason value.

type PostgresConnectionConfig_Connection

type PostgresConnectionConfig_Connection struct {
	Connection *PostgresConnection `protobuf:"bytes,2,opt,name=connection,proto3,oneof"`
}

type PostgresConnectionConfig_Url

type PostgresConnectionConfig_Url struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3,oneof"`
}

type PostgresConnectionMultiError

type PostgresConnectionMultiError []error

PostgresConnectionMultiError is an error wrapping multiple validation errors returned by PostgresConnection.ValidateAll() if the designated constraints aren't met.

func (PostgresConnectionMultiError) AllErrors

func (m PostgresConnectionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostgresConnectionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresConnectionValidationError

type PostgresConnectionValidationError struct {
	// contains filtered or unexported fields
}

PostgresConnectionValidationError is the validation error returned by PostgresConnection.Validate if the designated constraints aren't met.

func (PostgresConnectionValidationError) Cause

Cause function returns cause value.

func (PostgresConnectionValidationError) Error

Error satisfies the builtin error interface

func (PostgresConnectionValidationError) ErrorName

ErrorName returns error name.

func (PostgresConnectionValidationError) Field

Field function returns field value.

func (PostgresConnectionValidationError) Key

Key function returns key value.

func (PostgresConnectionValidationError) Reason

Reason function returns reason value.

type PostgresDestinationConnectionOptions

type PostgresDestinationConnectionOptions struct {
	TruncateTable   *PostgresTruncateTableConfig `protobuf:"bytes,1,opt,name=truncate_table,json=truncateTable,proto3" json:"truncate_table,omitempty"`
	InitTableSchema bool                         `protobuf:"varint,2,opt,name=init_table_schema,json=initTableSchema,proto3" json:"init_table_schema,omitempty"`
	OnConflict      *PostgresOnConflictConfig    `protobuf:"bytes,3,opt,name=on_conflict,json=onConflict,proto3" json:"on_conflict,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresDestinationConnectionOptions) Descriptor deprecated

func (*PostgresDestinationConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use PostgresDestinationConnectionOptions.ProtoReflect.Descriptor instead.

func (*PostgresDestinationConnectionOptions) GetInitTableSchema

func (x *PostgresDestinationConnectionOptions) GetInitTableSchema() bool

func (*PostgresDestinationConnectionOptions) GetOnConflict

func (*PostgresDestinationConnectionOptions) GetTruncateTable

func (*PostgresDestinationConnectionOptions) ProtoMessage

func (*PostgresDestinationConnectionOptions) ProtoMessage()

func (*PostgresDestinationConnectionOptions) ProtoReflect

func (*PostgresDestinationConnectionOptions) Reset

func (*PostgresDestinationConnectionOptions) String

func (*PostgresDestinationConnectionOptions) Validate

Validate checks the field values on PostgresDestinationConnectionOptions 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 (*PostgresDestinationConnectionOptions) ValidateAll

ValidateAll checks the field values on PostgresDestinationConnectionOptions 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 PostgresDestinationConnectionOptionsMultiError, or nil if none found.

type PostgresDestinationConnectionOptionsMultiError

type PostgresDestinationConnectionOptionsMultiError []error

PostgresDestinationConnectionOptionsMultiError is an error wrapping multiple validation errors returned by PostgresDestinationConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (PostgresDestinationConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresDestinationConnectionOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresDestinationConnectionOptionsValidationError

type PostgresDestinationConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

PostgresDestinationConnectionOptionsValidationError is the validation error returned by PostgresDestinationConnectionOptions.Validate if the designated constraints aren't met.

func (PostgresDestinationConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (PostgresDestinationConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (PostgresDestinationConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (PostgresDestinationConnectionOptionsValidationError) Field

Field function returns field value.

func (PostgresDestinationConnectionOptionsValidationError) Key

Key function returns key value.

func (PostgresDestinationConnectionOptionsValidationError) Reason

Reason function returns reason value.

type PostgresOnConflictConfig

type PostgresOnConflictConfig struct {
	DoNothing bool `protobuf:"varint,1,opt,name=do_nothing,json=doNothing,proto3" json:"do_nothing,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresOnConflictConfig) Descriptor deprecated

func (*PostgresOnConflictConfig) Descriptor() ([]byte, []int)

Deprecated: Use PostgresOnConflictConfig.ProtoReflect.Descriptor instead.

func (*PostgresOnConflictConfig) GetDoNothing

func (x *PostgresOnConflictConfig) GetDoNothing() bool

func (*PostgresOnConflictConfig) ProtoMessage

func (*PostgresOnConflictConfig) ProtoMessage()

func (*PostgresOnConflictConfig) ProtoReflect

func (x *PostgresOnConflictConfig) ProtoReflect() protoreflect.Message

func (*PostgresOnConflictConfig) Reset

func (x *PostgresOnConflictConfig) Reset()

func (*PostgresOnConflictConfig) String

func (x *PostgresOnConflictConfig) String() string

func (*PostgresOnConflictConfig) Validate

func (m *PostgresOnConflictConfig) Validate() error

Validate checks the field values on PostgresOnConflictConfig 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 (*PostgresOnConflictConfig) ValidateAll

func (m *PostgresOnConflictConfig) ValidateAll() error

ValidateAll checks the field values on PostgresOnConflictConfig 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 PostgresOnConflictConfigMultiError, or nil if none found.

type PostgresOnConflictConfigMultiError

type PostgresOnConflictConfigMultiError []error

PostgresOnConflictConfigMultiError is an error wrapping multiple validation errors returned by PostgresOnConflictConfig.ValidateAll() if the designated constraints aren't met.

func (PostgresOnConflictConfigMultiError) AllErrors

func (m PostgresOnConflictConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostgresOnConflictConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresOnConflictConfigValidationError

type PostgresOnConflictConfigValidationError struct {
	// contains filtered or unexported fields
}

PostgresOnConflictConfigValidationError is the validation error returned by PostgresOnConflictConfig.Validate if the designated constraints aren't met.

func (PostgresOnConflictConfigValidationError) Cause

Cause function returns cause value.

func (PostgresOnConflictConfigValidationError) Error

Error satisfies the builtin error interface

func (PostgresOnConflictConfigValidationError) ErrorName

ErrorName returns error name.

func (PostgresOnConflictConfigValidationError) Field

Field function returns field value.

func (PostgresOnConflictConfigValidationError) Key

Key function returns key value.

func (PostgresOnConflictConfigValidationError) Reason

Reason function returns reason value.

type PostgresSchemaConfig

type PostgresSchemaConfig struct {
	// contains filtered or unexported fields
}

func (*PostgresSchemaConfig) Descriptor deprecated

func (*PostgresSchemaConfig) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSchemaConfig.ProtoReflect.Descriptor instead.

func (*PostgresSchemaConfig) ProtoMessage

func (*PostgresSchemaConfig) ProtoMessage()

func (*PostgresSchemaConfig) ProtoReflect

func (x *PostgresSchemaConfig) ProtoReflect() protoreflect.Message

func (*PostgresSchemaConfig) Reset

func (x *PostgresSchemaConfig) Reset()

func (*PostgresSchemaConfig) String

func (x *PostgresSchemaConfig) String() string

func (*PostgresSchemaConfig) Validate

func (m *PostgresSchemaConfig) Validate() error

Validate checks the field values on PostgresSchemaConfig 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 (*PostgresSchemaConfig) ValidateAll

func (m *PostgresSchemaConfig) ValidateAll() error

ValidateAll checks the field values on PostgresSchemaConfig 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 PostgresSchemaConfigMultiError, or nil if none found.

type PostgresSchemaConfigMultiError

type PostgresSchemaConfigMultiError []error

PostgresSchemaConfigMultiError is an error wrapping multiple validation errors returned by PostgresSchemaConfig.ValidateAll() if the designated constraints aren't met.

func (PostgresSchemaConfigMultiError) AllErrors

func (m PostgresSchemaConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostgresSchemaConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresSchemaConfigValidationError

type PostgresSchemaConfigValidationError struct {
	// contains filtered or unexported fields
}

PostgresSchemaConfigValidationError is the validation error returned by PostgresSchemaConfig.Validate if the designated constraints aren't met.

func (PostgresSchemaConfigValidationError) Cause

Cause function returns cause value.

func (PostgresSchemaConfigValidationError) Error

Error satisfies the builtin error interface

func (PostgresSchemaConfigValidationError) ErrorName

ErrorName returns error name.

func (PostgresSchemaConfigValidationError) Field

Field function returns field value.

func (PostgresSchemaConfigValidationError) Key

Key function returns key value.

func (PostgresSchemaConfigValidationError) Reason

Reason function returns reason value.

type PostgresSourceConnectionOptions

type PostgresSourceConnectionOptions struct {
	HaltOnNewColumnAddition       bool                          `` /* 137-byte string literal not displayed */
	Schemas                       []*PostgresSourceSchemaOption `protobuf:"bytes,2,rep,name=schemas,proto3" json:"schemas,omitempty"`
	ConnectionId                  string                        `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	SubsetByForeignKeyConstraints bool                          `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PostgresSourceConnectionOptions) Descriptor deprecated

func (*PostgresSourceConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSourceConnectionOptions.ProtoReflect.Descriptor instead.

func (*PostgresSourceConnectionOptions) GetConnectionId

func (x *PostgresSourceConnectionOptions) GetConnectionId() string

func (*PostgresSourceConnectionOptions) GetHaltOnNewColumnAddition

func (x *PostgresSourceConnectionOptions) GetHaltOnNewColumnAddition() bool

func (*PostgresSourceConnectionOptions) GetSchemas

func (*PostgresSourceConnectionOptions) GetSubsetByForeignKeyConstraints

func (x *PostgresSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool

func (*PostgresSourceConnectionOptions) ProtoMessage

func (*PostgresSourceConnectionOptions) ProtoMessage()

func (*PostgresSourceConnectionOptions) ProtoReflect

func (*PostgresSourceConnectionOptions) Reset

func (*PostgresSourceConnectionOptions) String

func (*PostgresSourceConnectionOptions) Validate

func (m *PostgresSourceConnectionOptions) Validate() error

Validate checks the field values on PostgresSourceConnectionOptions 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 (*PostgresSourceConnectionOptions) ValidateAll

func (m *PostgresSourceConnectionOptions) ValidateAll() error

ValidateAll checks the field values on PostgresSourceConnectionOptions 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 PostgresSourceConnectionOptionsMultiError, or nil if none found.

type PostgresSourceConnectionOptionsMultiError

type PostgresSourceConnectionOptionsMultiError []error

PostgresSourceConnectionOptionsMultiError is an error wrapping multiple validation errors returned by PostgresSourceConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (PostgresSourceConnectionOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresSourceConnectionOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresSourceConnectionOptionsValidationError

type PostgresSourceConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

PostgresSourceConnectionOptionsValidationError is the validation error returned by PostgresSourceConnectionOptions.Validate if the designated constraints aren't met.

func (PostgresSourceConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (PostgresSourceConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (PostgresSourceConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (PostgresSourceConnectionOptionsValidationError) Field

Field function returns field value.

func (PostgresSourceConnectionOptionsValidationError) Key

Key function returns key value.

func (PostgresSourceConnectionOptionsValidationError) Reason

Reason function returns reason value.

type PostgresSourceSchemaOption

type PostgresSourceSchemaOption struct {
	Schema string                       `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Tables []*PostgresSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresSourceSchemaOption) Descriptor deprecated

func (*PostgresSourceSchemaOption) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSourceSchemaOption.ProtoReflect.Descriptor instead.

func (*PostgresSourceSchemaOption) GetSchema

func (x *PostgresSourceSchemaOption) GetSchema() string

func (*PostgresSourceSchemaOption) GetTables

func (*PostgresSourceSchemaOption) ProtoMessage

func (*PostgresSourceSchemaOption) ProtoMessage()

func (*PostgresSourceSchemaOption) ProtoReflect

func (*PostgresSourceSchemaOption) Reset

func (x *PostgresSourceSchemaOption) Reset()

func (*PostgresSourceSchemaOption) String

func (x *PostgresSourceSchemaOption) String() string

func (*PostgresSourceSchemaOption) Validate

func (m *PostgresSourceSchemaOption) Validate() error

Validate checks the field values on PostgresSourceSchemaOption 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 (*PostgresSourceSchemaOption) ValidateAll

func (m *PostgresSourceSchemaOption) ValidateAll() error

ValidateAll checks the field values on PostgresSourceSchemaOption 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 PostgresSourceSchemaOptionMultiError, or nil if none found.

type PostgresSourceSchemaOptionMultiError

type PostgresSourceSchemaOptionMultiError []error

PostgresSourceSchemaOptionMultiError is an error wrapping multiple validation errors returned by PostgresSourceSchemaOption.ValidateAll() if the designated constraints aren't met.

func (PostgresSourceSchemaOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresSourceSchemaOptionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresSourceSchemaOptionValidationError

type PostgresSourceSchemaOptionValidationError struct {
	// contains filtered or unexported fields
}

PostgresSourceSchemaOptionValidationError is the validation error returned by PostgresSourceSchemaOption.Validate if the designated constraints aren't met.

func (PostgresSourceSchemaOptionValidationError) Cause

Cause function returns cause value.

func (PostgresSourceSchemaOptionValidationError) Error

Error satisfies the builtin error interface

func (PostgresSourceSchemaOptionValidationError) ErrorName

ErrorName returns error name.

func (PostgresSourceSchemaOptionValidationError) Field

Field function returns field value.

func (PostgresSourceSchemaOptionValidationError) Key

Key function returns key value.

func (PostgresSourceSchemaOptionValidationError) Reason

Reason function returns reason value.

type PostgresSourceSchemaSubset

type PostgresSourceSchemaSubset struct {
	PostgresSchemas []*PostgresSourceSchemaOption `protobuf:"bytes,1,rep,name=postgres_schemas,json=postgresSchemas,proto3" json:"postgres_schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresSourceSchemaSubset) Descriptor deprecated

func (*PostgresSourceSchemaSubset) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSourceSchemaSubset.ProtoReflect.Descriptor instead.

func (*PostgresSourceSchemaSubset) GetPostgresSchemas

func (x *PostgresSourceSchemaSubset) GetPostgresSchemas() []*PostgresSourceSchemaOption

func (*PostgresSourceSchemaSubset) ProtoMessage

func (*PostgresSourceSchemaSubset) ProtoMessage()

func (*PostgresSourceSchemaSubset) ProtoReflect

func (*PostgresSourceSchemaSubset) Reset

func (x *PostgresSourceSchemaSubset) Reset()

func (*PostgresSourceSchemaSubset) String

func (x *PostgresSourceSchemaSubset) String() string

func (*PostgresSourceSchemaSubset) Validate

func (m *PostgresSourceSchemaSubset) Validate() error

Validate checks the field values on PostgresSourceSchemaSubset 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 (*PostgresSourceSchemaSubset) ValidateAll

func (m *PostgresSourceSchemaSubset) ValidateAll() error

ValidateAll checks the field values on PostgresSourceSchemaSubset 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 PostgresSourceSchemaSubsetMultiError, or nil if none found.

type PostgresSourceSchemaSubsetMultiError

type PostgresSourceSchemaSubsetMultiError []error

PostgresSourceSchemaSubsetMultiError is an error wrapping multiple validation errors returned by PostgresSourceSchemaSubset.ValidateAll() if the designated constraints aren't met.

func (PostgresSourceSchemaSubsetMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresSourceSchemaSubsetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresSourceSchemaSubsetValidationError

type PostgresSourceSchemaSubsetValidationError struct {
	// contains filtered or unexported fields
}

PostgresSourceSchemaSubsetValidationError is the validation error returned by PostgresSourceSchemaSubset.Validate if the designated constraints aren't met.

func (PostgresSourceSchemaSubsetValidationError) Cause

Cause function returns cause value.

func (PostgresSourceSchemaSubsetValidationError) Error

Error satisfies the builtin error interface

func (PostgresSourceSchemaSubsetValidationError) ErrorName

ErrorName returns error name.

func (PostgresSourceSchemaSubsetValidationError) Field

Field function returns field value.

func (PostgresSourceSchemaSubsetValidationError) Key

Key function returns key value.

func (PostgresSourceSchemaSubsetValidationError) Reason

Reason function returns reason value.

type PostgresSourceTableOption

type PostgresSourceTableOption struct {
	Table       string  `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	WhereClause *string `protobuf:"bytes,2,opt,name=where_clause,json=whereClause,proto3,oneof" json:"where_clause,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresSourceTableOption) Descriptor deprecated

func (*PostgresSourceTableOption) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSourceTableOption.ProtoReflect.Descriptor instead.

func (*PostgresSourceTableOption) GetTable

func (x *PostgresSourceTableOption) GetTable() string

func (*PostgresSourceTableOption) GetWhereClause

func (x *PostgresSourceTableOption) GetWhereClause() string

func (*PostgresSourceTableOption) ProtoMessage

func (*PostgresSourceTableOption) ProtoMessage()

func (*PostgresSourceTableOption) ProtoReflect

func (*PostgresSourceTableOption) Reset

func (x *PostgresSourceTableOption) Reset()

func (*PostgresSourceTableOption) String

func (x *PostgresSourceTableOption) String() string

func (*PostgresSourceTableOption) Validate

func (m *PostgresSourceTableOption) Validate() error

Validate checks the field values on PostgresSourceTableOption 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 (*PostgresSourceTableOption) ValidateAll

func (m *PostgresSourceTableOption) ValidateAll() error

ValidateAll checks the field values on PostgresSourceTableOption 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 PostgresSourceTableOptionMultiError, or nil if none found.

type PostgresSourceTableOptionMultiError

type PostgresSourceTableOptionMultiError []error

PostgresSourceTableOptionMultiError is an error wrapping multiple validation errors returned by PostgresSourceTableOption.ValidateAll() if the designated constraints aren't met.

func (PostgresSourceTableOptionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresSourceTableOptionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresSourceTableOptionValidationError

type PostgresSourceTableOptionValidationError struct {
	// contains filtered or unexported fields
}

PostgresSourceTableOptionValidationError is the validation error returned by PostgresSourceTableOption.Validate if the designated constraints aren't met.

func (PostgresSourceTableOptionValidationError) Cause

Cause function returns cause value.

func (PostgresSourceTableOptionValidationError) Error

Error satisfies the builtin error interface

func (PostgresSourceTableOptionValidationError) ErrorName

ErrorName returns error name.

func (PostgresSourceTableOptionValidationError) Field

Field function returns field value.

func (PostgresSourceTableOptionValidationError) Key

Key function returns key value.

func (PostgresSourceTableOptionValidationError) Reason

Reason function returns reason value.

type PostgresStreamConfig

type PostgresStreamConfig struct {
	// contains filtered or unexported fields
}

func (*PostgresStreamConfig) Descriptor deprecated

func (*PostgresStreamConfig) Descriptor() ([]byte, []int)

Deprecated: Use PostgresStreamConfig.ProtoReflect.Descriptor instead.

func (*PostgresStreamConfig) ProtoMessage

func (*PostgresStreamConfig) ProtoMessage()

func (*PostgresStreamConfig) ProtoReflect

func (x *PostgresStreamConfig) ProtoReflect() protoreflect.Message

func (*PostgresStreamConfig) Reset

func (x *PostgresStreamConfig) Reset()

func (*PostgresStreamConfig) String

func (x *PostgresStreamConfig) String() string

func (*PostgresStreamConfig) Validate

func (m *PostgresStreamConfig) Validate() error

Validate checks the field values on PostgresStreamConfig 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 (*PostgresStreamConfig) ValidateAll

func (m *PostgresStreamConfig) ValidateAll() error

ValidateAll checks the field values on PostgresStreamConfig 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 PostgresStreamConfigMultiError, or nil if none found.

type PostgresStreamConfigMultiError

type PostgresStreamConfigMultiError []error

PostgresStreamConfigMultiError is an error wrapping multiple validation errors returned by PostgresStreamConfig.ValidateAll() if the designated constraints aren't met.

func (PostgresStreamConfigMultiError) AllErrors

func (m PostgresStreamConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostgresStreamConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresStreamConfigValidationError

type PostgresStreamConfigValidationError struct {
	// contains filtered or unexported fields
}

PostgresStreamConfigValidationError is the validation error returned by PostgresStreamConfig.Validate if the designated constraints aren't met.

func (PostgresStreamConfigValidationError) Cause

Cause function returns cause value.

func (PostgresStreamConfigValidationError) Error

Error satisfies the builtin error interface

func (PostgresStreamConfigValidationError) ErrorName

ErrorName returns error name.

func (PostgresStreamConfigValidationError) Field

Field function returns field value.

func (PostgresStreamConfigValidationError) Key

Key function returns key value.

func (PostgresStreamConfigValidationError) Reason

Reason function returns reason value.

type PostgresTruncateTableConfig

type PostgresTruncateTableConfig struct {
	TruncateBeforeInsert bool `protobuf:"varint,1,opt,name=truncate_before_insert,json=truncateBeforeInsert,proto3" json:"truncate_before_insert,omitempty"`
	Cascade              bool `protobuf:"varint,2,opt,name=cascade,proto3" json:"cascade,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresTruncateTableConfig) Descriptor deprecated

func (*PostgresTruncateTableConfig) Descriptor() ([]byte, []int)

Deprecated: Use PostgresTruncateTableConfig.ProtoReflect.Descriptor instead.

func (*PostgresTruncateTableConfig) GetCascade

func (x *PostgresTruncateTableConfig) GetCascade() bool

func (*PostgresTruncateTableConfig) GetTruncateBeforeInsert

func (x *PostgresTruncateTableConfig) GetTruncateBeforeInsert() bool

func (*PostgresTruncateTableConfig) ProtoMessage

func (*PostgresTruncateTableConfig) ProtoMessage()

func (*PostgresTruncateTableConfig) ProtoReflect

func (*PostgresTruncateTableConfig) Reset

func (x *PostgresTruncateTableConfig) Reset()

func (*PostgresTruncateTableConfig) String

func (x *PostgresTruncateTableConfig) String() string

func (*PostgresTruncateTableConfig) Validate

func (m *PostgresTruncateTableConfig) Validate() error

Validate checks the field values on PostgresTruncateTableConfig 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 (*PostgresTruncateTableConfig) ValidateAll

func (m *PostgresTruncateTableConfig) ValidateAll() error

ValidateAll checks the field values on PostgresTruncateTableConfig 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 PostgresTruncateTableConfigMultiError, or nil if none found.

type PostgresTruncateTableConfigMultiError

type PostgresTruncateTableConfigMultiError []error

PostgresTruncateTableConfigMultiError is an error wrapping multiple validation errors returned by PostgresTruncateTableConfig.ValidateAll() if the designated constraints aren't met.

func (PostgresTruncateTableConfigMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PostgresTruncateTableConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PostgresTruncateTableConfigValidationError

type PostgresTruncateTableConfigValidationError struct {
	// contains filtered or unexported fields
}

PostgresTruncateTableConfigValidationError is the validation error returned by PostgresTruncateTableConfig.Validate if the designated constraints aren't met.

func (PostgresTruncateTableConfigValidationError) Cause

Cause function returns cause value.

func (PostgresTruncateTableConfigValidationError) Error

Error satisfies the builtin error interface

func (PostgresTruncateTableConfigValidationError) ErrorName

ErrorName returns error name.

func (PostgresTruncateTableConfigValidationError) Field

Field function returns field value.

func (PostgresTruncateTableConfigValidationError) Key

Key function returns key value.

func (PostgresTruncateTableConfigValidationError) Reason

Reason function returns reason value.

type PrimaryConstraint

type PrimaryConstraint struct {
	Columns []string `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*PrimaryConstraint) Descriptor deprecated

func (*PrimaryConstraint) Descriptor() ([]byte, []int)

Deprecated: Use PrimaryConstraint.ProtoReflect.Descriptor instead.

func (*PrimaryConstraint) GetColumns

func (x *PrimaryConstraint) GetColumns() []string

func (*PrimaryConstraint) ProtoMessage

func (*PrimaryConstraint) ProtoMessage()

func (*PrimaryConstraint) ProtoReflect

func (x *PrimaryConstraint) ProtoReflect() protoreflect.Message

func (*PrimaryConstraint) Reset

func (x *PrimaryConstraint) Reset()

func (*PrimaryConstraint) String

func (x *PrimaryConstraint) String() string

func (*PrimaryConstraint) Validate

func (m *PrimaryConstraint) Validate() error

Validate checks the field values on PrimaryConstraint 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 (*PrimaryConstraint) ValidateAll

func (m *PrimaryConstraint) ValidateAll() error

ValidateAll checks the field values on PrimaryConstraint 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 PrimaryConstraintMultiError, or nil if none found.

type PrimaryConstraintMultiError

type PrimaryConstraintMultiError []error

PrimaryConstraintMultiError is an error wrapping multiple validation errors returned by PrimaryConstraint.ValidateAll() if the designated constraints aren't met.

func (PrimaryConstraintMultiError) AllErrors

func (m PrimaryConstraintMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PrimaryConstraintMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PrimaryConstraintValidationError

type PrimaryConstraintValidationError struct {
	// contains filtered or unexported fields
}

PrimaryConstraintValidationError is the validation error returned by PrimaryConstraint.Validate if the designated constraints aren't met.

func (PrimaryConstraintValidationError) Cause

Cause function returns cause value.

func (PrimaryConstraintValidationError) Error

Error satisfies the builtin error interface

func (PrimaryConstraintValidationError) ErrorName

ErrorName returns error name.

func (PrimaryConstraintValidationError) Field

Field function returns field value.

func (PrimaryConstraintValidationError) Key

Key function returns key value.

func (PrimaryConstraintValidationError) Reason

Reason function returns reason value.

type RangedMetricName

type RangedMetricName int32
const (
	// If unspecified, an error will be thrown
	RangedMetricName_RANGED_METRIC_NAME_UNSPECIFIED RangedMetricName = 0
	// The input_received metric
	RangedMetricName_RANGED_METRIC_NAME_INPUT_RECEIVED RangedMetricName = 1
)

func (RangedMetricName) Descriptor

func (RangedMetricName) Enum

func (RangedMetricName) EnumDescriptor deprecated

func (RangedMetricName) EnumDescriptor() ([]byte, []int)

Deprecated: Use RangedMetricName.Descriptor instead.

func (RangedMetricName) Number

func (RangedMetricName) String

func (x RangedMetricName) String() string

func (RangedMetricName) Type

type RefreshCliRequest

type RefreshCliRequest struct {

	// The token used to retrieve a new access token.
	RefreshToken string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCliRequest) Descriptor deprecated

func (*RefreshCliRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshCliRequest.ProtoReflect.Descriptor instead.

func (*RefreshCliRequest) GetRefreshToken

func (x *RefreshCliRequest) GetRefreshToken() string

func (*RefreshCliRequest) ProtoMessage

func (*RefreshCliRequest) ProtoMessage()

func (*RefreshCliRequest) ProtoReflect

func (x *RefreshCliRequest) ProtoReflect() protoreflect.Message

func (*RefreshCliRequest) Reset

func (x *RefreshCliRequest) Reset()

func (*RefreshCliRequest) String

func (x *RefreshCliRequest) String() string

func (*RefreshCliRequest) Validate

func (m *RefreshCliRequest) Validate() error

Validate checks the field values on RefreshCliRequest 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 (*RefreshCliRequest) ValidateAll

func (m *RefreshCliRequest) ValidateAll() error

ValidateAll checks the field values on RefreshCliRequest 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 RefreshCliRequestMultiError, or nil if none found.

type RefreshCliRequestMultiError

type RefreshCliRequestMultiError []error

RefreshCliRequestMultiError is an error wrapping multiple validation errors returned by RefreshCliRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshCliRequestMultiError) AllErrors

func (m RefreshCliRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshCliRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshCliRequestValidationError

type RefreshCliRequestValidationError struct {
	// contains filtered or unexported fields
}

RefreshCliRequestValidationError is the validation error returned by RefreshCliRequest.Validate if the designated constraints aren't met.

func (RefreshCliRequestValidationError) Cause

Cause function returns cause value.

func (RefreshCliRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshCliRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshCliRequestValidationError) Field

Field function returns field value.

func (RefreshCliRequestValidationError) Key

Key function returns key value.

func (RefreshCliRequestValidationError) Reason

Reason function returns reason value.

type RefreshCliResponse

type RefreshCliResponse struct {

	// The access token that is returned on successful refresh
	AccessToken *AccessToken `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCliResponse) Descriptor deprecated

func (*RefreshCliResponse) Descriptor() ([]byte, []int)

Deprecated: Use RefreshCliResponse.ProtoReflect.Descriptor instead.

func (*RefreshCliResponse) GetAccessToken

func (x *RefreshCliResponse) GetAccessToken() *AccessToken

func (*RefreshCliResponse) ProtoMessage

func (*RefreshCliResponse) ProtoMessage()

func (*RefreshCliResponse) ProtoReflect

func (x *RefreshCliResponse) ProtoReflect() protoreflect.Message

func (*RefreshCliResponse) Reset

func (x *RefreshCliResponse) Reset()

func (*RefreshCliResponse) String

func (x *RefreshCliResponse) String() string

func (*RefreshCliResponse) Validate

func (m *RefreshCliResponse) Validate() error

Validate checks the field values on RefreshCliResponse 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 (*RefreshCliResponse) ValidateAll

func (m *RefreshCliResponse) ValidateAll() error

ValidateAll checks the field values on RefreshCliResponse 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 RefreshCliResponseMultiError, or nil if none found.

type RefreshCliResponseMultiError

type RefreshCliResponseMultiError []error

RefreshCliResponseMultiError is an error wrapping multiple validation errors returned by RefreshCliResponse.ValidateAll() if the designated constraints aren't met.

func (RefreshCliResponseMultiError) AllErrors

func (m RefreshCliResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshCliResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshCliResponseValidationError

type RefreshCliResponseValidationError struct {
	// contains filtered or unexported fields
}

RefreshCliResponseValidationError is the validation error returned by RefreshCliResponse.Validate if the designated constraints aren't met.

func (RefreshCliResponseValidationError) Cause

Cause function returns cause value.

func (RefreshCliResponseValidationError) Error

Error satisfies the builtin error interface

func (RefreshCliResponseValidationError) ErrorName

ErrorName returns error name.

func (RefreshCliResponseValidationError) Field

Field function returns field value.

func (RefreshCliResponseValidationError) Key

Key function returns key value.

func (RefreshCliResponseValidationError) Reason

Reason function returns reason value.

type RegenerateAccountApiKeyRequest

type RegenerateAccountApiKeyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Validate between now and one year: now < x < 365 days
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateAccountApiKeyRequest) Descriptor deprecated

func (*RegenerateAccountApiKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateAccountApiKeyRequest.ProtoReflect.Descriptor instead.

func (*RegenerateAccountApiKeyRequest) GetExpiresAt

func (*RegenerateAccountApiKeyRequest) GetId

func (*RegenerateAccountApiKeyRequest) ProtoMessage

func (*RegenerateAccountApiKeyRequest) ProtoMessage()

func (*RegenerateAccountApiKeyRequest) ProtoReflect

func (*RegenerateAccountApiKeyRequest) Reset

func (x *RegenerateAccountApiKeyRequest) Reset()

func (*RegenerateAccountApiKeyRequest) String

func (*RegenerateAccountApiKeyRequest) Validate

func (m *RegenerateAccountApiKeyRequest) Validate() error

Validate checks the field values on RegenerateAccountApiKeyRequest 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 (*RegenerateAccountApiKeyRequest) ValidateAll

func (m *RegenerateAccountApiKeyRequest) ValidateAll() error

ValidateAll checks the field values on RegenerateAccountApiKeyRequest 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 RegenerateAccountApiKeyRequestMultiError, or nil if none found.

type RegenerateAccountApiKeyRequestMultiError

type RegenerateAccountApiKeyRequestMultiError []error

RegenerateAccountApiKeyRequestMultiError is an error wrapping multiple validation errors returned by RegenerateAccountApiKeyRequest.ValidateAll() if the designated constraints aren't met.

func (RegenerateAccountApiKeyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegenerateAccountApiKeyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegenerateAccountApiKeyRequestValidationError

type RegenerateAccountApiKeyRequestValidationError struct {
	// contains filtered or unexported fields
}

RegenerateAccountApiKeyRequestValidationError is the validation error returned by RegenerateAccountApiKeyRequest.Validate if the designated constraints aren't met.

func (RegenerateAccountApiKeyRequestValidationError) Cause

Cause function returns cause value.

func (RegenerateAccountApiKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (RegenerateAccountApiKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (RegenerateAccountApiKeyRequestValidationError) Field

Field function returns field value.

func (RegenerateAccountApiKeyRequestValidationError) Key

Key function returns key value.

func (RegenerateAccountApiKeyRequestValidationError) Reason

Reason function returns reason value.

type RegenerateAccountApiKeyResponse

type RegenerateAccountApiKeyResponse struct {
	ApiKey *AccountApiKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateAccountApiKeyResponse) Descriptor deprecated

func (*RegenerateAccountApiKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateAccountApiKeyResponse.ProtoReflect.Descriptor instead.

func (*RegenerateAccountApiKeyResponse) GetApiKey

func (*RegenerateAccountApiKeyResponse) ProtoMessage

func (*RegenerateAccountApiKeyResponse) ProtoMessage()

func (*RegenerateAccountApiKeyResponse) ProtoReflect

func (*RegenerateAccountApiKeyResponse) Reset

func (*RegenerateAccountApiKeyResponse) String

func (*RegenerateAccountApiKeyResponse) Validate

func (m *RegenerateAccountApiKeyResponse) Validate() error

Validate checks the field values on RegenerateAccountApiKeyResponse 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 (*RegenerateAccountApiKeyResponse) ValidateAll

func (m *RegenerateAccountApiKeyResponse) ValidateAll() error

ValidateAll checks the field values on RegenerateAccountApiKeyResponse 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 RegenerateAccountApiKeyResponseMultiError, or nil if none found.

type RegenerateAccountApiKeyResponseMultiError

type RegenerateAccountApiKeyResponseMultiError []error

RegenerateAccountApiKeyResponseMultiError is an error wrapping multiple validation errors returned by RegenerateAccountApiKeyResponse.ValidateAll() if the designated constraints aren't met.

func (RegenerateAccountApiKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegenerateAccountApiKeyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegenerateAccountApiKeyResponseValidationError

type RegenerateAccountApiKeyResponseValidationError struct {
	// contains filtered or unexported fields
}

RegenerateAccountApiKeyResponseValidationError is the validation error returned by RegenerateAccountApiKeyResponse.Validate if the designated constraints aren't met.

func (RegenerateAccountApiKeyResponseValidationError) Cause

Cause function returns cause value.

func (RegenerateAccountApiKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (RegenerateAccountApiKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (RegenerateAccountApiKeyResponseValidationError) Field

Field function returns field value.

func (RegenerateAccountApiKeyResponseValidationError) Key

Key function returns key value.

func (RegenerateAccountApiKeyResponseValidationError) Reason

Reason function returns reason value.

type RemoveTeamAccountInviteRequest

type RemoveTeamAccountInviteRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveTeamAccountInviteRequest) Descriptor deprecated

func (*RemoveTeamAccountInviteRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTeamAccountInviteRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamAccountInviteRequest) GetId

func (*RemoveTeamAccountInviteRequest) ProtoMessage

func (*RemoveTeamAccountInviteRequest) ProtoMessage()

func (*RemoveTeamAccountInviteRequest) ProtoReflect

func (*RemoveTeamAccountInviteRequest) Reset

func (x *RemoveTeamAccountInviteRequest) Reset()

func (*RemoveTeamAccountInviteRequest) String

func (*RemoveTeamAccountInviteRequest) Validate

func (m *RemoveTeamAccountInviteRequest) Validate() error

Validate checks the field values on RemoveTeamAccountInviteRequest 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 (*RemoveTeamAccountInviteRequest) ValidateAll

func (m *RemoveTeamAccountInviteRequest) ValidateAll() error

ValidateAll checks the field values on RemoveTeamAccountInviteRequest 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 RemoveTeamAccountInviteRequestMultiError, or nil if none found.

type RemoveTeamAccountInviteRequestMultiError

type RemoveTeamAccountInviteRequestMultiError []error

RemoveTeamAccountInviteRequestMultiError is an error wrapping multiple validation errors returned by RemoveTeamAccountInviteRequest.ValidateAll() if the designated constraints aren't met.

func (RemoveTeamAccountInviteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveTeamAccountInviteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveTeamAccountInviteRequestValidationError

type RemoveTeamAccountInviteRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveTeamAccountInviteRequestValidationError is the validation error returned by RemoveTeamAccountInviteRequest.Validate if the designated constraints aren't met.

func (RemoveTeamAccountInviteRequestValidationError) Cause

Cause function returns cause value.

func (RemoveTeamAccountInviteRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveTeamAccountInviteRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveTeamAccountInviteRequestValidationError) Field

Field function returns field value.

func (RemoveTeamAccountInviteRequestValidationError) Key

Key function returns key value.

func (RemoveTeamAccountInviteRequestValidationError) Reason

Reason function returns reason value.

type RemoveTeamAccountInviteResponse

type RemoveTeamAccountInviteResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveTeamAccountInviteResponse) Descriptor deprecated

func (*RemoveTeamAccountInviteResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTeamAccountInviteResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamAccountInviteResponse) ProtoMessage

func (*RemoveTeamAccountInviteResponse) ProtoMessage()

func (*RemoveTeamAccountInviteResponse) ProtoReflect

func (*RemoveTeamAccountInviteResponse) Reset

func (*RemoveTeamAccountInviteResponse) String

func (*RemoveTeamAccountInviteResponse) Validate

func (m *RemoveTeamAccountInviteResponse) Validate() error

Validate checks the field values on RemoveTeamAccountInviteResponse 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 (*RemoveTeamAccountInviteResponse) ValidateAll

func (m *RemoveTeamAccountInviteResponse) ValidateAll() error

ValidateAll checks the field values on RemoveTeamAccountInviteResponse 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 RemoveTeamAccountInviteResponseMultiError, or nil if none found.

type RemoveTeamAccountInviteResponseMultiError

type RemoveTeamAccountInviteResponseMultiError []error

RemoveTeamAccountInviteResponseMultiError is an error wrapping multiple validation errors returned by RemoveTeamAccountInviteResponse.ValidateAll() if the designated constraints aren't met.

func (RemoveTeamAccountInviteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveTeamAccountInviteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveTeamAccountInviteResponseValidationError

type RemoveTeamAccountInviteResponseValidationError struct {
	// contains filtered or unexported fields
}

RemoveTeamAccountInviteResponseValidationError is the validation error returned by RemoveTeamAccountInviteResponse.Validate if the designated constraints aren't met.

func (RemoveTeamAccountInviteResponseValidationError) Cause

Cause function returns cause value.

func (RemoveTeamAccountInviteResponseValidationError) Error

Error satisfies the builtin error interface

func (RemoveTeamAccountInviteResponseValidationError) ErrorName

ErrorName returns error name.

func (RemoveTeamAccountInviteResponseValidationError) Field

Field function returns field value.

func (RemoveTeamAccountInviteResponseValidationError) Key

Key function returns key value.

func (RemoveTeamAccountInviteResponseValidationError) Reason

Reason function returns reason value.

type RemoveTeamAccountMemberRequest

type RemoveTeamAccountMemberRequest struct {
	UserId    string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveTeamAccountMemberRequest) Descriptor deprecated

func (*RemoveTeamAccountMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTeamAccountMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamAccountMemberRequest) GetAccountId

func (x *RemoveTeamAccountMemberRequest) GetAccountId() string

func (*RemoveTeamAccountMemberRequest) GetUserId

func (x *RemoveTeamAccountMemberRequest) GetUserId() string

func (*RemoveTeamAccountMemberRequest) ProtoMessage

func (*RemoveTeamAccountMemberRequest) ProtoMessage()

func (*RemoveTeamAccountMemberRequest) ProtoReflect

func (*RemoveTeamAccountMemberRequest) Reset

func (x *RemoveTeamAccountMemberRequest) Reset()

func (*RemoveTeamAccountMemberRequest) String

func (*RemoveTeamAccountMemberRequest) Validate

func (m *RemoveTeamAccountMemberRequest) Validate() error

Validate checks the field values on RemoveTeamAccountMemberRequest 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 (*RemoveTeamAccountMemberRequest) ValidateAll

func (m *RemoveTeamAccountMemberRequest) ValidateAll() error

ValidateAll checks the field values on RemoveTeamAccountMemberRequest 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 RemoveTeamAccountMemberRequestMultiError, or nil if none found.

type RemoveTeamAccountMemberRequestMultiError

type RemoveTeamAccountMemberRequestMultiError []error

RemoveTeamAccountMemberRequestMultiError is an error wrapping multiple validation errors returned by RemoveTeamAccountMemberRequest.ValidateAll() if the designated constraints aren't met.

func (RemoveTeamAccountMemberRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveTeamAccountMemberRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveTeamAccountMemberRequestValidationError

type RemoveTeamAccountMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveTeamAccountMemberRequestValidationError is the validation error returned by RemoveTeamAccountMemberRequest.Validate if the designated constraints aren't met.

func (RemoveTeamAccountMemberRequestValidationError) Cause

Cause function returns cause value.

func (RemoveTeamAccountMemberRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveTeamAccountMemberRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveTeamAccountMemberRequestValidationError) Field

Field function returns field value.

func (RemoveTeamAccountMemberRequestValidationError) Key

Key function returns key value.

func (RemoveTeamAccountMemberRequestValidationError) Reason

Reason function returns reason value.

type RemoveTeamAccountMemberResponse

type RemoveTeamAccountMemberResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveTeamAccountMemberResponse) Descriptor deprecated

func (*RemoveTeamAccountMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTeamAccountMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamAccountMemberResponse) ProtoMessage

func (*RemoveTeamAccountMemberResponse) ProtoMessage()

func (*RemoveTeamAccountMemberResponse) ProtoReflect

func (*RemoveTeamAccountMemberResponse) Reset

func (*RemoveTeamAccountMemberResponse) String

func (*RemoveTeamAccountMemberResponse) Validate

func (m *RemoveTeamAccountMemberResponse) Validate() error

Validate checks the field values on RemoveTeamAccountMemberResponse 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 (*RemoveTeamAccountMemberResponse) ValidateAll

func (m *RemoveTeamAccountMemberResponse) ValidateAll() error

ValidateAll checks the field values on RemoveTeamAccountMemberResponse 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 RemoveTeamAccountMemberResponseMultiError, or nil if none found.

type RemoveTeamAccountMemberResponseMultiError

type RemoveTeamAccountMemberResponseMultiError []error

RemoveTeamAccountMemberResponseMultiError is an error wrapping multiple validation errors returned by RemoveTeamAccountMemberResponse.ValidateAll() if the designated constraints aren't met.

func (RemoveTeamAccountMemberResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveTeamAccountMemberResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveTeamAccountMemberResponseValidationError

type RemoveTeamAccountMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

RemoveTeamAccountMemberResponseValidationError is the validation error returned by RemoveTeamAccountMemberResponse.Validate if the designated constraints aren't met.

func (RemoveTeamAccountMemberResponseValidationError) Cause

Cause function returns cause value.

func (RemoveTeamAccountMemberResponseValidationError) Error

Error satisfies the builtin error interface

func (RemoveTeamAccountMemberResponseValidationError) ErrorName

ErrorName returns error name.

func (RemoveTeamAccountMemberResponseValidationError) Field

Field function returns field value.

func (RemoveTeamAccountMemberResponseValidationError) Key

Key function returns key value.

func (RemoveTeamAccountMemberResponseValidationError) Reason

Reason function returns reason value.

type RetryPolicy

type RetryPolicy struct {

	// Maximum number of attempts. When exceeded the retries stop even if not expired yet.
	// If not set or set to 0, it means unlimited, and rely on activity ScheduleToCloseTimeout to stop.
	MaximumAttempts *int32 `protobuf:"varint,1,opt,name=maximum_attempts,json=maximumAttempts,proto3,oneof" json:"maximum_attempts,omitempty"`
	// contains filtered or unexported fields
}

Defines the retry policy for an activity

func (*RetryPolicy) Descriptor deprecated

func (*RetryPolicy) Descriptor() ([]byte, []int)

Deprecated: Use RetryPolicy.ProtoReflect.Descriptor instead.

func (*RetryPolicy) GetMaximumAttempts

func (x *RetryPolicy) GetMaximumAttempts() int32

func (*RetryPolicy) ProtoMessage

func (*RetryPolicy) ProtoMessage()

func (*RetryPolicy) ProtoReflect

func (x *RetryPolicy) ProtoReflect() protoreflect.Message

func (*RetryPolicy) Reset

func (x *RetryPolicy) Reset()

func (*RetryPolicy) String

func (x *RetryPolicy) String() string

func (*RetryPolicy) Validate

func (m *RetryPolicy) Validate() error

Validate checks the field values on RetryPolicy 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 (*RetryPolicy) ValidateAll

func (m *RetryPolicy) ValidateAll() error

ValidateAll checks the field values on RetryPolicy 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 RetryPolicyMultiError, or nil if none found.

type RetryPolicyMultiError

type RetryPolicyMultiError []error

RetryPolicyMultiError is an error wrapping multiple validation errors returned by RetryPolicy.ValidateAll() if the designated constraints aren't met.

func (RetryPolicyMultiError) AllErrors

func (m RetryPolicyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RetryPolicyMultiError) Error

func (m RetryPolicyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RetryPolicyValidationError

type RetryPolicyValidationError struct {
	// contains filtered or unexported fields
}

RetryPolicyValidationError is the validation error returned by RetryPolicy.Validate if the designated constraints aren't met.

func (RetryPolicyValidationError) Cause

Cause function returns cause value.

func (RetryPolicyValidationError) Error

Error satisfies the builtin error interface

func (RetryPolicyValidationError) ErrorName

func (e RetryPolicyValidationError) ErrorName() string

ErrorName returns error name.

func (RetryPolicyValidationError) Field

Field function returns field value.

func (RetryPolicyValidationError) Key

Key function returns key value.

func (RetryPolicyValidationError) Reason

Reason function returns reason value.

type SSHAuthentication

type SSHAuthentication struct {

	// Types that are assignable to AuthConfig:
	//
	//	*SSHAuthentication_Passphrase
	//	*SSHAuthentication_PrivateKey
	AuthConfig isSSHAuthentication_AuthConfig `protobuf_oneof:"auth_config"`
	// contains filtered or unexported fields
}

SSH Authentication

func (*SSHAuthentication) Descriptor deprecated

func (*SSHAuthentication) Descriptor() ([]byte, []int)

Deprecated: Use SSHAuthentication.ProtoReflect.Descriptor instead.

func (*SSHAuthentication) GetAuthConfig

func (m *SSHAuthentication) GetAuthConfig() isSSHAuthentication_AuthConfig

func (*SSHAuthentication) GetPassphrase

func (x *SSHAuthentication) GetPassphrase() *SSHPassphrase

func (*SSHAuthentication) GetPrivateKey

func (x *SSHAuthentication) GetPrivateKey() *SSHPrivateKey

func (*SSHAuthentication) ProtoMessage

func (*SSHAuthentication) ProtoMessage()

func (*SSHAuthentication) ProtoReflect

func (x *SSHAuthentication) ProtoReflect() protoreflect.Message

func (*SSHAuthentication) Reset

func (x *SSHAuthentication) Reset()

func (*SSHAuthentication) String

func (x *SSHAuthentication) String() string

func (*SSHAuthentication) Validate

func (m *SSHAuthentication) Validate() error

Validate checks the field values on SSHAuthentication 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 (*SSHAuthentication) ValidateAll

func (m *SSHAuthentication) ValidateAll() error

ValidateAll checks the field values on SSHAuthentication 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 SSHAuthenticationMultiError, or nil if none found.

type SSHAuthenticationMultiError

type SSHAuthenticationMultiError []error

SSHAuthenticationMultiError is an error wrapping multiple validation errors returned by SSHAuthentication.ValidateAll() if the designated constraints aren't met.

func (SSHAuthenticationMultiError) AllErrors

func (m SSHAuthenticationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SSHAuthenticationMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SSHAuthenticationValidationError

type SSHAuthenticationValidationError struct {
	// contains filtered or unexported fields
}

SSHAuthenticationValidationError is the validation error returned by SSHAuthentication.Validate if the designated constraints aren't met.

func (SSHAuthenticationValidationError) Cause

Cause function returns cause value.

func (SSHAuthenticationValidationError) Error

Error satisfies the builtin error interface

func (SSHAuthenticationValidationError) ErrorName

ErrorName returns error name.

func (SSHAuthenticationValidationError) Field

Field function returns field value.

func (SSHAuthenticationValidationError) Key

Key function returns key value.

func (SSHAuthenticationValidationError) Reason

Reason function returns reason value.

type SSHAuthentication_Passphrase

type SSHAuthentication_Passphrase struct {
	Passphrase *SSHPassphrase `protobuf:"bytes,1,opt,name=passphrase,proto3,oneof"`
}

type SSHAuthentication_PrivateKey

type SSHAuthentication_PrivateKey struct {
	PrivateKey *SSHPrivateKey `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3,oneof"`
}

type SSHPassphrase

type SSHPassphrase struct {

	// The password to be used to connect to the SSH server
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // eventually we can expand this to allow pulling from other sources.
	// contains filtered or unexported fields
}

Contains the configuration needed to retrieve the SSH passphrase for the tunnel

func (*SSHPassphrase) Descriptor deprecated

func (*SSHPassphrase) Descriptor() ([]byte, []int)

Deprecated: Use SSHPassphrase.ProtoReflect.Descriptor instead.

func (*SSHPassphrase) GetValue

func (x *SSHPassphrase) GetValue() string

func (*SSHPassphrase) ProtoMessage

func (*SSHPassphrase) ProtoMessage()

func (*SSHPassphrase) ProtoReflect

func (x *SSHPassphrase) ProtoReflect() protoreflect.Message

func (*SSHPassphrase) Reset

func (x *SSHPassphrase) Reset()

func (*SSHPassphrase) String

func (x *SSHPassphrase) String() string

func (*SSHPassphrase) Validate

func (m *SSHPassphrase) Validate() error

Validate checks the field values on SSHPassphrase 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 (*SSHPassphrase) ValidateAll

func (m *SSHPassphrase) ValidateAll() error

ValidateAll checks the field values on SSHPassphrase 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 SSHPassphraseMultiError, or nil if none found.

type SSHPassphraseMultiError

type SSHPassphraseMultiError []error

SSHPassphraseMultiError is an error wrapping multiple validation errors returned by SSHPassphrase.ValidateAll() if the designated constraints aren't met.

func (SSHPassphraseMultiError) AllErrors

func (m SSHPassphraseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SSHPassphraseMultiError) Error

func (m SSHPassphraseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SSHPassphraseValidationError

type SSHPassphraseValidationError struct {
	// contains filtered or unexported fields
}

SSHPassphraseValidationError is the validation error returned by SSHPassphrase.Validate if the designated constraints aren't met.

func (SSHPassphraseValidationError) Cause

Cause function returns cause value.

func (SSHPassphraseValidationError) Error

Error satisfies the builtin error interface

func (SSHPassphraseValidationError) ErrorName

func (e SSHPassphraseValidationError) ErrorName() string

ErrorName returns error name.

func (SSHPassphraseValidationError) Field

Field function returns field value.

func (SSHPassphraseValidationError) Key

Key function returns key value.

func (SSHPassphraseValidationError) Reason

Reason function returns reason value.

type SSHPrivateKey

type SSHPrivateKey struct {

	// The private key in PEM format.
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// If the private key is encrypted, this value should decrypt it.
	Passphrase *string `protobuf:"bytes,2,opt,name=passphrase,proto3,oneof" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

Contains the configuration needed to retrieve the SSH private key for the tunnel

func (*SSHPrivateKey) Descriptor deprecated

func (*SSHPrivateKey) Descriptor() ([]byte, []int)

Deprecated: Use SSHPrivateKey.ProtoReflect.Descriptor instead.

func (*SSHPrivateKey) GetPassphrase

func (x *SSHPrivateKey) GetPassphrase() string

func (*SSHPrivateKey) GetValue

func (x *SSHPrivateKey) GetValue() string

func (*SSHPrivateKey) ProtoMessage

func (*SSHPrivateKey) ProtoMessage()

func (*SSHPrivateKey) ProtoReflect

func (x *SSHPrivateKey) ProtoReflect() protoreflect.Message

func (*SSHPrivateKey) Reset

func (x *SSHPrivateKey) Reset()

func (*SSHPrivateKey) String

func (x *SSHPrivateKey) String() string

func (*SSHPrivateKey) Validate

func (m *SSHPrivateKey) Validate() error

Validate checks the field values on SSHPrivateKey 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 (*SSHPrivateKey) ValidateAll

func (m *SSHPrivateKey) ValidateAll() error

ValidateAll checks the field values on SSHPrivateKey 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 SSHPrivateKeyMultiError, or nil if none found.

type SSHPrivateKeyMultiError

type SSHPrivateKeyMultiError []error

SSHPrivateKeyMultiError is an error wrapping multiple validation errors returned by SSHPrivateKey.ValidateAll() if the designated constraints aren't met.

func (SSHPrivateKeyMultiError) AllErrors

func (m SSHPrivateKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SSHPrivateKeyMultiError) Error

func (m SSHPrivateKeyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SSHPrivateKeyValidationError

type SSHPrivateKeyValidationError struct {
	// contains filtered or unexported fields
}

SSHPrivateKeyValidationError is the validation error returned by SSHPrivateKey.Validate if the designated constraints aren't met.

func (SSHPrivateKeyValidationError) Cause

Cause function returns cause value.

func (SSHPrivateKeyValidationError) Error

Error satisfies the builtin error interface

func (SSHPrivateKeyValidationError) ErrorName

func (e SSHPrivateKeyValidationError) ErrorName() string

ErrorName returns error name.

func (SSHPrivateKeyValidationError) Field

Field function returns field value.

func (SSHPrivateKeyValidationError) Key

Key function returns key value.

func (SSHPrivateKeyValidationError) Reason

Reason function returns reason value.

type SSHTunnel

type SSHTunnel struct {

	// The host of the SSH server
	Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	// The port of the SSH server, typically 22
	Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// The user that will be used to authenticate
	User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	// Optionally provide the public key of the known host of the SSH tunnel that we are connecting to.
	// If this is not provided, the server will blindly connect to the host with the given credentials.
	// This is not recommended for production use!
	KnownHostPublicKey *string `protobuf:"bytes,4,opt,name=known_host_public_key,json=knownHostPublicKey,proto3,oneof" json:"known_host_public_key,omitempty"`
	// Provide the authentication required to successfully connect to the SSH server for tunneling
	Authentication *SSHAuthentication `protobuf:"bytes,5,opt,name=authentication,proto3" json:"authentication,omitempty"`
	// contains filtered or unexported fields
}

func (*SSHTunnel) Descriptor deprecated

func (*SSHTunnel) Descriptor() ([]byte, []int)

Deprecated: Use SSHTunnel.ProtoReflect.Descriptor instead.

func (*SSHTunnel) GetAuthentication

func (x *SSHTunnel) GetAuthentication() *SSHAuthentication

func (*SSHTunnel) GetHost

func (x *SSHTunnel) GetHost() string

func (*SSHTunnel) GetKnownHostPublicKey

func (x *SSHTunnel) GetKnownHostPublicKey() string

func (*SSHTunnel) GetPort

func (x *SSHTunnel) GetPort() int32

func (*SSHTunnel) GetUser

func (x *SSHTunnel) GetUser() string

func (*SSHTunnel) ProtoMessage

func (*SSHTunnel) ProtoMessage()

func (*SSHTunnel) ProtoReflect

func (x *SSHTunnel) ProtoReflect() protoreflect.Message

func (*SSHTunnel) Reset

func (x *SSHTunnel) Reset()

func (*SSHTunnel) String

func (x *SSHTunnel) String() string

func (*SSHTunnel) Validate

func (m *SSHTunnel) Validate() error

Validate checks the field values on SSHTunnel 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 (*SSHTunnel) ValidateAll

func (m *SSHTunnel) ValidateAll() error

ValidateAll checks the field values on SSHTunnel 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 SSHTunnelMultiError, or nil if none found.

type SSHTunnelMultiError

type SSHTunnelMultiError []error

SSHTunnelMultiError is an error wrapping multiple validation errors returned by SSHTunnel.ValidateAll() if the designated constraints aren't met.

func (SSHTunnelMultiError) AllErrors

func (m SSHTunnelMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SSHTunnelMultiError) Error

func (m SSHTunnelMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SSHTunnelValidationError

type SSHTunnelValidationError struct {
	// contains filtered or unexported fields
}

SSHTunnelValidationError is the validation error returned by SSHTunnel.Validate if the designated constraints aren't met.

func (SSHTunnelValidationError) Cause

func (e SSHTunnelValidationError) Cause() error

Cause function returns cause value.

func (SSHTunnelValidationError) Error

func (e SSHTunnelValidationError) Error() string

Error satisfies the builtin error interface

func (SSHTunnelValidationError) ErrorName

func (e SSHTunnelValidationError) ErrorName() string

ErrorName returns error name.

func (SSHTunnelValidationError) Field

func (e SSHTunnelValidationError) Field() string

Field function returns field value.

func (SSHTunnelValidationError) Key

Key function returns key value.

func (SSHTunnelValidationError) Reason

func (e SSHTunnelValidationError) Reason() string

Reason function returns reason value.

type SchemaInitStatements added in v0.4.30

type SchemaInitStatements struct {
	Label      string   `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Statements []string `protobuf:"bytes,2,rep,name=statements,proto3" json:"statements,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaInitStatements) Descriptor deprecated added in v0.4.30

func (*SchemaInitStatements) Descriptor() ([]byte, []int)

Deprecated: Use SchemaInitStatements.ProtoReflect.Descriptor instead.

func (*SchemaInitStatements) GetLabel added in v0.4.30

func (x *SchemaInitStatements) GetLabel() string

func (*SchemaInitStatements) GetStatements added in v0.4.30

func (x *SchemaInitStatements) GetStatements() []string

func (*SchemaInitStatements) ProtoMessage added in v0.4.30

func (*SchemaInitStatements) ProtoMessage()

func (*SchemaInitStatements) ProtoReflect added in v0.4.30

func (x *SchemaInitStatements) ProtoReflect() protoreflect.Message

func (*SchemaInitStatements) Reset added in v0.4.30

func (x *SchemaInitStatements) Reset()

func (*SchemaInitStatements) String added in v0.4.30

func (x *SchemaInitStatements) String() string

func (*SchemaInitStatements) Validate added in v0.4.30

func (m *SchemaInitStatements) Validate() error

Validate checks the field values on SchemaInitStatements 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 (*SchemaInitStatements) ValidateAll added in v0.4.30

func (m *SchemaInitStatements) ValidateAll() error

ValidateAll checks the field values on SchemaInitStatements 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 SchemaInitStatementsMultiError, or nil if none found.

type SchemaInitStatementsMultiError added in v0.4.30

type SchemaInitStatementsMultiError []error

SchemaInitStatementsMultiError is an error wrapping multiple validation errors returned by SchemaInitStatements.ValidateAll() if the designated constraints aren't met.

func (SchemaInitStatementsMultiError) AllErrors added in v0.4.30

func (m SchemaInitStatementsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaInitStatementsMultiError) Error added in v0.4.30

Error returns a concatenation of all the error messages it wraps.

type SchemaInitStatementsValidationError added in v0.4.30

type SchemaInitStatementsValidationError struct {
	// contains filtered or unexported fields
}

SchemaInitStatementsValidationError is the validation error returned by SchemaInitStatements.Validate if the designated constraints aren't met.

func (SchemaInitStatementsValidationError) Cause added in v0.4.30

Cause function returns cause value.

func (SchemaInitStatementsValidationError) Error added in v0.4.30

Error satisfies the builtin error interface

func (SchemaInitStatementsValidationError) ErrorName added in v0.4.30

ErrorName returns error name.

func (SchemaInitStatementsValidationError) Field added in v0.4.30

Field function returns field value.

func (SchemaInitStatementsValidationError) Key added in v0.4.30

Key function returns key value.

func (SchemaInitStatementsValidationError) Reason added in v0.4.30

Reason function returns reason value.

type SetAccountOnboardingConfigRequest

type SetAccountOnboardingConfigRequest struct {
	AccountId string                   `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Config    *AccountOnboardingConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountOnboardingConfigRequest) Descriptor deprecated

func (*SetAccountOnboardingConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountOnboardingConfigRequest.ProtoReflect.Descriptor instead.

func (*SetAccountOnboardingConfigRequest) GetAccountId

func (x *SetAccountOnboardingConfigRequest) GetAccountId() string

func (*SetAccountOnboardingConfigRequest) GetConfig

func (*SetAccountOnboardingConfigRequest) ProtoMessage

func (*SetAccountOnboardingConfigRequest) ProtoMessage()

func (*SetAccountOnboardingConfigRequest) ProtoReflect

func (*SetAccountOnboardingConfigRequest) Reset

func (*SetAccountOnboardingConfigRequest) String

func (*SetAccountOnboardingConfigRequest) Validate

Validate checks the field values on SetAccountOnboardingConfigRequest 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 (*SetAccountOnboardingConfigRequest) ValidateAll

func (m *SetAccountOnboardingConfigRequest) ValidateAll() error

ValidateAll checks the field values on SetAccountOnboardingConfigRequest 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 SetAccountOnboardingConfigRequestMultiError, or nil if none found.

type SetAccountOnboardingConfigRequestMultiError

type SetAccountOnboardingConfigRequestMultiError []error

SetAccountOnboardingConfigRequestMultiError is an error wrapping multiple validation errors returned by SetAccountOnboardingConfigRequest.ValidateAll() if the designated constraints aren't met.

func (SetAccountOnboardingConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetAccountOnboardingConfigRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetAccountOnboardingConfigRequestValidationError

type SetAccountOnboardingConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

SetAccountOnboardingConfigRequestValidationError is the validation error returned by SetAccountOnboardingConfigRequest.Validate if the designated constraints aren't met.

func (SetAccountOnboardingConfigRequestValidationError) Cause

Cause function returns cause value.

func (SetAccountOnboardingConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (SetAccountOnboardingConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (SetAccountOnboardingConfigRequestValidationError) Field

Field function returns field value.

func (SetAccountOnboardingConfigRequestValidationError) Key

Key function returns key value.

func (SetAccountOnboardingConfigRequestValidationError) Reason

Reason function returns reason value.

type SetAccountOnboardingConfigResponse

type SetAccountOnboardingConfigResponse struct {
	Config *AccountOnboardingConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountOnboardingConfigResponse) Descriptor deprecated

func (*SetAccountOnboardingConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountOnboardingConfigResponse.ProtoReflect.Descriptor instead.

func (*SetAccountOnboardingConfigResponse) GetConfig

func (*SetAccountOnboardingConfigResponse) ProtoMessage

func (*SetAccountOnboardingConfigResponse) ProtoMessage()

func (*SetAccountOnboardingConfigResponse) ProtoReflect

func (*SetAccountOnboardingConfigResponse) Reset

func (*SetAccountOnboardingConfigResponse) String

func (*SetAccountOnboardingConfigResponse) Validate

Validate checks the field values on SetAccountOnboardingConfigResponse 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 (*SetAccountOnboardingConfigResponse) ValidateAll

func (m *SetAccountOnboardingConfigResponse) ValidateAll() error

ValidateAll checks the field values on SetAccountOnboardingConfigResponse 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 SetAccountOnboardingConfigResponseMultiError, or nil if none found.

type SetAccountOnboardingConfigResponseMultiError

type SetAccountOnboardingConfigResponseMultiError []error

SetAccountOnboardingConfigResponseMultiError is an error wrapping multiple validation errors returned by SetAccountOnboardingConfigResponse.ValidateAll() if the designated constraints aren't met.

func (SetAccountOnboardingConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetAccountOnboardingConfigResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetAccountOnboardingConfigResponseValidationError

type SetAccountOnboardingConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

SetAccountOnboardingConfigResponseValidationError is the validation error returned by SetAccountOnboardingConfigResponse.Validate if the designated constraints aren't met.

func (SetAccountOnboardingConfigResponseValidationError) Cause

Cause function returns cause value.

func (SetAccountOnboardingConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (SetAccountOnboardingConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (SetAccountOnboardingConfigResponseValidationError) Field

Field function returns field value.

func (SetAccountOnboardingConfigResponseValidationError) Key

Key function returns key value.

func (SetAccountOnboardingConfigResponseValidationError) Reason

Reason function returns reason value.

type SetAccountTemporalConfigRequest

type SetAccountTemporalConfigRequest struct {
	AccountId string                 `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Config    *AccountTemporalConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountTemporalConfigRequest) Descriptor deprecated

func (*SetAccountTemporalConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountTemporalConfigRequest.ProtoReflect.Descriptor instead.

func (*SetAccountTemporalConfigRequest) GetAccountId

func (x *SetAccountTemporalConfigRequest) GetAccountId() string

func (*SetAccountTemporalConfigRequest) GetConfig

func (*SetAccountTemporalConfigRequest) ProtoMessage

func (*SetAccountTemporalConfigRequest) ProtoMessage()

func (*SetAccountTemporalConfigRequest) ProtoReflect

func (*SetAccountTemporalConfigRequest) Reset

func (*SetAccountTemporalConfigRequest) String

func (*SetAccountTemporalConfigRequest) Validate

func (m *SetAccountTemporalConfigRequest) Validate() error

Validate checks the field values on SetAccountTemporalConfigRequest 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 (*SetAccountTemporalConfigRequest) ValidateAll

func (m *SetAccountTemporalConfigRequest) ValidateAll() error

ValidateAll checks the field values on SetAccountTemporalConfigRequest 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 SetAccountTemporalConfigRequestMultiError, or nil if none found.

type SetAccountTemporalConfigRequestMultiError

type SetAccountTemporalConfigRequestMultiError []error

SetAccountTemporalConfigRequestMultiError is an error wrapping multiple validation errors returned by SetAccountTemporalConfigRequest.ValidateAll() if the designated constraints aren't met.

func (SetAccountTemporalConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetAccountTemporalConfigRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetAccountTemporalConfigRequestValidationError

type SetAccountTemporalConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

SetAccountTemporalConfigRequestValidationError is the validation error returned by SetAccountTemporalConfigRequest.Validate if the designated constraints aren't met.

func (SetAccountTemporalConfigRequestValidationError) Cause

Cause function returns cause value.

func (SetAccountTemporalConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (SetAccountTemporalConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (SetAccountTemporalConfigRequestValidationError) Field

Field function returns field value.

func (SetAccountTemporalConfigRequestValidationError) Key

Key function returns key value.

func (SetAccountTemporalConfigRequestValidationError) Reason

Reason function returns reason value.

type SetAccountTemporalConfigResponse

type SetAccountTemporalConfigResponse struct {
	Config *AccountTemporalConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountTemporalConfigResponse) Descriptor deprecated

func (*SetAccountTemporalConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountTemporalConfigResponse.ProtoReflect.Descriptor instead.

func (*SetAccountTemporalConfigResponse) GetConfig

func (*SetAccountTemporalConfigResponse) ProtoMessage

func (*SetAccountTemporalConfigResponse) ProtoMessage()

func (*SetAccountTemporalConfigResponse) ProtoReflect

func (*SetAccountTemporalConfigResponse) Reset

func (*SetAccountTemporalConfigResponse) String

func (*SetAccountTemporalConfigResponse) Validate

Validate checks the field values on SetAccountTemporalConfigResponse 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 (*SetAccountTemporalConfigResponse) ValidateAll

func (m *SetAccountTemporalConfigResponse) ValidateAll() error

ValidateAll checks the field values on SetAccountTemporalConfigResponse 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 SetAccountTemporalConfigResponseMultiError, or nil if none found.

type SetAccountTemporalConfigResponseMultiError

type SetAccountTemporalConfigResponseMultiError []error

SetAccountTemporalConfigResponseMultiError is an error wrapping multiple validation errors returned by SetAccountTemporalConfigResponse.ValidateAll() if the designated constraints aren't met.

func (SetAccountTemporalConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetAccountTemporalConfigResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetAccountTemporalConfigResponseValidationError

type SetAccountTemporalConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

SetAccountTemporalConfigResponseValidationError is the validation error returned by SetAccountTemporalConfigResponse.Validate if the designated constraints aren't met.

func (SetAccountTemporalConfigResponseValidationError) Cause

Cause function returns cause value.

func (SetAccountTemporalConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (SetAccountTemporalConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (SetAccountTemporalConfigResponseValidationError) Field

Field function returns field value.

func (SetAccountTemporalConfigResponseValidationError) Key

Key function returns key value.

func (SetAccountTemporalConfigResponseValidationError) Reason

Reason function returns reason value.

type SetJobSourceSqlConnectionSubsetsRequest

type SetJobSourceSqlConnectionSubsetsRequest struct {
	Id                            string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Schemas                       *JobSourceSqlSubetSchemas `protobuf:"bytes,2,opt,name=schemas,proto3" json:"schemas,omitempty"`
	SubsetByForeignKeyConstraints bool                      `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetJobSourceSqlConnectionSubsetsRequest) Descriptor deprecated

func (*SetJobSourceSqlConnectionSubsetsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetJobSourceSqlConnectionSubsetsRequest.ProtoReflect.Descriptor instead.

func (*SetJobSourceSqlConnectionSubsetsRequest) GetId

func (*SetJobSourceSqlConnectionSubsetsRequest) GetSchemas

func (*SetJobSourceSqlConnectionSubsetsRequest) GetSubsetByForeignKeyConstraints

func (x *SetJobSourceSqlConnectionSubsetsRequest) GetSubsetByForeignKeyConstraints() bool

func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoMessage

func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoReflect

func (*SetJobSourceSqlConnectionSubsetsRequest) Reset

func (*SetJobSourceSqlConnectionSubsetsRequest) String

func (*SetJobSourceSqlConnectionSubsetsRequest) Validate

Validate checks the field values on SetJobSourceSqlConnectionSubsetsRequest 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 (*SetJobSourceSqlConnectionSubsetsRequest) ValidateAll

ValidateAll checks the field values on SetJobSourceSqlConnectionSubsetsRequest 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 SetJobSourceSqlConnectionSubsetsRequestMultiError, or nil if none found.

type SetJobSourceSqlConnectionSubsetsRequestMultiError

type SetJobSourceSqlConnectionSubsetsRequestMultiError []error

SetJobSourceSqlConnectionSubsetsRequestMultiError is an error wrapping multiple validation errors returned by SetJobSourceSqlConnectionSubsetsRequest.ValidateAll() if the designated constraints aren't met.

func (SetJobSourceSqlConnectionSubsetsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetJobSourceSqlConnectionSubsetsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobSourceSqlConnectionSubsetsRequestValidationError

type SetJobSourceSqlConnectionSubsetsRequestValidationError struct {
	// contains filtered or unexported fields
}

SetJobSourceSqlConnectionSubsetsRequestValidationError is the validation error returned by SetJobSourceSqlConnectionSubsetsRequest.Validate if the designated constraints aren't met.

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) Cause

Cause function returns cause value.

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) Error

Error satisfies the builtin error interface

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) ErrorName

ErrorName returns error name.

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) Field

Field function returns field value.

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) Key

Key function returns key value.

func (SetJobSourceSqlConnectionSubsetsRequestValidationError) Reason

Reason function returns reason value.

type SetJobSourceSqlConnectionSubsetsResponse

type SetJobSourceSqlConnectionSubsetsResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobSourceSqlConnectionSubsetsResponse) Descriptor deprecated

func (*SetJobSourceSqlConnectionSubsetsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetJobSourceSqlConnectionSubsetsResponse.ProtoReflect.Descriptor instead.

func (*SetJobSourceSqlConnectionSubsetsResponse) GetJob

func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoMessage

func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoReflect

func (*SetJobSourceSqlConnectionSubsetsResponse) Reset

func (*SetJobSourceSqlConnectionSubsetsResponse) String

func (*SetJobSourceSqlConnectionSubsetsResponse) Validate

Validate checks the field values on SetJobSourceSqlConnectionSubsetsResponse 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 (*SetJobSourceSqlConnectionSubsetsResponse) ValidateAll

ValidateAll checks the field values on SetJobSourceSqlConnectionSubsetsResponse 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 SetJobSourceSqlConnectionSubsetsResponseMultiError, or nil if none found.

type SetJobSourceSqlConnectionSubsetsResponseMultiError

type SetJobSourceSqlConnectionSubsetsResponseMultiError []error

SetJobSourceSqlConnectionSubsetsResponseMultiError is an error wrapping multiple validation errors returned by SetJobSourceSqlConnectionSubsetsResponse.ValidateAll() if the designated constraints aren't met.

func (SetJobSourceSqlConnectionSubsetsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetJobSourceSqlConnectionSubsetsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobSourceSqlConnectionSubsetsResponseValidationError

type SetJobSourceSqlConnectionSubsetsResponseValidationError struct {
	// contains filtered or unexported fields
}

SetJobSourceSqlConnectionSubsetsResponseValidationError is the validation error returned by SetJobSourceSqlConnectionSubsetsResponse.Validate if the designated constraints aren't met.

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) Cause

Cause function returns cause value.

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) Error

Error satisfies the builtin error interface

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) ErrorName

ErrorName returns error name.

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) Field

Field function returns field value.

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) Key

Key function returns key value.

func (SetJobSourceSqlConnectionSubsetsResponseValidationError) Reason

Reason function returns reason value.

type SetJobSyncOptionsRequest

type SetJobSyncOptionsRequest struct {

	// The unique identifier of the job
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The sync options object. The entire object must be provided and will fully overwrite the previous result
	SyncOptions *ActivityOptions `protobuf:"bytes,2,opt,name=sync_options,json=syncOptions,proto3" json:"sync_options,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobSyncOptionsRequest) Descriptor deprecated

func (*SetJobSyncOptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetJobSyncOptionsRequest.ProtoReflect.Descriptor instead.

func (*SetJobSyncOptionsRequest) GetId

func (x *SetJobSyncOptionsRequest) GetId() string

func (*SetJobSyncOptionsRequest) GetSyncOptions

func (x *SetJobSyncOptionsRequest) GetSyncOptions() *ActivityOptions

func (*SetJobSyncOptionsRequest) ProtoMessage

func (*SetJobSyncOptionsRequest) ProtoMessage()

func (*SetJobSyncOptionsRequest) ProtoReflect

func (x *SetJobSyncOptionsRequest) ProtoReflect() protoreflect.Message

func (*SetJobSyncOptionsRequest) Reset

func (x *SetJobSyncOptionsRequest) Reset()

func (*SetJobSyncOptionsRequest) String

func (x *SetJobSyncOptionsRequest) String() string

func (*SetJobSyncOptionsRequest) Validate

func (m *SetJobSyncOptionsRequest) Validate() error

Validate checks the field values on SetJobSyncOptionsRequest 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 (*SetJobSyncOptionsRequest) ValidateAll

func (m *SetJobSyncOptionsRequest) ValidateAll() error

ValidateAll checks the field values on SetJobSyncOptionsRequest 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 SetJobSyncOptionsRequestMultiError, or nil if none found.

type SetJobSyncOptionsRequestMultiError

type SetJobSyncOptionsRequestMultiError []error

SetJobSyncOptionsRequestMultiError is an error wrapping multiple validation errors returned by SetJobSyncOptionsRequest.ValidateAll() if the designated constraints aren't met.

func (SetJobSyncOptionsRequestMultiError) AllErrors

func (m SetJobSyncOptionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetJobSyncOptionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobSyncOptionsRequestValidationError

type SetJobSyncOptionsRequestValidationError struct {
	// contains filtered or unexported fields
}

SetJobSyncOptionsRequestValidationError is the validation error returned by SetJobSyncOptionsRequest.Validate if the designated constraints aren't met.

func (SetJobSyncOptionsRequestValidationError) Cause

Cause function returns cause value.

func (SetJobSyncOptionsRequestValidationError) Error

Error satisfies the builtin error interface

func (SetJobSyncOptionsRequestValidationError) ErrorName

ErrorName returns error name.

func (SetJobSyncOptionsRequestValidationError) Field

Field function returns field value.

func (SetJobSyncOptionsRequestValidationError) Key

Key function returns key value.

func (SetJobSyncOptionsRequestValidationError) Reason

Reason function returns reason value.

type SetJobSyncOptionsResponse

type SetJobSyncOptionsResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobSyncOptionsResponse) Descriptor deprecated

func (*SetJobSyncOptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetJobSyncOptionsResponse.ProtoReflect.Descriptor instead.

func (*SetJobSyncOptionsResponse) GetJob

func (x *SetJobSyncOptionsResponse) GetJob() *Job

func (*SetJobSyncOptionsResponse) ProtoMessage

func (*SetJobSyncOptionsResponse) ProtoMessage()

func (*SetJobSyncOptionsResponse) ProtoReflect

func (*SetJobSyncOptionsResponse) Reset

func (x *SetJobSyncOptionsResponse) Reset()

func (*SetJobSyncOptionsResponse) String

func (x *SetJobSyncOptionsResponse) String() string

func (*SetJobSyncOptionsResponse) Validate

func (m *SetJobSyncOptionsResponse) Validate() error

Validate checks the field values on SetJobSyncOptionsResponse 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 (*SetJobSyncOptionsResponse) ValidateAll

func (m *SetJobSyncOptionsResponse) ValidateAll() error

ValidateAll checks the field values on SetJobSyncOptionsResponse 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 SetJobSyncOptionsResponseMultiError, or nil if none found.

type SetJobSyncOptionsResponseMultiError

type SetJobSyncOptionsResponseMultiError []error

SetJobSyncOptionsResponseMultiError is an error wrapping multiple validation errors returned by SetJobSyncOptionsResponse.ValidateAll() if the designated constraints aren't met.

func (SetJobSyncOptionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetJobSyncOptionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobSyncOptionsResponseValidationError

type SetJobSyncOptionsResponseValidationError struct {
	// contains filtered or unexported fields
}

SetJobSyncOptionsResponseValidationError is the validation error returned by SetJobSyncOptionsResponse.Validate if the designated constraints aren't met.

func (SetJobSyncOptionsResponseValidationError) Cause

Cause function returns cause value.

func (SetJobSyncOptionsResponseValidationError) Error

Error satisfies the builtin error interface

func (SetJobSyncOptionsResponseValidationError) ErrorName

ErrorName returns error name.

func (SetJobSyncOptionsResponseValidationError) Field

Field function returns field value.

func (SetJobSyncOptionsResponseValidationError) Key

Key function returns key value.

func (SetJobSyncOptionsResponseValidationError) Reason

Reason function returns reason value.

type SetJobWorkflowOptionsRequest

type SetJobWorkflowOptionsRequest struct {

	// The unique identifier of the job
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The workflow options object. The entire object must be provided and will fully overwrite the previous result
	WorfklowOptions *WorkflowOptions `protobuf:"bytes,2,opt,name=worfklow_options,json=worfklowOptions,proto3" json:"worfklow_options,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobWorkflowOptionsRequest) Descriptor deprecated

func (*SetJobWorkflowOptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetJobWorkflowOptionsRequest.ProtoReflect.Descriptor instead.

func (*SetJobWorkflowOptionsRequest) GetId

func (*SetJobWorkflowOptionsRequest) GetWorfklowOptions

func (x *SetJobWorkflowOptionsRequest) GetWorfklowOptions() *WorkflowOptions

func (*SetJobWorkflowOptionsRequest) ProtoMessage

func (*SetJobWorkflowOptionsRequest) ProtoMessage()

func (*SetJobWorkflowOptionsRequest) ProtoReflect

func (*SetJobWorkflowOptionsRequest) Reset

func (x *SetJobWorkflowOptionsRequest) Reset()

func (*SetJobWorkflowOptionsRequest) String

func (*SetJobWorkflowOptionsRequest) Validate

func (m *SetJobWorkflowOptionsRequest) Validate() error

Validate checks the field values on SetJobWorkflowOptionsRequest 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 (*SetJobWorkflowOptionsRequest) ValidateAll

func (m *SetJobWorkflowOptionsRequest) ValidateAll() error

ValidateAll checks the field values on SetJobWorkflowOptionsRequest 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 SetJobWorkflowOptionsRequestMultiError, or nil if none found.

type SetJobWorkflowOptionsRequestMultiError

type SetJobWorkflowOptionsRequestMultiError []error

SetJobWorkflowOptionsRequestMultiError is an error wrapping multiple validation errors returned by SetJobWorkflowOptionsRequest.ValidateAll() if the designated constraints aren't met.

func (SetJobWorkflowOptionsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetJobWorkflowOptionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobWorkflowOptionsRequestValidationError

type SetJobWorkflowOptionsRequestValidationError struct {
	// contains filtered or unexported fields
}

SetJobWorkflowOptionsRequestValidationError is the validation error returned by SetJobWorkflowOptionsRequest.Validate if the designated constraints aren't met.

func (SetJobWorkflowOptionsRequestValidationError) Cause

Cause function returns cause value.

func (SetJobWorkflowOptionsRequestValidationError) Error

Error satisfies the builtin error interface

func (SetJobWorkflowOptionsRequestValidationError) ErrorName

ErrorName returns error name.

func (SetJobWorkflowOptionsRequestValidationError) Field

Field function returns field value.

func (SetJobWorkflowOptionsRequestValidationError) Key

Key function returns key value.

func (SetJobWorkflowOptionsRequestValidationError) Reason

Reason function returns reason value.

type SetJobWorkflowOptionsResponse

type SetJobWorkflowOptionsResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*SetJobWorkflowOptionsResponse) Descriptor deprecated

func (*SetJobWorkflowOptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetJobWorkflowOptionsResponse.ProtoReflect.Descriptor instead.

func (*SetJobWorkflowOptionsResponse) GetJob

func (x *SetJobWorkflowOptionsResponse) GetJob() *Job

func (*SetJobWorkflowOptionsResponse) ProtoMessage

func (*SetJobWorkflowOptionsResponse) ProtoMessage()

func (*SetJobWorkflowOptionsResponse) ProtoReflect

func (*SetJobWorkflowOptionsResponse) Reset

func (x *SetJobWorkflowOptionsResponse) Reset()

func (*SetJobWorkflowOptionsResponse) String

func (*SetJobWorkflowOptionsResponse) Validate

func (m *SetJobWorkflowOptionsResponse) Validate() error

Validate checks the field values on SetJobWorkflowOptionsResponse 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 (*SetJobWorkflowOptionsResponse) ValidateAll

func (m *SetJobWorkflowOptionsResponse) ValidateAll() error

ValidateAll checks the field values on SetJobWorkflowOptionsResponse 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 SetJobWorkflowOptionsResponseMultiError, or nil if none found.

type SetJobWorkflowOptionsResponseMultiError

type SetJobWorkflowOptionsResponseMultiError []error

SetJobWorkflowOptionsResponseMultiError is an error wrapping multiple validation errors returned by SetJobWorkflowOptionsResponse.ValidateAll() if the designated constraints aren't met.

func (SetJobWorkflowOptionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetJobWorkflowOptionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetJobWorkflowOptionsResponseValidationError

type SetJobWorkflowOptionsResponseValidationError struct {
	// contains filtered or unexported fields
}

SetJobWorkflowOptionsResponseValidationError is the validation error returned by SetJobWorkflowOptionsResponse.Validate if the designated constraints aren't met.

func (SetJobWorkflowOptionsResponseValidationError) Cause

Cause function returns cause value.

func (SetJobWorkflowOptionsResponseValidationError) Error

Error satisfies the builtin error interface

func (SetJobWorkflowOptionsResponseValidationError) ErrorName

ErrorName returns error name.

func (SetJobWorkflowOptionsResponseValidationError) Field

Field function returns field value.

func (SetJobWorkflowOptionsResponseValidationError) Key

Key function returns key value.

func (SetJobWorkflowOptionsResponseValidationError) Reason

Reason function returns reason value.

type SetPersonalAccountRequest

type SetPersonalAccountRequest struct {
	// contains filtered or unexported fields
}

func (*SetPersonalAccountRequest) Descriptor deprecated

func (*SetPersonalAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPersonalAccountRequest.ProtoReflect.Descriptor instead.

func (*SetPersonalAccountRequest) ProtoMessage

func (*SetPersonalAccountRequest) ProtoMessage()

func (*SetPersonalAccountRequest) ProtoReflect

func (*SetPersonalAccountRequest) Reset

func (x *SetPersonalAccountRequest) Reset()

func (*SetPersonalAccountRequest) String

func (x *SetPersonalAccountRequest) String() string

func (*SetPersonalAccountRequest) Validate

func (m *SetPersonalAccountRequest) Validate() error

Validate checks the field values on SetPersonalAccountRequest 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 (*SetPersonalAccountRequest) ValidateAll

func (m *SetPersonalAccountRequest) ValidateAll() error

ValidateAll checks the field values on SetPersonalAccountRequest 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 SetPersonalAccountRequestMultiError, or nil if none found.

type SetPersonalAccountRequestMultiError

type SetPersonalAccountRequestMultiError []error

SetPersonalAccountRequestMultiError is an error wrapping multiple validation errors returned by SetPersonalAccountRequest.ValidateAll() if the designated constraints aren't met.

func (SetPersonalAccountRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetPersonalAccountRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetPersonalAccountRequestValidationError

type SetPersonalAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

SetPersonalAccountRequestValidationError is the validation error returned by SetPersonalAccountRequest.Validate if the designated constraints aren't met.

func (SetPersonalAccountRequestValidationError) Cause

Cause function returns cause value.

func (SetPersonalAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (SetPersonalAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (SetPersonalAccountRequestValidationError) Field

Field function returns field value.

func (SetPersonalAccountRequestValidationError) Key

Key function returns key value.

func (SetPersonalAccountRequestValidationError) Reason

Reason function returns reason value.

type SetPersonalAccountResponse

type SetPersonalAccountResponse struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPersonalAccountResponse) Descriptor deprecated

func (*SetPersonalAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPersonalAccountResponse.ProtoReflect.Descriptor instead.

func (*SetPersonalAccountResponse) GetAccountId

func (x *SetPersonalAccountResponse) GetAccountId() string

func (*SetPersonalAccountResponse) ProtoMessage

func (*SetPersonalAccountResponse) ProtoMessage()

func (*SetPersonalAccountResponse) ProtoReflect

func (*SetPersonalAccountResponse) Reset

func (x *SetPersonalAccountResponse) Reset()

func (*SetPersonalAccountResponse) String

func (x *SetPersonalAccountResponse) String() string

func (*SetPersonalAccountResponse) Validate

func (m *SetPersonalAccountResponse) Validate() error

Validate checks the field values on SetPersonalAccountResponse 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 (*SetPersonalAccountResponse) ValidateAll

func (m *SetPersonalAccountResponse) ValidateAll() error

ValidateAll checks the field values on SetPersonalAccountResponse 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 SetPersonalAccountResponseMultiError, or nil if none found.

type SetPersonalAccountResponseMultiError

type SetPersonalAccountResponseMultiError []error

SetPersonalAccountResponseMultiError is an error wrapping multiple validation errors returned by SetPersonalAccountResponse.ValidateAll() if the designated constraints aren't met.

func (SetPersonalAccountResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetPersonalAccountResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetPersonalAccountResponseValidationError

type SetPersonalAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

SetPersonalAccountResponseValidationError is the validation error returned by SetPersonalAccountResponse.Validate if the designated constraints aren't met.

func (SetPersonalAccountResponseValidationError) Cause

Cause function returns cause value.

func (SetPersonalAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (SetPersonalAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (SetPersonalAccountResponseValidationError) Field

Field function returns field value.

func (SetPersonalAccountResponseValidationError) Key

Key function returns key value.

func (SetPersonalAccountResponseValidationError) Reason

Reason function returns reason value.

type SetUserRequest

type SetUserRequest struct {
	// contains filtered or unexported fields
}

func (*SetUserRequest) Descriptor deprecated

func (*SetUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUserRequest.ProtoReflect.Descriptor instead.

func (*SetUserRequest) ProtoMessage

func (*SetUserRequest) ProtoMessage()

func (*SetUserRequest) ProtoReflect

func (x *SetUserRequest) ProtoReflect() protoreflect.Message

func (*SetUserRequest) Reset

func (x *SetUserRequest) Reset()

func (*SetUserRequest) String

func (x *SetUserRequest) String() string

func (*SetUserRequest) Validate

func (m *SetUserRequest) Validate() error

Validate checks the field values on SetUserRequest 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 (*SetUserRequest) ValidateAll

func (m *SetUserRequest) ValidateAll() error

ValidateAll checks the field values on SetUserRequest 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 SetUserRequestMultiError, or nil if none found.

type SetUserRequestMultiError

type SetUserRequestMultiError []error

SetUserRequestMultiError is an error wrapping multiple validation errors returned by SetUserRequest.ValidateAll() if the designated constraints aren't met.

func (SetUserRequestMultiError) AllErrors

func (m SetUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserRequestMultiError) Error

func (m SetUserRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SetUserRequestValidationError

type SetUserRequestValidationError struct {
	// contains filtered or unexported fields
}

SetUserRequestValidationError is the validation error returned by SetUserRequest.Validate if the designated constraints aren't met.

func (SetUserRequestValidationError) Cause

Cause function returns cause value.

func (SetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (SetUserRequestValidationError) ErrorName

func (e SetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserRequestValidationError) Field

Field function returns field value.

func (SetUserRequestValidationError) Key

Key function returns key value.

func (SetUserRequestValidationError) Reason

Reason function returns reason value.

type SetUserResponse

type SetUserResponse struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserResponse) Descriptor deprecated

func (*SetUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetUserResponse.ProtoReflect.Descriptor instead.

func (*SetUserResponse) GetUserId

func (x *SetUserResponse) GetUserId() string

func (*SetUserResponse) ProtoMessage

func (*SetUserResponse) ProtoMessage()

func (*SetUserResponse) ProtoReflect

func (x *SetUserResponse) ProtoReflect() protoreflect.Message

func (*SetUserResponse) Reset

func (x *SetUserResponse) Reset()

func (*SetUserResponse) String

func (x *SetUserResponse) String() string

func (*SetUserResponse) Validate

func (m *SetUserResponse) Validate() error

Validate checks the field values on SetUserResponse 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 (*SetUserResponse) ValidateAll

func (m *SetUserResponse) ValidateAll() error

ValidateAll checks the field values on SetUserResponse 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 SetUserResponseMultiError, or nil if none found.

type SetUserResponseMultiError

type SetUserResponseMultiError []error

SetUserResponseMultiError is an error wrapping multiple validation errors returned by SetUserResponse.ValidateAll() if the designated constraints aren't met.

func (SetUserResponseMultiError) AllErrors

func (m SetUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetUserResponseValidationError

type SetUserResponseValidationError struct {
	// contains filtered or unexported fields
}

SetUserResponseValidationError is the validation error returned by SetUserResponse.Validate if the designated constraints aren't met.

func (SetUserResponseValidationError) Cause

Cause function returns cause value.

func (SetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (SetUserResponseValidationError) ErrorName

func (e SetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserResponseValidationError) Field

Field function returns field value.

func (SetUserResponseValidationError) Key

Key function returns key value.

func (SetUserResponseValidationError) Reason

Reason function returns reason value.

type SqlConnectionOptions

type SqlConnectionOptions struct {

	// Limits the number of open connections in the pool.
	MaxConnectionLimit *int32 `protobuf:"varint,1,opt,name=max_connection_limit,json=maxConnectionLimit,proto3,oneof" json:"max_connection_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*SqlConnectionOptions) Descriptor deprecated

func (*SqlConnectionOptions) Descriptor() ([]byte, []int)

Deprecated: Use SqlConnectionOptions.ProtoReflect.Descriptor instead.

func (*SqlConnectionOptions) GetMaxConnectionLimit

func (x *SqlConnectionOptions) GetMaxConnectionLimit() int32

func (*SqlConnectionOptions) ProtoMessage

func (*SqlConnectionOptions) ProtoMessage()

func (*SqlConnectionOptions) ProtoReflect

func (x *SqlConnectionOptions) ProtoReflect() protoreflect.Message

func (*SqlConnectionOptions) Reset

func (x *SqlConnectionOptions) Reset()

func (*SqlConnectionOptions) String

func (x *SqlConnectionOptions) String() string

func (*SqlConnectionOptions) Validate

func (m *SqlConnectionOptions) Validate() error

Validate checks the field values on SqlConnectionOptions 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 (*SqlConnectionOptions) ValidateAll

func (m *SqlConnectionOptions) ValidateAll() error

ValidateAll checks the field values on SqlConnectionOptions 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 SqlConnectionOptionsMultiError, or nil if none found.

type SqlConnectionOptionsMultiError

type SqlConnectionOptionsMultiError []error

SqlConnectionOptionsMultiError is an error wrapping multiple validation errors returned by SqlConnectionOptions.ValidateAll() if the designated constraints aren't met.

func (SqlConnectionOptionsMultiError) AllErrors

func (m SqlConnectionOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SqlConnectionOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SqlConnectionOptionsValidationError

type SqlConnectionOptionsValidationError struct {
	// contains filtered or unexported fields
}

SqlConnectionOptionsValidationError is the validation error returned by SqlConnectionOptions.Validate if the designated constraints aren't met.

func (SqlConnectionOptionsValidationError) Cause

Cause function returns cause value.

func (SqlConnectionOptionsValidationError) Error

Error satisfies the builtin error interface

func (SqlConnectionOptionsValidationError) ErrorName

ErrorName returns error name.

func (SqlConnectionOptionsValidationError) Field

Field function returns field value.

func (SqlConnectionOptionsValidationError) Key

Key function returns key value.

func (SqlConnectionOptionsValidationError) Reason

Reason function returns reason value.

type SupportedJobType

type SupportedJobType int32
const (
	SupportedJobType_SUPPORTED_JOB_TYPE_UNSPECIFIED SupportedJobType = 0
	SupportedJobType_SUPPORTED_JOB_TYPE_SYNC        SupportedJobType = 1
	SupportedJobType_SUPPORTED_JOB_TYPE_GENERATE    SupportedJobType = 2
)

func (SupportedJobType) Descriptor

func (SupportedJobType) Enum

func (SupportedJobType) EnumDescriptor deprecated

func (SupportedJobType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupportedJobType.Descriptor instead.

func (SupportedJobType) Number

func (SupportedJobType) String

func (x SupportedJobType) String() string

func (SupportedJobType) Type

type SystemTransformer

type SystemTransformer struct {
	Name              string                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description       string                `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	DataType          TransformerDataType   `protobuf:"varint,3,opt,name=data_type,json=dataType,proto3,enum=mgmt.v1alpha1.TransformerDataType" json:"data_type,omitempty"`
	Source            TransformerSource     `protobuf:"varint,4,opt,name=source,proto3,enum=mgmt.v1alpha1.TransformerSource" json:"source,omitempty"`
	Config            *TransformerConfig    `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"`
	DataTypes         []TransformerDataType `` /* 135-byte string literal not displayed */
	SupportedJobTypes []SupportedJobType    `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SystemTransformer) Descriptor deprecated

func (*SystemTransformer) Descriptor() ([]byte, []int)

Deprecated: Use SystemTransformer.ProtoReflect.Descriptor instead.

func (*SystemTransformer) GetConfig

func (x *SystemTransformer) GetConfig() *TransformerConfig

func (*SystemTransformer) GetDataType

func (x *SystemTransformer) GetDataType() TransformerDataType

func (*SystemTransformer) GetDataTypes

func (x *SystemTransformer) GetDataTypes() []TransformerDataType

func (*SystemTransformer) GetDescription

func (x *SystemTransformer) GetDescription() string

func (*SystemTransformer) GetName

func (x *SystemTransformer) GetName() string

func (*SystemTransformer) GetSource

func (x *SystemTransformer) GetSource() TransformerSource

func (*SystemTransformer) GetSupportedJobTypes

func (x *SystemTransformer) GetSupportedJobTypes() []SupportedJobType

func (*SystemTransformer) ProtoMessage

func (*SystemTransformer) ProtoMessage()

func (*SystemTransformer) ProtoReflect

func (x *SystemTransformer) ProtoReflect() protoreflect.Message

func (*SystemTransformer) Reset

func (x *SystemTransformer) Reset()

func (*SystemTransformer) String

func (x *SystemTransformer) String() string

func (*SystemTransformer) Validate

func (m *SystemTransformer) Validate() error

Validate checks the field values on SystemTransformer 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 (*SystemTransformer) ValidateAll

func (m *SystemTransformer) ValidateAll() error

ValidateAll checks the field values on SystemTransformer 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 SystemTransformerMultiError, or nil if none found.

type SystemTransformerMultiError

type SystemTransformerMultiError []error

SystemTransformerMultiError is an error wrapping multiple validation errors returned by SystemTransformer.ValidateAll() if the designated constraints aren't met.

func (SystemTransformerMultiError) AllErrors

func (m SystemTransformerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemTransformerMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SystemTransformerValidationError

type SystemTransformerValidationError struct {
	// contains filtered or unexported fields
}

SystemTransformerValidationError is the validation error returned by SystemTransformer.Validate if the designated constraints aren't met.

func (SystemTransformerValidationError) Cause

Cause function returns cause value.

func (SystemTransformerValidationError) Error

Error satisfies the builtin error interface

func (SystemTransformerValidationError) ErrorName

ErrorName returns error name.

func (SystemTransformerValidationError) Field

Field function returns field value.

func (SystemTransformerValidationError) Key

Key function returns key value.

func (SystemTransformerValidationError) Reason

Reason function returns reason value.

type TerminateJobRunRequest

type TerminateJobRunRequest struct {
	JobRunId  string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateJobRunRequest) Descriptor deprecated

func (*TerminateJobRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use TerminateJobRunRequest.ProtoReflect.Descriptor instead.

func (*TerminateJobRunRequest) GetAccountId

func (x *TerminateJobRunRequest) GetAccountId() string

func (*TerminateJobRunRequest) GetJobRunId

func (x *TerminateJobRunRequest) GetJobRunId() string

func (*TerminateJobRunRequest) ProtoMessage

func (*TerminateJobRunRequest) ProtoMessage()

func (*TerminateJobRunRequest) ProtoReflect

func (x *TerminateJobRunRequest) ProtoReflect() protoreflect.Message

func (*TerminateJobRunRequest) Reset

func (x *TerminateJobRunRequest) Reset()

func (*TerminateJobRunRequest) String

func (x *TerminateJobRunRequest) String() string

func (*TerminateJobRunRequest) Validate

func (m *TerminateJobRunRequest) Validate() error

Validate checks the field values on TerminateJobRunRequest 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 (*TerminateJobRunRequest) ValidateAll

func (m *TerminateJobRunRequest) ValidateAll() error

ValidateAll checks the field values on TerminateJobRunRequest 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 TerminateJobRunRequestMultiError, or nil if none found.

type TerminateJobRunRequestMultiError

type TerminateJobRunRequestMultiError []error

TerminateJobRunRequestMultiError is an error wrapping multiple validation errors returned by TerminateJobRunRequest.ValidateAll() if the designated constraints aren't met.

func (TerminateJobRunRequestMultiError) AllErrors

func (m TerminateJobRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TerminateJobRunRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TerminateJobRunRequestValidationError

type TerminateJobRunRequestValidationError struct {
	// contains filtered or unexported fields
}

TerminateJobRunRequestValidationError is the validation error returned by TerminateJobRunRequest.Validate if the designated constraints aren't met.

func (TerminateJobRunRequestValidationError) Cause

Cause function returns cause value.

func (TerminateJobRunRequestValidationError) Error

Error satisfies the builtin error interface

func (TerminateJobRunRequestValidationError) ErrorName

ErrorName returns error name.

func (TerminateJobRunRequestValidationError) Field

Field function returns field value.

func (TerminateJobRunRequestValidationError) Key

Key function returns key value.

func (TerminateJobRunRequestValidationError) Reason

Reason function returns reason value.

type TerminateJobRunResponse

type TerminateJobRunResponse struct {
	// contains filtered or unexported fields
}

func (*TerminateJobRunResponse) Descriptor deprecated

func (*TerminateJobRunResponse) Descriptor() ([]byte, []int)

Deprecated: Use TerminateJobRunResponse.ProtoReflect.Descriptor instead.

func (*TerminateJobRunResponse) ProtoMessage

func (*TerminateJobRunResponse) ProtoMessage()

func (*TerminateJobRunResponse) ProtoReflect

func (x *TerminateJobRunResponse) ProtoReflect() protoreflect.Message

func (*TerminateJobRunResponse) Reset

func (x *TerminateJobRunResponse) Reset()

func (*TerminateJobRunResponse) String

func (x *TerminateJobRunResponse) String() string

func (*TerminateJobRunResponse) Validate

func (m *TerminateJobRunResponse) Validate() error

Validate checks the field values on TerminateJobRunResponse 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 (*TerminateJobRunResponse) ValidateAll

func (m *TerminateJobRunResponse) ValidateAll() error

ValidateAll checks the field values on TerminateJobRunResponse 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 TerminateJobRunResponseMultiError, or nil if none found.

type TerminateJobRunResponseMultiError

type TerminateJobRunResponseMultiError []error

TerminateJobRunResponseMultiError is an error wrapping multiple validation errors returned by TerminateJobRunResponse.ValidateAll() if the designated constraints aren't met.

func (TerminateJobRunResponseMultiError) AllErrors

func (m TerminateJobRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TerminateJobRunResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TerminateJobRunResponseValidationError

type TerminateJobRunResponseValidationError struct {
	// contains filtered or unexported fields
}

TerminateJobRunResponseValidationError is the validation error returned by TerminateJobRunResponse.Validate if the designated constraints aren't met.

func (TerminateJobRunResponseValidationError) Cause

Cause function returns cause value.

func (TerminateJobRunResponseValidationError) Error

Error satisfies the builtin error interface

func (TerminateJobRunResponseValidationError) ErrorName

ErrorName returns error name.

func (TerminateJobRunResponseValidationError) Field

Field function returns field value.

func (TerminateJobRunResponseValidationError) Key

Key function returns key value.

func (TerminateJobRunResponseValidationError) Reason

Reason function returns reason value.

type TransformCharacterScramble

type TransformCharacterScramble struct {

	// a user provided regular expression that they wish to validate if it compiles in GO
	UserProvidedRegex *string `protobuf:"bytes,1,opt,name=user_provided_regex,json=userProvidedRegex,proto3,oneof" json:"user_provided_regex,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformCharacterScramble) Descriptor deprecated

func (*TransformCharacterScramble) Descriptor() ([]byte, []int)

Deprecated: Use TransformCharacterScramble.ProtoReflect.Descriptor instead.

func (*TransformCharacterScramble) GetUserProvidedRegex

func (x *TransformCharacterScramble) GetUserProvidedRegex() string

func (*TransformCharacterScramble) ProtoMessage

func (*TransformCharacterScramble) ProtoMessage()

func (*TransformCharacterScramble) ProtoReflect

func (*TransformCharacterScramble) Reset

func (x *TransformCharacterScramble) Reset()

func (*TransformCharacterScramble) String

func (x *TransformCharacterScramble) String() string

func (*TransformCharacterScramble) Validate

func (m *TransformCharacterScramble) Validate() error

Validate checks the field values on TransformCharacterScramble 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 (*TransformCharacterScramble) ValidateAll

func (m *TransformCharacterScramble) ValidateAll() error

ValidateAll checks the field values on TransformCharacterScramble 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 TransformCharacterScrambleMultiError, or nil if none found.

type TransformCharacterScrambleMultiError

type TransformCharacterScrambleMultiError []error

TransformCharacterScrambleMultiError is an error wrapping multiple validation errors returned by TransformCharacterScramble.ValidateAll() if the designated constraints aren't met.

func (TransformCharacterScrambleMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TransformCharacterScrambleMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformCharacterScrambleValidationError

type TransformCharacterScrambleValidationError struct {
	// contains filtered or unexported fields
}

TransformCharacterScrambleValidationError is the validation error returned by TransformCharacterScramble.Validate if the designated constraints aren't met.

func (TransformCharacterScrambleValidationError) Cause

Cause function returns cause value.

func (TransformCharacterScrambleValidationError) Error

Error satisfies the builtin error interface

func (TransformCharacterScrambleValidationError) ErrorName

ErrorName returns error name.

func (TransformCharacterScrambleValidationError) Field

Field function returns field value.

func (TransformCharacterScrambleValidationError) Key

Key function returns key value.

func (TransformCharacterScrambleValidationError) Reason

Reason function returns reason value.

type TransformE164PhoneNumber

type TransformE164PhoneNumber struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformE164PhoneNumber) Descriptor deprecated

func (*TransformE164PhoneNumber) Descriptor() ([]byte, []int)

Deprecated: Use TransformE164PhoneNumber.ProtoReflect.Descriptor instead.

func (*TransformE164PhoneNumber) GetPreserveLength

func (x *TransformE164PhoneNumber) GetPreserveLength() bool

func (*TransformE164PhoneNumber) ProtoMessage

func (*TransformE164PhoneNumber) ProtoMessage()

func (*TransformE164PhoneNumber) ProtoReflect

func (x *TransformE164PhoneNumber) ProtoReflect() protoreflect.Message

func (*TransformE164PhoneNumber) Reset

func (x *TransformE164PhoneNumber) Reset()

func (*TransformE164PhoneNumber) String

func (x *TransformE164PhoneNumber) String() string

func (*TransformE164PhoneNumber) Validate

func (m *TransformE164PhoneNumber) Validate() error

Validate checks the field values on TransformE164PhoneNumber 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 (*TransformE164PhoneNumber) ValidateAll

func (m *TransformE164PhoneNumber) ValidateAll() error

ValidateAll checks the field values on TransformE164PhoneNumber 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 TransformE164PhoneNumberMultiError, or nil if none found.

type TransformE164PhoneNumberMultiError

type TransformE164PhoneNumberMultiError []error

TransformE164PhoneNumberMultiError is an error wrapping multiple validation errors returned by TransformE164PhoneNumber.ValidateAll() if the designated constraints aren't met.

func (TransformE164PhoneNumberMultiError) AllErrors

func (m TransformE164PhoneNumberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformE164PhoneNumberMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformE164PhoneNumberValidationError

type TransformE164PhoneNumberValidationError struct {
	// contains filtered or unexported fields
}

TransformE164PhoneNumberValidationError is the validation error returned by TransformE164PhoneNumber.Validate if the designated constraints aren't met.

func (TransformE164PhoneNumberValidationError) Cause

Cause function returns cause value.

func (TransformE164PhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (TransformE164PhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (TransformE164PhoneNumberValidationError) Field

Field function returns field value.

func (TransformE164PhoneNumberValidationError) Key

Key function returns key value.

func (TransformE164PhoneNumberValidationError) Reason

Reason function returns reason value.

type TransformEmail

type TransformEmail struct {

	// Whether or not to preserve the original domain, barring what has been specified in the excluded_domains property.
	PreserveDomain bool `protobuf:"varint,1,opt,name=preserve_domain,json=preserveDomain,proto3" json:"preserve_domain,omitempty"`
	// Whether or not to preserve the original length of the email. This causes the transformed email to retain the original length.
	PreserveLength bool `protobuf:"varint,2,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// A lsit of email domains that should be excluded. This changes based on the preserve_domain flag. See the docs for more details.
	ExcludedDomains []string `protobuf:"bytes,3,rep,name=excluded_domains,json=excludedDomains,proto3" json:"excluded_domains,omitempty"`
	// Optionally specify the type of email to generate. The types specified determine the contents on the left side of the @.
	EmailType *GenerateEmailType `` /* 132-byte string literal not displayed */
	// Optionally specify an action in the result of an invalid email. An invalid email is one that does not conform to RFC 5322.
	InvalidEmailAction *InvalidEmailAction `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransformEmail) Descriptor deprecated

func (*TransformEmail) Descriptor() ([]byte, []int)

Deprecated: Use TransformEmail.ProtoReflect.Descriptor instead.

func (*TransformEmail) GetEmailType

func (x *TransformEmail) GetEmailType() GenerateEmailType

func (*TransformEmail) GetExcludedDomains

func (x *TransformEmail) GetExcludedDomains() []string

func (*TransformEmail) GetInvalidEmailAction added in v0.4.24

func (x *TransformEmail) GetInvalidEmailAction() InvalidEmailAction

func (*TransformEmail) GetPreserveDomain

func (x *TransformEmail) GetPreserveDomain() bool

func (*TransformEmail) GetPreserveLength

func (x *TransformEmail) GetPreserveLength() bool

func (*TransformEmail) ProtoMessage

func (*TransformEmail) ProtoMessage()

func (*TransformEmail) ProtoReflect

func (x *TransformEmail) ProtoReflect() protoreflect.Message

func (*TransformEmail) Reset

func (x *TransformEmail) Reset()

func (*TransformEmail) String

func (x *TransformEmail) String() string

func (*TransformEmail) Validate

func (m *TransformEmail) Validate() error

Validate checks the field values on TransformEmail 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 (*TransformEmail) ValidateAll

func (m *TransformEmail) ValidateAll() error

ValidateAll checks the field values on TransformEmail 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 TransformEmailMultiError, or nil if none found.

type TransformEmailMultiError

type TransformEmailMultiError []error

TransformEmailMultiError is an error wrapping multiple validation errors returned by TransformEmail.ValidateAll() if the designated constraints aren't met.

func (TransformEmailMultiError) AllErrors

func (m TransformEmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformEmailMultiError) Error

func (m TransformEmailMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TransformEmailValidationError

type TransformEmailValidationError struct {
	// contains filtered or unexported fields
}

TransformEmailValidationError is the validation error returned by TransformEmail.Validate if the designated constraints aren't met.

func (TransformEmailValidationError) Cause

Cause function returns cause value.

func (TransformEmailValidationError) Error

Error satisfies the builtin error interface

func (TransformEmailValidationError) ErrorName

func (e TransformEmailValidationError) ErrorName() string

ErrorName returns error name.

func (TransformEmailValidationError) Field

Field function returns field value.

func (TransformEmailValidationError) Key

Key function returns key value.

func (TransformEmailValidationError) Reason

Reason function returns reason value.

type TransformFirstName

type TransformFirstName struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformFirstName) Descriptor deprecated

func (*TransformFirstName) Descriptor() ([]byte, []int)

Deprecated: Use TransformFirstName.ProtoReflect.Descriptor instead.

func (*TransformFirstName) GetPreserveLength

func (x *TransformFirstName) GetPreserveLength() bool

func (*TransformFirstName) ProtoMessage

func (*TransformFirstName) ProtoMessage()

func (*TransformFirstName) ProtoReflect

func (x *TransformFirstName) ProtoReflect() protoreflect.Message

func (*TransformFirstName) Reset

func (x *TransformFirstName) Reset()

func (*TransformFirstName) String

func (x *TransformFirstName) String() string

func (*TransformFirstName) Validate

func (m *TransformFirstName) Validate() error

Validate checks the field values on TransformFirstName 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 (*TransformFirstName) ValidateAll

func (m *TransformFirstName) ValidateAll() error

ValidateAll checks the field values on TransformFirstName 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 TransformFirstNameMultiError, or nil if none found.

type TransformFirstNameMultiError

type TransformFirstNameMultiError []error

TransformFirstNameMultiError is an error wrapping multiple validation errors returned by TransformFirstName.ValidateAll() if the designated constraints aren't met.

func (TransformFirstNameMultiError) AllErrors

func (m TransformFirstNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformFirstNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformFirstNameValidationError

type TransformFirstNameValidationError struct {
	// contains filtered or unexported fields
}

TransformFirstNameValidationError is the validation error returned by TransformFirstName.Validate if the designated constraints aren't met.

func (TransformFirstNameValidationError) Cause

Cause function returns cause value.

func (TransformFirstNameValidationError) Error

Error satisfies the builtin error interface

func (TransformFirstNameValidationError) ErrorName

ErrorName returns error name.

func (TransformFirstNameValidationError) Field

Field function returns field value.

func (TransformFirstNameValidationError) Key

Key function returns key value.

func (TransformFirstNameValidationError) Reason

Reason function returns reason value.

type TransformFloat64

type TransformFloat64 struct {
	RandomizationRangeMin float64 `` /* 128-byte string literal not displayed */
	RandomizationRangeMax float64 `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransformFloat64) Descriptor deprecated

func (*TransformFloat64) Descriptor() ([]byte, []int)

Deprecated: Use TransformFloat64.ProtoReflect.Descriptor instead.

func (*TransformFloat64) GetRandomizationRangeMax

func (x *TransformFloat64) GetRandomizationRangeMax() float64

func (*TransformFloat64) GetRandomizationRangeMin

func (x *TransformFloat64) GetRandomizationRangeMin() float64

func (*TransformFloat64) ProtoMessage

func (*TransformFloat64) ProtoMessage()

func (*TransformFloat64) ProtoReflect

func (x *TransformFloat64) ProtoReflect() protoreflect.Message

func (*TransformFloat64) Reset

func (x *TransformFloat64) Reset()

func (*TransformFloat64) String

func (x *TransformFloat64) String() string

func (*TransformFloat64) Validate

func (m *TransformFloat64) Validate() error

Validate checks the field values on TransformFloat64 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 (*TransformFloat64) ValidateAll

func (m *TransformFloat64) ValidateAll() error

ValidateAll checks the field values on TransformFloat64 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 TransformFloat64MultiError, or nil if none found.

type TransformFloat64MultiError

type TransformFloat64MultiError []error

TransformFloat64MultiError is an error wrapping multiple validation errors returned by TransformFloat64.ValidateAll() if the designated constraints aren't met.

func (TransformFloat64MultiError) AllErrors

func (m TransformFloat64MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformFloat64MultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformFloat64ValidationError

type TransformFloat64ValidationError struct {
	// contains filtered or unexported fields
}

TransformFloat64ValidationError is the validation error returned by TransformFloat64.Validate if the designated constraints aren't met.

func (TransformFloat64ValidationError) Cause

Cause function returns cause value.

func (TransformFloat64ValidationError) Error

Error satisfies the builtin error interface

func (TransformFloat64ValidationError) ErrorName

ErrorName returns error name.

func (TransformFloat64ValidationError) Field

Field function returns field value.

func (TransformFloat64ValidationError) Key

Key function returns key value.

func (TransformFloat64ValidationError) Reason

Reason function returns reason value.

type TransformFullName

type TransformFullName struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformFullName) Descriptor deprecated

func (*TransformFullName) Descriptor() ([]byte, []int)

Deprecated: Use TransformFullName.ProtoReflect.Descriptor instead.

func (*TransformFullName) GetPreserveLength

func (x *TransformFullName) GetPreserveLength() bool

func (*TransformFullName) ProtoMessage

func (*TransformFullName) ProtoMessage()

func (*TransformFullName) ProtoReflect

func (x *TransformFullName) ProtoReflect() protoreflect.Message

func (*TransformFullName) Reset

func (x *TransformFullName) Reset()

func (*TransformFullName) String

func (x *TransformFullName) String() string

func (*TransformFullName) Validate

func (m *TransformFullName) Validate() error

Validate checks the field values on TransformFullName 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 (*TransformFullName) ValidateAll

func (m *TransformFullName) ValidateAll() error

ValidateAll checks the field values on TransformFullName 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 TransformFullNameMultiError, or nil if none found.

type TransformFullNameMultiError

type TransformFullNameMultiError []error

TransformFullNameMultiError is an error wrapping multiple validation errors returned by TransformFullName.ValidateAll() if the designated constraints aren't met.

func (TransformFullNameMultiError) AllErrors

func (m TransformFullNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformFullNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformFullNameValidationError

type TransformFullNameValidationError struct {
	// contains filtered or unexported fields
}

TransformFullNameValidationError is the validation error returned by TransformFullName.Validate if the designated constraints aren't met.

func (TransformFullNameValidationError) Cause

Cause function returns cause value.

func (TransformFullNameValidationError) Error

Error satisfies the builtin error interface

func (TransformFullNameValidationError) ErrorName

ErrorName returns error name.

func (TransformFullNameValidationError) Field

Field function returns field value.

func (TransformFullNameValidationError) Key

Key function returns key value.

func (TransformFullNameValidationError) Reason

Reason function returns reason value.

type TransformInt64

type TransformInt64 struct {
	RandomizationRangeMin int64 `` /* 127-byte string literal not displayed */
	RandomizationRangeMax int64 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransformInt64) Descriptor deprecated

func (*TransformInt64) Descriptor() ([]byte, []int)

Deprecated: Use TransformInt64.ProtoReflect.Descriptor instead.

func (*TransformInt64) GetRandomizationRangeMax

func (x *TransformInt64) GetRandomizationRangeMax() int64

func (*TransformInt64) GetRandomizationRangeMin

func (x *TransformInt64) GetRandomizationRangeMin() int64

func (*TransformInt64) ProtoMessage

func (*TransformInt64) ProtoMessage()

func (*TransformInt64) ProtoReflect

func (x *TransformInt64) ProtoReflect() protoreflect.Message

func (*TransformInt64) Reset

func (x *TransformInt64) Reset()

func (*TransformInt64) String

func (x *TransformInt64) String() string

func (*TransformInt64) Validate

func (m *TransformInt64) Validate() error

Validate checks the field values on TransformInt64 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 (*TransformInt64) ValidateAll

func (m *TransformInt64) ValidateAll() error

ValidateAll checks the field values on TransformInt64 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 TransformInt64MultiError, or nil if none found.

type TransformInt64MultiError

type TransformInt64MultiError []error

TransformInt64MultiError is an error wrapping multiple validation errors returned by TransformInt64.ValidateAll() if the designated constraints aren't met.

func (TransformInt64MultiError) AllErrors

func (m TransformInt64MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformInt64MultiError) Error

func (m TransformInt64MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TransformInt64PhoneNumber

type TransformInt64PhoneNumber struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformInt64PhoneNumber) Descriptor deprecated

func (*TransformInt64PhoneNumber) Descriptor() ([]byte, []int)

Deprecated: Use TransformInt64PhoneNumber.ProtoReflect.Descriptor instead.

func (*TransformInt64PhoneNumber) GetPreserveLength

func (x *TransformInt64PhoneNumber) GetPreserveLength() bool

func (*TransformInt64PhoneNumber) ProtoMessage

func (*TransformInt64PhoneNumber) ProtoMessage()

func (*TransformInt64PhoneNumber) ProtoReflect

func (*TransformInt64PhoneNumber) Reset

func (x *TransformInt64PhoneNumber) Reset()

func (*TransformInt64PhoneNumber) String

func (x *TransformInt64PhoneNumber) String() string

func (*TransformInt64PhoneNumber) Validate

func (m *TransformInt64PhoneNumber) Validate() error

Validate checks the field values on TransformInt64PhoneNumber 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 (*TransformInt64PhoneNumber) ValidateAll

func (m *TransformInt64PhoneNumber) ValidateAll() error

ValidateAll checks the field values on TransformInt64PhoneNumber 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 TransformInt64PhoneNumberMultiError, or nil if none found.

type TransformInt64PhoneNumberMultiError

type TransformInt64PhoneNumberMultiError []error

TransformInt64PhoneNumberMultiError is an error wrapping multiple validation errors returned by TransformInt64PhoneNumber.ValidateAll() if the designated constraints aren't met.

func (TransformInt64PhoneNumberMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TransformInt64PhoneNumberMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformInt64PhoneNumberValidationError

type TransformInt64PhoneNumberValidationError struct {
	// contains filtered or unexported fields
}

TransformInt64PhoneNumberValidationError is the validation error returned by TransformInt64PhoneNumber.Validate if the designated constraints aren't met.

func (TransformInt64PhoneNumberValidationError) Cause

Cause function returns cause value.

func (TransformInt64PhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (TransformInt64PhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (TransformInt64PhoneNumberValidationError) Field

Field function returns field value.

func (TransformInt64PhoneNumberValidationError) Key

Key function returns key value.

func (TransformInt64PhoneNumberValidationError) Reason

Reason function returns reason value.

type TransformInt64ValidationError

type TransformInt64ValidationError struct {
	// contains filtered or unexported fields
}

TransformInt64ValidationError is the validation error returned by TransformInt64.Validate if the designated constraints aren't met.

func (TransformInt64ValidationError) Cause

Cause function returns cause value.

func (TransformInt64ValidationError) Error

Error satisfies the builtin error interface

func (TransformInt64ValidationError) ErrorName

func (e TransformInt64ValidationError) ErrorName() string

ErrorName returns error name.

func (TransformInt64ValidationError) Field

Field function returns field value.

func (TransformInt64ValidationError) Key

Key function returns key value.

func (TransformInt64ValidationError) Reason

Reason function returns reason value.

type TransformJavascript

type TransformJavascript struct {
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformJavascript) Descriptor deprecated

func (*TransformJavascript) Descriptor() ([]byte, []int)

Deprecated: Use TransformJavascript.ProtoReflect.Descriptor instead.

func (*TransformJavascript) GetCode

func (x *TransformJavascript) GetCode() string

func (*TransformJavascript) ProtoMessage

func (*TransformJavascript) ProtoMessage()

func (*TransformJavascript) ProtoReflect

func (x *TransformJavascript) ProtoReflect() protoreflect.Message

func (*TransformJavascript) Reset

func (x *TransformJavascript) Reset()

func (*TransformJavascript) String

func (x *TransformJavascript) String() string

func (*TransformJavascript) Validate

func (m *TransformJavascript) Validate() error

Validate checks the field values on TransformJavascript 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 (*TransformJavascript) ValidateAll

func (m *TransformJavascript) ValidateAll() error

ValidateAll checks the field values on TransformJavascript 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 TransformJavascriptMultiError, or nil if none found.

type TransformJavascriptMultiError

type TransformJavascriptMultiError []error

TransformJavascriptMultiError is an error wrapping multiple validation errors returned by TransformJavascript.ValidateAll() if the designated constraints aren't met.

func (TransformJavascriptMultiError) AllErrors

func (m TransformJavascriptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformJavascriptMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformJavascriptValidationError

type TransformJavascriptValidationError struct {
	// contains filtered or unexported fields
}

TransformJavascriptValidationError is the validation error returned by TransformJavascript.Validate if the designated constraints aren't met.

func (TransformJavascriptValidationError) Cause

Cause function returns cause value.

func (TransformJavascriptValidationError) Error

Error satisfies the builtin error interface

func (TransformJavascriptValidationError) ErrorName

ErrorName returns error name.

func (TransformJavascriptValidationError) Field

Field function returns field value.

func (TransformJavascriptValidationError) Key

Key function returns key value.

func (TransformJavascriptValidationError) Reason

Reason function returns reason value.

type TransformLastName

type TransformLastName struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformLastName) Descriptor deprecated

func (*TransformLastName) Descriptor() ([]byte, []int)

Deprecated: Use TransformLastName.ProtoReflect.Descriptor instead.

func (*TransformLastName) GetPreserveLength

func (x *TransformLastName) GetPreserveLength() bool

func (*TransformLastName) ProtoMessage

func (*TransformLastName) ProtoMessage()

func (*TransformLastName) ProtoReflect

func (x *TransformLastName) ProtoReflect() protoreflect.Message

func (*TransformLastName) Reset

func (x *TransformLastName) Reset()

func (*TransformLastName) String

func (x *TransformLastName) String() string

func (*TransformLastName) Validate

func (m *TransformLastName) Validate() error

Validate checks the field values on TransformLastName 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 (*TransformLastName) ValidateAll

func (m *TransformLastName) ValidateAll() error

ValidateAll checks the field values on TransformLastName 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 TransformLastNameMultiError, or nil if none found.

type TransformLastNameMultiError

type TransformLastNameMultiError []error

TransformLastNameMultiError is an error wrapping multiple validation errors returned by TransformLastName.ValidateAll() if the designated constraints aren't met.

func (TransformLastNameMultiError) AllErrors

func (m TransformLastNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformLastNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformLastNameValidationError

type TransformLastNameValidationError struct {
	// contains filtered or unexported fields
}

TransformLastNameValidationError is the validation error returned by TransformLastName.Validate if the designated constraints aren't met.

func (TransformLastNameValidationError) Cause

Cause function returns cause value.

func (TransformLastNameValidationError) Error

Error satisfies the builtin error interface

func (TransformLastNameValidationError) ErrorName

ErrorName returns error name.

func (TransformLastNameValidationError) Field

Field function returns field value.

func (TransformLastNameValidationError) Key

Key function returns key value.

func (TransformLastNameValidationError) Reason

Reason function returns reason value.

type TransformPhoneNumber

type TransformPhoneNumber struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformPhoneNumber) Descriptor deprecated

func (*TransformPhoneNumber) Descriptor() ([]byte, []int)

Deprecated: Use TransformPhoneNumber.ProtoReflect.Descriptor instead.

func (*TransformPhoneNumber) GetPreserveLength

func (x *TransformPhoneNumber) GetPreserveLength() bool

func (*TransformPhoneNumber) ProtoMessage

func (*TransformPhoneNumber) ProtoMessage()

func (*TransformPhoneNumber) ProtoReflect

func (x *TransformPhoneNumber) ProtoReflect() protoreflect.Message

func (*TransformPhoneNumber) Reset

func (x *TransformPhoneNumber) Reset()

func (*TransformPhoneNumber) String

func (x *TransformPhoneNumber) String() string

func (*TransformPhoneNumber) Validate

func (m *TransformPhoneNumber) Validate() error

Validate checks the field values on TransformPhoneNumber 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 (*TransformPhoneNumber) ValidateAll

func (m *TransformPhoneNumber) ValidateAll() error

ValidateAll checks the field values on TransformPhoneNumber 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 TransformPhoneNumberMultiError, or nil if none found.

type TransformPhoneNumberMultiError

type TransformPhoneNumberMultiError []error

TransformPhoneNumberMultiError is an error wrapping multiple validation errors returned by TransformPhoneNumber.ValidateAll() if the designated constraints aren't met.

func (TransformPhoneNumberMultiError) AllErrors

func (m TransformPhoneNumberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformPhoneNumberMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformPhoneNumberValidationError

type TransformPhoneNumberValidationError struct {
	// contains filtered or unexported fields
}

TransformPhoneNumberValidationError is the validation error returned by TransformPhoneNumber.Validate if the designated constraints aren't met.

func (TransformPhoneNumberValidationError) Cause

Cause function returns cause value.

func (TransformPhoneNumberValidationError) Error

Error satisfies the builtin error interface

func (TransformPhoneNumberValidationError) ErrorName

ErrorName returns error name.

func (TransformPhoneNumberValidationError) Field

Field function returns field value.

func (TransformPhoneNumberValidationError) Key

Key function returns key value.

func (TransformPhoneNumberValidationError) Reason

Reason function returns reason value.

type TransformString

type TransformString struct {
	PreserveLength bool `protobuf:"varint,1,opt,name=preserve_length,json=preserveLength,proto3" json:"preserve_length,omitempty"`
	// contains filtered or unexported fields
}

func (*TransformString) Descriptor deprecated

func (*TransformString) Descriptor() ([]byte, []int)

Deprecated: Use TransformString.ProtoReflect.Descriptor instead.

func (*TransformString) GetPreserveLength

func (x *TransformString) GetPreserveLength() bool

func (*TransformString) ProtoMessage

func (*TransformString) ProtoMessage()

func (*TransformString) ProtoReflect

func (x *TransformString) ProtoReflect() protoreflect.Message

func (*TransformString) Reset

func (x *TransformString) Reset()

func (*TransformString) String

func (x *TransformString) String() string

func (*TransformString) Validate

func (m *TransformString) Validate() error

Validate checks the field values on TransformString 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 (*TransformString) ValidateAll

func (m *TransformString) ValidateAll() error

ValidateAll checks the field values on TransformString 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 TransformStringMultiError, or nil if none found.

type TransformStringMultiError

type TransformStringMultiError []error

TransformStringMultiError is an error wrapping multiple validation errors returned by TransformString.ValidateAll() if the designated constraints aren't met.

func (TransformStringMultiError) AllErrors

func (m TransformStringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformStringMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformStringValidationError

type TransformStringValidationError struct {
	// contains filtered or unexported fields
}

TransformStringValidationError is the validation error returned by TransformString.Validate if the designated constraints aren't met.

func (TransformStringValidationError) Cause

Cause function returns cause value.

func (TransformStringValidationError) Error

Error satisfies the builtin error interface

func (TransformStringValidationError) ErrorName

func (e TransformStringValidationError) ErrorName() string

ErrorName returns error name.

func (TransformStringValidationError) Field

Field function returns field value.

func (TransformStringValidationError) Key

Key function returns key value.

func (TransformStringValidationError) Reason

Reason function returns reason value.

type TransformerConfig

type TransformerConfig struct {

	// Types that are assignable to Config:
	//
	//	*TransformerConfig_GenerateEmailConfig
	//	*TransformerConfig_TransformEmailConfig
	//	*TransformerConfig_GenerateBoolConfig
	//	*TransformerConfig_GenerateCardNumberConfig
	//	*TransformerConfig_GenerateCityConfig
	//	*TransformerConfig_GenerateE164PhoneNumberConfig
	//	*TransformerConfig_GenerateFirstNameConfig
	//	*TransformerConfig_GenerateFloat64Config
	//	*TransformerConfig_GenerateFullAddressConfig
	//	*TransformerConfig_GenerateFullNameConfig
	//	*TransformerConfig_GenerateGenderConfig
	//	*TransformerConfig_GenerateInt64PhoneNumberConfig
	//	*TransformerConfig_GenerateInt64Config
	//	*TransformerConfig_GenerateLastNameConfig
	//	*TransformerConfig_GenerateSha256HashConfig
	//	*TransformerConfig_GenerateSsnConfig
	//	*TransformerConfig_GenerateStateConfig
	//	*TransformerConfig_GenerateStreetAddressConfig
	//	*TransformerConfig_GenerateStringPhoneNumberConfig
	//	*TransformerConfig_GenerateStringConfig
	//	*TransformerConfig_GenerateUnixtimestampConfig
	//	*TransformerConfig_GenerateUsernameConfig
	//	*TransformerConfig_GenerateUtctimestampConfig
	//	*TransformerConfig_GenerateUuidConfig
	//	*TransformerConfig_GenerateZipcodeConfig
	//	*TransformerConfig_TransformE164PhoneNumberConfig
	//	*TransformerConfig_TransformFirstNameConfig
	//	*TransformerConfig_TransformFloat64Config
	//	*TransformerConfig_TransformFullNameConfig
	//	*TransformerConfig_TransformInt64PhoneNumberConfig
	//	*TransformerConfig_TransformInt64Config
	//	*TransformerConfig_TransformLastNameConfig
	//	*TransformerConfig_TransformPhoneNumberConfig
	//	*TransformerConfig_TransformStringConfig
	//	*TransformerConfig_PassthroughConfig
	//	*TransformerConfig_Nullconfig
	//	*TransformerConfig_UserDefinedTransformerConfig
	//	*TransformerConfig_GenerateDefaultConfig
	//	*TransformerConfig_TransformJavascriptConfig
	//	*TransformerConfig_GenerateCategoricalConfig
	//	*TransformerConfig_TransformCharacterScrambleConfig
	//	*TransformerConfig_GenerateJavascriptConfig
	Config isTransformerConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*TransformerConfig) Descriptor deprecated

func (*TransformerConfig) Descriptor() ([]byte, []int)

Deprecated: Use TransformerConfig.ProtoReflect.Descriptor instead.

func (*TransformerConfig) GetConfig

func (m *TransformerConfig) GetConfig() isTransformerConfig_Config

func (*TransformerConfig) GetGenerateBoolConfig

func (x *TransformerConfig) GetGenerateBoolConfig() *GenerateBool

func (*TransformerConfig) GetGenerateCardNumberConfig

func (x *TransformerConfig) GetGenerateCardNumberConfig() *GenerateCardNumber

func (*TransformerConfig) GetGenerateCategoricalConfig

func (x *TransformerConfig) GetGenerateCategoricalConfig() *GenerateCategorical

func (*TransformerConfig) GetGenerateCityConfig

func (x *TransformerConfig) GetGenerateCityConfig() *GenerateCity

func (*TransformerConfig) GetGenerateDefaultConfig

func (x *TransformerConfig) GetGenerateDefaultConfig() *GenerateDefault

func (*TransformerConfig) GetGenerateE164PhoneNumberConfig

func (x *TransformerConfig) GetGenerateE164PhoneNumberConfig() *GenerateE164PhoneNumber

func (*TransformerConfig) GetGenerateEmailConfig

func (x *TransformerConfig) GetGenerateEmailConfig() *GenerateEmail

func (*TransformerConfig) GetGenerateFirstNameConfig

func (x *TransformerConfig) GetGenerateFirstNameConfig() *GenerateFirstName

func (*TransformerConfig) GetGenerateFloat64Config

func (x *TransformerConfig) GetGenerateFloat64Config() *GenerateFloat64

func (*TransformerConfig) GetGenerateFullAddressConfig

func (x *TransformerConfig) GetGenerateFullAddressConfig() *GenerateFullAddress

func (*TransformerConfig) GetGenerateFullNameConfig

func (x *TransformerConfig) GetGenerateFullNameConfig() *GenerateFullName

func (*TransformerConfig) GetGenerateGenderConfig

func (x *TransformerConfig) GetGenerateGenderConfig() *GenerateGender

func (*TransformerConfig) GetGenerateInt64Config

func (x *TransformerConfig) GetGenerateInt64Config() *GenerateInt64

func (*TransformerConfig) GetGenerateInt64PhoneNumberConfig

func (x *TransformerConfig) GetGenerateInt64PhoneNumberConfig() *GenerateInt64PhoneNumber

func (*TransformerConfig) GetGenerateJavascriptConfig

func (x *TransformerConfig) GetGenerateJavascriptConfig() *GenerateJavascript

func (*TransformerConfig) GetGenerateLastNameConfig

func (x *TransformerConfig) GetGenerateLastNameConfig() *GenerateLastName

func (*TransformerConfig) GetGenerateSha256HashConfig

func (x *TransformerConfig) GetGenerateSha256HashConfig() *GenerateSha256Hash

func (*TransformerConfig) GetGenerateSsnConfig

func (x *TransformerConfig) GetGenerateSsnConfig() *GenerateSSN

func (*TransformerConfig) GetGenerateStateConfig

func (x *TransformerConfig) GetGenerateStateConfig() *GenerateState

func (*TransformerConfig) GetGenerateStreetAddressConfig

func (x *TransformerConfig) GetGenerateStreetAddressConfig() *GenerateStreetAddress

func (*TransformerConfig) GetGenerateStringConfig

func (x *TransformerConfig) GetGenerateStringConfig() *GenerateString

func (*TransformerConfig) GetGenerateStringPhoneNumberConfig

func (x *TransformerConfig) GetGenerateStringPhoneNumberConfig() *GenerateStringPhoneNumber

func (*TransformerConfig) GetGenerateUnixtimestampConfig

func (x *TransformerConfig) GetGenerateUnixtimestampConfig() *GenerateUnixTimestamp

func (*TransformerConfig) GetGenerateUsernameConfig

func (x *TransformerConfig) GetGenerateUsernameConfig() *GenerateUsername

func (*TransformerConfig) GetGenerateUtctimestampConfig

func (x *TransformerConfig) GetGenerateUtctimestampConfig() *GenerateUtcTimestamp

func (*TransformerConfig) GetGenerateUuidConfig

func (x *TransformerConfig) GetGenerateUuidConfig() *GenerateUuid

func (*TransformerConfig) GetGenerateZipcodeConfig

func (x *TransformerConfig) GetGenerateZipcodeConfig() *GenerateZipcode

func (*TransformerConfig) GetNullconfig

func (x *TransformerConfig) GetNullconfig() *Null

func (*TransformerConfig) GetPassthroughConfig

func (x *TransformerConfig) GetPassthroughConfig() *Passthrough

func (*TransformerConfig) GetTransformCharacterScrambleConfig

func (x *TransformerConfig) GetTransformCharacterScrambleConfig() *TransformCharacterScramble

func (*TransformerConfig) GetTransformE164PhoneNumberConfig

func (x *TransformerConfig) GetTransformE164PhoneNumberConfig() *TransformE164PhoneNumber

func (*TransformerConfig) GetTransformEmailConfig

func (x *TransformerConfig) GetTransformEmailConfig() *TransformEmail

func (*TransformerConfig) GetTransformFirstNameConfig

func (x *TransformerConfig) GetTransformFirstNameConfig() *TransformFirstName

func (*TransformerConfig) GetTransformFloat64Config

func (x *TransformerConfig) GetTransformFloat64Config() *TransformFloat64

func (*TransformerConfig) GetTransformFullNameConfig

func (x *TransformerConfig) GetTransformFullNameConfig() *TransformFullName

func (*TransformerConfig) GetTransformInt64Config

func (x *TransformerConfig) GetTransformInt64Config() *TransformInt64

func (*TransformerConfig) GetTransformInt64PhoneNumberConfig

func (x *TransformerConfig) GetTransformInt64PhoneNumberConfig() *TransformInt64PhoneNumber

func (*TransformerConfig) GetTransformJavascriptConfig

func (x *TransformerConfig) GetTransformJavascriptConfig() *TransformJavascript

func (*TransformerConfig) GetTransformLastNameConfig

func (x *TransformerConfig) GetTransformLastNameConfig() *TransformLastName

func (*TransformerConfig) GetTransformPhoneNumberConfig

func (x *TransformerConfig) GetTransformPhoneNumberConfig() *TransformPhoneNumber

func (*TransformerConfig) GetTransformStringConfig

func (x *TransformerConfig) GetTransformStringConfig() *TransformString

func (*TransformerConfig) GetUserDefinedTransformerConfig

func (x *TransformerConfig) GetUserDefinedTransformerConfig() *UserDefinedTransformerConfig

func (*TransformerConfig) ProtoMessage

func (*TransformerConfig) ProtoMessage()

func (*TransformerConfig) ProtoReflect

func (x *TransformerConfig) ProtoReflect() protoreflect.Message

func (*TransformerConfig) Reset

func (x *TransformerConfig) Reset()

func (*TransformerConfig) String

func (x *TransformerConfig) String() string

func (*TransformerConfig) Validate

func (m *TransformerConfig) Validate() error

Validate checks the field values on TransformerConfig 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 (*TransformerConfig) ValidateAll

func (m *TransformerConfig) ValidateAll() error

ValidateAll checks the field values on TransformerConfig 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 TransformerConfigMultiError, or nil if none found.

type TransformerConfigMultiError

type TransformerConfigMultiError []error

TransformerConfigMultiError is an error wrapping multiple validation errors returned by TransformerConfig.ValidateAll() if the designated constraints aren't met.

func (TransformerConfigMultiError) AllErrors

func (m TransformerConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransformerConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TransformerConfigValidationError

type TransformerConfigValidationError struct {
	// contains filtered or unexported fields
}

TransformerConfigValidationError is the validation error returned by TransformerConfig.Validate if the designated constraints aren't met.

func (TransformerConfigValidationError) Cause

Cause function returns cause value.

func (TransformerConfigValidationError) Error

Error satisfies the builtin error interface

func (TransformerConfigValidationError) ErrorName

ErrorName returns error name.

func (TransformerConfigValidationError) Field

Field function returns field value.

func (TransformerConfigValidationError) Key

Key function returns key value.

func (TransformerConfigValidationError) Reason

Reason function returns reason value.

type TransformerConfig_GenerateBoolConfig

type TransformerConfig_GenerateBoolConfig struct {
	GenerateBoolConfig *GenerateBool `protobuf:"bytes,3,opt,name=generate_bool_config,json=generateBoolConfig,proto3,oneof"`
}

type TransformerConfig_GenerateCardNumberConfig

type TransformerConfig_GenerateCardNumberConfig struct {
	GenerateCardNumberConfig *GenerateCardNumber `protobuf:"bytes,4,opt,name=generate_card_number_config,json=generateCardNumberConfig,proto3,oneof"`
}

type TransformerConfig_GenerateCategoricalConfig

type TransformerConfig_GenerateCategoricalConfig struct {
	GenerateCategoricalConfig *GenerateCategorical `protobuf:"bytes,40,opt,name=generate_categorical_config,json=generateCategoricalConfig,proto3,oneof"`
}

type TransformerConfig_GenerateCityConfig

type TransformerConfig_GenerateCityConfig struct {
	GenerateCityConfig *GenerateCity `protobuf:"bytes,5,opt,name=generate_city_config,json=generateCityConfig,proto3,oneof"`
}

type TransformerConfig_GenerateDefaultConfig

type TransformerConfig_GenerateDefaultConfig struct {
	GenerateDefaultConfig *GenerateDefault `protobuf:"bytes,38,opt,name=generate_default_config,json=generateDefaultConfig,proto3,oneof"`
}

type TransformerConfig_GenerateE164PhoneNumberConfig

type TransformerConfig_GenerateE164PhoneNumberConfig struct {
	GenerateE164PhoneNumberConfig *GenerateE164PhoneNumber `protobuf:"bytes,6,opt,name=generate_e164_phone_number_config,json=generateE164PhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_GenerateEmailConfig

type TransformerConfig_GenerateEmailConfig struct {
	GenerateEmailConfig *GenerateEmail `protobuf:"bytes,1,opt,name=generate_email_config,json=generateEmailConfig,proto3,oneof"`
}

type TransformerConfig_GenerateFirstNameConfig

type TransformerConfig_GenerateFirstNameConfig struct {
	GenerateFirstNameConfig *GenerateFirstName `protobuf:"bytes,7,opt,name=generate_first_name_config,json=generateFirstNameConfig,proto3,oneof"`
}

type TransformerConfig_GenerateFloat64Config

type TransformerConfig_GenerateFloat64Config struct {
	GenerateFloat64Config *GenerateFloat64 `protobuf:"bytes,8,opt,name=generate_float64_config,json=generateFloat64Config,proto3,oneof"`
}

type TransformerConfig_GenerateFullAddressConfig

type TransformerConfig_GenerateFullAddressConfig struct {
	GenerateFullAddressConfig *GenerateFullAddress `protobuf:"bytes,9,opt,name=generate_full_address_config,json=generateFullAddressConfig,proto3,oneof"`
}

type TransformerConfig_GenerateFullNameConfig

type TransformerConfig_GenerateFullNameConfig struct {
	GenerateFullNameConfig *GenerateFullName `protobuf:"bytes,10,opt,name=generate_full_name_config,json=generateFullNameConfig,proto3,oneof"`
}

type TransformerConfig_GenerateGenderConfig

type TransformerConfig_GenerateGenderConfig struct {
	GenerateGenderConfig *GenerateGender `protobuf:"bytes,11,opt,name=generate_gender_config,json=generateGenderConfig,proto3,oneof"`
}

type TransformerConfig_GenerateInt64Config

type TransformerConfig_GenerateInt64Config struct {
	GenerateInt64Config *GenerateInt64 `protobuf:"bytes,13,opt,name=generate_int64_config,json=generateInt64Config,proto3,oneof"`
}

type TransformerConfig_GenerateInt64PhoneNumberConfig

type TransformerConfig_GenerateInt64PhoneNumberConfig struct {
	GenerateInt64PhoneNumberConfig *GenerateInt64PhoneNumber `protobuf:"bytes,12,opt,name=generate_int64_phone_number_config,json=generateInt64PhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_GenerateJavascriptConfig

type TransformerConfig_GenerateJavascriptConfig struct {
	GenerateJavascriptConfig *GenerateJavascript `protobuf:"bytes,42,opt,name=generate_javascript_config,json=generateJavascriptConfig,proto3,oneof"`
}

type TransformerConfig_GenerateLastNameConfig

type TransformerConfig_GenerateLastNameConfig struct {
	GenerateLastNameConfig *GenerateLastName `protobuf:"bytes,14,opt,name=generate_last_name_config,json=generateLastNameConfig,proto3,oneof"`
}

type TransformerConfig_GenerateSha256HashConfig

type TransformerConfig_GenerateSha256HashConfig struct {
	GenerateSha256HashConfig *GenerateSha256Hash `protobuf:"bytes,15,opt,name=generate_sha256hash_config,json=generateSha256hashConfig,proto3,oneof"`
}

type TransformerConfig_GenerateSsnConfig

type TransformerConfig_GenerateSsnConfig struct {
	GenerateSsnConfig *GenerateSSN `protobuf:"bytes,16,opt,name=generate_ssn_config,json=generateSsnConfig,proto3,oneof"`
}

type TransformerConfig_GenerateStateConfig

type TransformerConfig_GenerateStateConfig struct {
	GenerateStateConfig *GenerateState `protobuf:"bytes,17,opt,name=generate_state_config,json=generateStateConfig,proto3,oneof"`
}

type TransformerConfig_GenerateStreetAddressConfig

type TransformerConfig_GenerateStreetAddressConfig struct {
	GenerateStreetAddressConfig *GenerateStreetAddress `protobuf:"bytes,18,opt,name=generate_street_address_config,json=generateStreetAddressConfig,proto3,oneof"`
}

type TransformerConfig_GenerateStringConfig

type TransformerConfig_GenerateStringConfig struct {
	GenerateStringConfig *GenerateString `protobuf:"bytes,20,opt,name=generate_string_config,json=generateStringConfig,proto3,oneof"`
}

type TransformerConfig_GenerateStringPhoneNumberConfig

type TransformerConfig_GenerateStringPhoneNumberConfig struct {
	GenerateStringPhoneNumberConfig *GenerateStringPhoneNumber `protobuf:"bytes,19,opt,name=generate_string_phone_number_config,json=generateStringPhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_GenerateUnixtimestampConfig

type TransformerConfig_GenerateUnixtimestampConfig struct {
	GenerateUnixtimestampConfig *GenerateUnixTimestamp `protobuf:"bytes,21,opt,name=generate_unixtimestamp_config,json=generateUnixtimestampConfig,proto3,oneof"`
}

type TransformerConfig_GenerateUsernameConfig

type TransformerConfig_GenerateUsernameConfig struct {
	GenerateUsernameConfig *GenerateUsername `protobuf:"bytes,22,opt,name=generate_username_config,json=generateUsernameConfig,proto3,oneof"`
}

type TransformerConfig_GenerateUtctimestampConfig

type TransformerConfig_GenerateUtctimestampConfig struct {
	GenerateUtctimestampConfig *GenerateUtcTimestamp `protobuf:"bytes,23,opt,name=generate_utctimestamp_config,json=generateUtctimestampConfig,proto3,oneof"`
}

type TransformerConfig_GenerateUuidConfig

type TransformerConfig_GenerateUuidConfig struct {
	GenerateUuidConfig *GenerateUuid `protobuf:"bytes,24,opt,name=generate_uuid_config,json=generateUuidConfig,proto3,oneof"`
}

type TransformerConfig_GenerateZipcodeConfig

type TransformerConfig_GenerateZipcodeConfig struct {
	GenerateZipcodeConfig *GenerateZipcode `protobuf:"bytes,25,opt,name=generate_zipcode_config,json=generateZipcodeConfig,proto3,oneof"`
}

type TransformerConfig_Nullconfig

type TransformerConfig_Nullconfig struct {
	Nullconfig *Null `protobuf:"bytes,36,opt,name=nullconfig,proto3,oneof"`
}

type TransformerConfig_PassthroughConfig

type TransformerConfig_PassthroughConfig struct {
	PassthroughConfig *Passthrough `protobuf:"bytes,35,opt,name=passthrough_config,json=passthroughConfig,proto3,oneof"`
}

type TransformerConfig_TransformCharacterScrambleConfig

type TransformerConfig_TransformCharacterScrambleConfig struct {
	TransformCharacterScrambleConfig *TransformCharacterScramble `protobuf:"bytes,41,opt,name=transform_character_scramble_config,json=transformCharacterScrambleConfig,proto3,oneof"`
}

type TransformerConfig_TransformE164PhoneNumberConfig

type TransformerConfig_TransformE164PhoneNumberConfig struct {
	TransformE164PhoneNumberConfig *TransformE164PhoneNumber `protobuf:"bytes,26,opt,name=transform_e164_phone_number_config,json=transformE164PhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_TransformEmailConfig

type TransformerConfig_TransformEmailConfig struct {
	TransformEmailConfig *TransformEmail `protobuf:"bytes,2,opt,name=transform_email_config,json=transformEmailConfig,proto3,oneof"`
}

type TransformerConfig_TransformFirstNameConfig

type TransformerConfig_TransformFirstNameConfig struct {
	TransformFirstNameConfig *TransformFirstName `protobuf:"bytes,27,opt,name=transform_first_name_config,json=transformFirstNameConfig,proto3,oneof"`
}

type TransformerConfig_TransformFloat64Config

type TransformerConfig_TransformFloat64Config struct {
	TransformFloat64Config *TransformFloat64 `protobuf:"bytes,28,opt,name=transform_float64_config,json=transformFloat64Config,proto3,oneof"`
}

type TransformerConfig_TransformFullNameConfig

type TransformerConfig_TransformFullNameConfig struct {
	TransformFullNameConfig *TransformFullName `protobuf:"bytes,29,opt,name=transform_full_name_config,json=transformFullNameConfig,proto3,oneof"`
}

type TransformerConfig_TransformInt64Config

type TransformerConfig_TransformInt64Config struct {
	TransformInt64Config *TransformInt64 `protobuf:"bytes,31,opt,name=transform_int64_config,json=transformInt64Config,proto3,oneof"`
}

type TransformerConfig_TransformInt64PhoneNumberConfig

type TransformerConfig_TransformInt64PhoneNumberConfig struct {
	TransformInt64PhoneNumberConfig *TransformInt64PhoneNumber `protobuf:"bytes,30,opt,name=transform_int64_phone_number_config,json=transformInt64PhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_TransformJavascriptConfig

type TransformerConfig_TransformJavascriptConfig struct {
	TransformJavascriptConfig *TransformJavascript `protobuf:"bytes,39,opt,name=transform_javascript_config,json=transformJavascriptConfig,proto3,oneof"`
}

type TransformerConfig_TransformLastNameConfig

type TransformerConfig_TransformLastNameConfig struct {
	TransformLastNameConfig *TransformLastName `protobuf:"bytes,32,opt,name=transform_last_name_config,json=transformLastNameConfig,proto3,oneof"`
}

type TransformerConfig_TransformPhoneNumberConfig

type TransformerConfig_TransformPhoneNumberConfig struct {
	TransformPhoneNumberConfig *TransformPhoneNumber `protobuf:"bytes,33,opt,name=transform_phone_number_config,json=transformPhoneNumberConfig,proto3,oneof"`
}

type TransformerConfig_TransformStringConfig

type TransformerConfig_TransformStringConfig struct {
	TransformStringConfig *TransformString `protobuf:"bytes,34,opt,name=transform_string_config,json=transformStringConfig,proto3,oneof"`
}

type TransformerConfig_UserDefinedTransformerConfig

type TransformerConfig_UserDefinedTransformerConfig struct {
	UserDefinedTransformerConfig *UserDefinedTransformerConfig `protobuf:"bytes,37,opt,name=user_defined_transformer_config,json=userDefinedTransformerConfig,proto3,oneof"`
}

type TransformerDataType

type TransformerDataType int32
const (
	TransformerDataType_TRANSFORMER_DATA_TYPE_UNSPECIFIED TransformerDataType = 0
	TransformerDataType_TRANSFORMER_DATA_TYPE_STRING      TransformerDataType = 1
	TransformerDataType_TRANSFORMER_DATA_TYPE_INT64       TransformerDataType = 2
	TransformerDataType_TRANSFORMER_DATA_TYPE_BOOLEAN     TransformerDataType = 3
	TransformerDataType_TRANSFORMER_DATA_TYPE_FLOAT64     TransformerDataType = 4
	TransformerDataType_TRANSFORMER_DATA_TYPE_NULL        TransformerDataType = 5
	TransformerDataType_TRANSFORMER_DATA_TYPE_ANY         TransformerDataType = 6
	TransformerDataType_TRANSFORMER_DATA_TYPE_TIME        TransformerDataType = 7
	TransformerDataType_TRANSFORMER_DATA_TYPE_UUID        TransformerDataType = 8
)

func (TransformerDataType) Descriptor

func (TransformerDataType) Enum

func (TransformerDataType) EnumDescriptor deprecated

func (TransformerDataType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransformerDataType.Descriptor instead.

func (TransformerDataType) Number

func (TransformerDataType) String

func (x TransformerDataType) String() string

func (TransformerDataType) Type

type TransformerSource

type TransformerSource int32
const (
	TransformerSource_TRANSFORMER_SOURCE_UNSPECIFIED                  TransformerSource = 0
	TransformerSource_TRANSFORMER_SOURCE_PASSTHROUGH                  TransformerSource = 1
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_DEFAULT             TransformerSource = 2
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_JAVASCRIPT         TransformerSource = 3
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_EMAIL               TransformerSource = 4
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_EMAIL              TransformerSource = 5
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_BOOL                TransformerSource = 6
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_CARD_NUMBER         TransformerSource = 7
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_CITY                TransformerSource = 8
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_E164_PHONE_NUMBER   TransformerSource = 9
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_FIRST_NAME          TransformerSource = 10
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_FLOAT64             TransformerSource = 11
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_FULL_ADDRESS        TransformerSource = 12
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_FULL_NAME           TransformerSource = 13
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_GENDER              TransformerSource = 14
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_INT64_PHONE_NUMBER  TransformerSource = 15
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_INT64               TransformerSource = 16
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_RANDOM_INT64        TransformerSource = 17
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_LAST_NAME           TransformerSource = 18
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_SHA256HASH          TransformerSource = 19
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_SSN                 TransformerSource = 20
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_STATE               TransformerSource = 21
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_STREET_ADDRESS      TransformerSource = 22
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_STRING_PHONE_NUMBER TransformerSource = 23
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_STRING              TransformerSource = 24
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_RANDOM_STRING       TransformerSource = 25
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_UNIXTIMESTAMP       TransformerSource = 26
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_USERNAME            TransformerSource = 27
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_UTCTIMESTAMP        TransformerSource = 28
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_UUID                TransformerSource = 29
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_ZIPCODE             TransformerSource = 30
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_E164_PHONE_NUMBER  TransformerSource = 31
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_FIRST_NAME         TransformerSource = 32
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_FLOAT64            TransformerSource = 33
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_FULL_NAME          TransformerSource = 34
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_INT64_PHONE_NUMBER TransformerSource = 35
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_INT64              TransformerSource = 36
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_LAST_NAME          TransformerSource = 37
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_PHONE_NUMBER       TransformerSource = 38
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_STRING             TransformerSource = 39
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_NULL                TransformerSource = 40
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_CATEGORICAL         TransformerSource = 42
	TransformerSource_TRANSFORMER_SOURCE_TRANSFORM_CHARACTER_SCRAMBLE TransformerSource = 43
	TransformerSource_TRANSFORMER_SOURCE_USER_DEFINED                 TransformerSource = 44
	TransformerSource_TRANSFORMER_SOURCE_GENERATE_JAVASCRIPT          TransformerSource = 45
)

func (TransformerSource) Descriptor

func (TransformerSource) Enum

func (TransformerSource) EnumDescriptor deprecated

func (TransformerSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransformerSource.Descriptor instead.

func (TransformerSource) Number

func (TransformerSource) String

func (x TransformerSource) String() string

func (TransformerSource) Type

type UniqueConstraint

type UniqueConstraint struct {
	Columns []string `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*UniqueConstraint) Descriptor deprecated

func (*UniqueConstraint) Descriptor() ([]byte, []int)

Deprecated: Use UniqueConstraint.ProtoReflect.Descriptor instead.

func (*UniqueConstraint) GetColumns

func (x *UniqueConstraint) GetColumns() []string

func (*UniqueConstraint) ProtoMessage

func (*UniqueConstraint) ProtoMessage()

func (*UniqueConstraint) ProtoReflect

func (x *UniqueConstraint) ProtoReflect() protoreflect.Message

func (*UniqueConstraint) Reset

func (x *UniqueConstraint) Reset()

func (*UniqueConstraint) String

func (x *UniqueConstraint) String() string

func (*UniqueConstraint) Validate

func (m *UniqueConstraint) Validate() error

Validate checks the field values on UniqueConstraint 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 (*UniqueConstraint) ValidateAll

func (m *UniqueConstraint) ValidateAll() error

ValidateAll checks the field values on UniqueConstraint 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 UniqueConstraintMultiError, or nil if none found.

type UniqueConstraintMultiError

type UniqueConstraintMultiError []error

UniqueConstraintMultiError is an error wrapping multiple validation errors returned by UniqueConstraint.ValidateAll() if the designated constraints aren't met.

func (UniqueConstraintMultiError) AllErrors

func (m UniqueConstraintMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UniqueConstraintMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UniqueConstraintValidationError

type UniqueConstraintValidationError struct {
	// contains filtered or unexported fields
}

UniqueConstraintValidationError is the validation error returned by UniqueConstraint.Validate if the designated constraints aren't met.

func (UniqueConstraintValidationError) Cause

Cause function returns cause value.

func (UniqueConstraintValidationError) Error

Error satisfies the builtin error interface

func (UniqueConstraintValidationError) ErrorName

ErrorName returns error name.

func (UniqueConstraintValidationError) Field

Field function returns field value.

func (UniqueConstraintValidationError) Key

Key function returns key value.

func (UniqueConstraintValidationError) Reason

Reason function returns reason value.

type UniqueConstraints added in v0.4.24

type UniqueConstraints struct {
	Constraints []*UniqueConstraint `protobuf:"bytes,1,rep,name=constraints,proto3" json:"constraints,omitempty"`
	// contains filtered or unexported fields
}

func (*UniqueConstraints) Descriptor deprecated added in v0.4.24

func (*UniqueConstraints) Descriptor() ([]byte, []int)

Deprecated: Use UniqueConstraints.ProtoReflect.Descriptor instead.

func (*UniqueConstraints) GetConstraints added in v0.4.24

func (x *UniqueConstraints) GetConstraints() []*UniqueConstraint

func (*UniqueConstraints) ProtoMessage added in v0.4.24

func (*UniqueConstraints) ProtoMessage()

func (*UniqueConstraints) ProtoReflect added in v0.4.24

func (x *UniqueConstraints) ProtoReflect() protoreflect.Message

func (*UniqueConstraints) Reset added in v0.4.24

func (x *UniqueConstraints) Reset()

func (*UniqueConstraints) String added in v0.4.24

func (x *UniqueConstraints) String() string

func (*UniqueConstraints) Validate added in v0.4.24

func (m *UniqueConstraints) Validate() error

Validate checks the field values on UniqueConstraints 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 (*UniqueConstraints) ValidateAll added in v0.4.24

func (m *UniqueConstraints) ValidateAll() error

ValidateAll checks the field values on UniqueConstraints 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 UniqueConstraintsMultiError, or nil if none found.

type UniqueConstraintsMultiError added in v0.4.24

type UniqueConstraintsMultiError []error

UniqueConstraintsMultiError is an error wrapping multiple validation errors returned by UniqueConstraints.ValidateAll() if the designated constraints aren't met.

func (UniqueConstraintsMultiError) AllErrors added in v0.4.24

func (m UniqueConstraintsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UniqueConstraintsMultiError) Error added in v0.4.24

Error returns a concatenation of all the error messages it wraps.

type UniqueConstraintsValidationError added in v0.4.24

type UniqueConstraintsValidationError struct {
	// contains filtered or unexported fields
}

UniqueConstraintsValidationError is the validation error returned by UniqueConstraints.Validate if the designated constraints aren't met.

func (UniqueConstraintsValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (UniqueConstraintsValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (UniqueConstraintsValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (UniqueConstraintsValidationError) Field added in v0.4.24

Field function returns field value.

func (UniqueConstraintsValidationError) Key added in v0.4.24

Key function returns key value.

func (UniqueConstraintsValidationError) Reason added in v0.4.24

Reason function returns reason value.

type UpdateConnectionRequest

type UpdateConnectionRequest 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"`
	ConnectionConfig *ConnectionConfig `protobuf:"bytes,3,opt,name=connection_config,json=connectionConfig,proto3" json:"connection_config,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConnectionRequest) Descriptor deprecated

func (*UpdateConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateConnectionRequest.ProtoReflect.Descriptor instead.

func (*UpdateConnectionRequest) GetConnectionConfig

func (x *UpdateConnectionRequest) GetConnectionConfig() *ConnectionConfig

func (*UpdateConnectionRequest) GetId

func (x *UpdateConnectionRequest) GetId() string

func (*UpdateConnectionRequest) GetName

func (x *UpdateConnectionRequest) GetName() string

func (*UpdateConnectionRequest) ProtoMessage

func (*UpdateConnectionRequest) ProtoMessage()

func (*UpdateConnectionRequest) ProtoReflect

func (x *UpdateConnectionRequest) ProtoReflect() protoreflect.Message

func (*UpdateConnectionRequest) Reset

func (x *UpdateConnectionRequest) Reset()

func (*UpdateConnectionRequest) String

func (x *UpdateConnectionRequest) String() string

func (*UpdateConnectionRequest) Validate

func (m *UpdateConnectionRequest) Validate() error

Validate checks the field values on UpdateConnectionRequest 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 (*UpdateConnectionRequest) ValidateAll

func (m *UpdateConnectionRequest) ValidateAll() error

ValidateAll checks the field values on UpdateConnectionRequest 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 UpdateConnectionRequestMultiError, or nil if none found.

type UpdateConnectionRequestMultiError

type UpdateConnectionRequestMultiError []error

UpdateConnectionRequestMultiError is an error wrapping multiple validation errors returned by UpdateConnectionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateConnectionRequestMultiError) AllErrors

func (m UpdateConnectionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateConnectionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateConnectionRequestValidationError

type UpdateConnectionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateConnectionRequestValidationError is the validation error returned by UpdateConnectionRequest.Validate if the designated constraints aren't met.

func (UpdateConnectionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateConnectionRequestValidationError) Field

Field function returns field value.

func (UpdateConnectionRequestValidationError) Key

Key function returns key value.

func (UpdateConnectionRequestValidationError) Reason

Reason function returns reason value.

type UpdateConnectionResponse

type UpdateConnectionResponse struct {
	Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConnectionResponse) Descriptor deprecated

func (*UpdateConnectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateConnectionResponse.ProtoReflect.Descriptor instead.

func (*UpdateConnectionResponse) GetConnection

func (x *UpdateConnectionResponse) GetConnection() *Connection

func (*UpdateConnectionResponse) ProtoMessage

func (*UpdateConnectionResponse) ProtoMessage()

func (*UpdateConnectionResponse) ProtoReflect

func (x *UpdateConnectionResponse) ProtoReflect() protoreflect.Message

func (*UpdateConnectionResponse) Reset

func (x *UpdateConnectionResponse) Reset()

func (*UpdateConnectionResponse) String

func (x *UpdateConnectionResponse) String() string

func (*UpdateConnectionResponse) Validate

func (m *UpdateConnectionResponse) Validate() error

Validate checks the field values on UpdateConnectionResponse 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 (*UpdateConnectionResponse) ValidateAll

func (m *UpdateConnectionResponse) ValidateAll() error

ValidateAll checks the field values on UpdateConnectionResponse 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 UpdateConnectionResponseMultiError, or nil if none found.

type UpdateConnectionResponseMultiError

type UpdateConnectionResponseMultiError []error

UpdateConnectionResponseMultiError is an error wrapping multiple validation errors returned by UpdateConnectionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateConnectionResponseMultiError) AllErrors

func (m UpdateConnectionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateConnectionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateConnectionResponseValidationError

type UpdateConnectionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateConnectionResponseValidationError is the validation error returned by UpdateConnectionResponse.Validate if the designated constraints aren't met.

func (UpdateConnectionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateConnectionResponseValidationError) Field

Field function returns field value.

func (UpdateConnectionResponseValidationError) Key

Key function returns key value.

func (UpdateConnectionResponseValidationError) Reason

Reason function returns reason value.

type UpdateJobDestinationConnectionRequest

type UpdateJobDestinationConnectionRequest struct {
	JobId         string                 `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	ConnectionId  string                 `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Options       *JobDestinationOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	DestinationId string                 `protobuf:"bytes,4,opt,name=destination_id,json=destinationId,proto3" json:"destination_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobDestinationConnectionRequest) Descriptor deprecated

func (*UpdateJobDestinationConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobDestinationConnectionRequest.ProtoReflect.Descriptor instead.

func (*UpdateJobDestinationConnectionRequest) GetConnectionId

func (x *UpdateJobDestinationConnectionRequest) GetConnectionId() string

func (*UpdateJobDestinationConnectionRequest) GetDestinationId

func (x *UpdateJobDestinationConnectionRequest) GetDestinationId() string

func (*UpdateJobDestinationConnectionRequest) GetJobId

func (*UpdateJobDestinationConnectionRequest) GetOptions

func (*UpdateJobDestinationConnectionRequest) ProtoMessage

func (*UpdateJobDestinationConnectionRequest) ProtoMessage()

func (*UpdateJobDestinationConnectionRequest) ProtoReflect

func (*UpdateJobDestinationConnectionRequest) Reset

func (*UpdateJobDestinationConnectionRequest) String

func (*UpdateJobDestinationConnectionRequest) Validate

Validate checks the field values on UpdateJobDestinationConnectionRequest 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 (*UpdateJobDestinationConnectionRequest) ValidateAll

ValidateAll checks the field values on UpdateJobDestinationConnectionRequest 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 UpdateJobDestinationConnectionRequestMultiError, or nil if none found.

type UpdateJobDestinationConnectionRequestMultiError

type UpdateJobDestinationConnectionRequestMultiError []error

UpdateJobDestinationConnectionRequestMultiError is an error wrapping multiple validation errors returned by UpdateJobDestinationConnectionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateJobDestinationConnectionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateJobDestinationConnectionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobDestinationConnectionRequestValidationError

type UpdateJobDestinationConnectionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobDestinationConnectionRequestValidationError is the validation error returned by UpdateJobDestinationConnectionRequest.Validate if the designated constraints aren't met.

func (UpdateJobDestinationConnectionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateJobDestinationConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobDestinationConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobDestinationConnectionRequestValidationError) Field

Field function returns field value.

func (UpdateJobDestinationConnectionRequestValidationError) Key

Key function returns key value.

func (UpdateJobDestinationConnectionRequestValidationError) Reason

Reason function returns reason value.

type UpdateJobDestinationConnectionResponse

type UpdateJobDestinationConnectionResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobDestinationConnectionResponse) Descriptor deprecated

func (*UpdateJobDestinationConnectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobDestinationConnectionResponse.ProtoReflect.Descriptor instead.

func (*UpdateJobDestinationConnectionResponse) GetJob

func (*UpdateJobDestinationConnectionResponse) ProtoMessage

func (*UpdateJobDestinationConnectionResponse) ProtoReflect

func (*UpdateJobDestinationConnectionResponse) Reset

func (*UpdateJobDestinationConnectionResponse) String

func (*UpdateJobDestinationConnectionResponse) Validate

Validate checks the field values on UpdateJobDestinationConnectionResponse 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 (*UpdateJobDestinationConnectionResponse) ValidateAll

ValidateAll checks the field values on UpdateJobDestinationConnectionResponse 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 UpdateJobDestinationConnectionResponseMultiError, or nil if none found.

type UpdateJobDestinationConnectionResponseMultiError

type UpdateJobDestinationConnectionResponseMultiError []error

UpdateJobDestinationConnectionResponseMultiError is an error wrapping multiple validation errors returned by UpdateJobDestinationConnectionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateJobDestinationConnectionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateJobDestinationConnectionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobDestinationConnectionResponseValidationError

type UpdateJobDestinationConnectionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobDestinationConnectionResponseValidationError is the validation error returned by UpdateJobDestinationConnectionResponse.Validate if the designated constraints aren't met.

func (UpdateJobDestinationConnectionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateJobDestinationConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobDestinationConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobDestinationConnectionResponseValidationError) Field

Field function returns field value.

func (UpdateJobDestinationConnectionResponseValidationError) Key

Key function returns key value.

func (UpdateJobDestinationConnectionResponseValidationError) Reason

Reason function returns reason value.

type UpdateJobScheduleRequest

type UpdateJobScheduleRequest struct {
	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CronSchedule *string `protobuf:"bytes,2,opt,name=cron_schedule,json=cronSchedule,proto3,oneof" json:"cron_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobScheduleRequest) Descriptor deprecated

func (*UpdateJobScheduleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobScheduleRequest.ProtoReflect.Descriptor instead.

func (*UpdateJobScheduleRequest) GetCronSchedule

func (x *UpdateJobScheduleRequest) GetCronSchedule() string

func (*UpdateJobScheduleRequest) GetId

func (x *UpdateJobScheduleRequest) GetId() string

func (*UpdateJobScheduleRequest) ProtoMessage

func (*UpdateJobScheduleRequest) ProtoMessage()

func (*UpdateJobScheduleRequest) ProtoReflect

func (x *UpdateJobScheduleRequest) ProtoReflect() protoreflect.Message

func (*UpdateJobScheduleRequest) Reset

func (x *UpdateJobScheduleRequest) Reset()

func (*UpdateJobScheduleRequest) String

func (x *UpdateJobScheduleRequest) String() string

func (*UpdateJobScheduleRequest) Validate

func (m *UpdateJobScheduleRequest) Validate() error

Validate checks the field values on UpdateJobScheduleRequest 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 (*UpdateJobScheduleRequest) ValidateAll

func (m *UpdateJobScheduleRequest) ValidateAll() error

ValidateAll checks the field values on UpdateJobScheduleRequest 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 UpdateJobScheduleRequestMultiError, or nil if none found.

type UpdateJobScheduleRequestMultiError

type UpdateJobScheduleRequestMultiError []error

UpdateJobScheduleRequestMultiError is an error wrapping multiple validation errors returned by UpdateJobScheduleRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateJobScheduleRequestMultiError) AllErrors

func (m UpdateJobScheduleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateJobScheduleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobScheduleRequestValidationError

type UpdateJobScheduleRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobScheduleRequestValidationError is the validation error returned by UpdateJobScheduleRequest.Validate if the designated constraints aren't met.

func (UpdateJobScheduleRequestValidationError) Cause

Cause function returns cause value.

func (UpdateJobScheduleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobScheduleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobScheduleRequestValidationError) Field

Field function returns field value.

func (UpdateJobScheduleRequestValidationError) Key

Key function returns key value.

func (UpdateJobScheduleRequestValidationError) Reason

Reason function returns reason value.

type UpdateJobScheduleResponse

type UpdateJobScheduleResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobScheduleResponse) Descriptor deprecated

func (*UpdateJobScheduleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobScheduleResponse.ProtoReflect.Descriptor instead.

func (*UpdateJobScheduleResponse) GetJob

func (x *UpdateJobScheduleResponse) GetJob() *Job

func (*UpdateJobScheduleResponse) ProtoMessage

func (*UpdateJobScheduleResponse) ProtoMessage()

func (*UpdateJobScheduleResponse) ProtoReflect

func (*UpdateJobScheduleResponse) Reset

func (x *UpdateJobScheduleResponse) Reset()

func (*UpdateJobScheduleResponse) String

func (x *UpdateJobScheduleResponse) String() string

func (*UpdateJobScheduleResponse) Validate

func (m *UpdateJobScheduleResponse) Validate() error

Validate checks the field values on UpdateJobScheduleResponse 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 (*UpdateJobScheduleResponse) ValidateAll

func (m *UpdateJobScheduleResponse) ValidateAll() error

ValidateAll checks the field values on UpdateJobScheduleResponse 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 UpdateJobScheduleResponseMultiError, or nil if none found.

type UpdateJobScheduleResponseMultiError

type UpdateJobScheduleResponseMultiError []error

UpdateJobScheduleResponseMultiError is an error wrapping multiple validation errors returned by UpdateJobScheduleResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateJobScheduleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateJobScheduleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobScheduleResponseValidationError

type UpdateJobScheduleResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobScheduleResponseValidationError is the validation error returned by UpdateJobScheduleResponse.Validate if the designated constraints aren't met.

func (UpdateJobScheduleResponseValidationError) Cause

Cause function returns cause value.

func (UpdateJobScheduleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobScheduleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobScheduleResponseValidationError) Field

Field function returns field value.

func (UpdateJobScheduleResponseValidationError) Key

Key function returns key value.

func (UpdateJobScheduleResponseValidationError) Reason

Reason function returns reason value.

type UpdateJobSourceConnectionRequest

type UpdateJobSourceConnectionRequest struct {
	Id       string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Source   *JobSource    `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Mappings []*JobMapping `protobuf:"bytes,3,rep,name=mappings,proto3" json:"mappings,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobSourceConnectionRequest) Descriptor deprecated

func (*UpdateJobSourceConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobSourceConnectionRequest.ProtoReflect.Descriptor instead.

func (*UpdateJobSourceConnectionRequest) GetId

func (*UpdateJobSourceConnectionRequest) GetMappings

func (x *UpdateJobSourceConnectionRequest) GetMappings() []*JobMapping

func (*UpdateJobSourceConnectionRequest) GetSource

func (*UpdateJobSourceConnectionRequest) ProtoMessage

func (*UpdateJobSourceConnectionRequest) ProtoMessage()

func (*UpdateJobSourceConnectionRequest) ProtoReflect

func (*UpdateJobSourceConnectionRequest) Reset

func (*UpdateJobSourceConnectionRequest) String

func (*UpdateJobSourceConnectionRequest) Validate

Validate checks the field values on UpdateJobSourceConnectionRequest 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 (*UpdateJobSourceConnectionRequest) ValidateAll

func (m *UpdateJobSourceConnectionRequest) ValidateAll() error

ValidateAll checks the field values on UpdateJobSourceConnectionRequest 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 UpdateJobSourceConnectionRequestMultiError, or nil if none found.

type UpdateJobSourceConnectionRequestMultiError

type UpdateJobSourceConnectionRequestMultiError []error

UpdateJobSourceConnectionRequestMultiError is an error wrapping multiple validation errors returned by UpdateJobSourceConnectionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateJobSourceConnectionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateJobSourceConnectionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobSourceConnectionRequestValidationError

type UpdateJobSourceConnectionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobSourceConnectionRequestValidationError is the validation error returned by UpdateJobSourceConnectionRequest.Validate if the designated constraints aren't met.

func (UpdateJobSourceConnectionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateJobSourceConnectionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobSourceConnectionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobSourceConnectionRequestValidationError) Field

Field function returns field value.

func (UpdateJobSourceConnectionRequestValidationError) Key

Key function returns key value.

func (UpdateJobSourceConnectionRequestValidationError) Reason

Reason function returns reason value.

type UpdateJobSourceConnectionResponse

type UpdateJobSourceConnectionResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJobSourceConnectionResponse) Descriptor deprecated

func (*UpdateJobSourceConnectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobSourceConnectionResponse.ProtoReflect.Descriptor instead.

func (*UpdateJobSourceConnectionResponse) GetJob

func (*UpdateJobSourceConnectionResponse) ProtoMessage

func (*UpdateJobSourceConnectionResponse) ProtoMessage()

func (*UpdateJobSourceConnectionResponse) ProtoReflect

func (*UpdateJobSourceConnectionResponse) Reset

func (*UpdateJobSourceConnectionResponse) String

func (*UpdateJobSourceConnectionResponse) Validate

Validate checks the field values on UpdateJobSourceConnectionResponse 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 (*UpdateJobSourceConnectionResponse) ValidateAll

func (m *UpdateJobSourceConnectionResponse) ValidateAll() error

ValidateAll checks the field values on UpdateJobSourceConnectionResponse 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 UpdateJobSourceConnectionResponseMultiError, or nil if none found.

type UpdateJobSourceConnectionResponseMultiError

type UpdateJobSourceConnectionResponseMultiError []error

UpdateJobSourceConnectionResponseMultiError is an error wrapping multiple validation errors returned by UpdateJobSourceConnectionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateJobSourceConnectionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateJobSourceConnectionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateJobSourceConnectionResponseValidationError

type UpdateJobSourceConnectionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateJobSourceConnectionResponseValidationError is the validation error returned by UpdateJobSourceConnectionResponse.Validate if the designated constraints aren't met.

func (UpdateJobSourceConnectionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateJobSourceConnectionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateJobSourceConnectionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateJobSourceConnectionResponseValidationError) Field

Field function returns field value.

func (UpdateJobSourceConnectionResponseValidationError) Key

Key function returns key value.

func (UpdateJobSourceConnectionResponseValidationError) Reason

Reason function returns reason value.

type UpdateUserDefinedTransformerRequest

type UpdateUserDefinedTransformerRequest struct {
	TransformerId     string             `protobuf:"bytes,1,opt,name=transformer_id,json=transformerId,proto3" json:"transformer_id,omitempty"`
	Name              string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description       string             `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	TransformerConfig *TransformerConfig `protobuf:"bytes,4,opt,name=transformer_config,json=transformerConfig,proto3" json:"transformer_config,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserDefinedTransformerRequest) Descriptor deprecated

func (*UpdateUserDefinedTransformerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserDefinedTransformerRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserDefinedTransformerRequest) GetDescription

func (x *UpdateUserDefinedTransformerRequest) GetDescription() string

func (*UpdateUserDefinedTransformerRequest) GetName

func (*UpdateUserDefinedTransformerRequest) GetTransformerConfig

func (x *UpdateUserDefinedTransformerRequest) GetTransformerConfig() *TransformerConfig

func (*UpdateUserDefinedTransformerRequest) GetTransformerId

func (x *UpdateUserDefinedTransformerRequest) GetTransformerId() string

func (*UpdateUserDefinedTransformerRequest) ProtoMessage

func (*UpdateUserDefinedTransformerRequest) ProtoMessage()

func (*UpdateUserDefinedTransformerRequest) ProtoReflect

func (*UpdateUserDefinedTransformerRequest) Reset

func (*UpdateUserDefinedTransformerRequest) String

func (*UpdateUserDefinedTransformerRequest) Validate

Validate checks the field values on UpdateUserDefinedTransformerRequest 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 (*UpdateUserDefinedTransformerRequest) ValidateAll

func (m *UpdateUserDefinedTransformerRequest) ValidateAll() error

ValidateAll checks the field values on UpdateUserDefinedTransformerRequest 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 UpdateUserDefinedTransformerRequestMultiError, or nil if none found.

type UpdateUserDefinedTransformerRequestMultiError

type UpdateUserDefinedTransformerRequestMultiError []error

UpdateUserDefinedTransformerRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserDefinedTransformerRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateUserDefinedTransformerRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateUserDefinedTransformerRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateUserDefinedTransformerRequestValidationError

type UpdateUserDefinedTransformerRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateUserDefinedTransformerRequestValidationError is the validation error returned by UpdateUserDefinedTransformerRequest.Validate if the designated constraints aren't met.

func (UpdateUserDefinedTransformerRequestValidationError) Cause

Cause function returns cause value.

func (UpdateUserDefinedTransformerRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserDefinedTransformerRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserDefinedTransformerRequestValidationError) Field

Field function returns field value.

func (UpdateUserDefinedTransformerRequestValidationError) Key

Key function returns key value.

func (UpdateUserDefinedTransformerRequestValidationError) Reason

Reason function returns reason value.

type UpdateUserDefinedTransformerResponse

type UpdateUserDefinedTransformerResponse struct {
	Transformer *UserDefinedTransformer `protobuf:"bytes,1,opt,name=transformer,proto3" json:"transformer,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserDefinedTransformerResponse) Descriptor deprecated

func (*UpdateUserDefinedTransformerResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserDefinedTransformerResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserDefinedTransformerResponse) GetTransformer

func (*UpdateUserDefinedTransformerResponse) ProtoMessage

func (*UpdateUserDefinedTransformerResponse) ProtoMessage()

func (*UpdateUserDefinedTransformerResponse) ProtoReflect

func (*UpdateUserDefinedTransformerResponse) Reset

func (*UpdateUserDefinedTransformerResponse) String

func (*UpdateUserDefinedTransformerResponse) Validate

Validate checks the field values on UpdateUserDefinedTransformerResponse 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 (*UpdateUserDefinedTransformerResponse) ValidateAll

ValidateAll checks the field values on UpdateUserDefinedTransformerResponse 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 UpdateUserDefinedTransformerResponseMultiError, or nil if none found.

type UpdateUserDefinedTransformerResponseMultiError

type UpdateUserDefinedTransformerResponseMultiError []error

UpdateUserDefinedTransformerResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserDefinedTransformerResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateUserDefinedTransformerResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateUserDefinedTransformerResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateUserDefinedTransformerResponseValidationError

type UpdateUserDefinedTransformerResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateUserDefinedTransformerResponseValidationError is the validation error returned by UpdateUserDefinedTransformerResponse.Validate if the designated constraints aren't met.

func (UpdateUserDefinedTransformerResponseValidationError) Cause

Cause function returns cause value.

func (UpdateUserDefinedTransformerResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserDefinedTransformerResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserDefinedTransformerResponseValidationError) Field

Field function returns field value.

func (UpdateUserDefinedTransformerResponseValidationError) Key

Key function returns key value.

func (UpdateUserDefinedTransformerResponseValidationError) Reason

Reason function returns reason value.

type UserAccount

type UserAccount 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"`
	Type UserAccountType `protobuf:"varint,3,opt,name=type,proto3,enum=mgmt.v1alpha1.UserAccountType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAccount) Descriptor deprecated

func (*UserAccount) Descriptor() ([]byte, []int)

Deprecated: Use UserAccount.ProtoReflect.Descriptor instead.

func (*UserAccount) GetId

func (x *UserAccount) GetId() string

func (*UserAccount) GetName

func (x *UserAccount) GetName() string

func (*UserAccount) GetType

func (x *UserAccount) GetType() UserAccountType

func (*UserAccount) ProtoMessage

func (*UserAccount) ProtoMessage()

func (*UserAccount) ProtoReflect

func (x *UserAccount) ProtoReflect() protoreflect.Message

func (*UserAccount) Reset

func (x *UserAccount) Reset()

func (*UserAccount) String

func (x *UserAccount) String() string

func (*UserAccount) Validate

func (m *UserAccount) Validate() error

Validate checks the field values on UserAccount 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 (*UserAccount) ValidateAll

func (m *UserAccount) ValidateAll() error

ValidateAll checks the field values on UserAccount 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 UserAccountMultiError, or nil if none found.

type UserAccountMultiError

type UserAccountMultiError []error

UserAccountMultiError is an error wrapping multiple validation errors returned by UserAccount.ValidateAll() if the designated constraints aren't met.

func (UserAccountMultiError) AllErrors

func (m UserAccountMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserAccountMultiError) Error

func (m UserAccountMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserAccountType

type UserAccountType int32
const (
	UserAccountType_USER_ACCOUNT_TYPE_UNSPECIFIED UserAccountType = 0
	UserAccountType_USER_ACCOUNT_TYPE_PERSONAL    UserAccountType = 1
	UserAccountType_USER_ACCOUNT_TYPE_TEAM        UserAccountType = 2
	UserAccountType_USER_ACCOUNT_TYPE_ENTERPRISE  UserAccountType = 3
)

func (UserAccountType) Descriptor

func (UserAccountType) Enum

func (x UserAccountType) Enum() *UserAccountType

func (UserAccountType) EnumDescriptor deprecated

func (UserAccountType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserAccountType.Descriptor instead.

func (UserAccountType) Number

func (UserAccountType) String

func (x UserAccountType) String() string

func (UserAccountType) Type

type UserAccountValidationError

type UserAccountValidationError struct {
	// contains filtered or unexported fields
}

UserAccountValidationError is the validation error returned by UserAccount.Validate if the designated constraints aren't met.

func (UserAccountValidationError) Cause

Cause function returns cause value.

func (UserAccountValidationError) Error

Error satisfies the builtin error interface

func (UserAccountValidationError) ErrorName

func (e UserAccountValidationError) ErrorName() string

ErrorName returns error name.

func (UserAccountValidationError) Field

Field function returns field value.

func (UserAccountValidationError) Key

Key function returns key value.

func (UserAccountValidationError) Reason

Reason function returns reason value.

type UserDefinedTransformer

type UserDefinedTransformer struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// This property is readonly and is calculated based off the origin system transformer
	DataType  TransformerDataType    `protobuf:"varint,5,opt,name=data_type,json=dataType,proto3,enum=mgmt.v1alpha1.TransformerDataType" json:"data_type,omitempty"`
	Source    TransformerSource      `protobuf:"varint,6,opt,name=source,proto3,enum=mgmt.v1alpha1.TransformerSource" json:"source,omitempty"`
	Config    *TransformerConfig     `protobuf:"bytes,7,opt,name=config,proto3" json:"config,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	AccountId string                 `protobuf:"bytes,10,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	DataTypes []TransformerDataType  `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserDefinedTransformer) Descriptor deprecated

func (*UserDefinedTransformer) Descriptor() ([]byte, []int)

Deprecated: Use UserDefinedTransformer.ProtoReflect.Descriptor instead.

func (*UserDefinedTransformer) GetAccountId

func (x *UserDefinedTransformer) GetAccountId() string

func (*UserDefinedTransformer) GetConfig

func (x *UserDefinedTransformer) GetConfig() *TransformerConfig

func (*UserDefinedTransformer) GetCreatedAt

func (x *UserDefinedTransformer) GetCreatedAt() *timestamppb.Timestamp

func (*UserDefinedTransformer) GetDataType

func (*UserDefinedTransformer) GetDataTypes

func (x *UserDefinedTransformer) GetDataTypes() []TransformerDataType

func (*UserDefinedTransformer) GetDescription

func (x *UserDefinedTransformer) GetDescription() string

func (*UserDefinedTransformer) GetId

func (x *UserDefinedTransformer) GetId() string

func (*UserDefinedTransformer) GetName

func (x *UserDefinedTransformer) GetName() string

func (*UserDefinedTransformer) GetSource

func (*UserDefinedTransformer) GetUpdatedAt

func (x *UserDefinedTransformer) GetUpdatedAt() *timestamppb.Timestamp

func (*UserDefinedTransformer) ProtoMessage

func (*UserDefinedTransformer) ProtoMessage()

func (*UserDefinedTransformer) ProtoReflect

func (x *UserDefinedTransformer) ProtoReflect() protoreflect.Message

func (*UserDefinedTransformer) Reset

func (x *UserDefinedTransformer) Reset()

func (*UserDefinedTransformer) String

func (x *UserDefinedTransformer) String() string

func (*UserDefinedTransformer) Validate

func (m *UserDefinedTransformer) Validate() error

Validate checks the field values on UserDefinedTransformer 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 (*UserDefinedTransformer) ValidateAll

func (m *UserDefinedTransformer) ValidateAll() error

ValidateAll checks the field values on UserDefinedTransformer 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 UserDefinedTransformerMultiError, or nil if none found.

type UserDefinedTransformerConfig

type UserDefinedTransformerConfig struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDefinedTransformerConfig) Descriptor deprecated

func (*UserDefinedTransformerConfig) Descriptor() ([]byte, []int)

Deprecated: Use UserDefinedTransformerConfig.ProtoReflect.Descriptor instead.

func (*UserDefinedTransformerConfig) GetId

func (*UserDefinedTransformerConfig) ProtoMessage

func (*UserDefinedTransformerConfig) ProtoMessage()

func (*UserDefinedTransformerConfig) ProtoReflect

func (*UserDefinedTransformerConfig) Reset

func (x *UserDefinedTransformerConfig) Reset()

func (*UserDefinedTransformerConfig) String

func (*UserDefinedTransformerConfig) Validate

func (m *UserDefinedTransformerConfig) Validate() error

Validate checks the field values on UserDefinedTransformerConfig 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 (*UserDefinedTransformerConfig) ValidateAll

func (m *UserDefinedTransformerConfig) ValidateAll() error

ValidateAll checks the field values on UserDefinedTransformerConfig 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 UserDefinedTransformerConfigMultiError, or nil if none found.

type UserDefinedTransformerConfigMultiError

type UserDefinedTransformerConfigMultiError []error

UserDefinedTransformerConfigMultiError is an error wrapping multiple validation errors returned by UserDefinedTransformerConfig.ValidateAll() if the designated constraints aren't met.

func (UserDefinedTransformerConfigMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserDefinedTransformerConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserDefinedTransformerConfigValidationError

type UserDefinedTransformerConfigValidationError struct {
	// contains filtered or unexported fields
}

UserDefinedTransformerConfigValidationError is the validation error returned by UserDefinedTransformerConfig.Validate if the designated constraints aren't met.

func (UserDefinedTransformerConfigValidationError) Cause

Cause function returns cause value.

func (UserDefinedTransformerConfigValidationError) Error

Error satisfies the builtin error interface

func (UserDefinedTransformerConfigValidationError) ErrorName

ErrorName returns error name.

func (UserDefinedTransformerConfigValidationError) Field

Field function returns field value.

func (UserDefinedTransformerConfigValidationError) Key

Key function returns key value.

func (UserDefinedTransformerConfigValidationError) Reason

Reason function returns reason value.

type UserDefinedTransformerMultiError

type UserDefinedTransformerMultiError []error

UserDefinedTransformerMultiError is an error wrapping multiple validation errors returned by UserDefinedTransformer.ValidateAll() if the designated constraints aren't met.

func (UserDefinedTransformerMultiError) AllErrors

func (m UserDefinedTransformerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserDefinedTransformerMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserDefinedTransformerValidationError

type UserDefinedTransformerValidationError struct {
	// contains filtered or unexported fields
}

UserDefinedTransformerValidationError is the validation error returned by UserDefinedTransformer.Validate if the designated constraints aren't met.

func (UserDefinedTransformerValidationError) Cause

Cause function returns cause value.

func (UserDefinedTransformerValidationError) Error

Error satisfies the builtin error interface

func (UserDefinedTransformerValidationError) ErrorName

ErrorName returns error name.

func (UserDefinedTransformerValidationError) Field

Field function returns field value.

func (UserDefinedTransformerValidationError) Key

Key function returns key value.

func (UserDefinedTransformerValidationError) Reason

Reason function returns reason value.

type ValidateJobMappingsRequest added in v0.4.24

type ValidateJobMappingsRequest struct {

	// The unique account identifier that this job will be associated with
	AccountId    string        `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Mappings     []*JobMapping `protobuf:"bytes,2,rep,name=mappings,proto3" json:"mappings,omitempty"`
	ConnectionId string        `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateJobMappingsRequest) Descriptor deprecated added in v0.4.24

func (*ValidateJobMappingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateJobMappingsRequest.ProtoReflect.Descriptor instead.

func (*ValidateJobMappingsRequest) GetAccountId added in v0.4.24

func (x *ValidateJobMappingsRequest) GetAccountId() string

func (*ValidateJobMappingsRequest) GetConnectionId added in v0.4.24

func (x *ValidateJobMappingsRequest) GetConnectionId() string

func (*ValidateJobMappingsRequest) GetMappings added in v0.4.24

func (x *ValidateJobMappingsRequest) GetMappings() []*JobMapping

func (*ValidateJobMappingsRequest) ProtoMessage added in v0.4.24

func (*ValidateJobMappingsRequest) ProtoMessage()

func (*ValidateJobMappingsRequest) ProtoReflect added in v0.4.24

func (*ValidateJobMappingsRequest) Reset added in v0.4.24

func (x *ValidateJobMappingsRequest) Reset()

func (*ValidateJobMappingsRequest) String added in v0.4.24

func (x *ValidateJobMappingsRequest) String() string

func (*ValidateJobMappingsRequest) Validate added in v0.4.24

func (m *ValidateJobMappingsRequest) Validate() error

Validate checks the field values on ValidateJobMappingsRequest 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 (*ValidateJobMappingsRequest) ValidateAll added in v0.4.24

func (m *ValidateJobMappingsRequest) ValidateAll() error

ValidateAll checks the field values on ValidateJobMappingsRequest 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 ValidateJobMappingsRequestMultiError, or nil if none found.

type ValidateJobMappingsRequestMultiError added in v0.4.24

type ValidateJobMappingsRequestMultiError []error

ValidateJobMappingsRequestMultiError is an error wrapping multiple validation errors returned by ValidateJobMappingsRequest.ValidateAll() if the designated constraints aren't met.

func (ValidateJobMappingsRequestMultiError) AllErrors added in v0.4.24

AllErrors returns a list of validation violation errors.

func (ValidateJobMappingsRequestMultiError) Error added in v0.4.24

Error returns a concatenation of all the error messages it wraps.

type ValidateJobMappingsRequestValidationError added in v0.4.24

type ValidateJobMappingsRequestValidationError struct {
	// contains filtered or unexported fields
}

ValidateJobMappingsRequestValidationError is the validation error returned by ValidateJobMappingsRequest.Validate if the designated constraints aren't met.

func (ValidateJobMappingsRequestValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (ValidateJobMappingsRequestValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (ValidateJobMappingsRequestValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (ValidateJobMappingsRequestValidationError) Field added in v0.4.24

Field function returns field value.

func (ValidateJobMappingsRequestValidationError) Key added in v0.4.24

Key function returns key value.

func (ValidateJobMappingsRequestValidationError) Reason added in v0.4.24

Reason function returns reason value.

type ValidateJobMappingsResponse added in v0.4.24

type ValidateJobMappingsResponse struct {
	ColumnErrors   []*ColumnError `protobuf:"bytes,1,rep,name=column_errors,json=columnErrors,proto3" json:"column_errors,omitempty"`
	DatabaseErrors *DatabaseError `protobuf:"bytes,2,opt,name=database_errors,json=databaseErrors,proto3" json:"database_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateJobMappingsResponse) Descriptor deprecated added in v0.4.24

func (*ValidateJobMappingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateJobMappingsResponse.ProtoReflect.Descriptor instead.

func (*ValidateJobMappingsResponse) GetColumnErrors added in v0.4.24

func (x *ValidateJobMappingsResponse) GetColumnErrors() []*ColumnError

func (*ValidateJobMappingsResponse) GetDatabaseErrors added in v0.4.24

func (x *ValidateJobMappingsResponse) GetDatabaseErrors() *DatabaseError

func (*ValidateJobMappingsResponse) ProtoMessage added in v0.4.24

func (*ValidateJobMappingsResponse) ProtoMessage()

func (*ValidateJobMappingsResponse) ProtoReflect added in v0.4.24

func (*ValidateJobMappingsResponse) Reset added in v0.4.24

func (x *ValidateJobMappingsResponse) Reset()

func (*ValidateJobMappingsResponse) String added in v0.4.24

func (x *ValidateJobMappingsResponse) String() string

func (*ValidateJobMappingsResponse) Validate added in v0.4.24

func (m *ValidateJobMappingsResponse) Validate() error

Validate checks the field values on ValidateJobMappingsResponse 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 (*ValidateJobMappingsResponse) ValidateAll added in v0.4.24

func (m *ValidateJobMappingsResponse) ValidateAll() error

ValidateAll checks the field values on ValidateJobMappingsResponse 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 ValidateJobMappingsResponseMultiError, or nil if none found.

type ValidateJobMappingsResponseMultiError added in v0.4.24

type ValidateJobMappingsResponseMultiError []error

ValidateJobMappingsResponseMultiError is an error wrapping multiple validation errors returned by ValidateJobMappingsResponse.ValidateAll() if the designated constraints aren't met.

func (ValidateJobMappingsResponseMultiError) AllErrors added in v0.4.24

AllErrors returns a list of validation violation errors.

func (ValidateJobMappingsResponseMultiError) Error added in v0.4.24

Error returns a concatenation of all the error messages it wraps.

type ValidateJobMappingsResponseValidationError added in v0.4.24

type ValidateJobMappingsResponseValidationError struct {
	// contains filtered or unexported fields
}

ValidateJobMappingsResponseValidationError is the validation error returned by ValidateJobMappingsResponse.Validate if the designated constraints aren't met.

func (ValidateJobMappingsResponseValidationError) Cause added in v0.4.24

Cause function returns cause value.

func (ValidateJobMappingsResponseValidationError) Error added in v0.4.24

Error satisfies the builtin error interface

func (ValidateJobMappingsResponseValidationError) ErrorName added in v0.4.24

ErrorName returns error name.

func (ValidateJobMappingsResponseValidationError) Field added in v0.4.24

Field function returns field value.

func (ValidateJobMappingsResponseValidationError) Key added in v0.4.24

Key function returns key value.

func (ValidateJobMappingsResponseValidationError) Reason added in v0.4.24

Reason function returns reason value.

type ValidateUserJavascriptCodeRequest

type ValidateUserJavascriptCodeRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Code      string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateUserJavascriptCodeRequest) Descriptor deprecated

func (*ValidateUserJavascriptCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateUserJavascriptCodeRequest.ProtoReflect.Descriptor instead.

func (*ValidateUserJavascriptCodeRequest) GetAccountId

func (x *ValidateUserJavascriptCodeRequest) GetAccountId() string

func (*ValidateUserJavascriptCodeRequest) GetCode

func (*ValidateUserJavascriptCodeRequest) ProtoMessage

func (*ValidateUserJavascriptCodeRequest) ProtoMessage()

func (*ValidateUserJavascriptCodeRequest) ProtoReflect

func (*ValidateUserJavascriptCodeRequest) Reset

func (*ValidateUserJavascriptCodeRequest) String

func (*ValidateUserJavascriptCodeRequest) Validate

Validate checks the field values on ValidateUserJavascriptCodeRequest 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 (*ValidateUserJavascriptCodeRequest) ValidateAll

func (m *ValidateUserJavascriptCodeRequest) ValidateAll() error

ValidateAll checks the field values on ValidateUserJavascriptCodeRequest 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 ValidateUserJavascriptCodeRequestMultiError, or nil if none found.

type ValidateUserJavascriptCodeRequestMultiError

type ValidateUserJavascriptCodeRequestMultiError []error

ValidateUserJavascriptCodeRequestMultiError is an error wrapping multiple validation errors returned by ValidateUserJavascriptCodeRequest.ValidateAll() if the designated constraints aren't met.

func (ValidateUserJavascriptCodeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ValidateUserJavascriptCodeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidateUserJavascriptCodeRequestValidationError

type ValidateUserJavascriptCodeRequestValidationError struct {
	// contains filtered or unexported fields
}

ValidateUserJavascriptCodeRequestValidationError is the validation error returned by ValidateUserJavascriptCodeRequest.Validate if the designated constraints aren't met.

func (ValidateUserJavascriptCodeRequestValidationError) Cause

Cause function returns cause value.

func (ValidateUserJavascriptCodeRequestValidationError) Error

Error satisfies the builtin error interface

func (ValidateUserJavascriptCodeRequestValidationError) ErrorName

ErrorName returns error name.

func (ValidateUserJavascriptCodeRequestValidationError) Field

Field function returns field value.

func (ValidateUserJavascriptCodeRequestValidationError) Key

Key function returns key value.

func (ValidateUserJavascriptCodeRequestValidationError) Reason

Reason function returns reason value.

type ValidateUserJavascriptCodeResponse

type ValidateUserJavascriptCodeResponse struct {
	Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateUserJavascriptCodeResponse) Descriptor deprecated

func (*ValidateUserJavascriptCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateUserJavascriptCodeResponse.ProtoReflect.Descriptor instead.

func (*ValidateUserJavascriptCodeResponse) GetValid

func (*ValidateUserJavascriptCodeResponse) ProtoMessage

func (*ValidateUserJavascriptCodeResponse) ProtoMessage()

func (*ValidateUserJavascriptCodeResponse) ProtoReflect

func (*ValidateUserJavascriptCodeResponse) Reset

func (*ValidateUserJavascriptCodeResponse) String

func (*ValidateUserJavascriptCodeResponse) Validate

Validate checks the field values on ValidateUserJavascriptCodeResponse 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 (*ValidateUserJavascriptCodeResponse) ValidateAll

func (m *ValidateUserJavascriptCodeResponse) ValidateAll() error

ValidateAll checks the field values on ValidateUserJavascriptCodeResponse 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 ValidateUserJavascriptCodeResponseMultiError, or nil if none found.

type ValidateUserJavascriptCodeResponseMultiError

type ValidateUserJavascriptCodeResponseMultiError []error

ValidateUserJavascriptCodeResponseMultiError is an error wrapping multiple validation errors returned by ValidateUserJavascriptCodeResponse.ValidateAll() if the designated constraints aren't met.

func (ValidateUserJavascriptCodeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ValidateUserJavascriptCodeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidateUserJavascriptCodeResponseValidationError

type ValidateUserJavascriptCodeResponseValidationError struct {
	// contains filtered or unexported fields
}

ValidateUserJavascriptCodeResponseValidationError is the validation error returned by ValidateUserJavascriptCodeResponse.Validate if the designated constraints aren't met.

func (ValidateUserJavascriptCodeResponseValidationError) Cause

Cause function returns cause value.

func (ValidateUserJavascriptCodeResponseValidationError) Error

Error satisfies the builtin error interface

func (ValidateUserJavascriptCodeResponseValidationError) ErrorName

ErrorName returns error name.

func (ValidateUserJavascriptCodeResponseValidationError) Field

Field function returns field value.

func (ValidateUserJavascriptCodeResponseValidationError) Key

Key function returns key value.

func (ValidateUserJavascriptCodeResponseValidationError) Reason

Reason function returns reason value.

type ValidateUserRegexCodeRequest

type ValidateUserRegexCodeRequest struct {
	AccountId         string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	UserProvidedRegex string `protobuf:"bytes,2,opt,name=user_provided_regex,json=userProvidedRegex,proto3" json:"user_provided_regex,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateUserRegexCodeRequest) Descriptor deprecated

func (*ValidateUserRegexCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateUserRegexCodeRequest.ProtoReflect.Descriptor instead.

func (*ValidateUserRegexCodeRequest) GetAccountId

func (x *ValidateUserRegexCodeRequest) GetAccountId() string

func (*ValidateUserRegexCodeRequest) GetUserProvidedRegex

func (x *ValidateUserRegexCodeRequest) GetUserProvidedRegex() string

func (*ValidateUserRegexCodeRequest) ProtoMessage

func (*ValidateUserRegexCodeRequest) ProtoMessage()

func (*ValidateUserRegexCodeRequest) ProtoReflect

func (*ValidateUserRegexCodeRequest) Reset

func (x *ValidateUserRegexCodeRequest) Reset()

func (*ValidateUserRegexCodeRequest) String

func (*ValidateUserRegexCodeRequest) Validate

func (m *ValidateUserRegexCodeRequest) Validate() error

Validate checks the field values on ValidateUserRegexCodeRequest 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 (*ValidateUserRegexCodeRequest) ValidateAll

func (m *ValidateUserRegexCodeRequest) ValidateAll() error

ValidateAll checks the field values on ValidateUserRegexCodeRequest 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 ValidateUserRegexCodeRequestMultiError, or nil if none found.

type ValidateUserRegexCodeRequestMultiError

type ValidateUserRegexCodeRequestMultiError []error

ValidateUserRegexCodeRequestMultiError is an error wrapping multiple validation errors returned by ValidateUserRegexCodeRequest.ValidateAll() if the designated constraints aren't met.

func (ValidateUserRegexCodeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ValidateUserRegexCodeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidateUserRegexCodeRequestValidationError

type ValidateUserRegexCodeRequestValidationError struct {
	// contains filtered or unexported fields
}

ValidateUserRegexCodeRequestValidationError is the validation error returned by ValidateUserRegexCodeRequest.Validate if the designated constraints aren't met.

func (ValidateUserRegexCodeRequestValidationError) Cause

Cause function returns cause value.

func (ValidateUserRegexCodeRequestValidationError) Error

Error satisfies the builtin error interface

func (ValidateUserRegexCodeRequestValidationError) ErrorName

ErrorName returns error name.

func (ValidateUserRegexCodeRequestValidationError) Field

Field function returns field value.

func (ValidateUserRegexCodeRequestValidationError) Key

Key function returns key value.

func (ValidateUserRegexCodeRequestValidationError) Reason

Reason function returns reason value.

type ValidateUserRegexCodeResponse

type ValidateUserRegexCodeResponse struct {
	Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateUserRegexCodeResponse) Descriptor deprecated

func (*ValidateUserRegexCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateUserRegexCodeResponse.ProtoReflect.Descriptor instead.

func (*ValidateUserRegexCodeResponse) GetValid

func (x *ValidateUserRegexCodeResponse) GetValid() bool

func (*ValidateUserRegexCodeResponse) ProtoMessage

func (*ValidateUserRegexCodeResponse) ProtoMessage()

func (*ValidateUserRegexCodeResponse) ProtoReflect

func (*ValidateUserRegexCodeResponse) Reset

func (x *ValidateUserRegexCodeResponse) Reset()

func (*ValidateUserRegexCodeResponse) String

func (*ValidateUserRegexCodeResponse) Validate

func (m *ValidateUserRegexCodeResponse) Validate() error

Validate checks the field values on ValidateUserRegexCodeResponse 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 (*ValidateUserRegexCodeResponse) ValidateAll

func (m *ValidateUserRegexCodeResponse) ValidateAll() error

ValidateAll checks the field values on ValidateUserRegexCodeResponse 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 ValidateUserRegexCodeResponseMultiError, or nil if none found.

type ValidateUserRegexCodeResponseMultiError

type ValidateUserRegexCodeResponseMultiError []error

ValidateUserRegexCodeResponseMultiError is an error wrapping multiple validation errors returned by ValidateUserRegexCodeResponse.ValidateAll() if the designated constraints aren't met.

func (ValidateUserRegexCodeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ValidateUserRegexCodeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidateUserRegexCodeResponseValidationError

type ValidateUserRegexCodeResponseValidationError struct {
	// contains filtered or unexported fields
}

ValidateUserRegexCodeResponseValidationError is the validation error returned by ValidateUserRegexCodeResponse.Validate if the designated constraints aren't met.

func (ValidateUserRegexCodeResponseValidationError) Cause

Cause function returns cause value.

func (ValidateUserRegexCodeResponseValidationError) Error

Error satisfies the builtin error interface

func (ValidateUserRegexCodeResponseValidationError) ErrorName

ErrorName returns error name.

func (ValidateUserRegexCodeResponseValidationError) Field

Field function returns field value.

func (ValidateUserRegexCodeResponseValidationError) Key

Key function returns key value.

func (ValidateUserRegexCodeResponseValidationError) Reason

Reason function returns reason value.

type WorkflowOptions

type WorkflowOptions struct {

	// The timeout for a single workflow run.
	// Measured in seconds
	RunTimeout *int64 `protobuf:"varint,8,opt,name=run_timeout,json=runTimeout,proto3,oneof" json:"run_timeout,omitempty"`
	// contains filtered or unexported fields
}

Config that contains various timeouts that are configured in the underlying temporal workflow More options will come in the future as needed

func (*WorkflowOptions) Descriptor deprecated

func (*WorkflowOptions) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowOptions.ProtoReflect.Descriptor instead.

func (*WorkflowOptions) GetRunTimeout

func (x *WorkflowOptions) GetRunTimeout() int64

func (*WorkflowOptions) ProtoMessage

func (*WorkflowOptions) ProtoMessage()

func (*WorkflowOptions) ProtoReflect

func (x *WorkflowOptions) ProtoReflect() protoreflect.Message

func (*WorkflowOptions) Reset

func (x *WorkflowOptions) Reset()

func (*WorkflowOptions) String

func (x *WorkflowOptions) String() string

func (*WorkflowOptions) Validate

func (m *WorkflowOptions) Validate() error

Validate checks the field values on WorkflowOptions 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 (*WorkflowOptions) ValidateAll

func (m *WorkflowOptions) ValidateAll() error

ValidateAll checks the field values on WorkflowOptions 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 WorkflowOptionsMultiError, or nil if none found.

type WorkflowOptionsMultiError

type WorkflowOptionsMultiError []error

WorkflowOptionsMultiError is an error wrapping multiple validation errors returned by WorkflowOptions.ValidateAll() if the designated constraints aren't met.

func (WorkflowOptionsMultiError) AllErrors

func (m WorkflowOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkflowOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowOptionsValidationError

type WorkflowOptionsValidationError struct {
	// contains filtered or unexported fields
}

WorkflowOptionsValidationError is the validation error returned by WorkflowOptions.Validate if the designated constraints aren't met.

func (WorkflowOptionsValidationError) Cause

Cause function returns cause value.

func (WorkflowOptionsValidationError) Error

Error satisfies the builtin error interface

func (WorkflowOptionsValidationError) ErrorName

func (e WorkflowOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (WorkflowOptionsValidationError) Field

Field function returns field value.

func (WorkflowOptionsValidationError) Key

Key function returns key value.

func (WorkflowOptionsValidationError) Reason

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL