Documentation ¶
Index ¶
- Variables
- type AcceptTeamAccountInviteRequest
- func (*AcceptTeamAccountInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AcceptTeamAccountInviteRequest) GetToken() string
- func (*AcceptTeamAccountInviteRequest) ProtoMessage()
- func (x *AcceptTeamAccountInviteRequest) ProtoReflect() protoreflect.Message
- func (x *AcceptTeamAccountInviteRequest) Reset()
- func (x *AcceptTeamAccountInviteRequest) String() string
- type AcceptTeamAccountInviteResponse
- func (*AcceptTeamAccountInviteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AcceptTeamAccountInviteResponse) GetAccount() *UserAccount
- func (*AcceptTeamAccountInviteResponse) ProtoMessage()
- func (x *AcceptTeamAccountInviteResponse) ProtoReflect() protoreflect.Message
- func (x *AcceptTeamAccountInviteResponse) Reset()
- func (x *AcceptTeamAccountInviteResponse) String() string
- type AccessToken
- func (*AccessToken) Descriptor() ([]byte, []int)deprecated
- func (x *AccessToken) GetAccessToken() string
- func (x *AccessToken) GetExpiresIn() int64
- func (x *AccessToken) GetIdToken() string
- func (x *AccessToken) GetRefreshToken() string
- func (x *AccessToken) GetScope() string
- func (x *AccessToken) GetTokenType() string
- func (*AccessToken) ProtoMessage()
- func (x *AccessToken) ProtoReflect() protoreflect.Message
- func (x *AccessToken) Reset()
- func (x *AccessToken) String() string
- type AccountApiKey
- func (*AccountApiKey) Descriptor() ([]byte, []int)deprecated
- func (x *AccountApiKey) GetAccountId() string
- func (x *AccountApiKey) GetCreatedAt() *timestamppb.Timestamp
- func (x *AccountApiKey) GetCreatedById() string
- func (x *AccountApiKey) GetExpiresAt() *timestamppb.Timestamp
- func (x *AccountApiKey) GetId() string
- func (x *AccountApiKey) GetKeyValue() string
- func (x *AccountApiKey) GetName() string
- func (x *AccountApiKey) GetUpdatedAt() *timestamppb.Timestamp
- func (x *AccountApiKey) GetUpdatedById() string
- func (x *AccountApiKey) GetUserId() string
- func (*AccountApiKey) ProtoMessage()
- func (x *AccountApiKey) ProtoReflect() protoreflect.Message
- func (x *AccountApiKey) Reset()
- func (x *AccountApiKey) String() string
- type AccountInvite
- func (*AccountInvite) Descriptor() ([]byte, []int)deprecated
- func (x *AccountInvite) GetAccepted() bool
- func (x *AccountInvite) GetAccountId() string
- func (x *AccountInvite) GetCreatedAt() *timestamppb.Timestamp
- func (x *AccountInvite) GetEmail() string
- func (x *AccountInvite) GetExpiresAt() *timestamppb.Timestamp
- func (x *AccountInvite) GetId() string
- func (x *AccountInvite) GetSenderUserId() string
- func (x *AccountInvite) GetToken() string
- func (x *AccountInvite) GetUpdatedAt() *timestamppb.Timestamp
- func (*AccountInvite) ProtoMessage()
- func (x *AccountInvite) ProtoReflect() protoreflect.Message
- func (x *AccountInvite) Reset()
- func (x *AccountInvite) String() string
- type AccountOnboardingConfig
- func (*AccountOnboardingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AccountOnboardingConfig) GetHasCompletedOnboarding() bool
- func (x *AccountOnboardingConfig) GetHasCreatedDestinationConnection() bool
- func (x *AccountOnboardingConfig) GetHasCreatedJob() bool
- func (x *AccountOnboardingConfig) GetHasCreatedSourceConnection() bool
- func (x *AccountOnboardingConfig) GetHasInvitedMembers() bool
- func (*AccountOnboardingConfig) ProtoMessage()
- func (x *AccountOnboardingConfig) ProtoReflect() protoreflect.Message
- func (x *AccountOnboardingConfig) Reset()
- func (x *AccountOnboardingConfig) String() string
- type AccountTemporalConfig
- func (*AccountTemporalConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AccountTemporalConfig) GetNamespace() string
- func (x *AccountTemporalConfig) GetSyncJobQueueName() string
- func (x *AccountTemporalConfig) GetUrl() string
- func (*AccountTemporalConfig) ProtoMessage()
- func (x *AccountTemporalConfig) ProtoReflect() protoreflect.Message
- func (x *AccountTemporalConfig) Reset()
- func (x *AccountTemporalConfig) String() string
- type AccountUser
- func (*AccountUser) Descriptor() ([]byte, []int)deprecated
- func (x *AccountUser) GetEmail() string
- func (x *AccountUser) GetId() string
- func (x *AccountUser) GetImage() string
- func (x *AccountUser) GetName() string
- func (*AccountUser) ProtoMessage()
- func (x *AccountUser) ProtoReflect() protoreflect.Message
- func (x *AccountUser) Reset()
- func (x *AccountUser) String() string
- type ActivityFailure
- type ActivityOptions
- func (*ActivityOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ActivityOptions) GetRetryPolicy() *RetryPolicy
- func (x *ActivityOptions) GetScheduleToCloseTimeout() int64
- func (x *ActivityOptions) GetStartToCloseTimeout() int64
- func (*ActivityOptions) ProtoMessage()
- func (x *ActivityOptions) ProtoReflect() protoreflect.Message
- func (x *ActivityOptions) Reset()
- func (x *ActivityOptions) String() string
- type ActivityStatus
- func (ActivityStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ActivityStatus) Enum() *ActivityStatus
- func (ActivityStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActivityStatus) Number() protoreflect.EnumNumber
- func (x ActivityStatus) String() string
- func (ActivityStatus) Type() protoreflect.EnumType
- type AiGenerateSourceOptions
- func (*AiGenerateSourceOptions) Descriptor() ([]byte, []int)deprecated
- func (x *AiGenerateSourceOptions) GetAiConnectionId() string
- func (x *AiGenerateSourceOptions) GetFkSourceConnectionId() string
- func (x *AiGenerateSourceOptions) GetGenerateBatchSize() int64
- func (x *AiGenerateSourceOptions) GetModelName() string
- func (x *AiGenerateSourceOptions) GetSchemas() []*AiGenerateSourceSchemaOption
- func (x *AiGenerateSourceOptions) GetUserPrompt() string
- func (*AiGenerateSourceOptions) ProtoMessage()
- func (x *AiGenerateSourceOptions) ProtoReflect() protoreflect.Message
- func (x *AiGenerateSourceOptions) Reset()
- func (x *AiGenerateSourceOptions) String() string
- type AiGenerateSourceSchemaOption
- func (*AiGenerateSourceSchemaOption) Descriptor() ([]byte, []int)deprecated
- func (x *AiGenerateSourceSchemaOption) GetSchema() string
- func (x *AiGenerateSourceSchemaOption) GetTables() []*AiGenerateSourceTableOption
- func (*AiGenerateSourceSchemaOption) ProtoMessage()
- func (x *AiGenerateSourceSchemaOption) ProtoReflect() protoreflect.Message
- func (x *AiGenerateSourceSchemaOption) Reset()
- func (x *AiGenerateSourceSchemaOption) String() string
- type AiGenerateSourceTableOption
- func (*AiGenerateSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *AiGenerateSourceTableOption) GetRowCount() int64
- func (x *AiGenerateSourceTableOption) GetTable() string
- func (*AiGenerateSourceTableOption) ProtoMessage()
- func (x *AiGenerateSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *AiGenerateSourceTableOption) Reset()
- func (x *AiGenerateSourceTableOption) String() string
- type AwsDynamoDBStreamConfig
- type AwsS3ConnectionConfig
- func (*AwsS3ConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AwsS3ConnectionConfig) GetBucket() string
- func (x *AwsS3ConnectionConfig) GetBucketArn() stringdeprecated
- func (x *AwsS3ConnectionConfig) GetCredentials() *AwsS3Credentials
- func (x *AwsS3ConnectionConfig) GetEndpoint() string
- func (x *AwsS3ConnectionConfig) GetPathPrefix() string
- func (x *AwsS3ConnectionConfig) GetRegion() string
- func (*AwsS3ConnectionConfig) ProtoMessage()
- func (x *AwsS3ConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *AwsS3ConnectionConfig) Reset()
- func (x *AwsS3ConnectionConfig) String() string
- type AwsS3Credentials
- func (*AwsS3Credentials) Descriptor() ([]byte, []int)deprecated
- func (x *AwsS3Credentials) GetAccessKeyId() string
- func (x *AwsS3Credentials) GetFromEc2Role() bool
- func (x *AwsS3Credentials) GetProfile() string
- func (x *AwsS3Credentials) GetRoleArn() string
- func (x *AwsS3Credentials) GetRoleExternalId() string
- func (x *AwsS3Credentials) GetSecretAccessKey() string
- func (x *AwsS3Credentials) GetSessionToken() string
- func (*AwsS3Credentials) ProtoMessage()
- func (x *AwsS3Credentials) ProtoReflect() protoreflect.Message
- func (x *AwsS3Credentials) Reset()
- func (x *AwsS3Credentials) String() string
- type AwsS3DestinationConnectionOptions
- func (*AwsS3DestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (*AwsS3DestinationConnectionOptions) ProtoMessage()
- func (x *AwsS3DestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *AwsS3DestinationConnectionOptions) Reset()
- func (x *AwsS3DestinationConnectionOptions) String() string
- type AwsS3SchemaConfig
- func (*AwsS3SchemaConfig) Descriptor() ([]byte, []int)deprecated
- func (m *AwsS3SchemaConfig) GetId() isAwsS3SchemaConfig_Id
- func (x *AwsS3SchemaConfig) GetJobId() string
- func (x *AwsS3SchemaConfig) GetJobRunId() string
- func (*AwsS3SchemaConfig) ProtoMessage()
- func (x *AwsS3SchemaConfig) ProtoReflect() protoreflect.Message
- func (x *AwsS3SchemaConfig) Reset()
- func (x *AwsS3SchemaConfig) String() string
- type AwsS3SchemaConfig_JobId
- type AwsS3SchemaConfig_JobRunId
- type AwsS3SourceConnectionOptions
- func (*AwsS3SourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *AwsS3SourceConnectionOptions) GetConnectionId() string
- func (*AwsS3SourceConnectionOptions) ProtoMessage()
- func (x *AwsS3SourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *AwsS3SourceConnectionOptions) Reset()
- func (x *AwsS3SourceConnectionOptions) String() string
- type AwsS3StreamConfig
- func (*AwsS3StreamConfig) Descriptor() ([]byte, []int)deprecated
- func (m *AwsS3StreamConfig) GetId() isAwsS3StreamConfig_Id
- func (x *AwsS3StreamConfig) GetJobId() string
- func (x *AwsS3StreamConfig) GetJobRunId() string
- func (*AwsS3StreamConfig) ProtoMessage()
- func (x *AwsS3StreamConfig) ProtoReflect() protoreflect.Message
- func (x *AwsS3StreamConfig) Reset()
- func (x *AwsS3StreamConfig) String() string
- type AwsS3StreamConfig_JobId
- type AwsS3StreamConfig_JobRunId
- type BillingStatus
- func (BillingStatus) Descriptor() protoreflect.EnumDescriptor
- func (x BillingStatus) Enum() *BillingStatus
- func (BillingStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x BillingStatus) Number() protoreflect.EnumNumber
- func (x BillingStatus) String() string
- func (BillingStatus) Type() protoreflect.EnumType
- type CancelJobRunRequest
- func (*CancelJobRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelJobRunRequest) GetAccountId() string
- func (x *CancelJobRunRequest) GetJobRunId() string
- func (*CancelJobRunRequest) ProtoMessage()
- func (x *CancelJobRunRequest) ProtoReflect() protoreflect.Message
- func (x *CancelJobRunRequest) Reset()
- func (x *CancelJobRunRequest) String() string
- type CancelJobRunResponse
- type CheckConnectionConfigByIdRequest
- func (*CheckConnectionConfigByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckConnectionConfigByIdRequest) GetId() string
- func (*CheckConnectionConfigByIdRequest) ProtoMessage()
- func (x *CheckConnectionConfigByIdRequest) ProtoReflect() protoreflect.Message
- func (x *CheckConnectionConfigByIdRequest) Reset()
- func (x *CheckConnectionConfigByIdRequest) String() string
- type CheckConnectionConfigByIdResponse
- func (*CheckConnectionConfigByIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckConnectionConfigByIdResponse) GetConnectionError() string
- func (x *CheckConnectionConfigByIdResponse) GetIsConnected() bool
- func (x *CheckConnectionConfigByIdResponse) GetPrivileges() []*ConnectionRolePrivilege
- func (*CheckConnectionConfigByIdResponse) ProtoMessage()
- func (x *CheckConnectionConfigByIdResponse) ProtoReflect() protoreflect.Message
- func (x *CheckConnectionConfigByIdResponse) Reset()
- func (x *CheckConnectionConfigByIdResponse) String() string
- type CheckConnectionConfigRequest
- func (*CheckConnectionConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckConnectionConfigRequest) GetConnectionConfig() *ConnectionConfig
- func (*CheckConnectionConfigRequest) ProtoMessage()
- func (x *CheckConnectionConfigRequest) ProtoReflect() protoreflect.Message
- func (x *CheckConnectionConfigRequest) Reset()
- func (x *CheckConnectionConfigRequest) String() string
- type CheckConnectionConfigResponse
- func (*CheckConnectionConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckConnectionConfigResponse) GetConnectionError() string
- func (x *CheckConnectionConfigResponse) GetIsConnected() bool
- func (x *CheckConnectionConfigResponse) GetPrivileges() []*ConnectionRolePrivilege
- func (*CheckConnectionConfigResponse) ProtoMessage()
- func (x *CheckConnectionConfigResponse) ProtoReflect() protoreflect.Message
- func (x *CheckConnectionConfigResponse) Reset()
- func (x *CheckConnectionConfigResponse) String() string
- type CheckSqlQueryRequest
- func (*CheckSqlQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckSqlQueryRequest) GetId() string
- func (x *CheckSqlQueryRequest) GetQuery() string
- func (*CheckSqlQueryRequest) ProtoMessage()
- func (x *CheckSqlQueryRequest) ProtoReflect() protoreflect.Message
- func (x *CheckSqlQueryRequest) Reset()
- func (x *CheckSqlQueryRequest) String() string
- type CheckSqlQueryResponse
- func (*CheckSqlQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckSqlQueryResponse) GetErorrMessage() string
- func (x *CheckSqlQueryResponse) GetIsValid() bool
- func (*CheckSqlQueryResponse) ProtoMessage()
- func (x *CheckSqlQueryResponse) ProtoReflect() protoreflect.Message
- func (x *CheckSqlQueryResponse) Reset()
- func (x *CheckSqlQueryResponse) String() string
- type CheckTokenRequest
- type CheckTokenResponse
- type ClientTlsConfig
- func (*ClientTlsConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ClientTlsConfig) GetClientCert() string
- func (x *ClientTlsConfig) GetClientKey() string
- func (x *ClientTlsConfig) GetRootCert() string
- func (*ClientTlsConfig) ProtoMessage()
- func (x *ClientTlsConfig) ProtoReflect() protoreflect.Message
- func (x *ClientTlsConfig) Reset()
- func (x *ClientTlsConfig) String() string
- type ColumnError
- func (*ColumnError) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnError) GetColumn() string
- func (x *ColumnError) GetErrors() []string
- func (x *ColumnError) GetSchema() string
- func (x *ColumnError) GetTable() string
- func (*ColumnError) ProtoMessage()
- func (x *ColumnError) ProtoReflect() protoreflect.Message
- func (x *ColumnError) Reset()
- func (x *ColumnError) String() string
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetAccountId() string
- func (x *Connection) GetConnectionConfig() *ConnectionConfig
- func (x *Connection) GetCreatedAt() *timestamppb.Timestamp
- func (x *Connection) GetCreatedByUserId() string
- func (x *Connection) GetId() string
- func (x *Connection) GetName() string
- func (x *Connection) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Connection) GetUpdatedByUserId() string
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- type ConnectionConfig
- func (*ConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectionConfig) GetAwsS3Config() *AwsS3ConnectionConfig
- func (m *ConnectionConfig) GetConfig() isConnectionConfig_Config
- func (x *ConnectionConfig) GetDynamodbConfig() *DynamoDBConnectionConfig
- func (x *ConnectionConfig) GetGcpCloudstorageConfig() *GcpCloudStorageConnectionConfig
- func (x *ConnectionConfig) GetLocalDirConfig() *LocalDirectoryConnectionConfig
- func (x *ConnectionConfig) GetMongoConfig() *MongoConnectionConfig
- func (x *ConnectionConfig) GetMssqlConfig() *MssqlConnectionConfig
- func (x *ConnectionConfig) GetMysqlConfig() *MysqlConnectionConfig
- func (x *ConnectionConfig) GetOpenaiConfig() *OpenAiConnectionConfig
- func (x *ConnectionConfig) GetPgConfig() *PostgresConnectionConfig
- func (*ConnectionConfig) ProtoMessage()
- func (x *ConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *ConnectionConfig) Reset()
- func (x *ConnectionConfig) String() string
- type ConnectionConfig_AwsS3Config
- type ConnectionConfig_DynamodbConfig
- type ConnectionConfig_GcpCloudstorageConfig
- type ConnectionConfig_LocalDirConfig
- type ConnectionConfig_MongoConfig
- type ConnectionConfig_MssqlConfig
- type ConnectionConfig_MysqlConfig
- type ConnectionConfig_OpenaiConfig
- type ConnectionConfig_PgConfig
- type ConnectionRolePrivilege
- func (*ConnectionRolePrivilege) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectionRolePrivilege) GetGrantee() string
- func (x *ConnectionRolePrivilege) GetPrivilegeType() []string
- func (x *ConnectionRolePrivilege) GetSchema() string
- func (x *ConnectionRolePrivilege) GetTable() string
- func (*ConnectionRolePrivilege) ProtoMessage()
- func (x *ConnectionRolePrivilege) ProtoReflect() protoreflect.Message
- func (x *ConnectionRolePrivilege) Reset()
- func (x *ConnectionRolePrivilege) String() string
- type ConnectionSchemaConfig
- func (*ConnectionSchemaConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectionSchemaConfig) GetAwsS3Config() *AwsS3SchemaConfig
- func (m *ConnectionSchemaConfig) GetConfig() isConnectionSchemaConfig_Config
- func (x *ConnectionSchemaConfig) GetDynamodbConfig() *DynamoDBSchemaConfig
- func (x *ConnectionSchemaConfig) GetGcpCloudstorageConfig() *GcpCloudStorageSchemaConfig
- func (x *ConnectionSchemaConfig) GetMongoConfig() *MongoSchemaConfig
- func (x *ConnectionSchemaConfig) GetMssqlConfig() *MssqlSchemaConfig
- func (x *ConnectionSchemaConfig) GetMysqlConfig() *MysqlSchemaConfig
- func (x *ConnectionSchemaConfig) GetPgConfig() *PostgresSchemaConfig
- func (*ConnectionSchemaConfig) ProtoMessage()
- func (x *ConnectionSchemaConfig) ProtoReflect() protoreflect.Message
- func (x *ConnectionSchemaConfig) Reset()
- func (x *ConnectionSchemaConfig) String() string
- type ConnectionSchemaConfig_AwsS3Config
- type ConnectionSchemaConfig_DynamodbConfig
- type ConnectionSchemaConfig_GcpCloudstorageConfig
- type ConnectionSchemaConfig_MongoConfig
- type ConnectionSchemaConfig_MssqlConfig
- type ConnectionSchemaConfig_MysqlConfig
- type ConnectionSchemaConfig_PgConfig
- type ConnectionStreamConfig
- func (*ConnectionStreamConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectionStreamConfig) GetAwsS3Config() *AwsS3StreamConfig
- func (m *ConnectionStreamConfig) GetConfig() isConnectionStreamConfig_Config
- func (x *ConnectionStreamConfig) GetDynamodbConfig() *AwsDynamoDBStreamConfig
- func (x *ConnectionStreamConfig) GetGcpCloudstorageConfig() *GcpCloudStorageStreamConfig
- func (x *ConnectionStreamConfig) GetMysqlConfig() *MysqlStreamConfig
- func (x *ConnectionStreamConfig) GetPgConfig() *PostgresStreamConfig
- func (*ConnectionStreamConfig) ProtoMessage()
- func (x *ConnectionStreamConfig) ProtoReflect() protoreflect.Message
- func (x *ConnectionStreamConfig) Reset()
- func (x *ConnectionStreamConfig) String() string
- type ConnectionStreamConfig_AwsS3Config
- type ConnectionStreamConfig_DynamodbConfig
- type ConnectionStreamConfig_GcpCloudstorageConfig
- type ConnectionStreamConfig_MysqlConfig
- type ConnectionStreamConfig_PgConfig
- type ConvertPersonalToTeamAccountRequest
- func (*ConvertPersonalToTeamAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertPersonalToTeamAccountRequest) GetAccountId() string
- func (x *ConvertPersonalToTeamAccountRequest) GetName() string
- func (*ConvertPersonalToTeamAccountRequest) ProtoMessage()
- func (x *ConvertPersonalToTeamAccountRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertPersonalToTeamAccountRequest) Reset()
- func (x *ConvertPersonalToTeamAccountRequest) String() string
- type ConvertPersonalToTeamAccountResponse
- func (*ConvertPersonalToTeamAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertPersonalToTeamAccountResponse) GetAccountId() string
- func (x *ConvertPersonalToTeamAccountResponse) GetCheckoutSessionUrl() string
- func (x *ConvertPersonalToTeamAccountResponse) GetNewPersonalAccountId() string
- func (*ConvertPersonalToTeamAccountResponse) ProtoMessage()
- func (x *ConvertPersonalToTeamAccountResponse) ProtoReflect() protoreflect.Message
- func (x *ConvertPersonalToTeamAccountResponse) Reset()
- func (x *ConvertPersonalToTeamAccountResponse) String() string
- type CreateAccountApiKeyRequest
- func (*CreateAccountApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountApiKeyRequest) GetAccountId() string
- func (x *CreateAccountApiKeyRequest) GetExpiresAt() *timestamppb.Timestamp
- func (x *CreateAccountApiKeyRequest) GetName() string
- func (*CreateAccountApiKeyRequest) ProtoMessage()
- func (x *CreateAccountApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAccountApiKeyRequest) Reset()
- func (x *CreateAccountApiKeyRequest) String() string
- type CreateAccountApiKeyResponse
- func (*CreateAccountApiKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountApiKeyResponse) GetApiKey() *AccountApiKey
- func (*CreateAccountApiKeyResponse) ProtoMessage()
- func (x *CreateAccountApiKeyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAccountApiKeyResponse) Reset()
- func (x *CreateAccountApiKeyResponse) String() string
- type CreateConnectionRequest
- func (*CreateConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnectionRequest) GetAccountId() string
- func (x *CreateConnectionRequest) GetConnectionConfig() *ConnectionConfig
- func (x *CreateConnectionRequest) GetName() string
- func (*CreateConnectionRequest) ProtoMessage()
- func (x *CreateConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConnectionRequest) Reset()
- func (x *CreateConnectionRequest) String() string
- type CreateConnectionResponse
- func (*CreateConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnectionResponse) GetConnection() *Connection
- func (*CreateConnectionResponse) ProtoMessage()
- func (x *CreateConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateConnectionResponse) Reset()
- func (x *CreateConnectionResponse) String() string
- type CreateJobDestination
- func (*CreateJobDestination) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobDestination) GetConnectionId() string
- func (x *CreateJobDestination) GetOptions() *JobDestinationOptions
- func (*CreateJobDestination) ProtoMessage()
- func (x *CreateJobDestination) ProtoReflect() protoreflect.Message
- func (x *CreateJobDestination) Reset()
- func (x *CreateJobDestination) String() string
- type CreateJobDestinationConnectionsRequest
- func (*CreateJobDestinationConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobDestinationConnectionsRequest) GetDestinations() []*CreateJobDestination
- func (x *CreateJobDestinationConnectionsRequest) GetJobId() string
- func (*CreateJobDestinationConnectionsRequest) ProtoMessage()
- func (x *CreateJobDestinationConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobDestinationConnectionsRequest) Reset()
- func (x *CreateJobDestinationConnectionsRequest) String() string
- type CreateJobDestinationConnectionsResponse
- func (*CreateJobDestinationConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobDestinationConnectionsResponse) GetJob() *Job
- func (*CreateJobDestinationConnectionsResponse) ProtoMessage()
- func (x *CreateJobDestinationConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *CreateJobDestinationConnectionsResponse) Reset()
- func (x *CreateJobDestinationConnectionsResponse) String() string
- type CreateJobRequest
- func (*CreateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobRequest) GetAccountId() string
- func (x *CreateJobRequest) GetCronSchedule() string
- func (x *CreateJobRequest) GetDestinations() []*CreateJobDestination
- func (x *CreateJobRequest) GetInitiateJobRun() bool
- func (x *CreateJobRequest) GetJobName() string
- func (x *CreateJobRequest) GetMappings() []*JobMapping
- func (x *CreateJobRequest) GetSource() *JobSource
- func (x *CreateJobRequest) GetSyncOptions() *ActivityOptions
- func (x *CreateJobRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
- func (x *CreateJobRequest) GetWorkflowOptions() *WorkflowOptions
- func (*CreateJobRequest) ProtoMessage()
- func (x *CreateJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobRequest) Reset()
- func (x *CreateJobRequest) String() string
- type CreateJobResponse
- type CreateJobRunRequest
- func (*CreateJobRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobRunRequest) GetJobId() string
- func (*CreateJobRunRequest) ProtoMessage()
- func (x *CreateJobRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobRunRequest) Reset()
- func (x *CreateJobRunRequest) String() string
- type CreateJobRunResponse
- type CreateTeamAccountRequest
- func (*CreateTeamAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTeamAccountRequest) GetName() string
- func (*CreateTeamAccountRequest) ProtoMessage()
- func (x *CreateTeamAccountRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTeamAccountRequest) Reset()
- func (x *CreateTeamAccountRequest) String() string
- type CreateTeamAccountResponse
- func (*CreateTeamAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTeamAccountResponse) GetAccountId() string
- func (x *CreateTeamAccountResponse) GetCheckoutSessionUrl() string
- func (*CreateTeamAccountResponse) ProtoMessage()
- func (x *CreateTeamAccountResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTeamAccountResponse) Reset()
- func (x *CreateTeamAccountResponse) String() string
- type CreateUserDefinedTransformerRequest
- func (*CreateUserDefinedTransformerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserDefinedTransformerRequest) GetAccountId() string
- func (x *CreateUserDefinedTransformerRequest) GetDescription() string
- func (x *CreateUserDefinedTransformerRequest) GetName() string
- func (x *CreateUserDefinedTransformerRequest) GetSource() TransformerSource
- func (x *CreateUserDefinedTransformerRequest) GetTransformerConfig() *TransformerConfig
- func (x *CreateUserDefinedTransformerRequest) GetType() string
- func (*CreateUserDefinedTransformerRequest) ProtoMessage()
- func (x *CreateUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserDefinedTransformerRequest) Reset()
- func (x *CreateUserDefinedTransformerRequest) String() string
- type CreateUserDefinedTransformerResponse
- func (*CreateUserDefinedTransformerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserDefinedTransformerResponse) GetTransformer() *UserDefinedTransformer
- func (*CreateUserDefinedTransformerResponse) ProtoMessage()
- func (x *CreateUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserDefinedTransformerResponse) Reset()
- func (x *CreateUserDefinedTransformerResponse) String() string
- type DatabaseColumn
- func (*DatabaseColumn) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseColumn) GetColumn() string
- func (x *DatabaseColumn) GetColumnDefault() string
- func (x *DatabaseColumn) GetDataType() string
- func (x *DatabaseColumn) GetGeneratedType() string
- func (x *DatabaseColumn) GetIdentityGeneration() string
- func (x *DatabaseColumn) GetIsNullable() string
- func (x *DatabaseColumn) GetSchema() string
- func (x *DatabaseColumn) GetTable() string
- func (*DatabaseColumn) ProtoMessage()
- func (x *DatabaseColumn) ProtoReflect() protoreflect.Message
- func (x *DatabaseColumn) Reset()
- func (x *DatabaseColumn) String() string
- type DatabaseError
- type DatabaseTable
- func (*DatabaseTable) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseTable) GetSchema() string
- func (x *DatabaseTable) GetTable() string
- func (*DatabaseTable) ProtoMessage()
- func (x *DatabaseTable) ProtoReflect() protoreflect.Message
- func (x *DatabaseTable) Reset()
- func (x *DatabaseTable) String() string
- type Date
- type DayResult
- type DeleteAccountApiKeyRequest
- func (*DeleteAccountApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountApiKeyRequest) GetId() string
- func (*DeleteAccountApiKeyRequest) ProtoMessage()
- func (x *DeleteAccountApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountApiKeyRequest) Reset()
- func (x *DeleteAccountApiKeyRequest) String() string
- type DeleteAccountApiKeyResponse
- type DeleteConnectionRequest
- func (*DeleteConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConnectionRequest) GetId() string
- func (*DeleteConnectionRequest) ProtoMessage()
- func (x *DeleteConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConnectionRequest) Reset()
- func (x *DeleteConnectionRequest) String() string
- type DeleteConnectionResponse
- type DeleteJobDestinationConnectionRequest
- func (*DeleteJobDestinationConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteJobDestinationConnectionRequest) GetDestinationId() string
- func (*DeleteJobDestinationConnectionRequest) ProtoMessage()
- func (x *DeleteJobDestinationConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteJobDestinationConnectionRequest) Reset()
- func (x *DeleteJobDestinationConnectionRequest) String() string
- type DeleteJobDestinationConnectionResponse
- func (*DeleteJobDestinationConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteJobDestinationConnectionResponse) ProtoMessage()
- func (x *DeleteJobDestinationConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteJobDestinationConnectionResponse) Reset()
- func (x *DeleteJobDestinationConnectionResponse) String() string
- type DeleteJobRequest
- type DeleteJobResponse
- type DeleteJobRunRequest
- func (*DeleteJobRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteJobRunRequest) GetAccountId() string
- func (x *DeleteJobRunRequest) GetJobRunId() string
- func (*DeleteJobRunRequest) ProtoMessage()
- func (x *DeleteJobRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteJobRunRequest) Reset()
- func (x *DeleteJobRunRequest) String() string
- type DeleteJobRunResponse
- type DeleteUserDefinedTransformerRequest
- func (*DeleteUserDefinedTransformerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserDefinedTransformerRequest) GetTransformerId() string
- func (*DeleteUserDefinedTransformerRequest) ProtoMessage()
- func (x *DeleteUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserDefinedTransformerRequest) Reset()
- func (x *DeleteUserDefinedTransformerRequest) String() string
- type DeleteUserDefinedTransformerResponse
- func (*DeleteUserDefinedTransformerResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteUserDefinedTransformerResponse) ProtoMessage()
- func (x *DeleteUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserDefinedTransformerResponse) Reset()
- func (x *DeleteUserDefinedTransformerResponse) String() string
- type DynamoDBConnectionConfig
- func (*DynamoDBConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBConnectionConfig) GetCredentials() *AwsS3Credentials
- func (x *DynamoDBConnectionConfig) GetEndpoint() string
- func (x *DynamoDBConnectionConfig) GetRegion() string
- func (*DynamoDBConnectionConfig) ProtoMessage()
- func (x *DynamoDBConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *DynamoDBConnectionConfig) Reset()
- func (x *DynamoDBConnectionConfig) String() string
- type DynamoDBDestinationConnectionOptions
- func (*DynamoDBDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBDestinationConnectionOptions) GetTableMappings() []*DynamoDBDestinationTableMapping
- func (*DynamoDBDestinationConnectionOptions) ProtoMessage()
- func (x *DynamoDBDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *DynamoDBDestinationConnectionOptions) Reset()
- func (x *DynamoDBDestinationConnectionOptions) String() string
- type DynamoDBDestinationTableMapping
- func (*DynamoDBDestinationTableMapping) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBDestinationTableMapping) GetDestinationTable() string
- func (x *DynamoDBDestinationTableMapping) GetSourceTable() string
- func (*DynamoDBDestinationTableMapping) ProtoMessage()
- func (x *DynamoDBDestinationTableMapping) ProtoReflect() protoreflect.Message
- func (x *DynamoDBDestinationTableMapping) Reset()
- func (x *DynamoDBDestinationTableMapping) String() string
- type DynamoDBSchemaConfig
- type DynamoDBSourceConnectionOptions
- func (*DynamoDBSourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBSourceConnectionOptions) GetConnectionId() string
- func (x *DynamoDBSourceConnectionOptions) GetEnableConsistentRead() bool
- func (x *DynamoDBSourceConnectionOptions) GetTables() []*DynamoDBSourceTableOption
- func (x *DynamoDBSourceConnectionOptions) GetUnmappedTransforms() *DynamoDBSourceUnmappedTransformConfig
- func (*DynamoDBSourceConnectionOptions) ProtoMessage()
- func (x *DynamoDBSourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *DynamoDBSourceConnectionOptions) Reset()
- func (x *DynamoDBSourceConnectionOptions) String() string
- type DynamoDBSourceSchemaSubset
- func (*DynamoDBSourceSchemaSubset) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBSourceSchemaSubset) GetTables() []*DynamoDBSourceTableOption
- func (*DynamoDBSourceSchemaSubset) ProtoMessage()
- func (x *DynamoDBSourceSchemaSubset) ProtoReflect() protoreflect.Message
- func (x *DynamoDBSourceSchemaSubset) Reset()
- func (x *DynamoDBSourceSchemaSubset) String() string
- type DynamoDBSourceTableOption
- func (*DynamoDBSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBSourceTableOption) GetTable() string
- func (x *DynamoDBSourceTableOption) GetWhereClause() string
- func (*DynamoDBSourceTableOption) ProtoMessage()
- func (x *DynamoDBSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *DynamoDBSourceTableOption) Reset()
- func (x *DynamoDBSourceTableOption) String() string
- type DynamoDBSourceUnmappedTransformConfig
- func (*DynamoDBSourceUnmappedTransformConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DynamoDBSourceUnmappedTransformConfig) GetB() *JobMappingTransformer
- func (x *DynamoDBSourceUnmappedTransformConfig) GetBoolean() *JobMappingTransformer
- func (x *DynamoDBSourceUnmappedTransformConfig) GetN() *JobMappingTransformer
- func (x *DynamoDBSourceUnmappedTransformConfig) GetS() *JobMappingTransformer
- func (*DynamoDBSourceUnmappedTransformConfig) ProtoMessage()
- func (x *DynamoDBSourceUnmappedTransformConfig) ProtoReflect() protoreflect.Message
- func (x *DynamoDBSourceUnmappedTransformConfig) Reset()
- func (x *DynamoDBSourceUnmappedTransformConfig) String() string
- type ForeignConstraint
- func (*ForeignConstraint) Descriptor() ([]byte, []int)deprecated
- func (x *ForeignConstraint) GetColumn() string
- func (x *ForeignConstraint) GetColumns() []string
- func (x *ForeignConstraint) GetForeignKey() *ForeignKey
- func (x *ForeignConstraint) GetIsNullable() bool
- func (x *ForeignConstraint) GetNotNullable() []bool
- func (*ForeignConstraint) ProtoMessage()
- func (x *ForeignConstraint) ProtoReflect() protoreflect.Message
- func (x *ForeignConstraint) Reset()
- func (x *ForeignConstraint) String() string
- type ForeignConstraintTables
- func (*ForeignConstraintTables) Descriptor() ([]byte, []int)deprecated
- func (x *ForeignConstraintTables) GetConstraints() []*ForeignConstraint
- func (*ForeignConstraintTables) ProtoMessage()
- func (x *ForeignConstraintTables) ProtoReflect() protoreflect.Message
- func (x *ForeignConstraintTables) Reset()
- func (x *ForeignConstraintTables) String() string
- type ForeignKey
- func (*ForeignKey) Descriptor() ([]byte, []int)deprecated
- func (x *ForeignKey) GetColumn() string
- func (x *ForeignKey) GetColumns() []string
- func (x *ForeignKey) GetTable() string
- func (*ForeignKey) ProtoMessage()
- func (x *ForeignKey) ProtoReflect() protoreflect.Message
- func (x *ForeignKey) Reset()
- func (x *ForeignKey) String() string
- type GcpCloudStorageConnectionConfig
- func (*GcpCloudStorageConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GcpCloudStorageConnectionConfig) GetBucket() string
- func (x *GcpCloudStorageConnectionConfig) GetPathPrefix() string
- func (x *GcpCloudStorageConnectionConfig) GetServiceAccountCredentials() string
- func (*GcpCloudStorageConnectionConfig) ProtoMessage()
- func (x *GcpCloudStorageConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *GcpCloudStorageConnectionConfig) Reset()
- func (x *GcpCloudStorageConnectionConfig) String() string
- type GcpCloudStorageDestinationConnectionOptions
- func (*GcpCloudStorageDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (*GcpCloudStorageDestinationConnectionOptions) ProtoMessage()
- func (x *GcpCloudStorageDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *GcpCloudStorageDestinationConnectionOptions) Reset()
- func (x *GcpCloudStorageDestinationConnectionOptions) String() string
- type GcpCloudStorageSchemaConfig
- func (*GcpCloudStorageSchemaConfig) Descriptor() ([]byte, []int)deprecated
- func (m *GcpCloudStorageSchemaConfig) GetId() isGcpCloudStorageSchemaConfig_Id
- func (x *GcpCloudStorageSchemaConfig) GetJobId() string
- func (x *GcpCloudStorageSchemaConfig) GetJobRunId() string
- func (*GcpCloudStorageSchemaConfig) ProtoMessage()
- func (x *GcpCloudStorageSchemaConfig) ProtoReflect() protoreflect.Message
- func (x *GcpCloudStorageSchemaConfig) Reset()
- func (x *GcpCloudStorageSchemaConfig) String() string
- type GcpCloudStorageSchemaConfig_JobId
- type GcpCloudStorageSchemaConfig_JobRunId
- type GcpCloudStorageStreamConfig
- func (*GcpCloudStorageStreamConfig) Descriptor() ([]byte, []int)deprecated
- func (m *GcpCloudStorageStreamConfig) GetId() isGcpCloudStorageStreamConfig_Id
- func (x *GcpCloudStorageStreamConfig) GetJobId() string
- func (x *GcpCloudStorageStreamConfig) GetJobRunId() string
- func (*GcpCloudStorageStreamConfig) ProtoMessage()
- func (x *GcpCloudStorageStreamConfig) ProtoReflect() protoreflect.Message
- func (x *GcpCloudStorageStreamConfig) Reset()
- func (x *GcpCloudStorageStreamConfig) String() string
- type GcpCloudStorageStreamConfig_JobId
- type GcpCloudStorageStreamConfig_JobRunId
- type GenerateBool
- type GenerateCardNumber
- func (*GenerateCardNumber) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateCardNumber) GetValidLuhn() bool
- func (*GenerateCardNumber) ProtoMessage()
- func (x *GenerateCardNumber) ProtoReflect() protoreflect.Message
- func (x *GenerateCardNumber) Reset()
- func (x *GenerateCardNumber) String() string
- type GenerateCategorical
- func (*GenerateCategorical) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateCategorical) GetCategories() string
- func (*GenerateCategorical) ProtoMessage()
- func (x *GenerateCategorical) ProtoReflect() protoreflect.Message
- func (x *GenerateCategorical) Reset()
- func (x *GenerateCategorical) String() string
- type GenerateCity
- type GenerateCountry
- type GenerateDefault
- type GenerateE164PhoneNumber
- func (*GenerateE164PhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateE164PhoneNumber) GetMax() int64
- func (x *GenerateE164PhoneNumber) GetMin() int64
- func (*GenerateE164PhoneNumber) ProtoMessage()
- func (x *GenerateE164PhoneNumber) ProtoReflect() protoreflect.Message
- func (x *GenerateE164PhoneNumber) Reset()
- func (x *GenerateE164PhoneNumber) String() string
- type GenerateEmail
- type GenerateEmailType
- func (GenerateEmailType) Descriptor() protoreflect.EnumDescriptor
- func (x GenerateEmailType) Enum() *GenerateEmailType
- func (GenerateEmailType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GenerateEmailType) Number() protoreflect.EnumNumber
- func (x GenerateEmailType) String() string
- func (GenerateEmailType) Type() protoreflect.EnumType
- type GenerateFirstName
- type GenerateFloat64
- func (*GenerateFloat64) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateFloat64) GetMax() float64
- func (x *GenerateFloat64) GetMin() float64
- func (x *GenerateFloat64) GetPrecision() int64
- func (x *GenerateFloat64) GetRandomizeSign() bool
- func (*GenerateFloat64) ProtoMessage()
- func (x *GenerateFloat64) ProtoReflect() protoreflect.Message
- func (x *GenerateFloat64) Reset()
- func (x *GenerateFloat64) String() string
- type GenerateFullAddress
- type GenerateFullName
- type GenerateGender
- type GenerateInt64
- func (*GenerateInt64) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateInt64) GetMax() int64
- func (x *GenerateInt64) GetMin() int64
- func (x *GenerateInt64) GetRandomizeSign() bool
- func (*GenerateInt64) ProtoMessage()
- func (x *GenerateInt64) ProtoReflect() protoreflect.Message
- func (x *GenerateInt64) Reset()
- func (x *GenerateInt64) String() string
- type GenerateInt64PhoneNumber
- type GenerateJavascript
- func (*GenerateJavascript) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateJavascript) GetCode() string
- func (*GenerateJavascript) ProtoMessage()
- func (x *GenerateJavascript) ProtoReflect() protoreflect.Message
- func (x *GenerateJavascript) Reset()
- func (x *GenerateJavascript) String() string
- type GenerateLastName
- type GenerateSSN
- type GenerateSha256Hash
- type GenerateSourceOptions
- func (*GenerateSourceOptions) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSourceOptions) GetFkSourceConnectionId() string
- func (x *GenerateSourceOptions) GetSchemas() []*GenerateSourceSchemaOption
- func (*GenerateSourceOptions) ProtoMessage()
- func (x *GenerateSourceOptions) ProtoReflect() protoreflect.Message
- func (x *GenerateSourceOptions) Reset()
- func (x *GenerateSourceOptions) String() string
- type GenerateSourceSchemaOption
- func (*GenerateSourceSchemaOption) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSourceSchemaOption) GetSchema() string
- func (x *GenerateSourceSchemaOption) GetTables() []*GenerateSourceTableOption
- func (*GenerateSourceSchemaOption) ProtoMessage()
- func (x *GenerateSourceSchemaOption) ProtoReflect() protoreflect.Message
- func (x *GenerateSourceSchemaOption) Reset()
- func (x *GenerateSourceSchemaOption) String() string
- type GenerateSourceTableOption
- func (*GenerateSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSourceTableOption) GetRowCount() int64
- func (x *GenerateSourceTableOption) GetTable() string
- func (*GenerateSourceTableOption) ProtoMessage()
- func (x *GenerateSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *GenerateSourceTableOption) Reset()
- func (x *GenerateSourceTableOption) String() string
- type GenerateState
- type GenerateStreetAddress
- type GenerateString
- func (*GenerateString) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateString) GetMax() int64
- func (x *GenerateString) GetMin() int64
- func (*GenerateString) ProtoMessage()
- func (x *GenerateString) ProtoReflect() protoreflect.Message
- func (x *GenerateString) Reset()
- func (x *GenerateString) String() string
- type GenerateStringPhoneNumber
- func (*GenerateStringPhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateStringPhoneNumber) GetMax() int64
- func (x *GenerateStringPhoneNumber) GetMin() int64
- func (*GenerateStringPhoneNumber) ProtoMessage()
- func (x *GenerateStringPhoneNumber) ProtoReflect() protoreflect.Message
- func (x *GenerateStringPhoneNumber) Reset()
- func (x *GenerateStringPhoneNumber) String() string
- type GenerateUnixTimestamp
- type GenerateUsername
- type GenerateUtcTimestamp
- type GenerateUuid
- type GenerateZipcode
- type GetAccountApiKeyRequest
- func (*GetAccountApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountApiKeyRequest) GetId() string
- func (*GetAccountApiKeyRequest) ProtoMessage()
- func (x *GetAccountApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountApiKeyRequest) Reset()
- func (x *GetAccountApiKeyRequest) String() string
- type GetAccountApiKeyResponse
- func (*GetAccountApiKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountApiKeyResponse) GetApiKey() *AccountApiKey
- func (*GetAccountApiKeyResponse) ProtoMessage()
- func (x *GetAccountApiKeyResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountApiKeyResponse) Reset()
- func (x *GetAccountApiKeyResponse) String() string
- type GetAccountApiKeysRequest
- func (*GetAccountApiKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountApiKeysRequest) GetAccountId() string
- func (*GetAccountApiKeysRequest) ProtoMessage()
- func (x *GetAccountApiKeysRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountApiKeysRequest) Reset()
- func (x *GetAccountApiKeysRequest) String() string
- type GetAccountApiKeysResponse
- func (*GetAccountApiKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountApiKeysResponse) GetApiKeys() []*AccountApiKey
- func (*GetAccountApiKeysResponse) ProtoMessage()
- func (x *GetAccountApiKeysResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountApiKeysResponse) Reset()
- func (x *GetAccountApiKeysResponse) String() string
- type GetAccountBillingCheckoutSessionRequest
- func (*GetAccountBillingCheckoutSessionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBillingCheckoutSessionRequest) GetAccountId() string
- func (*GetAccountBillingCheckoutSessionRequest) ProtoMessage()
- func (x *GetAccountBillingCheckoutSessionRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountBillingCheckoutSessionRequest) Reset()
- func (x *GetAccountBillingCheckoutSessionRequest) String() string
- type GetAccountBillingCheckoutSessionResponse
- func (*GetAccountBillingCheckoutSessionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBillingCheckoutSessionResponse) GetCheckoutSessionUrl() string
- func (*GetAccountBillingCheckoutSessionResponse) ProtoMessage()
- func (x *GetAccountBillingCheckoutSessionResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountBillingCheckoutSessionResponse) Reset()
- func (x *GetAccountBillingCheckoutSessionResponse) String() string
- type GetAccountBillingPortalSessionRequest
- func (*GetAccountBillingPortalSessionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBillingPortalSessionRequest) GetAccountId() string
- func (*GetAccountBillingPortalSessionRequest) ProtoMessage()
- func (x *GetAccountBillingPortalSessionRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountBillingPortalSessionRequest) Reset()
- func (x *GetAccountBillingPortalSessionRequest) String() string
- type GetAccountBillingPortalSessionResponse
- func (*GetAccountBillingPortalSessionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBillingPortalSessionResponse) GetPortalSessionUrl() string
- func (*GetAccountBillingPortalSessionResponse) ProtoMessage()
- func (x *GetAccountBillingPortalSessionResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountBillingPortalSessionResponse) Reset()
- func (x *GetAccountBillingPortalSessionResponse) String() string
- type GetAccountOnboardingConfigRequest
- func (*GetAccountOnboardingConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountOnboardingConfigRequest) GetAccountId() string
- func (*GetAccountOnboardingConfigRequest) ProtoMessage()
- func (x *GetAccountOnboardingConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountOnboardingConfigRequest) Reset()
- func (x *GetAccountOnboardingConfigRequest) String() string
- type GetAccountOnboardingConfigResponse
- func (*GetAccountOnboardingConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountOnboardingConfigResponse) GetConfig() *AccountOnboardingConfig
- func (*GetAccountOnboardingConfigResponse) ProtoMessage()
- func (x *GetAccountOnboardingConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountOnboardingConfigResponse) Reset()
- func (x *GetAccountOnboardingConfigResponse) String() string
- type GetAccountStatusRequest
- func (*GetAccountStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountStatusRequest) GetAccountId() string
- func (*GetAccountStatusRequest) ProtoMessage()
- func (x *GetAccountStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountStatusRequest) Reset()
- func (x *GetAccountStatusRequest) String() string
- type GetAccountStatusResponse
- func (*GetAccountStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountStatusResponse) GetAllowedRecordCount() uint64
- func (x *GetAccountStatusResponse) GetSubscriptionStatus() BillingStatus
- func (x *GetAccountStatusResponse) GetUsedRecordCount() uint64
- func (*GetAccountStatusResponse) ProtoMessage()
- func (x *GetAccountStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountStatusResponse) Reset()
- func (x *GetAccountStatusResponse) String() string
- type GetAccountTemporalConfigRequest
- func (*GetAccountTemporalConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountTemporalConfigRequest) GetAccountId() string
- func (*GetAccountTemporalConfigRequest) ProtoMessage()
- func (x *GetAccountTemporalConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountTemporalConfigRequest) Reset()
- func (x *GetAccountTemporalConfigRequest) String() string
- type GetAccountTemporalConfigResponse
- func (*GetAccountTemporalConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountTemporalConfigResponse) GetConfig() *AccountTemporalConfig
- func (*GetAccountTemporalConfigResponse) ProtoMessage()
- func (x *GetAccountTemporalConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountTemporalConfigResponse) Reset()
- func (x *GetAccountTemporalConfigResponse) String() string
- type GetAiGeneratedDataRequest
- func (*GetAiGeneratedDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAiGeneratedDataRequest) GetAiConnectionId() string
- func (x *GetAiGeneratedDataRequest) GetCount() int64
- func (x *GetAiGeneratedDataRequest) GetDataConnectionId() string
- func (x *GetAiGeneratedDataRequest) GetModelName() string
- func (x *GetAiGeneratedDataRequest) GetTable() *DatabaseTable
- func (x *GetAiGeneratedDataRequest) GetUserPrompt() string
- func (*GetAiGeneratedDataRequest) ProtoMessage()
- func (x *GetAiGeneratedDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetAiGeneratedDataRequest) Reset()
- func (x *GetAiGeneratedDataRequest) String() string
- type GetAiGeneratedDataResponse
- func (*GetAiGeneratedDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAiGeneratedDataResponse) GetRecords() []*structpb.Struct
- func (*GetAiGeneratedDataResponse) ProtoMessage()
- func (x *GetAiGeneratedDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetAiGeneratedDataResponse) Reset()
- func (x *GetAiGeneratedDataResponse) String() string
- type GetAuthStatusRequest
- type GetAuthStatusResponse
- func (*GetAuthStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthStatusResponse) GetIsEnabled() bool
- func (*GetAuthStatusResponse) ProtoMessage()
- func (x *GetAuthStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthStatusResponse) Reset()
- func (x *GetAuthStatusResponse) String() string
- type GetAuthorizeUrlRequest
- func (*GetAuthorizeUrlRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthorizeUrlRequest) GetRedirectUri() string
- func (x *GetAuthorizeUrlRequest) GetScope() string
- func (x *GetAuthorizeUrlRequest) GetState() string
- func (*GetAuthorizeUrlRequest) ProtoMessage()
- func (x *GetAuthorizeUrlRequest) ProtoReflect() protoreflect.Message
- func (x *GetAuthorizeUrlRequest) Reset()
- func (x *GetAuthorizeUrlRequest) String() string
- type GetAuthorizeUrlResponse
- func (*GetAuthorizeUrlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthorizeUrlResponse) GetUrl() string
- func (*GetAuthorizeUrlResponse) ProtoMessage()
- func (x *GetAuthorizeUrlResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthorizeUrlResponse) Reset()
- func (x *GetAuthorizeUrlResponse) String() string
- type GetBillingAccountsRequest
- func (*GetBillingAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBillingAccountsRequest) GetAccountIds() []string
- func (*GetBillingAccountsRequest) ProtoMessage()
- func (x *GetBillingAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *GetBillingAccountsRequest) Reset()
- func (x *GetBillingAccountsRequest) String() string
- type GetBillingAccountsResponse
- func (*GetBillingAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBillingAccountsResponse) GetAccounts() []*UserAccount
- func (*GetBillingAccountsResponse) ProtoMessage()
- func (x *GetBillingAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *GetBillingAccountsResponse) Reset()
- func (x *GetBillingAccountsResponse) String() string
- type GetCliIssuerRequest
- type GetCliIssuerResponse
- func (*GetCliIssuerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCliIssuerResponse) GetAudience() string
- func (x *GetCliIssuerResponse) GetIssuerUrl() string
- func (*GetCliIssuerResponse) ProtoMessage()
- func (x *GetCliIssuerResponse) ProtoReflect() protoreflect.Message
- func (x *GetCliIssuerResponse) Reset()
- func (x *GetCliIssuerResponse) String() string
- type GetConnectionDataStreamRequest
- func (*GetConnectionDataStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionDataStreamRequest) GetConnectionId() string
- func (x *GetConnectionDataStreamRequest) GetSchema() string
- func (x *GetConnectionDataStreamRequest) GetStreamConfig() *ConnectionStreamConfig
- func (x *GetConnectionDataStreamRequest) GetTable() string
- func (*GetConnectionDataStreamRequest) ProtoMessage()
- func (x *GetConnectionDataStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionDataStreamRequest) Reset()
- func (x *GetConnectionDataStreamRequest) String() string
- type GetConnectionDataStreamResponse
- func (*GetConnectionDataStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionDataStreamResponse) GetRow() map[string][]byte
- func (*GetConnectionDataStreamResponse) ProtoMessage()
- func (x *GetConnectionDataStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionDataStreamResponse) Reset()
- func (x *GetConnectionDataStreamResponse) String() string
- type GetConnectionForeignConstraintsRequest
- func (*GetConnectionForeignConstraintsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionForeignConstraintsRequest) GetConnectionId() string
- func (*GetConnectionForeignConstraintsRequest) ProtoMessage()
- func (x *GetConnectionForeignConstraintsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionForeignConstraintsRequest) Reset()
- func (x *GetConnectionForeignConstraintsRequest) String() string
- type GetConnectionForeignConstraintsResponse
- func (*GetConnectionForeignConstraintsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionForeignConstraintsResponse) GetTableConstraints() map[string]*ForeignConstraintTables
- func (*GetConnectionForeignConstraintsResponse) ProtoMessage()
- func (x *GetConnectionForeignConstraintsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionForeignConstraintsResponse) Reset()
- func (x *GetConnectionForeignConstraintsResponse) String() string
- type GetConnectionInitStatementsRequest
- func (*GetConnectionInitStatementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionInitStatementsRequest) GetConnectionId() string
- func (x *GetConnectionInitStatementsRequest) GetOptions() *InitStatementOptions
- func (*GetConnectionInitStatementsRequest) ProtoMessage()
- func (x *GetConnectionInitStatementsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionInitStatementsRequest) Reset()
- func (x *GetConnectionInitStatementsRequest) String() string
- type GetConnectionInitStatementsResponse
- func (*GetConnectionInitStatementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionInitStatementsResponse) GetSchemaInitStatements() []*SchemaInitStatements
- func (x *GetConnectionInitStatementsResponse) GetTableInitStatements() map[string]string
- func (x *GetConnectionInitStatementsResponse) GetTableTruncateStatements() map[string]string
- func (*GetConnectionInitStatementsResponse) ProtoMessage()
- func (x *GetConnectionInitStatementsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionInitStatementsResponse) Reset()
- func (x *GetConnectionInitStatementsResponse) String() string
- type GetConnectionPrimaryConstraintsRequest
- func (*GetConnectionPrimaryConstraintsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionPrimaryConstraintsRequest) GetConnectionId() string
- func (*GetConnectionPrimaryConstraintsRequest) ProtoMessage()
- func (x *GetConnectionPrimaryConstraintsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionPrimaryConstraintsRequest) Reset()
- func (x *GetConnectionPrimaryConstraintsRequest) String() string
- type GetConnectionPrimaryConstraintsResponse
- func (*GetConnectionPrimaryConstraintsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionPrimaryConstraintsResponse) GetTableConstraints() map[string]*PrimaryConstraint
- func (*GetConnectionPrimaryConstraintsResponse) ProtoMessage()
- func (x *GetConnectionPrimaryConstraintsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionPrimaryConstraintsResponse) Reset()
- func (x *GetConnectionPrimaryConstraintsResponse) String() string
- type GetConnectionRequest
- func (*GetConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionRequest) GetId() string
- func (*GetConnectionRequest) ProtoMessage()
- func (x *GetConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionRequest) Reset()
- func (x *GetConnectionRequest) String() string
- type GetConnectionResponse
- func (*GetConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionResponse) GetConnection() *Connection
- func (*GetConnectionResponse) ProtoMessage()
- func (x *GetConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionResponse) Reset()
- func (x *GetConnectionResponse) String() string
- type GetConnectionSchemaMapRequest
- func (*GetConnectionSchemaMapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaMapRequest) GetConnectionId() string
- func (x *GetConnectionSchemaMapRequest) GetSchemaConfig() *ConnectionSchemaConfig
- func (*GetConnectionSchemaMapRequest) ProtoMessage()
- func (x *GetConnectionSchemaMapRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaMapRequest) Reset()
- func (x *GetConnectionSchemaMapRequest) String() string
- type GetConnectionSchemaMapResponse
- func (*GetConnectionSchemaMapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaMapResponse) GetSchemaMap() map[string]*GetConnectionSchemaResponse
- func (*GetConnectionSchemaMapResponse) ProtoMessage()
- func (x *GetConnectionSchemaMapResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaMapResponse) Reset()
- func (x *GetConnectionSchemaMapResponse) String() string
- type GetConnectionSchemaMapsRequest
- func (*GetConnectionSchemaMapsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaMapsRequest) GetRequests() []*GetConnectionSchemaMapRequest
- func (*GetConnectionSchemaMapsRequest) ProtoMessage()
- func (x *GetConnectionSchemaMapsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaMapsRequest) Reset()
- func (x *GetConnectionSchemaMapsRequest) String() string
- type GetConnectionSchemaMapsResponse
- func (*GetConnectionSchemaMapsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaMapsResponse) GetConnectionIds() []string
- func (x *GetConnectionSchemaMapsResponse) GetResponses() []*GetConnectionSchemaMapResponse
- func (*GetConnectionSchemaMapsResponse) ProtoMessage()
- func (x *GetConnectionSchemaMapsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaMapsResponse) Reset()
- func (x *GetConnectionSchemaMapsResponse) String() string
- type GetConnectionSchemaRequest
- func (*GetConnectionSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaRequest) GetConnectionId() string
- func (x *GetConnectionSchemaRequest) GetSchemaConfig() *ConnectionSchemaConfig
- func (*GetConnectionSchemaRequest) ProtoMessage()
- func (x *GetConnectionSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaRequest) Reset()
- func (x *GetConnectionSchemaRequest) String() string
- type GetConnectionSchemaResponse
- func (*GetConnectionSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionSchemaResponse) GetSchemas() []*DatabaseColumn
- func (*GetConnectionSchemaResponse) ProtoMessage()
- func (x *GetConnectionSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionSchemaResponse) Reset()
- func (x *GetConnectionSchemaResponse) String() string
- type GetConnectionTableConstraintsRequest
- func (*GetConnectionTableConstraintsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionTableConstraintsRequest) GetConnectionId() string
- func (*GetConnectionTableConstraintsRequest) ProtoMessage()
- func (x *GetConnectionTableConstraintsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionTableConstraintsRequest) Reset()
- func (x *GetConnectionTableConstraintsRequest) String() string
- type GetConnectionTableConstraintsResponse
- func (*GetConnectionTableConstraintsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionTableConstraintsResponse) GetForeignKeyConstraints() map[string]*ForeignConstraintTables
- func (x *GetConnectionTableConstraintsResponse) GetPrimaryKeyConstraints() map[string]*PrimaryConstraint
- func (x *GetConnectionTableConstraintsResponse) GetUniqueConstraints() map[string]*UniqueConstraints
- func (*GetConnectionTableConstraintsResponse) ProtoMessage()
- func (x *GetConnectionTableConstraintsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionTableConstraintsResponse) Reset()
- func (x *GetConnectionTableConstraintsResponse) String() string
- type GetConnectionUniqueConstraintsRequest
- func (*GetConnectionUniqueConstraintsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionUniqueConstraintsRequest) GetConnectionId() string
- func (*GetConnectionUniqueConstraintsRequest) ProtoMessage()
- func (x *GetConnectionUniqueConstraintsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionUniqueConstraintsRequest) Reset()
- func (x *GetConnectionUniqueConstraintsRequest) String() string
- type GetConnectionUniqueConstraintsResponse
- func (*GetConnectionUniqueConstraintsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionUniqueConstraintsResponse) GetTableConstraints() map[string]*UniqueConstraint
- func (*GetConnectionUniqueConstraintsResponse) ProtoMessage()
- func (x *GetConnectionUniqueConstraintsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionUniqueConstraintsResponse) Reset()
- func (x *GetConnectionUniqueConstraintsResponse) String() string
- type GetConnectionsRequest
- func (*GetConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionsRequest) GetAccountId() string
- func (*GetConnectionsRequest) ProtoMessage()
- func (x *GetConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionsRequest) Reset()
- func (x *GetConnectionsRequest) String() string
- type GetConnectionsResponse
- func (*GetConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionsResponse) GetConnections() []*Connection
- func (*GetConnectionsResponse) ProtoMessage()
- func (x *GetConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionsResponse) Reset()
- func (x *GetConnectionsResponse) String() string
- type GetDailyMetricCountRequest
- func (*GetDailyMetricCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDailyMetricCountRequest) GetAccountId() string
- func (x *GetDailyMetricCountRequest) GetEnd() *Date
- func (m *GetDailyMetricCountRequest) GetIdentifier() isGetDailyMetricCountRequest_Identifier
- func (x *GetDailyMetricCountRequest) GetJobId() string
- func (x *GetDailyMetricCountRequest) GetMetric() RangedMetricName
- func (x *GetDailyMetricCountRequest) GetRunId() string
- func (x *GetDailyMetricCountRequest) GetStart() *Date
- func (*GetDailyMetricCountRequest) ProtoMessage()
- func (x *GetDailyMetricCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetDailyMetricCountRequest) Reset()
- func (x *GetDailyMetricCountRequest) String() string
- type GetDailyMetricCountRequest_AccountId
- type GetDailyMetricCountRequest_JobId
- type GetDailyMetricCountRequest_RunId
- type GetDailyMetricCountResponse
- func (*GetDailyMetricCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDailyMetricCountResponse) GetResults() []*DayResult
- func (*GetDailyMetricCountResponse) ProtoMessage()
- func (x *GetDailyMetricCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetDailyMetricCountResponse) Reset()
- func (x *GetDailyMetricCountResponse) String() string
- type GetJobNextRunsRequest
- func (*GetJobNextRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobNextRunsRequest) GetJobId() string
- func (*GetJobNextRunsRequest) ProtoMessage()
- func (x *GetJobNextRunsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobNextRunsRequest) Reset()
- func (x *GetJobNextRunsRequest) String() string
- type GetJobNextRunsResponse
- func (*GetJobNextRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobNextRunsResponse) GetNextRuns() *JobNextRuns
- func (*GetJobNextRunsResponse) ProtoMessage()
- func (x *GetJobNextRunsResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobNextRunsResponse) Reset()
- func (x *GetJobNextRunsResponse) String() string
- type GetJobRecentRunsRequest
- func (*GetJobRecentRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRecentRunsRequest) GetJobId() string
- func (*GetJobRecentRunsRequest) ProtoMessage()
- func (x *GetJobRecentRunsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRecentRunsRequest) Reset()
- func (x *GetJobRecentRunsRequest) String() string
- type GetJobRecentRunsResponse
- func (*GetJobRecentRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRecentRunsResponse) GetRecentRuns() []*JobRecentRun
- func (*GetJobRecentRunsResponse) ProtoMessage()
- func (x *GetJobRecentRunsResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobRecentRunsResponse) Reset()
- func (x *GetJobRecentRunsResponse) String() string
- type GetJobRequest
- type GetJobResponse
- type GetJobRunEventsRequest
- func (*GetJobRunEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunEventsRequest) GetAccountId() string
- func (x *GetJobRunEventsRequest) GetJobRunId() string
- func (*GetJobRunEventsRequest) ProtoMessage()
- func (x *GetJobRunEventsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRunEventsRequest) Reset()
- func (x *GetJobRunEventsRequest) String() string
- type GetJobRunEventsResponse
- func (*GetJobRunEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunEventsResponse) GetEvents() []*JobRunEvent
- func (x *GetJobRunEventsResponse) GetIsRunComplete() bool
- func (*GetJobRunEventsResponse) ProtoMessage()
- func (x *GetJobRunEventsResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobRunEventsResponse) Reset()
- func (x *GetJobRunEventsResponse) String() string
- type GetJobRunLogsStreamRequest
- func (*GetJobRunLogsStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunLogsStreamRequest) GetAccountId() string
- func (x *GetJobRunLogsStreamRequest) GetJobRunId() string
- func (x *GetJobRunLogsStreamRequest) GetLogLevels() []LogLevel
- func (x *GetJobRunLogsStreamRequest) GetMaxLogLines() int64
- func (x *GetJobRunLogsStreamRequest) GetShouldTail() bool
- func (x *GetJobRunLogsStreamRequest) GetWindow() LogWindow
- func (*GetJobRunLogsStreamRequest) ProtoMessage()
- func (x *GetJobRunLogsStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRunLogsStreamRequest) Reset()
- func (x *GetJobRunLogsStreamRequest) String() string
- type GetJobRunLogsStreamResponse
- func (*GetJobRunLogsStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunLogsStreamResponse) GetLogLine() string
- func (x *GetJobRunLogsStreamResponse) GetTimestamp() *timestamppb.Timestamp
- func (*GetJobRunLogsStreamResponse) ProtoMessage()
- func (x *GetJobRunLogsStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobRunLogsStreamResponse) Reset()
- func (x *GetJobRunLogsStreamResponse) String() string
- type GetJobRunRequest
- func (*GetJobRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunRequest) GetAccountId() string
- func (x *GetJobRunRequest) GetJobRunId() string
- func (*GetJobRunRequest) ProtoMessage()
- func (x *GetJobRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRunRequest) Reset()
- func (x *GetJobRunRequest) String() string
- type GetJobRunResponse
- type GetJobRunsRequest
- func (*GetJobRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunsRequest) GetAccountId() string
- func (m *GetJobRunsRequest) GetId() isGetJobRunsRequest_Id
- func (x *GetJobRunsRequest) GetJobId() string
- func (*GetJobRunsRequest) ProtoMessage()
- func (x *GetJobRunsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRunsRequest) Reset()
- func (x *GetJobRunsRequest) String() string
- type GetJobRunsRequest_AccountId
- type GetJobRunsRequest_JobId
- type GetJobRunsResponse
- func (*GetJobRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRunsResponse) GetJobRuns() []*JobRun
- func (*GetJobRunsResponse) ProtoMessage()
- func (x *GetJobRunsResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobRunsResponse) Reset()
- func (x *GetJobRunsResponse) String() string
- type GetJobStatusRequest
- func (*GetJobStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStatusRequest) GetJobId() string
- func (*GetJobStatusRequest) ProtoMessage()
- func (x *GetJobStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobStatusRequest) Reset()
- func (x *GetJobStatusRequest) String() string
- type GetJobStatusResponse
- func (*GetJobStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStatusResponse) GetStatus() JobStatus
- func (*GetJobStatusResponse) ProtoMessage()
- func (x *GetJobStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobStatusResponse) Reset()
- func (x *GetJobStatusResponse) String() string
- type GetJobStatusesRequest
- func (*GetJobStatusesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStatusesRequest) GetAccountId() string
- func (*GetJobStatusesRequest) ProtoMessage()
- func (x *GetJobStatusesRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobStatusesRequest) Reset()
- func (x *GetJobStatusesRequest) String() string
- type GetJobStatusesResponse
- func (*GetJobStatusesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStatusesResponse) GetStatuses() []*JobStatusRecord
- func (*GetJobStatusesResponse) ProtoMessage()
- func (x *GetJobStatusesResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobStatusesResponse) Reset()
- func (x *GetJobStatusesResponse) String() string
- type GetJobsRequest
- type GetJobsResponse
- type GetMetricCountRequest
- func (*GetMetricCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricCountRequest) GetAccountId() string
- func (x *GetMetricCountRequest) GetEnd() *timestamppb.Timestamp
- func (x *GetMetricCountRequest) GetEndDay() *Date
- func (m *GetMetricCountRequest) GetIdentifier() isGetMetricCountRequest_Identifier
- func (x *GetMetricCountRequest) GetJobId() string
- func (x *GetMetricCountRequest) GetMetric() RangedMetricName
- func (x *GetMetricCountRequest) GetRunId() string
- func (x *GetMetricCountRequest) GetStart() *timestamppb.Timestamp
- func (x *GetMetricCountRequest) GetStartDay() *Date
- func (*GetMetricCountRequest) ProtoMessage()
- func (x *GetMetricCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetricCountRequest) Reset()
- func (x *GetMetricCountRequest) String() string
- type GetMetricCountRequest_AccountId
- type GetMetricCountRequest_JobId
- type GetMetricCountRequest_RunId
- type GetMetricCountResponse
- func (*GetMetricCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricCountResponse) GetCount() uint64
- func (*GetMetricCountResponse) ProtoMessage()
- func (x *GetMetricCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetMetricCountResponse) Reset()
- func (x *GetMetricCountResponse) String() string
- type GetRunContextRequest
- func (*GetRunContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunContextRequest) GetId() *RunContextKey
- func (*GetRunContextRequest) ProtoMessage()
- func (x *GetRunContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetRunContextRequest) Reset()
- func (x *GetRunContextRequest) String() string
- type GetRunContextResponse
- func (*GetRunContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunContextResponse) GetValue() []byte
- func (*GetRunContextResponse) ProtoMessage()
- func (x *GetRunContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetRunContextResponse) Reset()
- func (x *GetRunContextResponse) String() string
- type GetSystemInformationRequest
- type GetSystemInformationResponse
- func (*GetSystemInformationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemInformationResponse) GetBuildDate() *timestamppb.Timestamp
- func (x *GetSystemInformationResponse) GetCommit() string
- func (x *GetSystemInformationResponse) GetCompiler() string
- func (x *GetSystemInformationResponse) GetPlatform() string
- func (x *GetSystemInformationResponse) GetVersion() string
- func (*GetSystemInformationResponse) ProtoMessage()
- func (x *GetSystemInformationResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemInformationResponse) Reset()
- func (x *GetSystemInformationResponse) String() string
- type GetSystemTransformerBySourceRequest
- func (*GetSystemTransformerBySourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemTransformerBySourceRequest) GetSource() TransformerSource
- func (*GetSystemTransformerBySourceRequest) ProtoMessage()
- func (x *GetSystemTransformerBySourceRequest) ProtoReflect() protoreflect.Message
- func (x *GetSystemTransformerBySourceRequest) Reset()
- func (x *GetSystemTransformerBySourceRequest) String() string
- type GetSystemTransformerBySourceResponse
- func (*GetSystemTransformerBySourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemTransformerBySourceResponse) GetTransformer() *SystemTransformer
- func (*GetSystemTransformerBySourceResponse) ProtoMessage()
- func (x *GetSystemTransformerBySourceResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemTransformerBySourceResponse) Reset()
- func (x *GetSystemTransformerBySourceResponse) String() string
- type GetSystemTransformersRequest
- func (*GetSystemTransformersRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetSystemTransformersRequest) ProtoMessage()
- func (x *GetSystemTransformersRequest) ProtoReflect() protoreflect.Message
- func (x *GetSystemTransformersRequest) Reset()
- func (x *GetSystemTransformersRequest) String() string
- type GetSystemTransformersResponse
- func (*GetSystemTransformersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemTransformersResponse) GetTransformers() []*SystemTransformer
- func (*GetSystemTransformersResponse) ProtoMessage()
- func (x *GetSystemTransformersResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemTransformersResponse) Reset()
- func (x *GetSystemTransformersResponse) String() string
- type GetTableRowCountRequest
- func (*GetTableRowCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableRowCountRequest) GetConnectionId() string
- func (x *GetTableRowCountRequest) GetSchema() string
- func (x *GetTableRowCountRequest) GetTable() string
- func (x *GetTableRowCountRequest) GetWhereClause() string
- func (*GetTableRowCountRequest) ProtoMessage()
- func (x *GetTableRowCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetTableRowCountRequest) Reset()
- func (x *GetTableRowCountRequest) String() string
- type GetTableRowCountResponse
- func (*GetTableRowCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableRowCountResponse) GetCount() int64
- func (*GetTableRowCountResponse) ProtoMessage()
- func (x *GetTableRowCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetTableRowCountResponse) Reset()
- func (x *GetTableRowCountResponse) String() string
- type GetTeamAccountInvitesRequest
- func (*GetTeamAccountInvitesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTeamAccountInvitesRequest) GetAccountId() string
- func (*GetTeamAccountInvitesRequest) ProtoMessage()
- func (x *GetTeamAccountInvitesRequest) ProtoReflect() protoreflect.Message
- func (x *GetTeamAccountInvitesRequest) Reset()
- func (x *GetTeamAccountInvitesRequest) String() string
- type GetTeamAccountInvitesResponse
- func (*GetTeamAccountInvitesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTeamAccountInvitesResponse) GetInvites() []*AccountInvite
- func (*GetTeamAccountInvitesResponse) ProtoMessage()
- func (x *GetTeamAccountInvitesResponse) ProtoReflect() protoreflect.Message
- func (x *GetTeamAccountInvitesResponse) Reset()
- func (x *GetTeamAccountInvitesResponse) String() string
- type GetTeamAccountMembersRequest
- func (*GetTeamAccountMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTeamAccountMembersRequest) GetAccountId() string
- func (*GetTeamAccountMembersRequest) ProtoMessage()
- func (x *GetTeamAccountMembersRequest) ProtoReflect() protoreflect.Message
- func (x *GetTeamAccountMembersRequest) Reset()
- func (x *GetTeamAccountMembersRequest) String() string
- type GetTeamAccountMembersResponse
- func (*GetTeamAccountMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTeamAccountMembersResponse) GetUsers() []*AccountUser
- func (*GetTeamAccountMembersResponse) ProtoMessage()
- func (x *GetTeamAccountMembersResponse) ProtoReflect() protoreflect.Message
- func (x *GetTeamAccountMembersResponse) Reset()
- func (x *GetTeamAccountMembersResponse) String() string
- type GetUserAccountsRequest
- type GetUserAccountsResponse
- func (*GetUserAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAccountsResponse) GetAccounts() []*UserAccount
- func (*GetUserAccountsResponse) ProtoMessage()
- func (x *GetUserAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserAccountsResponse) Reset()
- func (x *GetUserAccountsResponse) String() string
- type GetUserDefinedTransformerByIdRequest
- func (*GetUserDefinedTransformerByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDefinedTransformerByIdRequest) GetTransformerId() string
- func (*GetUserDefinedTransformerByIdRequest) ProtoMessage()
- func (x *GetUserDefinedTransformerByIdRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserDefinedTransformerByIdRequest) Reset()
- func (x *GetUserDefinedTransformerByIdRequest) String() string
- type GetUserDefinedTransformerByIdResponse
- func (*GetUserDefinedTransformerByIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDefinedTransformerByIdResponse) GetTransformer() *UserDefinedTransformer
- func (*GetUserDefinedTransformerByIdResponse) ProtoMessage()
- func (x *GetUserDefinedTransformerByIdResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserDefinedTransformerByIdResponse) Reset()
- func (x *GetUserDefinedTransformerByIdResponse) String() string
- type GetUserDefinedTransformersRequest
- func (*GetUserDefinedTransformersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDefinedTransformersRequest) GetAccountId() string
- func (*GetUserDefinedTransformersRequest) ProtoMessage()
- func (x *GetUserDefinedTransformersRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserDefinedTransformersRequest) Reset()
- func (x *GetUserDefinedTransformersRequest) String() string
- type GetUserDefinedTransformersResponse
- func (*GetUserDefinedTransformersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDefinedTransformersResponse) GetTransformers() []*UserDefinedTransformer
- func (*GetUserDefinedTransformersResponse) ProtoMessage()
- func (x *GetUserDefinedTransformersResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserDefinedTransformersResponse) Reset()
- func (x *GetUserDefinedTransformersResponse) String() string
- type GetUserRequest
- type GetUserResponse
- type InitStatementOptions
- func (*InitStatementOptions) Descriptor() ([]byte, []int)deprecated
- func (x *InitStatementOptions) GetInitSchema() bool
- func (x *InitStatementOptions) GetTruncateBeforeInsert() bool
- func (x *InitStatementOptions) GetTruncateCascade() bool
- func (*InitStatementOptions) ProtoMessage()
- func (x *InitStatementOptions) ProtoReflect() protoreflect.Message
- func (x *InitStatementOptions) Reset()
- func (x *InitStatementOptions) String() string
- type InvalidEmailAction
- func (InvalidEmailAction) Descriptor() protoreflect.EnumDescriptor
- func (x InvalidEmailAction) Enum() *InvalidEmailAction
- func (InvalidEmailAction) EnumDescriptor() ([]byte, []int)deprecated
- func (x InvalidEmailAction) Number() protoreflect.EnumNumber
- func (x InvalidEmailAction) String() string
- func (InvalidEmailAction) Type() protoreflect.EnumType
- type InviteUserToTeamAccountRequest
- func (*InviteUserToTeamAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InviteUserToTeamAccountRequest) GetAccountId() string
- func (x *InviteUserToTeamAccountRequest) GetEmail() string
- func (*InviteUserToTeamAccountRequest) ProtoMessage()
- func (x *InviteUserToTeamAccountRequest) ProtoReflect() protoreflect.Message
- func (x *InviteUserToTeamAccountRequest) Reset()
- func (x *InviteUserToTeamAccountRequest) String() string
- type InviteUserToTeamAccountResponse
- func (*InviteUserToTeamAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InviteUserToTeamAccountResponse) GetInvite() *AccountInvite
- func (*InviteUserToTeamAccountResponse) ProtoMessage()
- func (x *InviteUserToTeamAccountResponse) ProtoReflect() protoreflect.Message
- func (x *InviteUserToTeamAccountResponse) Reset()
- func (x *InviteUserToTeamAccountResponse) String() string
- type IsAccountStatusValidRequest
- func (*IsAccountStatusValidRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsAccountStatusValidRequest) GetAccountId() string
- func (x *IsAccountStatusValidRequest) GetRequestedRecordCount() uint64
- func (*IsAccountStatusValidRequest) ProtoMessage()
- func (x *IsAccountStatusValidRequest) ProtoReflect() protoreflect.Message
- func (x *IsAccountStatusValidRequest) Reset()
- func (x *IsAccountStatusValidRequest) String() string
- type IsAccountStatusValidResponse
- func (*IsAccountStatusValidResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsAccountStatusValidResponse) GetIsValid() bool
- func (x *IsAccountStatusValidResponse) GetReason() string
- func (x *IsAccountStatusValidResponse) GetShouldPoll() bool
- func (*IsAccountStatusValidResponse) ProtoMessage()
- func (x *IsAccountStatusValidResponse) ProtoReflect() protoreflect.Message
- func (x *IsAccountStatusValidResponse) Reset()
- func (x *IsAccountStatusValidResponse) String() string
- type IsConnectionNameAvailableRequest
- func (*IsConnectionNameAvailableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsConnectionNameAvailableRequest) GetAccountId() string
- func (x *IsConnectionNameAvailableRequest) GetConnectionName() string
- func (*IsConnectionNameAvailableRequest) ProtoMessage()
- func (x *IsConnectionNameAvailableRequest) ProtoReflect() protoreflect.Message
- func (x *IsConnectionNameAvailableRequest) Reset()
- func (x *IsConnectionNameAvailableRequest) String() string
- type IsConnectionNameAvailableResponse
- func (*IsConnectionNameAvailableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsConnectionNameAvailableResponse) GetIsAvailable() bool
- func (*IsConnectionNameAvailableResponse) ProtoMessage()
- func (x *IsConnectionNameAvailableResponse) ProtoReflect() protoreflect.Message
- func (x *IsConnectionNameAvailableResponse) Reset()
- func (x *IsConnectionNameAvailableResponse) String() string
- type IsJobNameAvailableRequest
- func (*IsJobNameAvailableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsJobNameAvailableRequest) GetAccountId() string
- func (x *IsJobNameAvailableRequest) GetName() string
- func (*IsJobNameAvailableRequest) ProtoMessage()
- func (x *IsJobNameAvailableRequest) ProtoReflect() protoreflect.Message
- func (x *IsJobNameAvailableRequest) Reset()
- func (x *IsJobNameAvailableRequest) String() string
- type IsJobNameAvailableResponse
- func (*IsJobNameAvailableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsJobNameAvailableResponse) GetIsAvailable() bool
- func (*IsJobNameAvailableResponse) ProtoMessage()
- func (x *IsJobNameAvailableResponse) ProtoReflect() protoreflect.Message
- func (x *IsJobNameAvailableResponse) Reset()
- func (x *IsJobNameAvailableResponse) String() string
- type IsTransformerNameAvailableRequest
- func (*IsTransformerNameAvailableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsTransformerNameAvailableRequest) GetAccountId() string
- func (x *IsTransformerNameAvailableRequest) GetTransformerName() string
- func (*IsTransformerNameAvailableRequest) ProtoMessage()
- func (x *IsTransformerNameAvailableRequest) ProtoReflect() protoreflect.Message
- func (x *IsTransformerNameAvailableRequest) Reset()
- func (x *IsTransformerNameAvailableRequest) String() string
- type IsTransformerNameAvailableResponse
- func (*IsTransformerNameAvailableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsTransformerNameAvailableResponse) GetIsAvailable() bool
- func (*IsTransformerNameAvailableResponse) ProtoMessage()
- func (x *IsTransformerNameAvailableResponse) ProtoReflect() protoreflect.Message
- func (x *IsTransformerNameAvailableResponse) Reset()
- func (x *IsTransformerNameAvailableResponse) String() string
- type IsUserInAccountRequest
- func (*IsUserInAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsUserInAccountRequest) GetAccountId() string
- func (*IsUserInAccountRequest) ProtoMessage()
- func (x *IsUserInAccountRequest) ProtoReflect() protoreflect.Message
- func (x *IsUserInAccountRequest) Reset()
- func (x *IsUserInAccountRequest) String() string
- type IsUserInAccountResponse
- func (*IsUserInAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsUserInAccountResponse) GetOk() bool
- func (*IsUserInAccountResponse) ProtoMessage()
- func (x *IsUserInAccountResponse) ProtoReflect() protoreflect.Message
- func (x *IsUserInAccountResponse) Reset()
- func (x *IsUserInAccountResponse) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetAccountId() string
- func (x *Job) GetCreatedAt() *timestamppb.Timestamp
- func (x *Job) GetCreatedByUserId() string
- func (x *Job) GetCronSchedule() string
- func (x *Job) GetDestinations() []*JobDestination
- func (x *Job) GetId() string
- func (x *Job) GetMappings() []*JobMapping
- func (x *Job) GetName() string
- func (x *Job) GetSource() *JobSource
- func (x *Job) GetSyncOptions() *ActivityOptions
- func (x *Job) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Job) GetUpdatedByUserId() string
- func (x *Job) GetVirtualForeignKeys() []*VirtualForeignConstraint
- func (x *Job) GetWorkflowOptions() *WorkflowOptions
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type JobDestination
- func (*JobDestination) Descriptor() ([]byte, []int)deprecated
- func (x *JobDestination) GetConnectionId() string
- func (x *JobDestination) GetId() string
- func (x *JobDestination) GetOptions() *JobDestinationOptions
- func (*JobDestination) ProtoMessage()
- func (x *JobDestination) ProtoReflect() protoreflect.Message
- func (x *JobDestination) Reset()
- func (x *JobDestination) String() string
- type JobDestinationOptions
- func (*JobDestinationOptions) Descriptor() ([]byte, []int)deprecated
- func (x *JobDestinationOptions) GetAwsS3Options() *AwsS3DestinationConnectionOptions
- func (m *JobDestinationOptions) GetConfig() isJobDestinationOptions_Config
- func (x *JobDestinationOptions) GetDynamodbOptions() *DynamoDBDestinationConnectionOptions
- func (x *JobDestinationOptions) GetGcpCloudstorageOptions() *GcpCloudStorageDestinationConnectionOptions
- func (x *JobDestinationOptions) GetMongodbOptions() *MongoDBDestinationConnectionOptions
- func (x *JobDestinationOptions) GetMssqlOptions() *MssqlDestinationConnectionOptions
- func (x *JobDestinationOptions) GetMysqlOptions() *MysqlDestinationConnectionOptions
- func (x *JobDestinationOptions) GetPostgresOptions() *PostgresDestinationConnectionOptions
- func (*JobDestinationOptions) ProtoMessage()
- func (x *JobDestinationOptions) ProtoReflect() protoreflect.Message
- func (x *JobDestinationOptions) Reset()
- func (x *JobDestinationOptions) String() string
- type JobDestinationOptions_AwsS3Options
- type JobDestinationOptions_DynamodbOptions
- type JobDestinationOptions_GcpCloudstorageOptions
- type JobDestinationOptions_MongodbOptions
- type JobDestinationOptions_MssqlOptions
- type JobDestinationOptions_MysqlOptions
- type JobDestinationOptions_PostgresOptions
- type JobMapping
- func (*JobMapping) Descriptor() ([]byte, []int)deprecated
- func (x *JobMapping) GetColumn() string
- func (x *JobMapping) GetSchema() string
- func (x *JobMapping) GetTable() string
- func (x *JobMapping) GetTransformer() *JobMappingTransformer
- func (*JobMapping) ProtoMessage()
- func (x *JobMapping) ProtoReflect() protoreflect.Message
- func (x *JobMapping) Reset()
- func (x *JobMapping) String() string
- type JobMappingTransformer
- func (*JobMappingTransformer) Descriptor() ([]byte, []int)deprecated
- func (x *JobMappingTransformer) GetConfig() *TransformerConfig
- func (x *JobMappingTransformer) GetSource() TransformerSource
- func (*JobMappingTransformer) ProtoMessage()
- func (x *JobMappingTransformer) ProtoReflect() protoreflect.Message
- func (x *JobMappingTransformer) Reset()
- func (x *JobMappingTransformer) String() string
- type JobNextRuns
- type JobRecentRun
- func (*JobRecentRun) Descriptor() ([]byte, []int)deprecated
- func (x *JobRecentRun) GetJobRunId() string
- func (x *JobRecentRun) GetStartTime() *timestamppb.Timestamp
- func (*JobRecentRun) ProtoMessage()
- func (x *JobRecentRun) ProtoReflect() protoreflect.Message
- func (x *JobRecentRun) Reset()
- func (x *JobRecentRun) String() string
- type JobRun
- func (*JobRun) Descriptor() ([]byte, []int)deprecated
- func (x *JobRun) GetCompletedAt() *timestamppb.Timestamp
- func (x *JobRun) GetId() string
- func (x *JobRun) GetJobId() string
- func (x *JobRun) GetName() string
- func (x *JobRun) GetPendingActivities() []*PendingActivity
- func (x *JobRun) GetStartedAt() *timestamppb.Timestamp
- func (x *JobRun) GetStatus() JobRunStatus
- func (*JobRun) ProtoMessage()
- func (x *JobRun) ProtoReflect() protoreflect.Message
- func (x *JobRun) Reset()
- func (x *JobRun) String() string
- type JobRunEvent
- func (*JobRunEvent) Descriptor() ([]byte, []int)deprecated
- func (x *JobRunEvent) GetCloseTime() *timestamppb.Timestamp
- func (x *JobRunEvent) GetId() int64
- func (x *JobRunEvent) GetMetadata() *JobRunEventMetadata
- func (x *JobRunEvent) GetStartTime() *timestamppb.Timestamp
- func (x *JobRunEvent) GetTasks() []*JobRunEventTask
- func (x *JobRunEvent) GetType() string
- func (*JobRunEvent) ProtoMessage()
- func (x *JobRunEvent) ProtoReflect() protoreflect.Message
- func (x *JobRunEvent) Reset()
- func (x *JobRunEvent) String() string
- type JobRunEventMetadata
- func (*JobRunEventMetadata) Descriptor() ([]byte, []int)deprecated
- func (m *JobRunEventMetadata) GetMetadata() isJobRunEventMetadata_Metadata
- func (x *JobRunEventMetadata) GetSyncMetadata() *JobRunSyncMetadata
- func (*JobRunEventMetadata) ProtoMessage()
- func (x *JobRunEventMetadata) ProtoReflect() protoreflect.Message
- func (x *JobRunEventMetadata) Reset()
- func (x *JobRunEventMetadata) String() string
- type JobRunEventMetadata_SyncMetadata
- type JobRunEventTask
- func (*JobRunEventTask) Descriptor() ([]byte, []int)deprecated
- func (x *JobRunEventTask) GetError() *JobRunEventTaskError
- func (x *JobRunEventTask) GetEventTime() *timestamppb.Timestamp
- func (x *JobRunEventTask) GetId() int64
- func (x *JobRunEventTask) GetType() string
- func (*JobRunEventTask) ProtoMessage()
- func (x *JobRunEventTask) ProtoReflect() protoreflect.Message
- func (x *JobRunEventTask) Reset()
- func (x *JobRunEventTask) String() string
- type JobRunEventTaskError
- func (*JobRunEventTaskError) Descriptor() ([]byte, []int)deprecated
- func (x *JobRunEventTaskError) GetMessage() string
- func (x *JobRunEventTaskError) GetRetryState() string
- func (*JobRunEventTaskError) ProtoMessage()
- func (x *JobRunEventTaskError) ProtoReflect() protoreflect.Message
- func (x *JobRunEventTaskError) Reset()
- func (x *JobRunEventTaskError) String() string
- type JobRunStatus
- func (JobRunStatus) Descriptor() protoreflect.EnumDescriptor
- func (x JobRunStatus) Enum() *JobRunStatus
- func (JobRunStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobRunStatus) Number() protoreflect.EnumNumber
- func (x JobRunStatus) String() string
- func (JobRunStatus) Type() protoreflect.EnumType
- type JobRunSyncMetadata
- func (*JobRunSyncMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *JobRunSyncMetadata) GetSchema() string
- func (x *JobRunSyncMetadata) GetTable() string
- func (*JobRunSyncMetadata) ProtoMessage()
- func (x *JobRunSyncMetadata) ProtoReflect() protoreflect.Message
- func (x *JobRunSyncMetadata) Reset()
- func (x *JobRunSyncMetadata) String() string
- type JobSource
- type JobSourceOptions
- func (*JobSourceOptions) Descriptor() ([]byte, []int)deprecated
- func (x *JobSourceOptions) GetAiGenerate() *AiGenerateSourceOptions
- func (x *JobSourceOptions) GetAwsS3() *AwsS3SourceConnectionOptions
- func (m *JobSourceOptions) GetConfig() isJobSourceOptions_Config
- func (x *JobSourceOptions) GetDynamodb() *DynamoDBSourceConnectionOptions
- func (x *JobSourceOptions) GetGenerate() *GenerateSourceOptions
- func (x *JobSourceOptions) GetMongodb() *MongoDBSourceConnectionOptions
- func (x *JobSourceOptions) GetMssql() *MssqlSourceConnectionOptions
- func (x *JobSourceOptions) GetMysql() *MysqlSourceConnectionOptions
- func (x *JobSourceOptions) GetPostgres() *PostgresSourceConnectionOptions
- func (*JobSourceOptions) ProtoMessage()
- func (x *JobSourceOptions) ProtoReflect() protoreflect.Message
- func (x *JobSourceOptions) Reset()
- func (x *JobSourceOptions) String() string
- type JobSourceOptions_AiGenerate
- type JobSourceOptions_AwsS3
- type JobSourceOptions_Dynamodb
- type JobSourceOptions_Generate
- type JobSourceOptions_Mongodb
- type JobSourceOptions_Mssql
- type JobSourceOptions_Mysql
- type JobSourceOptions_Postgres
- type JobSourceSqlSubetSchemas
- func (*JobSourceSqlSubetSchemas) Descriptor() ([]byte, []int)deprecated
- func (x *JobSourceSqlSubetSchemas) GetDynamodbSubset() *DynamoDBSourceSchemaSubset
- func (x *JobSourceSqlSubetSchemas) GetMssqlSubset() *MssqlSourceSchemaSubset
- func (x *JobSourceSqlSubetSchemas) GetMysqlSubset() *MysqlSourceSchemaSubset
- func (x *JobSourceSqlSubetSchemas) GetPostgresSubset() *PostgresSourceSchemaSubset
- func (m *JobSourceSqlSubetSchemas) GetSchemas() isJobSourceSqlSubetSchemas_Schemas
- func (*JobSourceSqlSubetSchemas) ProtoMessage()
- func (x *JobSourceSqlSubetSchemas) ProtoReflect() protoreflect.Message
- func (x *JobSourceSqlSubetSchemas) Reset()
- func (x *JobSourceSqlSubetSchemas) String() string
- type JobSourceSqlSubetSchemas_DynamodbSubset
- type JobSourceSqlSubetSchemas_MssqlSubset
- type JobSourceSqlSubetSchemas_MysqlSubset
- type JobSourceSqlSubetSchemas_PostgresSubset
- type JobStatus
- type JobStatusRecord
- func (*JobStatusRecord) Descriptor() ([]byte, []int)deprecated
- func (x *JobStatusRecord) GetJobId() string
- func (x *JobStatusRecord) GetStatus() JobStatus
- func (*JobStatusRecord) ProtoMessage()
- func (x *JobStatusRecord) ProtoReflect() protoreflect.Message
- func (x *JobStatusRecord) Reset()
- func (x *JobStatusRecord) String() string
- type LocalDirectoryConnectionConfig
- func (*LocalDirectoryConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *LocalDirectoryConnectionConfig) GetPath() string
- func (*LocalDirectoryConnectionConfig) ProtoMessage()
- func (x *LocalDirectoryConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *LocalDirectoryConnectionConfig) Reset()
- func (x *LocalDirectoryConnectionConfig) String() string
- type LogLevel
- type LogWindow
- type LoginCliRequest
- func (*LoginCliRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginCliRequest) GetCode() string
- func (x *LoginCliRequest) GetRedirectUri() string
- func (*LoginCliRequest) ProtoMessage()
- func (x *LoginCliRequest) ProtoReflect() protoreflect.Message
- func (x *LoginCliRequest) Reset()
- func (x *LoginCliRequest) String() string
- type LoginCliResponse
- func (*LoginCliResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LoginCliResponse) GetAccessToken() *AccessToken
- func (*LoginCliResponse) ProtoMessage()
- func (x *LoginCliResponse) ProtoReflect() protoreflect.Message
- func (x *LoginCliResponse) Reset()
- func (x *LoginCliResponse) String() string
- type MongoConnectionConfig
- func (*MongoConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MongoConnectionConfig) GetClientTls() *ClientTlsConfig
- func (m *MongoConnectionConfig) GetConnectionConfig() isMongoConnectionConfig_ConnectionConfig
- func (x *MongoConnectionConfig) GetTunnel() *SSHTunnel
- func (x *MongoConnectionConfig) GetUrl() string
- func (*MongoConnectionConfig) ProtoMessage()
- func (x *MongoConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *MongoConnectionConfig) Reset()
- func (x *MongoConnectionConfig) String() string
- type MongoConnectionConfig_Url
- type MongoDBDestinationConnectionOptions
- func (*MongoDBDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (*MongoDBDestinationConnectionOptions) ProtoMessage()
- func (x *MongoDBDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MongoDBDestinationConnectionOptions) Reset()
- func (x *MongoDBDestinationConnectionOptions) String() string
- type MongoDBSourceConnectionOptions
- func (*MongoDBSourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MongoDBSourceConnectionOptions) GetConnectionId() string
- func (*MongoDBSourceConnectionOptions) ProtoMessage()
- func (x *MongoDBSourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MongoDBSourceConnectionOptions) Reset()
- func (x *MongoDBSourceConnectionOptions) String() string
- type MongoSchemaConfig
- type MssqlConnectionConfig
- func (*MssqlConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (m *MssqlConnectionConfig) GetConnectionConfig() isMssqlConnectionConfig_ConnectionConfig
- func (x *MssqlConnectionConfig) GetConnectionOptions() *SqlConnectionOptions
- func (x *MssqlConnectionConfig) GetTunnel() *SSHTunnel
- func (x *MssqlConnectionConfig) GetUrl() string
- func (*MssqlConnectionConfig) ProtoMessage()
- func (x *MssqlConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *MssqlConnectionConfig) Reset()
- func (x *MssqlConnectionConfig) String() string
- type MssqlConnectionConfig_Url
- type MssqlDestinationConnectionOptions
- func (*MssqlDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlDestinationConnectionOptions) GetInitTableSchema() bool
- func (x *MssqlDestinationConnectionOptions) GetOnConflict() *MssqlOnConflictConfig
- func (x *MssqlDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
- func (x *MssqlDestinationConnectionOptions) GetTruncateTable() *MssqlTruncateTableConfig
- func (*MssqlDestinationConnectionOptions) ProtoMessage()
- func (x *MssqlDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MssqlDestinationConnectionOptions) Reset()
- func (x *MssqlDestinationConnectionOptions) String() string
- type MssqlOnConflictConfig
- func (*MssqlOnConflictConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlOnConflictConfig) GetDoNothing() bool
- func (*MssqlOnConflictConfig) ProtoMessage()
- func (x *MssqlOnConflictConfig) ProtoReflect() protoreflect.Message
- func (x *MssqlOnConflictConfig) Reset()
- func (x *MssqlOnConflictConfig) String() string
- type MssqlSchemaConfig
- type MssqlSourceConnectionOptions
- func (*MssqlSourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlSourceConnectionOptions) GetConnectionId() string
- func (x *MssqlSourceConnectionOptions) GetHaltOnNewColumnAddition() bool
- func (x *MssqlSourceConnectionOptions) GetSchemas() []*MssqlSourceSchemaOption
- func (x *MssqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
- func (*MssqlSourceConnectionOptions) ProtoMessage()
- func (x *MssqlSourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MssqlSourceConnectionOptions) Reset()
- func (x *MssqlSourceConnectionOptions) String() string
- type MssqlSourceSchemaOption
- func (*MssqlSourceSchemaOption) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlSourceSchemaOption) GetSchema() string
- func (x *MssqlSourceSchemaOption) GetTables() []*MssqlSourceTableOption
- func (*MssqlSourceSchemaOption) ProtoMessage()
- func (x *MssqlSourceSchemaOption) ProtoReflect() protoreflect.Message
- func (x *MssqlSourceSchemaOption) Reset()
- func (x *MssqlSourceSchemaOption) String() string
- type MssqlSourceSchemaSubset
- func (*MssqlSourceSchemaSubset) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlSourceSchemaSubset) GetMssqlSchemas() []*MssqlSourceSchemaOption
- func (*MssqlSourceSchemaSubset) ProtoMessage()
- func (x *MssqlSourceSchemaSubset) ProtoReflect() protoreflect.Message
- func (x *MssqlSourceSchemaSubset) Reset()
- func (x *MssqlSourceSchemaSubset) String() string
- type MssqlSourceTableOption
- func (*MssqlSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlSourceTableOption) GetTable() string
- func (x *MssqlSourceTableOption) GetWhereClause() string
- func (*MssqlSourceTableOption) ProtoMessage()
- func (x *MssqlSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *MssqlSourceTableOption) Reset()
- func (x *MssqlSourceTableOption) String() string
- type MssqlTruncateTableConfig
- func (*MssqlTruncateTableConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MssqlTruncateTableConfig) GetTruncateBeforeInsert() bool
- func (*MssqlTruncateTableConfig) ProtoMessage()
- func (x *MssqlTruncateTableConfig) ProtoReflect() protoreflect.Message
- func (x *MssqlTruncateTableConfig) Reset()
- func (x *MssqlTruncateTableConfig) String() string
- type MysqlConnection
- func (*MysqlConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlConnection) GetHost() string
- func (x *MysqlConnection) GetName() string
- func (x *MysqlConnection) GetPass() string
- func (x *MysqlConnection) GetPort() int32
- func (x *MysqlConnection) GetProtocol() string
- func (x *MysqlConnection) GetUser() string
- func (*MysqlConnection) ProtoMessage()
- func (x *MysqlConnection) ProtoReflect() protoreflect.Message
- func (x *MysqlConnection) Reset()
- func (x *MysqlConnection) String() string
- type MysqlConnectionConfig
- func (*MysqlConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlConnectionConfig) GetConnection() *MysqlConnection
- func (m *MysqlConnectionConfig) GetConnectionConfig() isMysqlConnectionConfig_ConnectionConfig
- func (x *MysqlConnectionConfig) GetConnectionOptions() *SqlConnectionOptions
- func (x *MysqlConnectionConfig) GetTunnel() *SSHTunnel
- func (x *MysqlConnectionConfig) GetUrl() string
- func (*MysqlConnectionConfig) ProtoMessage()
- func (x *MysqlConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *MysqlConnectionConfig) Reset()
- func (x *MysqlConnectionConfig) String() string
- type MysqlConnectionConfig_Connection
- type MysqlConnectionConfig_Url
- type MysqlDestinationConnectionOptions
- func (*MysqlDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlDestinationConnectionOptions) GetInitTableSchema() bool
- func (x *MysqlDestinationConnectionOptions) GetOnConflict() *MysqlOnConflictConfig
- func (x *MysqlDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
- func (x *MysqlDestinationConnectionOptions) GetTruncateTable() *MysqlTruncateTableConfig
- func (*MysqlDestinationConnectionOptions) ProtoMessage()
- func (x *MysqlDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MysqlDestinationConnectionOptions) Reset()
- func (x *MysqlDestinationConnectionOptions) String() string
- type MysqlOnConflictConfig
- func (*MysqlOnConflictConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlOnConflictConfig) GetDoNothing() bool
- func (*MysqlOnConflictConfig) ProtoMessage()
- func (x *MysqlOnConflictConfig) ProtoReflect() protoreflect.Message
- func (x *MysqlOnConflictConfig) Reset()
- func (x *MysqlOnConflictConfig) String() string
- type MysqlSchemaConfig
- type MysqlSourceConnectionOptions
- func (*MysqlSourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlSourceConnectionOptions) GetConnectionId() string
- func (x *MysqlSourceConnectionOptions) GetHaltOnNewColumnAddition() bool
- func (x *MysqlSourceConnectionOptions) GetSchemas() []*MysqlSourceSchemaOption
- func (x *MysqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
- func (*MysqlSourceConnectionOptions) ProtoMessage()
- func (x *MysqlSourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *MysqlSourceConnectionOptions) Reset()
- func (x *MysqlSourceConnectionOptions) String() string
- type MysqlSourceSchemaOption
- func (*MysqlSourceSchemaOption) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlSourceSchemaOption) GetSchema() string
- func (x *MysqlSourceSchemaOption) GetTables() []*MysqlSourceTableOption
- func (*MysqlSourceSchemaOption) ProtoMessage()
- func (x *MysqlSourceSchemaOption) ProtoReflect() protoreflect.Message
- func (x *MysqlSourceSchemaOption) Reset()
- func (x *MysqlSourceSchemaOption) String() string
- type MysqlSourceSchemaSubset
- func (*MysqlSourceSchemaSubset) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlSourceSchemaSubset) GetMysqlSchemas() []*MysqlSourceSchemaOption
- func (*MysqlSourceSchemaSubset) ProtoMessage()
- func (x *MysqlSourceSchemaSubset) ProtoReflect() protoreflect.Message
- func (x *MysqlSourceSchemaSubset) Reset()
- func (x *MysqlSourceSchemaSubset) String() string
- type MysqlSourceTableOption
- func (*MysqlSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlSourceTableOption) GetTable() string
- func (x *MysqlSourceTableOption) GetWhereClause() string
- func (*MysqlSourceTableOption) ProtoMessage()
- func (x *MysqlSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *MysqlSourceTableOption) Reset()
- func (x *MysqlSourceTableOption) String() string
- type MysqlStreamConfig
- type MysqlTruncateTableConfig
- func (*MysqlTruncateTableConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MysqlTruncateTableConfig) GetTruncateBeforeInsert() bool
- func (*MysqlTruncateTableConfig) ProtoMessage()
- func (x *MysqlTruncateTableConfig) ProtoReflect() protoreflect.Message
- func (x *MysqlTruncateTableConfig) Reset()
- func (x *MysqlTruncateTableConfig) String() string
- type Null
- type OpenAiConnectionConfig
- func (*OpenAiConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OpenAiConnectionConfig) GetApiKey() string
- func (x *OpenAiConnectionConfig) GetApiUrl() string
- func (*OpenAiConnectionConfig) ProtoMessage()
- func (x *OpenAiConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *OpenAiConnectionConfig) Reset()
- func (x *OpenAiConnectionConfig) String() string
- type Passthrough
- type PauseJobRequest
- func (*PauseJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseJobRequest) GetId() string
- func (x *PauseJobRequest) GetNote() string
- func (x *PauseJobRequest) GetPause() bool
- func (*PauseJobRequest) ProtoMessage()
- func (x *PauseJobRequest) ProtoReflect() protoreflect.Message
- func (x *PauseJobRequest) Reset()
- func (x *PauseJobRequest) String() string
- type PauseJobResponse
- type PendingActivity
- func (*PendingActivity) Descriptor() ([]byte, []int)deprecated
- func (x *PendingActivity) GetActivityName() string
- func (x *PendingActivity) GetLastFailure() *ActivityFailure
- func (x *PendingActivity) GetStatus() ActivityStatus
- func (*PendingActivity) ProtoMessage()
- func (x *PendingActivity) ProtoReflect() protoreflect.Message
- func (x *PendingActivity) Reset()
- func (x *PendingActivity) String() string
- type PostgresConnection
- func (*PostgresConnection) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresConnection) GetHost() string
- func (x *PostgresConnection) GetName() string
- func (x *PostgresConnection) GetPass() string
- func (x *PostgresConnection) GetPort() int32
- func (x *PostgresConnection) GetSslMode() string
- func (x *PostgresConnection) GetUser() string
- func (*PostgresConnection) ProtoMessage()
- func (x *PostgresConnection) ProtoReflect() protoreflect.Message
- func (x *PostgresConnection) Reset()
- func (x *PostgresConnection) String() string
- type PostgresConnectionConfig
- func (*PostgresConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresConnectionConfig) GetClientTls() *ClientTlsConfig
- func (x *PostgresConnectionConfig) GetConnection() *PostgresConnection
- func (m *PostgresConnectionConfig) GetConnectionConfig() isPostgresConnectionConfig_ConnectionConfig
- func (x *PostgresConnectionConfig) GetConnectionOptions() *SqlConnectionOptions
- func (x *PostgresConnectionConfig) GetTunnel() *SSHTunnel
- func (x *PostgresConnectionConfig) GetUrl() string
- func (*PostgresConnectionConfig) ProtoMessage()
- func (x *PostgresConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *PostgresConnectionConfig) Reset()
- func (x *PostgresConnectionConfig) String() string
- type PostgresConnectionConfig_Connection
- type PostgresConnectionConfig_Url
- type PostgresDestinationConnectionOptions
- func (*PostgresDestinationConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresDestinationConnectionOptions) GetInitTableSchema() bool
- func (x *PostgresDestinationConnectionOptions) GetOnConflict() *PostgresOnConflictConfig
- func (x *PostgresDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
- func (x *PostgresDestinationConnectionOptions) GetTruncateTable() *PostgresTruncateTableConfig
- func (*PostgresDestinationConnectionOptions) ProtoMessage()
- func (x *PostgresDestinationConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *PostgresDestinationConnectionOptions) Reset()
- func (x *PostgresDestinationConnectionOptions) String() string
- type PostgresOnConflictConfig
- func (*PostgresOnConflictConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresOnConflictConfig) GetDoNothing() bool
- func (*PostgresOnConflictConfig) ProtoMessage()
- func (x *PostgresOnConflictConfig) ProtoReflect() protoreflect.Message
- func (x *PostgresOnConflictConfig) Reset()
- func (x *PostgresOnConflictConfig) String() string
- type PostgresSchemaConfig
- type PostgresSourceConnectionOptions
- func (*PostgresSourceConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresSourceConnectionOptions) GetConnectionId() string
- func (x *PostgresSourceConnectionOptions) GetHaltOnNewColumnAddition() bool
- func (x *PostgresSourceConnectionOptions) GetSchemas() []*PostgresSourceSchemaOption
- func (x *PostgresSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
- func (*PostgresSourceConnectionOptions) ProtoMessage()
- func (x *PostgresSourceConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *PostgresSourceConnectionOptions) Reset()
- func (x *PostgresSourceConnectionOptions) String() string
- type PostgresSourceSchemaOption
- func (*PostgresSourceSchemaOption) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresSourceSchemaOption) GetSchema() string
- func (x *PostgresSourceSchemaOption) GetTables() []*PostgresSourceTableOption
- func (*PostgresSourceSchemaOption) ProtoMessage()
- func (x *PostgresSourceSchemaOption) ProtoReflect() protoreflect.Message
- func (x *PostgresSourceSchemaOption) Reset()
- func (x *PostgresSourceSchemaOption) String() string
- type PostgresSourceSchemaSubset
- func (*PostgresSourceSchemaSubset) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresSourceSchemaSubset) GetPostgresSchemas() []*PostgresSourceSchemaOption
- func (*PostgresSourceSchemaSubset) ProtoMessage()
- func (x *PostgresSourceSchemaSubset) ProtoReflect() protoreflect.Message
- func (x *PostgresSourceSchemaSubset) Reset()
- func (x *PostgresSourceSchemaSubset) String() string
- type PostgresSourceTableOption
- func (*PostgresSourceTableOption) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresSourceTableOption) GetTable() string
- func (x *PostgresSourceTableOption) GetWhereClause() string
- func (*PostgresSourceTableOption) ProtoMessage()
- func (x *PostgresSourceTableOption) ProtoReflect() protoreflect.Message
- func (x *PostgresSourceTableOption) Reset()
- func (x *PostgresSourceTableOption) String() string
- type PostgresStreamConfig
- type PostgresTruncateTableConfig
- func (*PostgresTruncateTableConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PostgresTruncateTableConfig) GetCascade() bool
- func (x *PostgresTruncateTableConfig) GetTruncateBeforeInsert() bool
- func (*PostgresTruncateTableConfig) ProtoMessage()
- func (x *PostgresTruncateTableConfig) ProtoReflect() protoreflect.Message
- func (x *PostgresTruncateTableConfig) Reset()
- func (x *PostgresTruncateTableConfig) String() string
- type PrimaryConstraint
- type RangedMetricName
- func (RangedMetricName) Descriptor() protoreflect.EnumDescriptor
- func (x RangedMetricName) Enum() *RangedMetricName
- func (RangedMetricName) EnumDescriptor() ([]byte, []int)deprecated
- func (x RangedMetricName) Number() protoreflect.EnumNumber
- func (x RangedMetricName) String() string
- func (RangedMetricName) Type() protoreflect.EnumType
- type RefreshCliRequest
- func (*RefreshCliRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshCliRequest) GetRefreshToken() string
- func (*RefreshCliRequest) ProtoMessage()
- func (x *RefreshCliRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshCliRequest) Reset()
- func (x *RefreshCliRequest) String() string
- type RefreshCliResponse
- func (*RefreshCliResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshCliResponse) GetAccessToken() *AccessToken
- func (*RefreshCliResponse) ProtoMessage()
- func (x *RefreshCliResponse) ProtoReflect() protoreflect.Message
- func (x *RefreshCliResponse) Reset()
- func (x *RefreshCliResponse) String() string
- type RegenerateAccountApiKeyRequest
- func (*RegenerateAccountApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateAccountApiKeyRequest) GetExpiresAt() *timestamppb.Timestamp
- func (x *RegenerateAccountApiKeyRequest) GetId() string
- func (*RegenerateAccountApiKeyRequest) ProtoMessage()
- func (x *RegenerateAccountApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *RegenerateAccountApiKeyRequest) Reset()
- func (x *RegenerateAccountApiKeyRequest) String() string
- type RegenerateAccountApiKeyResponse
- func (*RegenerateAccountApiKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateAccountApiKeyResponse) GetApiKey() *AccountApiKey
- func (*RegenerateAccountApiKeyResponse) ProtoMessage()
- func (x *RegenerateAccountApiKeyResponse) ProtoReflect() protoreflect.Message
- func (x *RegenerateAccountApiKeyResponse) Reset()
- func (x *RegenerateAccountApiKeyResponse) String() string
- type RemoveTeamAccountInviteRequest
- func (*RemoveTeamAccountInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTeamAccountInviteRequest) GetId() string
- func (*RemoveTeamAccountInviteRequest) ProtoMessage()
- func (x *RemoveTeamAccountInviteRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveTeamAccountInviteRequest) Reset()
- func (x *RemoveTeamAccountInviteRequest) String() string
- type RemoveTeamAccountInviteResponse
- func (*RemoveTeamAccountInviteResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveTeamAccountInviteResponse) ProtoMessage()
- func (x *RemoveTeamAccountInviteResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveTeamAccountInviteResponse) Reset()
- func (x *RemoveTeamAccountInviteResponse) String() string
- type RemoveTeamAccountMemberRequest
- func (*RemoveTeamAccountMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTeamAccountMemberRequest) GetAccountId() string
- func (x *RemoveTeamAccountMemberRequest) GetUserId() string
- func (*RemoveTeamAccountMemberRequest) ProtoMessage()
- func (x *RemoveTeamAccountMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveTeamAccountMemberRequest) Reset()
- func (x *RemoveTeamAccountMemberRequest) String() string
- type RemoveTeamAccountMemberResponse
- func (*RemoveTeamAccountMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveTeamAccountMemberResponse) ProtoMessage()
- func (x *RemoveTeamAccountMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveTeamAccountMemberResponse) Reset()
- func (x *RemoveTeamAccountMemberResponse) String() string
- type RetryPolicy
- type RunContextKey
- func (*RunContextKey) Descriptor() ([]byte, []int)deprecated
- func (x *RunContextKey) GetAccountId() string
- func (x *RunContextKey) GetExternalId() string
- func (x *RunContextKey) GetJobRunId() string
- func (*RunContextKey) ProtoMessage()
- func (x *RunContextKey) ProtoReflect() protoreflect.Message
- func (x *RunContextKey) Reset()
- func (x *RunContextKey) String() string
- type SSHAuthentication
- func (*SSHAuthentication) Descriptor() ([]byte, []int)deprecated
- func (m *SSHAuthentication) GetAuthConfig() isSSHAuthentication_AuthConfig
- func (x *SSHAuthentication) GetPassphrase() *SSHPassphrase
- func (x *SSHAuthentication) GetPrivateKey() *SSHPrivateKey
- func (*SSHAuthentication) ProtoMessage()
- func (x *SSHAuthentication) ProtoReflect() protoreflect.Message
- func (x *SSHAuthentication) Reset()
- func (x *SSHAuthentication) String() string
- type SSHAuthentication_Passphrase
- type SSHAuthentication_PrivateKey
- type SSHPassphrase
- type SSHPrivateKey
- func (*SSHPrivateKey) Descriptor() ([]byte, []int)deprecated
- func (x *SSHPrivateKey) GetPassphrase() string
- func (x *SSHPrivateKey) GetValue() string
- func (*SSHPrivateKey) ProtoMessage()
- func (x *SSHPrivateKey) ProtoReflect() protoreflect.Message
- func (x *SSHPrivateKey) Reset()
- func (x *SSHPrivateKey) String() string
- type SSHTunnel
- func (*SSHTunnel) Descriptor() ([]byte, []int)deprecated
- func (x *SSHTunnel) GetAuthentication() *SSHAuthentication
- func (x *SSHTunnel) GetHost() string
- func (x *SSHTunnel) GetKnownHostPublicKey() string
- func (x *SSHTunnel) GetPort() int32
- func (x *SSHTunnel) GetUser() string
- func (*SSHTunnel) ProtoMessage()
- func (x *SSHTunnel) ProtoReflect() protoreflect.Message
- func (x *SSHTunnel) Reset()
- func (x *SSHTunnel) String() string
- type SchemaInitStatements
- func (*SchemaInitStatements) Descriptor() ([]byte, []int)deprecated
- func (x *SchemaInitStatements) GetLabel() string
- func (x *SchemaInitStatements) GetStatements() []string
- func (*SchemaInitStatements) ProtoMessage()
- func (x *SchemaInitStatements) ProtoReflect() protoreflect.Message
- func (x *SchemaInitStatements) Reset()
- func (x *SchemaInitStatements) String() string
- type SetAccountOnboardingConfigRequest
- func (*SetAccountOnboardingConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAccountOnboardingConfigRequest) GetAccountId() string
- func (x *SetAccountOnboardingConfigRequest) GetConfig() *AccountOnboardingConfig
- func (*SetAccountOnboardingConfigRequest) ProtoMessage()
- func (x *SetAccountOnboardingConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetAccountOnboardingConfigRequest) Reset()
- func (x *SetAccountOnboardingConfigRequest) String() string
- type SetAccountOnboardingConfigResponse
- func (*SetAccountOnboardingConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetAccountOnboardingConfigResponse) GetConfig() *AccountOnboardingConfig
- func (*SetAccountOnboardingConfigResponse) ProtoMessage()
- func (x *SetAccountOnboardingConfigResponse) ProtoReflect() protoreflect.Message
- func (x *SetAccountOnboardingConfigResponse) Reset()
- func (x *SetAccountOnboardingConfigResponse) String() string
- type SetAccountTemporalConfigRequest
- func (*SetAccountTemporalConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAccountTemporalConfigRequest) GetAccountId() string
- func (x *SetAccountTemporalConfigRequest) GetConfig() *AccountTemporalConfig
- func (*SetAccountTemporalConfigRequest) ProtoMessage()
- func (x *SetAccountTemporalConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetAccountTemporalConfigRequest) Reset()
- func (x *SetAccountTemporalConfigRequest) String() string
- type SetAccountTemporalConfigResponse
- func (*SetAccountTemporalConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetAccountTemporalConfigResponse) GetConfig() *AccountTemporalConfig
- func (*SetAccountTemporalConfigResponse) ProtoMessage()
- func (x *SetAccountTemporalConfigResponse) ProtoReflect() protoreflect.Message
- func (x *SetAccountTemporalConfigResponse) Reset()
- func (x *SetAccountTemporalConfigResponse) String() string
- type SetBillingMeterEventRequest
- func (*SetBillingMeterEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetBillingMeterEventRequest) GetAccountId() string
- func (x *SetBillingMeterEventRequest) GetEventId() string
- func (x *SetBillingMeterEventRequest) GetEventName() string
- func (x *SetBillingMeterEventRequest) GetTimestamp() uint64
- func (x *SetBillingMeterEventRequest) GetValue() string
- func (*SetBillingMeterEventRequest) ProtoMessage()
- func (x *SetBillingMeterEventRequest) ProtoReflect() protoreflect.Message
- func (x *SetBillingMeterEventRequest) Reset()
- func (x *SetBillingMeterEventRequest) String() string
- type SetBillingMeterEventResponse
- func (*SetBillingMeterEventResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetBillingMeterEventResponse) ProtoMessage()
- func (x *SetBillingMeterEventResponse) ProtoReflect() protoreflect.Message
- func (x *SetBillingMeterEventResponse) Reset()
- func (x *SetBillingMeterEventResponse) String() string
- type SetJobSourceSqlConnectionSubsetsRequest
- func (*SetJobSourceSqlConnectionSubsetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobSourceSqlConnectionSubsetsRequest) GetId() string
- func (x *SetJobSourceSqlConnectionSubsetsRequest) GetSchemas() *JobSourceSqlSubetSchemas
- func (x *SetJobSourceSqlConnectionSubsetsRequest) GetSubsetByForeignKeyConstraints() bool
- func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoMessage()
- func (x *SetJobSourceSqlConnectionSubsetsRequest) ProtoReflect() protoreflect.Message
- func (x *SetJobSourceSqlConnectionSubsetsRequest) Reset()
- func (x *SetJobSourceSqlConnectionSubsetsRequest) String() string
- type SetJobSourceSqlConnectionSubsetsResponse
- func (*SetJobSourceSqlConnectionSubsetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobSourceSqlConnectionSubsetsResponse) GetJob() *Job
- func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoMessage()
- func (x *SetJobSourceSqlConnectionSubsetsResponse) ProtoReflect() protoreflect.Message
- func (x *SetJobSourceSqlConnectionSubsetsResponse) Reset()
- func (x *SetJobSourceSqlConnectionSubsetsResponse) String() string
- type SetJobSyncOptionsRequest
- func (*SetJobSyncOptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobSyncOptionsRequest) GetId() string
- func (x *SetJobSyncOptionsRequest) GetSyncOptions() *ActivityOptions
- func (*SetJobSyncOptionsRequest) ProtoMessage()
- func (x *SetJobSyncOptionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetJobSyncOptionsRequest) Reset()
- func (x *SetJobSyncOptionsRequest) String() string
- type SetJobSyncOptionsResponse
- func (*SetJobSyncOptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobSyncOptionsResponse) GetJob() *Job
- func (*SetJobSyncOptionsResponse) ProtoMessage()
- func (x *SetJobSyncOptionsResponse) ProtoReflect() protoreflect.Message
- func (x *SetJobSyncOptionsResponse) Reset()
- func (x *SetJobSyncOptionsResponse) String() string
- type SetJobWorkflowOptionsRequest
- func (*SetJobWorkflowOptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobWorkflowOptionsRequest) GetId() string
- func (x *SetJobWorkflowOptionsRequest) GetWorfklowOptions() *WorkflowOptions
- func (*SetJobWorkflowOptionsRequest) ProtoMessage()
- func (x *SetJobWorkflowOptionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetJobWorkflowOptionsRequest) Reset()
- func (x *SetJobWorkflowOptionsRequest) String() string
- type SetJobWorkflowOptionsResponse
- func (*SetJobWorkflowOptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetJobWorkflowOptionsResponse) GetJob() *Job
- func (*SetJobWorkflowOptionsResponse) ProtoMessage()
- func (x *SetJobWorkflowOptionsResponse) ProtoReflect() protoreflect.Message
- func (x *SetJobWorkflowOptionsResponse) Reset()
- func (x *SetJobWorkflowOptionsResponse) String() string
- type SetPersonalAccountRequest
- type SetPersonalAccountResponse
- func (*SetPersonalAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetPersonalAccountResponse) GetAccountId() string
- func (*SetPersonalAccountResponse) ProtoMessage()
- func (x *SetPersonalAccountResponse) ProtoReflect() protoreflect.Message
- func (x *SetPersonalAccountResponse) Reset()
- func (x *SetPersonalAccountResponse) String() string
- type SetRunContextRequest
- func (*SetRunContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRunContextRequest) GetId() *RunContextKey
- func (x *SetRunContextRequest) GetValue() []byte
- func (*SetRunContextRequest) ProtoMessage()
- func (x *SetRunContextRequest) ProtoReflect() protoreflect.Message
- func (x *SetRunContextRequest) Reset()
- func (x *SetRunContextRequest) String() string
- type SetRunContextResponse
- type SetRunContextsRequest
- func (*SetRunContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRunContextsRequest) GetId() *RunContextKey
- func (x *SetRunContextsRequest) GetValue() []byte
- func (*SetRunContextsRequest) ProtoMessage()
- func (x *SetRunContextsRequest) ProtoReflect() protoreflect.Message
- func (x *SetRunContextsRequest) Reset()
- func (x *SetRunContextsRequest) String() string
- type SetRunContextsResponse
- type SetUserRequest
- type SetUserResponse
- type SqlConnectionOptions
- func (*SqlConnectionOptions) Descriptor() ([]byte, []int)deprecated
- func (x *SqlConnectionOptions) GetMaxConnectionLimit() int32
- func (*SqlConnectionOptions) ProtoMessage()
- func (x *SqlConnectionOptions) ProtoReflect() protoreflect.Message
- func (x *SqlConnectionOptions) Reset()
- func (x *SqlConnectionOptions) String() string
- type SupportedJobType
- func (SupportedJobType) Descriptor() protoreflect.EnumDescriptor
- func (x SupportedJobType) Enum() *SupportedJobType
- func (SupportedJobType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SupportedJobType) Number() protoreflect.EnumNumber
- func (x SupportedJobType) String() string
- func (SupportedJobType) Type() protoreflect.EnumType
- type SystemTransformer
- func (*SystemTransformer) Descriptor() ([]byte, []int)deprecated
- func (x *SystemTransformer) GetConfig() *TransformerConfig
- func (x *SystemTransformer) GetDataType() TransformerDataType
- func (x *SystemTransformer) GetDataTypes() []TransformerDataType
- func (x *SystemTransformer) GetDescription() string
- func (x *SystemTransformer) GetName() string
- func (x *SystemTransformer) GetSource() TransformerSource
- func (x *SystemTransformer) GetSupportedJobTypes() []SupportedJobType
- func (*SystemTransformer) ProtoMessage()
- func (x *SystemTransformer) ProtoReflect() protoreflect.Message
- func (x *SystemTransformer) Reset()
- func (x *SystemTransformer) String() string
- type TerminateJobRunRequest
- func (*TerminateJobRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TerminateJobRunRequest) GetAccountId() string
- func (x *TerminateJobRunRequest) GetJobRunId() string
- func (*TerminateJobRunRequest) ProtoMessage()
- func (x *TerminateJobRunRequest) ProtoReflect() protoreflect.Message
- func (x *TerminateJobRunRequest) Reset()
- func (x *TerminateJobRunRequest) String() string
- type TerminateJobRunResponse
- type TransformCharacterScramble
- func (*TransformCharacterScramble) Descriptor() ([]byte, []int)deprecated
- func (x *TransformCharacterScramble) GetUserProvidedRegex() string
- func (*TransformCharacterScramble) ProtoMessage()
- func (x *TransformCharacterScramble) ProtoReflect() protoreflect.Message
- func (x *TransformCharacterScramble) Reset()
- func (x *TransformCharacterScramble) String() string
- type TransformE164PhoneNumber
- func (*TransformE164PhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *TransformE164PhoneNumber) GetPreserveLength() bool
- func (*TransformE164PhoneNumber) ProtoMessage()
- func (x *TransformE164PhoneNumber) ProtoReflect() protoreflect.Message
- func (x *TransformE164PhoneNumber) Reset()
- func (x *TransformE164PhoneNumber) String() string
- type TransformEmail
- func (*TransformEmail) Descriptor() ([]byte, []int)deprecated
- func (x *TransformEmail) GetEmailType() GenerateEmailType
- func (x *TransformEmail) GetExcludedDomains() []string
- func (x *TransformEmail) GetInvalidEmailAction() InvalidEmailAction
- func (x *TransformEmail) GetPreserveDomain() bool
- func (x *TransformEmail) GetPreserveLength() bool
- func (*TransformEmail) ProtoMessage()
- func (x *TransformEmail) ProtoReflect() protoreflect.Message
- func (x *TransformEmail) Reset()
- func (x *TransformEmail) String() string
- type TransformFirstName
- func (*TransformFirstName) Descriptor() ([]byte, []int)deprecated
- func (x *TransformFirstName) GetPreserveLength() bool
- func (*TransformFirstName) ProtoMessage()
- func (x *TransformFirstName) ProtoReflect() protoreflect.Message
- func (x *TransformFirstName) Reset()
- func (x *TransformFirstName) String() string
- type TransformFloat64
- func (*TransformFloat64) Descriptor() ([]byte, []int)deprecated
- func (x *TransformFloat64) GetRandomizationRangeMax() float64
- func (x *TransformFloat64) GetRandomizationRangeMin() float64
- func (*TransformFloat64) ProtoMessage()
- func (x *TransformFloat64) ProtoReflect() protoreflect.Message
- func (x *TransformFloat64) Reset()
- func (x *TransformFloat64) String() string
- type TransformFullName
- func (*TransformFullName) Descriptor() ([]byte, []int)deprecated
- func (x *TransformFullName) GetPreserveLength() bool
- func (*TransformFullName) ProtoMessage()
- func (x *TransformFullName) ProtoReflect() protoreflect.Message
- func (x *TransformFullName) Reset()
- func (x *TransformFullName) String() string
- type TransformInt64
- func (*TransformInt64) Descriptor() ([]byte, []int)deprecated
- func (x *TransformInt64) GetRandomizationRangeMax() int64
- func (x *TransformInt64) GetRandomizationRangeMin() int64
- func (*TransformInt64) ProtoMessage()
- func (x *TransformInt64) ProtoReflect() protoreflect.Message
- func (x *TransformInt64) Reset()
- func (x *TransformInt64) String() string
- type TransformInt64PhoneNumber
- func (*TransformInt64PhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *TransformInt64PhoneNumber) GetPreserveLength() bool
- func (*TransformInt64PhoneNumber) ProtoMessage()
- func (x *TransformInt64PhoneNumber) ProtoReflect() protoreflect.Message
- func (x *TransformInt64PhoneNumber) Reset()
- func (x *TransformInt64PhoneNumber) String() string
- type TransformJavascript
- func (*TransformJavascript) Descriptor() ([]byte, []int)deprecated
- func (x *TransformJavascript) GetCode() string
- func (*TransformJavascript) ProtoMessage()
- func (x *TransformJavascript) ProtoReflect() protoreflect.Message
- func (x *TransformJavascript) Reset()
- func (x *TransformJavascript) String() string
- type TransformLastName
- func (*TransformLastName) Descriptor() ([]byte, []int)deprecated
- func (x *TransformLastName) GetPreserveLength() bool
- func (*TransformLastName) ProtoMessage()
- func (x *TransformLastName) ProtoReflect() protoreflect.Message
- func (x *TransformLastName) Reset()
- func (x *TransformLastName) String() string
- type TransformPhoneNumber
- func (*TransformPhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *TransformPhoneNumber) GetPreserveLength() bool
- func (*TransformPhoneNumber) ProtoMessage()
- func (x *TransformPhoneNumber) ProtoReflect() protoreflect.Message
- func (x *TransformPhoneNumber) Reset()
- func (x *TransformPhoneNumber) String() string
- type TransformString
- type TransformerConfig
- func (*TransformerConfig) Descriptor() ([]byte, []int)deprecated
- func (m *TransformerConfig) GetConfig() isTransformerConfig_Config
- func (x *TransformerConfig) GetGenerateBoolConfig() *GenerateBool
- func (x *TransformerConfig) GetGenerateCardNumberConfig() *GenerateCardNumber
- func (x *TransformerConfig) GetGenerateCategoricalConfig() *GenerateCategorical
- func (x *TransformerConfig) GetGenerateCityConfig() *GenerateCity
- func (x *TransformerConfig) GetGenerateCountryConfig() *GenerateCountry
- func (x *TransformerConfig) GetGenerateDefaultConfig() *GenerateDefault
- func (x *TransformerConfig) GetGenerateE164PhoneNumberConfig() *GenerateE164PhoneNumber
- func (x *TransformerConfig) GetGenerateEmailConfig() *GenerateEmail
- func (x *TransformerConfig) GetGenerateFirstNameConfig() *GenerateFirstName
- func (x *TransformerConfig) GetGenerateFloat64Config() *GenerateFloat64
- func (x *TransformerConfig) GetGenerateFullAddressConfig() *GenerateFullAddress
- func (x *TransformerConfig) GetGenerateFullNameConfig() *GenerateFullName
- func (x *TransformerConfig) GetGenerateGenderConfig() *GenerateGender
- func (x *TransformerConfig) GetGenerateInt64Config() *GenerateInt64
- func (x *TransformerConfig) GetGenerateInt64PhoneNumberConfig() *GenerateInt64PhoneNumber
- func (x *TransformerConfig) GetGenerateJavascriptConfig() *GenerateJavascript
- func (x *TransformerConfig) GetGenerateLastNameConfig() *GenerateLastName
- func (x *TransformerConfig) GetGenerateSha256HashConfig() *GenerateSha256Hash
- func (x *TransformerConfig) GetGenerateSsnConfig() *GenerateSSN
- func (x *TransformerConfig) GetGenerateStateConfig() *GenerateState
- func (x *TransformerConfig) GetGenerateStreetAddressConfig() *GenerateStreetAddress
- func (x *TransformerConfig) GetGenerateStringConfig() *GenerateString
- func (x *TransformerConfig) GetGenerateStringPhoneNumberConfig() *GenerateStringPhoneNumber
- func (x *TransformerConfig) GetGenerateUnixtimestampConfig() *GenerateUnixTimestamp
- func (x *TransformerConfig) GetGenerateUsernameConfig() *GenerateUsername
- func (x *TransformerConfig) GetGenerateUtctimestampConfig() *GenerateUtcTimestamp
- func (x *TransformerConfig) GetGenerateUuidConfig() *GenerateUuid
- func (x *TransformerConfig) GetGenerateZipcodeConfig() *GenerateZipcode
- func (x *TransformerConfig) GetNullconfig() *Null
- func (x *TransformerConfig) GetPassthroughConfig() *Passthrough
- func (x *TransformerConfig) GetTransformCharacterScrambleConfig() *TransformCharacterScramble
- func (x *TransformerConfig) GetTransformE164PhoneNumberConfig() *TransformE164PhoneNumber
- func (x *TransformerConfig) GetTransformEmailConfig() *TransformEmail
- func (x *TransformerConfig) GetTransformFirstNameConfig() *TransformFirstName
- func (x *TransformerConfig) GetTransformFloat64Config() *TransformFloat64
- func (x *TransformerConfig) GetTransformFullNameConfig() *TransformFullName
- func (x *TransformerConfig) GetTransformInt64Config() *TransformInt64
- func (x *TransformerConfig) GetTransformInt64PhoneNumberConfig() *TransformInt64PhoneNumber
- func (x *TransformerConfig) GetTransformJavascriptConfig() *TransformJavascript
- func (x *TransformerConfig) GetTransformLastNameConfig() *TransformLastName
- func (x *TransformerConfig) GetTransformPhoneNumberConfig() *TransformPhoneNumber
- func (x *TransformerConfig) GetTransformStringConfig() *TransformString
- func (x *TransformerConfig) GetUserDefinedTransformerConfig() *UserDefinedTransformerConfig
- func (*TransformerConfig) ProtoMessage()
- func (x *TransformerConfig) ProtoReflect() protoreflect.Message
- func (x *TransformerConfig) Reset()
- func (x *TransformerConfig) String() string
- type TransformerConfig_GenerateBoolConfig
- type TransformerConfig_GenerateCardNumberConfig
- type TransformerConfig_GenerateCategoricalConfig
- type TransformerConfig_GenerateCityConfig
- type TransformerConfig_GenerateCountryConfig
- type TransformerConfig_GenerateDefaultConfig
- type TransformerConfig_GenerateE164PhoneNumberConfig
- type TransformerConfig_GenerateEmailConfig
- type TransformerConfig_GenerateFirstNameConfig
- type TransformerConfig_GenerateFloat64Config
- type TransformerConfig_GenerateFullAddressConfig
- type TransformerConfig_GenerateFullNameConfig
- type TransformerConfig_GenerateGenderConfig
- type TransformerConfig_GenerateInt64Config
- type TransformerConfig_GenerateInt64PhoneNumberConfig
- type TransformerConfig_GenerateJavascriptConfig
- type TransformerConfig_GenerateLastNameConfig
- type TransformerConfig_GenerateSha256HashConfig
- type TransformerConfig_GenerateSsnConfig
- type TransformerConfig_GenerateStateConfig
- type TransformerConfig_GenerateStreetAddressConfig
- type TransformerConfig_GenerateStringConfig
- type TransformerConfig_GenerateStringPhoneNumberConfig
- type TransformerConfig_GenerateUnixtimestampConfig
- type TransformerConfig_GenerateUsernameConfig
- type TransformerConfig_GenerateUtctimestampConfig
- type TransformerConfig_GenerateUuidConfig
- type TransformerConfig_GenerateZipcodeConfig
- type TransformerConfig_Nullconfig
- type TransformerConfig_PassthroughConfig
- type TransformerConfig_TransformCharacterScrambleConfig
- type TransformerConfig_TransformE164PhoneNumberConfig
- type TransformerConfig_TransformEmailConfig
- type TransformerConfig_TransformFirstNameConfig
- type TransformerConfig_TransformFloat64Config
- type TransformerConfig_TransformFullNameConfig
- type TransformerConfig_TransformInt64Config
- type TransformerConfig_TransformInt64PhoneNumberConfig
- type TransformerConfig_TransformJavascriptConfig
- type TransformerConfig_TransformLastNameConfig
- type TransformerConfig_TransformPhoneNumberConfig
- type TransformerConfig_TransformStringConfig
- type TransformerConfig_UserDefinedTransformerConfig
- type TransformerDataType
- func (TransformerDataType) Descriptor() protoreflect.EnumDescriptor
- func (x TransformerDataType) Enum() *TransformerDataType
- func (TransformerDataType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransformerDataType) Number() protoreflect.EnumNumber
- func (x TransformerDataType) String() string
- func (TransformerDataType) Type() protoreflect.EnumType
- type TransformerSource
- func (TransformerSource) Descriptor() protoreflect.EnumDescriptor
- func (x TransformerSource) Enum() *TransformerSource
- func (TransformerSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransformerSource) Number() protoreflect.EnumNumber
- func (x TransformerSource) String() string
- func (TransformerSource) Type() protoreflect.EnumType
- type UniqueConstraint
- type UniqueConstraints
- func (*UniqueConstraints) Descriptor() ([]byte, []int)deprecated
- func (x *UniqueConstraints) GetConstraints() []*UniqueConstraint
- func (*UniqueConstraints) ProtoMessage()
- func (x *UniqueConstraints) ProtoReflect() protoreflect.Message
- func (x *UniqueConstraints) Reset()
- func (x *UniqueConstraints) String() string
- type UpdateConnectionRequest
- func (*UpdateConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConnectionRequest) GetConnectionConfig() *ConnectionConfig
- func (x *UpdateConnectionRequest) GetId() string
- func (x *UpdateConnectionRequest) GetName() string
- func (*UpdateConnectionRequest) ProtoMessage()
- func (x *UpdateConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConnectionRequest) Reset()
- func (x *UpdateConnectionRequest) String() string
- type UpdateConnectionResponse
- func (*UpdateConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConnectionResponse) GetConnection() *Connection
- func (*UpdateConnectionResponse) ProtoMessage()
- func (x *UpdateConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateConnectionResponse) Reset()
- func (x *UpdateConnectionResponse) String() string
- type UpdateJobDestinationConnectionRequest
- func (*UpdateJobDestinationConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobDestinationConnectionRequest) GetConnectionId() string
- func (x *UpdateJobDestinationConnectionRequest) GetDestinationId() string
- func (x *UpdateJobDestinationConnectionRequest) GetJobId() string
- func (x *UpdateJobDestinationConnectionRequest) GetOptions() *JobDestinationOptions
- func (*UpdateJobDestinationConnectionRequest) ProtoMessage()
- func (x *UpdateJobDestinationConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateJobDestinationConnectionRequest) Reset()
- func (x *UpdateJobDestinationConnectionRequest) String() string
- type UpdateJobDestinationConnectionResponse
- func (*UpdateJobDestinationConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobDestinationConnectionResponse) GetJob() *Job
- func (*UpdateJobDestinationConnectionResponse) ProtoMessage()
- func (x *UpdateJobDestinationConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateJobDestinationConnectionResponse) Reset()
- func (x *UpdateJobDestinationConnectionResponse) String() string
- type UpdateJobScheduleRequest
- func (*UpdateJobScheduleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobScheduleRequest) GetCronSchedule() string
- func (x *UpdateJobScheduleRequest) GetId() string
- func (*UpdateJobScheduleRequest) ProtoMessage()
- func (x *UpdateJobScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateJobScheduleRequest) Reset()
- func (x *UpdateJobScheduleRequest) String() string
- type UpdateJobScheduleResponse
- func (*UpdateJobScheduleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobScheduleResponse) GetJob() *Job
- func (*UpdateJobScheduleResponse) ProtoMessage()
- func (x *UpdateJobScheduleResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateJobScheduleResponse) Reset()
- func (x *UpdateJobScheduleResponse) String() string
- type UpdateJobSourceConnectionRequest
- func (*UpdateJobSourceConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobSourceConnectionRequest) GetId() string
- func (x *UpdateJobSourceConnectionRequest) GetMappings() []*JobMapping
- func (x *UpdateJobSourceConnectionRequest) GetSource() *JobSource
- func (x *UpdateJobSourceConnectionRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
- func (*UpdateJobSourceConnectionRequest) ProtoMessage()
- func (x *UpdateJobSourceConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateJobSourceConnectionRequest) Reset()
- func (x *UpdateJobSourceConnectionRequest) String() string
- type UpdateJobSourceConnectionResponse
- func (*UpdateJobSourceConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobSourceConnectionResponse) GetJob() *Job
- func (*UpdateJobSourceConnectionResponse) ProtoMessage()
- func (x *UpdateJobSourceConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateJobSourceConnectionResponse) Reset()
- func (x *UpdateJobSourceConnectionResponse) String() string
- type UpdateUserDefinedTransformerRequest
- func (*UpdateUserDefinedTransformerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserDefinedTransformerRequest) GetDescription() string
- func (x *UpdateUserDefinedTransformerRequest) GetName() string
- func (x *UpdateUserDefinedTransformerRequest) GetTransformerConfig() *TransformerConfig
- func (x *UpdateUserDefinedTransformerRequest) GetTransformerId() string
- func (*UpdateUserDefinedTransformerRequest) ProtoMessage()
- func (x *UpdateUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserDefinedTransformerRequest) Reset()
- func (x *UpdateUserDefinedTransformerRequest) String() string
- type UpdateUserDefinedTransformerResponse
- func (*UpdateUserDefinedTransformerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserDefinedTransformerResponse) GetTransformer() *UserDefinedTransformer
- func (*UpdateUserDefinedTransformerResponse) ProtoMessage()
- func (x *UpdateUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserDefinedTransformerResponse) Reset()
- func (x *UpdateUserDefinedTransformerResponse) String() string
- type UserAccount
- func (*UserAccount) Descriptor() ([]byte, []int)deprecated
- func (x *UserAccount) GetHasStripeCustomerId() bool
- func (x *UserAccount) GetId() string
- func (x *UserAccount) GetName() string
- func (x *UserAccount) GetType() UserAccountType
- func (*UserAccount) ProtoMessage()
- func (x *UserAccount) ProtoReflect() protoreflect.Message
- func (x *UserAccount) Reset()
- func (x *UserAccount) String() string
- type UserAccountType
- func (UserAccountType) Descriptor() protoreflect.EnumDescriptor
- func (x UserAccountType) Enum() *UserAccountType
- func (UserAccountType) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserAccountType) Number() protoreflect.EnumNumber
- func (x UserAccountType) String() string
- func (UserAccountType) Type() protoreflect.EnumType
- type UserDefinedTransformer
- func (*UserDefinedTransformer) Descriptor() ([]byte, []int)deprecated
- func (x *UserDefinedTransformer) GetAccountId() string
- func (x *UserDefinedTransformer) GetConfig() *TransformerConfig
- func (x *UserDefinedTransformer) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserDefinedTransformer) GetDataType() TransformerDataType
- func (x *UserDefinedTransformer) GetDataTypes() []TransformerDataType
- func (x *UserDefinedTransformer) GetDescription() string
- func (x *UserDefinedTransformer) GetId() string
- func (x *UserDefinedTransformer) GetName() string
- func (x *UserDefinedTransformer) GetSource() TransformerSource
- func (x *UserDefinedTransformer) GetUpdatedAt() *timestamppb.Timestamp
- func (*UserDefinedTransformer) ProtoMessage()
- func (x *UserDefinedTransformer) ProtoReflect() protoreflect.Message
- func (x *UserDefinedTransformer) Reset()
- func (x *UserDefinedTransformer) String() string
- type UserDefinedTransformerConfig
- func (*UserDefinedTransformerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UserDefinedTransformerConfig) GetId() string
- func (*UserDefinedTransformerConfig) ProtoMessage()
- func (x *UserDefinedTransformerConfig) ProtoReflect() protoreflect.Message
- func (x *UserDefinedTransformerConfig) Reset()
- func (x *UserDefinedTransformerConfig) String() string
- type ValidateJobMappingsRequest
- func (*ValidateJobMappingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateJobMappingsRequest) GetAccountId() string
- func (x *ValidateJobMappingsRequest) GetConnectionId() string
- func (x *ValidateJobMappingsRequest) GetMappings() []*JobMapping
- func (x *ValidateJobMappingsRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
- func (*ValidateJobMappingsRequest) ProtoMessage()
- func (x *ValidateJobMappingsRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateJobMappingsRequest) Reset()
- func (x *ValidateJobMappingsRequest) String() string
- type ValidateJobMappingsResponse
- func (*ValidateJobMappingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateJobMappingsResponse) GetColumnErrors() []*ColumnError
- func (x *ValidateJobMappingsResponse) GetDatabaseErrors() *DatabaseError
- func (*ValidateJobMappingsResponse) ProtoMessage()
- func (x *ValidateJobMappingsResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateJobMappingsResponse) Reset()
- func (x *ValidateJobMappingsResponse) String() string
- type ValidateUserJavascriptCodeRequest
- func (*ValidateUserJavascriptCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserJavascriptCodeRequest) GetAccountId() string
- func (x *ValidateUserJavascriptCodeRequest) GetCode() string
- func (*ValidateUserJavascriptCodeRequest) ProtoMessage()
- func (x *ValidateUserJavascriptCodeRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateUserJavascriptCodeRequest) Reset()
- func (x *ValidateUserJavascriptCodeRequest) String() string
- type ValidateUserJavascriptCodeResponse
- func (*ValidateUserJavascriptCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserJavascriptCodeResponse) GetValid() bool
- func (*ValidateUserJavascriptCodeResponse) ProtoMessage()
- func (x *ValidateUserJavascriptCodeResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateUserJavascriptCodeResponse) Reset()
- func (x *ValidateUserJavascriptCodeResponse) String() string
- type ValidateUserRegexCodeRequest
- func (*ValidateUserRegexCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserRegexCodeRequest) GetAccountId() string
- func (x *ValidateUserRegexCodeRequest) GetUserProvidedRegex() string
- func (*ValidateUserRegexCodeRequest) ProtoMessage()
- func (x *ValidateUserRegexCodeRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateUserRegexCodeRequest) Reset()
- func (x *ValidateUserRegexCodeRequest) String() string
- type ValidateUserRegexCodeResponse
- func (*ValidateUserRegexCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateUserRegexCodeResponse) GetValid() bool
- func (*ValidateUserRegexCodeResponse) ProtoMessage()
- func (x *ValidateUserRegexCodeResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateUserRegexCodeResponse) Reset()
- func (x *ValidateUserRegexCodeResponse) String() string
- type VirtualForeignConstraint
- func (*VirtualForeignConstraint) Descriptor() ([]byte, []int)deprecated
- func (x *VirtualForeignConstraint) GetColumns() []string
- func (x *VirtualForeignConstraint) GetForeignKey() *VirtualForeignKey
- func (x *VirtualForeignConstraint) GetSchema() string
- func (x *VirtualForeignConstraint) GetTable() string
- func (*VirtualForeignConstraint) ProtoMessage()
- func (x *VirtualForeignConstraint) ProtoReflect() protoreflect.Message
- func (x *VirtualForeignConstraint) Reset()
- func (x *VirtualForeignConstraint) String() string
- type VirtualForeignKey
- func (*VirtualForeignKey) Descriptor() ([]byte, []int)deprecated
- func (x *VirtualForeignKey) GetColumns() []string
- func (x *VirtualForeignKey) GetSchema() string
- func (x *VirtualForeignKey) GetTable() string
- func (*VirtualForeignKey) ProtoMessage()
- func (x *VirtualForeignKey) ProtoReflect() protoreflect.Message
- func (x *VirtualForeignKey) Reset()
- func (x *VirtualForeignKey) String() string
- type WorkflowOptions
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
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.
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.
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.
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", 46: "TRANSFORMER_SOURCE_GENERATE_COUNTRY", } 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, "TRANSFORMER_SOURCE_GENERATE_COUNTRY": 46, } )
Enum value maps for TransformerSource.
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.
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.
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.
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.
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.
var ( BillingStatus_name = map[int32]string{ 0: "BILLING_STATUS_UNSPECIFIED", 1: "BILLING_STATUS_ACTIVE", 2: "BILLING_STATUS_EXPIRED", } BillingStatus_value = map[string]int32{ "BILLING_STATUS_UNSPECIFIED": 0, "BILLING_STATUS_ACTIVE": 1, "BILLING_STATUS_EXPIRED": 2, } )
Enum value maps for BillingStatus.
var File_mgmt_v1alpha1_api_key_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_auth_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_connection_data_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_connection_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_job_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_metrics_proto protoreflect.FileDescriptor
var File_mgmt_v1alpha1_transformer_proto protoreflect.FileDescriptor
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 (x *AcceptTeamAccountInviteRequest) ProtoReflect() protoreflect.Message
func (*AcceptTeamAccountInviteRequest) Reset ¶
func (x *AcceptTeamAccountInviteRequest) Reset()
func (*AcceptTeamAccountInviteRequest) String ¶
func (x *AcceptTeamAccountInviteRequest) String() string
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 (x *AcceptTeamAccountInviteResponse) GetAccount() *UserAccount
func (*AcceptTeamAccountInviteResponse) ProtoMessage ¶
func (*AcceptTeamAccountInviteResponse) ProtoMessage()
func (*AcceptTeamAccountInviteResponse) ProtoReflect ¶
func (x *AcceptTeamAccountInviteResponse) ProtoReflect() protoreflect.Message
func (*AcceptTeamAccountInviteResponse) Reset ¶
func (x *AcceptTeamAccountInviteResponse) Reset()
func (*AcceptTeamAccountInviteResponse) String ¶
func (x *AcceptTeamAccountInviteResponse) String() string
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
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
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
type AccountOnboardingConfig ¶
type AccountOnboardingConfig struct { // @deprecated - use has_completed_onboarding HasCreatedSourceConnection bool `` /* 144-byte string literal not displayed */ // @deprecated - use has_completed_onboarding HasCreatedDestinationConnection bool `` /* 159-byte string literal not displayed */ // @deprecated - use has_completed_onboarding HasCreatedJob bool `protobuf:"varint,3,opt,name=has_created_job,json=hasCreatedJob,proto3" json:"has_created_job,omitempty"` // @deprecated - use has_completed_onboarding HasInvitedMembers bool `protobuf:"varint,4,opt,name=has_invited_members,json=hasInvitedMembers,proto3" json:"has_invited_members,omitempty"` HasCompletedOnboarding bool `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AccountOnboardingConfig) Descriptor
deprecated
func (*AccountOnboardingConfig) Descriptor() ([]byte, []int)
Deprecated: Use AccountOnboardingConfig.ProtoReflect.Descriptor instead.
func (*AccountOnboardingConfig) GetHasCompletedOnboarding ¶ added in v0.4.73
func (x *AccountOnboardingConfig) GetHasCompletedOnboarding() bool
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
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
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
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
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
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) Descriptor() protoreflect.EnumDescriptor
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 (x ActivityStatus) Number() protoreflect.EnumNumber
func (ActivityStatus) String ¶
func (x ActivityStatus) String() string
func (ActivityStatus) Type ¶
func (ActivityStatus) Type() protoreflect.EnumType
type AiGenerateSourceOptions ¶
type AiGenerateSourceOptions struct { // The connection id that corresponds with an AI-based Neosync connection AiConnectionId string `protobuf:"bytes,1,opt,name=ai_connection_id,json=aiConnectionId,proto3" json:"ai_connection_id,omitempty"` // The list of schemas (and their tables) along with any configuration options that will be used to generate data for. Schemas []*AiGenerateSourceSchemaOption `protobuf:"bytes,2,rep,name=schemas,proto3" json:"schemas,omitempty"` // An optional connection id that will be used as the basis for the shape of data to be generated. 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"` // The batch size that will be used to generate X number of records. This is global and will be applied to all tables configured. GenerateBatchSize *int64 `protobuf:"varint,6,opt,name=generate_batch_size,json=generateBatchSize,proto3,oneof" json:"generate_batch_size,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) GetGenerateBatchSize ¶ added in v0.4.41
func (x *AiGenerateSourceOptions) GetGenerateBatchSize() int64
func (*AiGenerateSourceOptions) GetModelName ¶
func (x *AiGenerateSourceOptions) GetModelName() string
func (*AiGenerateSourceOptions) GetSchemas ¶
func (x *AiGenerateSourceOptions) GetSchemas() []*AiGenerateSourceSchemaOption
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
type AiGenerateSourceSchemaOption ¶
type AiGenerateSourceSchemaOption struct { // The dataabase schema Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` // The list of tables (and their configuration) that reside within the schema to receive generated data 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 (x *AiGenerateSourceSchemaOption) GetTables() []*AiGenerateSourceTableOption
func (*AiGenerateSourceSchemaOption) ProtoMessage ¶
func (*AiGenerateSourceSchemaOption) ProtoMessage()
func (*AiGenerateSourceSchemaOption) ProtoReflect ¶
func (x *AiGenerateSourceSchemaOption) ProtoReflect() protoreflect.Message
func (*AiGenerateSourceSchemaOption) Reset ¶
func (x *AiGenerateSourceSchemaOption) Reset()
func (*AiGenerateSourceSchemaOption) String ¶
func (x *AiGenerateSourceSchemaOption) String() string
type AiGenerateSourceTableOption ¶
type AiGenerateSourceTableOption struct { // The table that will be used to. 1. The schema of the table will be injected into the prompt, of which the resulting data will then be inserted. Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // The total number of records to be generated. 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 (x *AiGenerateSourceTableOption) ProtoReflect() protoreflect.Message
func (*AiGenerateSourceTableOption) Reset ¶
func (x *AiGenerateSourceTableOption) Reset()
func (*AiGenerateSourceTableOption) String ¶
func (x *AiGenerateSourceTableOption) String() string
type AwsDynamoDBStreamConfig ¶ added in v0.4.54
type AwsDynamoDBStreamConfig struct {
// contains filtered or unexported fields
}
func (*AwsDynamoDBStreamConfig) Descriptor
deprecated
added in
v0.4.54
func (*AwsDynamoDBStreamConfig) Descriptor() ([]byte, []int)
Deprecated: Use AwsDynamoDBStreamConfig.ProtoReflect.Descriptor instead.
func (*AwsDynamoDBStreamConfig) ProtoMessage ¶ added in v0.4.54
func (*AwsDynamoDBStreamConfig) ProtoMessage()
func (*AwsDynamoDBStreamConfig) ProtoReflect ¶ added in v0.4.54
func (x *AwsDynamoDBStreamConfig) ProtoReflect() protoreflect.Message
func (*AwsDynamoDBStreamConfig) Reset ¶ added in v0.4.54
func (x *AwsDynamoDBStreamConfig) Reset()
func (*AwsDynamoDBStreamConfig) String ¶ added in v0.4.54
func (x *AwsDynamoDBStreamConfig) String() string
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
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
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 (x *AwsS3DestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*AwsS3DestinationConnectionOptions) Reset ¶
func (x *AwsS3DestinationConnectionOptions) Reset()
func (*AwsS3DestinationConnectionOptions) String ¶
func (x *AwsS3DestinationConnectionOptions) String() string
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
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 (x *AwsS3SourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*AwsS3SourceConnectionOptions) Reset ¶
func (x *AwsS3SourceConnectionOptions) Reset()
func (*AwsS3SourceConnectionOptions) String ¶
func (x *AwsS3SourceConnectionOptions) String() string
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
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 BillingStatus ¶ added in v0.4.70
type BillingStatus int32
const ( BillingStatus_BILLING_STATUS_UNSPECIFIED BillingStatus = 0 // Corresponds to a billing subscription and rolls up various states into active // This may be split into the future to be more granular and mirror the underlying billing system BillingStatus_BILLING_STATUS_ACTIVE BillingStatus = 1 // If the system could not find any active subscriptions BillingStatus_BILLING_STATUS_EXPIRED BillingStatus = 2 )
func (BillingStatus) Descriptor ¶ added in v0.4.70
func (BillingStatus) Descriptor() protoreflect.EnumDescriptor
func (BillingStatus) Enum ¶ added in v0.4.70
func (x BillingStatus) Enum() *BillingStatus
func (BillingStatus) EnumDescriptor
deprecated
added in
v0.4.70
func (BillingStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use BillingStatus.Descriptor instead.
func (BillingStatus) Number ¶ added in v0.4.70
func (x BillingStatus) Number() protoreflect.EnumNumber
func (BillingStatus) String ¶ added in v0.4.70
func (x BillingStatus) String() string
func (BillingStatus) Type ¶ added in v0.4.70
func (BillingStatus) Type() protoreflect.EnumType
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
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
type CheckConnectionConfigByIdRequest ¶ added in v0.4.62
type CheckConnectionConfigByIdRequest struct { // The connection id to validate Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CheckConnectionConfigByIdRequest) Descriptor
deprecated
added in
v0.4.62
func (*CheckConnectionConfigByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckConnectionConfigByIdRequest.ProtoReflect.Descriptor instead.
func (*CheckConnectionConfigByIdRequest) GetId ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdRequest) GetId() string
func (*CheckConnectionConfigByIdRequest) ProtoMessage ¶ added in v0.4.62
func (*CheckConnectionConfigByIdRequest) ProtoMessage()
func (*CheckConnectionConfigByIdRequest) ProtoReflect ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdRequest) ProtoReflect() protoreflect.Message
func (*CheckConnectionConfigByIdRequest) Reset ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdRequest) Reset()
func (*CheckConnectionConfigByIdRequest) String ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdRequest) String() string
type CheckConnectionConfigByIdResponse ¶ added in v0.4.62
type CheckConnectionConfigByIdResponse 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"` // The privileges the role has to the connection Privileges []*ConnectionRolePrivilege `protobuf:"bytes,3,rep,name=privileges,proto3" json:"privileges,omitempty"` // contains filtered or unexported fields }
func (*CheckConnectionConfigByIdResponse) Descriptor
deprecated
added in
v0.4.62
func (*CheckConnectionConfigByIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckConnectionConfigByIdResponse.ProtoReflect.Descriptor instead.
func (*CheckConnectionConfigByIdResponse) GetConnectionError ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) GetConnectionError() string
func (*CheckConnectionConfigByIdResponse) GetIsConnected ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) GetIsConnected() bool
func (*CheckConnectionConfigByIdResponse) GetPrivileges ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) GetPrivileges() []*ConnectionRolePrivilege
func (*CheckConnectionConfigByIdResponse) ProtoMessage ¶ added in v0.4.62
func (*CheckConnectionConfigByIdResponse) ProtoMessage()
func (*CheckConnectionConfigByIdResponse) ProtoReflect ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) ProtoReflect() protoreflect.Message
func (*CheckConnectionConfigByIdResponse) Reset ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) Reset()
func (*CheckConnectionConfigByIdResponse) String ¶ added in v0.4.62
func (x *CheckConnectionConfigByIdResponse) String() string
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 (x *CheckConnectionConfigRequest) ProtoReflect() protoreflect.Message
func (*CheckConnectionConfigRequest) Reset ¶
func (x *CheckConnectionConfigRequest) Reset()
func (*CheckConnectionConfigRequest) String ¶
func (x *CheckConnectionConfigRequest) String() string
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 (x *CheckConnectionConfigResponse) GetPrivileges() []*ConnectionRolePrivilege
func (*CheckConnectionConfigResponse) ProtoMessage ¶
func (*CheckConnectionConfigResponse) ProtoMessage()
func (*CheckConnectionConfigResponse) ProtoReflect ¶
func (x *CheckConnectionConfigResponse) ProtoReflect() protoreflect.Message
func (*CheckConnectionConfigResponse) Reset ¶
func (x *CheckConnectionConfigResponse) Reset()
func (*CheckConnectionConfigResponse) String ¶
func (x *CheckConnectionConfigResponse) String() string
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
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
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
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
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
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
type Connection ¶
type Connection struct { // The unique identifier of the connection Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The unique, friendly name of the connection Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Contains the connection configuration and connection type ConnectionConfig *ConnectionConfig `protobuf:"bytes,3,opt,name=connection_config,json=connectionConfig,proto3" json:"connection_config,omitempty"` // The user id of the user that created the connection CreatedByUserId string `protobuf:"bytes,4,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"` // When the connection was created CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Who last updated the connection UpdatedByUserId string `protobuf:"bytes,6,opt,name=updated_by_user_id,json=updatedByUserId,proto3" json:"updated_by_user_id,omitempty"` // When the connection was last updated UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // The unique account that owns this connection 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
type ConnectionConfig ¶
type ConnectionConfig struct { // Types that are assignable to Config: // // *ConnectionConfig_PgConfig // *ConnectionConfig_AwsS3Config // *ConnectionConfig_MysqlConfig // *ConnectionConfig_LocalDirConfig // *ConnectionConfig_OpenaiConfig // *ConnectionConfig_MongoConfig // *ConnectionConfig_GcpCloudstorageConfig // *ConnectionConfig_DynamodbConfig // *ConnectionConfig_MssqlConfig Config isConnectionConfig_Config `protobuf_oneof:"config"` // contains filtered or unexported fields }
Configuration for all of the supported Neosync connection types
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) GetDynamodbConfig ¶ added in v0.4.48
func (x *ConnectionConfig) GetDynamodbConfig() *DynamoDBConnectionConfig
func (*ConnectionConfig) GetGcpCloudstorageConfig ¶ added in v0.4.40
func (x *ConnectionConfig) GetGcpCloudstorageConfig() *GcpCloudStorageConnectionConfig
func (*ConnectionConfig) GetLocalDirConfig ¶
func (x *ConnectionConfig) GetLocalDirConfig() *LocalDirectoryConnectionConfig
func (*ConnectionConfig) GetMongoConfig ¶ added in v0.4.26
func (x *ConnectionConfig) GetMongoConfig() *MongoConnectionConfig
func (*ConnectionConfig) GetMssqlConfig ¶ added in v0.4.52
func (x *ConnectionConfig) GetMssqlConfig() *MssqlConnectionConfig
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
type ConnectionConfig_AwsS3Config ¶
type ConnectionConfig_AwsS3Config struct { // Configures an AWS S3 Connection AwsS3Config *AwsS3ConnectionConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"` }
type ConnectionConfig_DynamodbConfig ¶ added in v0.4.48
type ConnectionConfig_DynamodbConfig struct { // Configures a DynamoDB Connection DynamodbConfig *DynamoDBConnectionConfig `protobuf:"bytes,8,opt,name=dynamodb_config,json=dynamodbConfig,proto3,oneof"` }
type ConnectionConfig_GcpCloudstorageConfig ¶ added in v0.4.40
type ConnectionConfig_GcpCloudstorageConfig struct { // Configures a GCP Cloud Storage Connection GcpCloudstorageConfig *GcpCloudStorageConnectionConfig `protobuf:"bytes,7,opt,name=gcp_cloudstorage_config,json=gcpCloudstorageConfig,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_MssqlConfig ¶ added in v0.4.52
type ConnectionConfig_MssqlConfig struct { // Configures a Microsoft SQL Server (mssql) Connection MssqlConfig *MssqlConnectionConfig `protobuf:"bytes,9,opt,name=mssql_config,json=mssqlConfig,proto3,oneof"` }
type ConnectionConfig_MysqlConfig ¶
type ConnectionConfig_MysqlConfig struct { // Configures a MySQL connection 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 { // Configures a PostgreSQL connection PgConfig *PostgresConnectionConfig `protobuf:"bytes,1,opt,name=pg_config,json=pgConfig,proto3,oneof"` }
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
type ConnectionSchemaConfig ¶
type ConnectionSchemaConfig struct { // Types that are assignable to Config: // // *ConnectionSchemaConfig_PgConfig // *ConnectionSchemaConfig_AwsS3Config // *ConnectionSchemaConfig_MysqlConfig // *ConnectionSchemaConfig_MongoConfig // *ConnectionSchemaConfig_GcpCloudstorageConfig // *ConnectionSchemaConfig_DynamodbConfig // *ConnectionSchemaConfig_MssqlConfig 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) GetDynamodbConfig ¶ added in v0.4.48
func (x *ConnectionSchemaConfig) GetDynamodbConfig() *DynamoDBSchemaConfig
func (*ConnectionSchemaConfig) GetGcpCloudstorageConfig ¶ added in v0.4.40
func (x *ConnectionSchemaConfig) GetGcpCloudstorageConfig() *GcpCloudStorageSchemaConfig
func (*ConnectionSchemaConfig) GetMongoConfig ¶ added in v0.4.26
func (x *ConnectionSchemaConfig) GetMongoConfig() *MongoSchemaConfig
func (*ConnectionSchemaConfig) GetMssqlConfig ¶ added in v0.4.57
func (x *ConnectionSchemaConfig) GetMssqlConfig() *MssqlSchemaConfig
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
type ConnectionSchemaConfig_AwsS3Config ¶
type ConnectionSchemaConfig_AwsS3Config struct {
AwsS3Config *AwsS3SchemaConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"`
}
type ConnectionSchemaConfig_DynamodbConfig ¶ added in v0.4.48
type ConnectionSchemaConfig_DynamodbConfig struct {
DynamodbConfig *DynamoDBSchemaConfig `protobuf:"bytes,6,opt,name=dynamodb_config,json=dynamodbConfig,proto3,oneof"`
}
type ConnectionSchemaConfig_GcpCloudstorageConfig ¶ added in v0.4.40
type ConnectionSchemaConfig_GcpCloudstorageConfig struct {
GcpCloudstorageConfig *GcpCloudStorageSchemaConfig `protobuf:"bytes,5,opt,name=gcp_cloudstorage_config,json=gcpCloudstorageConfig,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_MssqlConfig ¶ added in v0.4.57
type ConnectionSchemaConfig_MssqlConfig struct {
MssqlConfig *MssqlSchemaConfig `protobuf:"bytes,7,opt,name=mssql_config,json=mssqlConfig,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 // *ConnectionStreamConfig_GcpCloudstorageConfig // *ConnectionStreamConfig_DynamodbConfig 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) GetDynamodbConfig ¶ added in v0.4.54
func (x *ConnectionStreamConfig) GetDynamodbConfig() *AwsDynamoDBStreamConfig
func (*ConnectionStreamConfig) GetGcpCloudstorageConfig ¶ added in v0.4.40
func (x *ConnectionStreamConfig) GetGcpCloudstorageConfig() *GcpCloudStorageStreamConfig
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
type ConnectionStreamConfig_AwsS3Config ¶
type ConnectionStreamConfig_AwsS3Config struct {
AwsS3Config *AwsS3StreamConfig `protobuf:"bytes,2,opt,name=aws_s3_config,json=awsS3Config,proto3,oneof"`
}
type ConnectionStreamConfig_DynamodbConfig ¶ added in v0.4.54
type ConnectionStreamConfig_DynamodbConfig struct {
DynamodbConfig *AwsDynamoDBStreamConfig `protobuf:"bytes,5,opt,name=dynamodb_config,json=dynamodbConfig,proto3,oneof"`
}
type ConnectionStreamConfig_GcpCloudstorageConfig ¶ added in v0.4.40
type ConnectionStreamConfig_GcpCloudstorageConfig struct {
GcpCloudstorageConfig *GcpCloudStorageStreamConfig `protobuf:"bytes,4,opt,name=gcp_cloudstorage_config,json=gcpCloudstorageConfig,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 ConvertPersonalToTeamAccountRequest ¶
type ConvertPersonalToTeamAccountRequest struct { // The name of the team account Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optionally provide the personal account to convert. This may be used in break-glass scenarios where there are multiple personal accounts // And we want to convert one of them. If not provided, it will find the first one and convert it, leaving the other. AccountId *string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3,oneof" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*ConvertPersonalToTeamAccountRequest) Descriptor
deprecated
func (*ConvertPersonalToTeamAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConvertPersonalToTeamAccountRequest.ProtoReflect.Descriptor instead.
func (*ConvertPersonalToTeamAccountRequest) GetAccountId ¶ added in v0.4.72
func (x *ConvertPersonalToTeamAccountRequest) GetAccountId() string
func (*ConvertPersonalToTeamAccountRequest) GetName ¶ added in v0.4.72
func (x *ConvertPersonalToTeamAccountRequest) GetName() string
func (*ConvertPersonalToTeamAccountRequest) ProtoMessage ¶
func (*ConvertPersonalToTeamAccountRequest) ProtoMessage()
func (*ConvertPersonalToTeamAccountRequest) ProtoReflect ¶
func (x *ConvertPersonalToTeamAccountRequest) ProtoReflect() protoreflect.Message
func (*ConvertPersonalToTeamAccountRequest) Reset ¶
func (x *ConvertPersonalToTeamAccountRequest) Reset()
func (*ConvertPersonalToTeamAccountRequest) String ¶
func (x *ConvertPersonalToTeamAccountRequest) String() string
type ConvertPersonalToTeamAccountResponse ¶
type ConvertPersonalToTeamAccountResponse struct { // The id of the team account (will be the same identifier as the personal account) AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // If NeosyncCloud, will respond with a checkout session url so they can setup billing CheckoutSessionUrl *string `protobuf:"bytes,2,opt,name=checkout_session_url,json=checkoutSessionUrl,proto3,oneof" json:"checkout_session_url,omitempty"` // The identifier of the newly created personal account NewPersonalAccountId string `protobuf:"bytes,3,opt,name=new_personal_account_id,json=newPersonalAccountId,proto3" json:"new_personal_account_id,omitempty"` // contains filtered or unexported fields }
func (*ConvertPersonalToTeamAccountResponse) Descriptor
deprecated
func (*ConvertPersonalToTeamAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConvertPersonalToTeamAccountResponse.ProtoReflect.Descriptor instead.
func (*ConvertPersonalToTeamAccountResponse) GetAccountId ¶ added in v0.4.72
func (x *ConvertPersonalToTeamAccountResponse) GetAccountId() string
func (*ConvertPersonalToTeamAccountResponse) GetCheckoutSessionUrl ¶ added in v0.4.72
func (x *ConvertPersonalToTeamAccountResponse) GetCheckoutSessionUrl() string
func (*ConvertPersonalToTeamAccountResponse) GetNewPersonalAccountId ¶ added in v0.4.72
func (x *ConvertPersonalToTeamAccountResponse) GetNewPersonalAccountId() string
func (*ConvertPersonalToTeamAccountResponse) ProtoMessage ¶
func (*ConvertPersonalToTeamAccountResponse) ProtoMessage()
func (*ConvertPersonalToTeamAccountResponse) ProtoReflect ¶
func (x *ConvertPersonalToTeamAccountResponse) ProtoReflect() protoreflect.Message
func (*ConvertPersonalToTeamAccountResponse) Reset ¶
func (x *ConvertPersonalToTeamAccountResponse) Reset()
func (*ConvertPersonalToTeamAccountResponse) String ¶
func (x *ConvertPersonalToTeamAccountResponse) String() string
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 (x *CreateAccountApiKeyRequest) GetExpiresAt() *timestamppb.Timestamp
func (*CreateAccountApiKeyRequest) GetName ¶
func (x *CreateAccountApiKeyRequest) GetName() string
func (*CreateAccountApiKeyRequest) ProtoMessage ¶
func (*CreateAccountApiKeyRequest) ProtoMessage()
func (*CreateAccountApiKeyRequest) ProtoReflect ¶
func (x *CreateAccountApiKeyRequest) ProtoReflect() protoreflect.Message
func (*CreateAccountApiKeyRequest) Reset ¶
func (x *CreateAccountApiKeyRequest) Reset()
func (*CreateAccountApiKeyRequest) String ¶
func (x *CreateAccountApiKeyRequest) String() string
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 (x *CreateAccountApiKeyResponse) GetApiKey() *AccountApiKey
func (*CreateAccountApiKeyResponse) ProtoMessage ¶
func (*CreateAccountApiKeyResponse) ProtoMessage()
func (*CreateAccountApiKeyResponse) ProtoReflect ¶
func (x *CreateAccountApiKeyResponse) ProtoReflect() protoreflect.Message
func (*CreateAccountApiKeyResponse) Reset ¶
func (x *CreateAccountApiKeyResponse) Reset()
func (*CreateAccountApiKeyResponse) String ¶
func (x *CreateAccountApiKeyResponse) String() string
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
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
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 (x *CreateJobDestination) GetOptions() *JobDestinationOptions
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
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 (x *CreateJobDestinationConnectionsRequest) GetDestinations() []*CreateJobDestination
func (*CreateJobDestinationConnectionsRequest) GetJobId ¶
func (x *CreateJobDestinationConnectionsRequest) GetJobId() string
func (*CreateJobDestinationConnectionsRequest) ProtoMessage ¶
func (*CreateJobDestinationConnectionsRequest) ProtoMessage()
func (*CreateJobDestinationConnectionsRequest) ProtoReflect ¶
func (x *CreateJobDestinationConnectionsRequest) ProtoReflect() protoreflect.Message
func (*CreateJobDestinationConnectionsRequest) Reset ¶
func (x *CreateJobDestinationConnectionsRequest) Reset()
func (*CreateJobDestinationConnectionsRequest) String ¶
func (x *CreateJobDestinationConnectionsRequest) String() string
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 (x *CreateJobDestinationConnectionsResponse) GetJob() *Job
func (*CreateJobDestinationConnectionsResponse) ProtoMessage ¶
func (*CreateJobDestinationConnectionsResponse) ProtoMessage()
func (*CreateJobDestinationConnectionsResponse) ProtoReflect ¶
func (x *CreateJobDestinationConnectionsResponse) ProtoReflect() protoreflect.Message
func (*CreateJobDestinationConnectionsResponse) Reset ¶
func (x *CreateJobDestinationConnectionsResponse) Reset()
func (*CreateJobDestinationConnectionsResponse) String ¶
func (x *CreateJobDestinationConnectionsResponse) String() string
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"` VirtualForeignKeys []*VirtualForeignConstraint `protobuf:"bytes,10,rep,name=virtual_foreign_keys,json=virtualForeignKeys,proto3" json:"virtual_foreign_keys,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) GetVirtualForeignKeys ¶ added in v0.4.39
func (x *CreateJobRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
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
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
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
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
type CreateTeamAccountRequest ¶
type CreateTeamAccountRequest struct { // The name of the team account 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
type CreateTeamAccountResponse ¶
type CreateTeamAccountResponse struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // If NeosyncCloud, will respond with a checkout session url so they can setup billing CheckoutSessionUrl *string `protobuf:"bytes,2,opt,name=checkout_session_url,json=checkoutSessionUrl,proto3,oneof" json:"checkout_session_url,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) GetCheckoutSessionUrl ¶ added in v0.4.70
func (x *CreateTeamAccountResponse) GetCheckoutSessionUrl() string
func (*CreateTeamAccountResponse) ProtoMessage ¶
func (*CreateTeamAccountResponse) ProtoMessage()
func (*CreateTeamAccountResponse) ProtoReflect ¶
func (x *CreateTeamAccountResponse) ProtoReflect() protoreflect.Message
func (*CreateTeamAccountResponse) Reset ¶
func (x *CreateTeamAccountResponse) Reset()
func (*CreateTeamAccountResponse) String ¶
func (x *CreateTeamAccountResponse) String() string
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 (x *CreateUserDefinedTransformerRequest) GetName() string
func (*CreateUserDefinedTransformerRequest) GetSource ¶
func (x *CreateUserDefinedTransformerRequest) GetSource() TransformerSource
func (*CreateUserDefinedTransformerRequest) GetTransformerConfig ¶
func (x *CreateUserDefinedTransformerRequest) GetTransformerConfig() *TransformerConfig
func (*CreateUserDefinedTransformerRequest) GetType ¶
func (x *CreateUserDefinedTransformerRequest) GetType() string
func (*CreateUserDefinedTransformerRequest) ProtoMessage ¶
func (*CreateUserDefinedTransformerRequest) ProtoMessage()
func (*CreateUserDefinedTransformerRequest) ProtoReflect ¶
func (x *CreateUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
func (*CreateUserDefinedTransformerRequest) Reset ¶
func (x *CreateUserDefinedTransformerRequest) Reset()
func (*CreateUserDefinedTransformerRequest) String ¶
func (x *CreateUserDefinedTransformerRequest) String() string
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 (x *CreateUserDefinedTransformerResponse) GetTransformer() *UserDefinedTransformer
func (*CreateUserDefinedTransformerResponse) ProtoMessage ¶
func (*CreateUserDefinedTransformerResponse) ProtoMessage()
func (*CreateUserDefinedTransformerResponse) ProtoReflect ¶
func (x *CreateUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
func (*CreateUserDefinedTransformerResponse) Reset ¶
func (x *CreateUserDefinedTransformerResponse) Reset()
func (*CreateUserDefinedTransformerResponse) String ¶
func (x *CreateUserDefinedTransformerResponse) String() string
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
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
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
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) ProtoMessage ¶
func (*Date) ProtoMessage()
func (*Date) ProtoReflect ¶
func (x *Date) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*DayResult) ProtoMessage()
func (*DayResult) ProtoReflect ¶
func (x *DayResult) ProtoReflect() protoreflect.Message
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 (x *DeleteAccountApiKeyRequest) GetId() string
func (*DeleteAccountApiKeyRequest) ProtoMessage ¶
func (*DeleteAccountApiKeyRequest) ProtoMessage()
func (*DeleteAccountApiKeyRequest) ProtoReflect ¶
func (x *DeleteAccountApiKeyRequest) ProtoReflect() protoreflect.Message
func (*DeleteAccountApiKeyRequest) Reset ¶
func (x *DeleteAccountApiKeyRequest) Reset()
func (*DeleteAccountApiKeyRequest) String ¶
func (x *DeleteAccountApiKeyRequest) String() string
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 (x *DeleteAccountApiKeyResponse) ProtoReflect() protoreflect.Message
func (*DeleteAccountApiKeyResponse) Reset ¶
func (x *DeleteAccountApiKeyResponse) Reset()
func (*DeleteAccountApiKeyResponse) String ¶
func (x *DeleteAccountApiKeyResponse) String() string
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
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
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 (x *DeleteJobDestinationConnectionRequest) ProtoReflect() protoreflect.Message
func (*DeleteJobDestinationConnectionRequest) Reset ¶
func (x *DeleteJobDestinationConnectionRequest) Reset()
func (*DeleteJobDestinationConnectionRequest) String ¶
func (x *DeleteJobDestinationConnectionRequest) String() string
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) ProtoMessage()
func (*DeleteJobDestinationConnectionResponse) ProtoReflect ¶
func (x *DeleteJobDestinationConnectionResponse) ProtoReflect() protoreflect.Message
func (*DeleteJobDestinationConnectionResponse) Reset ¶
func (x *DeleteJobDestinationConnectionResponse) Reset()
func (*DeleteJobDestinationConnectionResponse) String ¶
func (x *DeleteJobDestinationConnectionResponse) String() string
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
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
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
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
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 (x *DeleteUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserDefinedTransformerRequest) Reset ¶
func (x *DeleteUserDefinedTransformerRequest) Reset()
func (*DeleteUserDefinedTransformerRequest) String ¶
func (x *DeleteUserDefinedTransformerRequest) String() string
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 (x *DeleteUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserDefinedTransformerResponse) Reset ¶
func (x *DeleteUserDefinedTransformerResponse) Reset()
func (*DeleteUserDefinedTransformerResponse) String ¶
func (x *DeleteUserDefinedTransformerResponse) String() string
type DynamoDBConnectionConfig ¶ added in v0.4.48
type DynamoDBConnectionConfig struct { // Optional credentials that may be provided and will be used to connect to the DynamoDB Instance. // If self-hosting, this may be provided by the environment in lieu of specifying these here Credentials *AwsS3Credentials `protobuf:"bytes,1,opt,name=credentials,proto3,oneof" json:"credentials,omitempty"` // Optionally specify the region that the dynamodb instance lives in if not provided by the environment. Region *string `protobuf:"bytes,2,opt,name=region,proto3,oneof" json:"region,omitempty"` // Optionally specify the endpoint that will be used by the AWS SDK. Endpoint *string `protobuf:"bytes,3,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"` // contains filtered or unexported fields }
Configuration for a DynaomDB Connection
func (*DynamoDBConnectionConfig) Descriptor
deprecated
added in
v0.4.48
func (*DynamoDBConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBConnectionConfig.ProtoReflect.Descriptor instead.
func (*DynamoDBConnectionConfig) GetCredentials ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) GetCredentials() *AwsS3Credentials
func (*DynamoDBConnectionConfig) GetEndpoint ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) GetEndpoint() string
func (*DynamoDBConnectionConfig) GetRegion ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) GetRegion() string
func (*DynamoDBConnectionConfig) ProtoMessage ¶ added in v0.4.48
func (*DynamoDBConnectionConfig) ProtoMessage()
func (*DynamoDBConnectionConfig) ProtoReflect ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) ProtoReflect() protoreflect.Message
func (*DynamoDBConnectionConfig) Reset ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) Reset()
func (*DynamoDBConnectionConfig) String ¶ added in v0.4.48
func (x *DynamoDBConnectionConfig) String() string
type DynamoDBDestinationConnectionOptions ¶ added in v0.4.48
type DynamoDBDestinationConnectionOptions struct { // List of table mappings when piping data from a dynamoDB table to another dynamoDB table TableMappings []*DynamoDBDestinationTableMapping `protobuf:"bytes,1,rep,name=table_mappings,json=tableMappings,proto3" json:"table_mappings,omitempty"` // contains filtered or unexported fields }
Configuration for DynamoDB Destination Connection Job Options
func (*DynamoDBDestinationConnectionOptions) Descriptor
deprecated
added in
v0.4.48
func (*DynamoDBDestinationConnectionOptions) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBDestinationConnectionOptions.ProtoReflect.Descriptor instead.
func (*DynamoDBDestinationConnectionOptions) GetTableMappings ¶ added in v0.4.48
func (x *DynamoDBDestinationConnectionOptions) GetTableMappings() []*DynamoDBDestinationTableMapping
func (*DynamoDBDestinationConnectionOptions) ProtoMessage ¶ added in v0.4.48
func (*DynamoDBDestinationConnectionOptions) ProtoMessage()
func (*DynamoDBDestinationConnectionOptions) ProtoReflect ¶ added in v0.4.48
func (x *DynamoDBDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*DynamoDBDestinationConnectionOptions) Reset ¶ added in v0.4.48
func (x *DynamoDBDestinationConnectionOptions) Reset()
func (*DynamoDBDestinationConnectionOptions) String ¶ added in v0.4.48
func (x *DynamoDBDestinationConnectionOptions) String() string
type DynamoDBDestinationTableMapping ¶ added in v0.4.48
type DynamoDBDestinationTableMapping struct { // The name of the incoming source table SourceTable string `protobuf:"bytes,1,opt,name=source_table,json=sourceTable,proto3" json:"source_table,omitempty"` // The name of the outgoing destination table DestinationTable string `protobuf:"bytes,2,opt,name=destination_table,json=destinationTable,proto3" json:"destination_table,omitempty"` // contains filtered or unexported fields }
Configuration for mapping a source table to a destination table for DynamoDB
func (*DynamoDBDestinationTableMapping) Descriptor
deprecated
added in
v0.4.48
func (*DynamoDBDestinationTableMapping) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBDestinationTableMapping.ProtoReflect.Descriptor instead.
func (*DynamoDBDestinationTableMapping) GetDestinationTable ¶ added in v0.4.48
func (x *DynamoDBDestinationTableMapping) GetDestinationTable() string
func (*DynamoDBDestinationTableMapping) GetSourceTable ¶ added in v0.4.48
func (x *DynamoDBDestinationTableMapping) GetSourceTable() string
func (*DynamoDBDestinationTableMapping) ProtoMessage ¶ added in v0.4.48
func (*DynamoDBDestinationTableMapping) ProtoMessage()
func (*DynamoDBDestinationTableMapping) ProtoReflect ¶ added in v0.4.48
func (x *DynamoDBDestinationTableMapping) ProtoReflect() protoreflect.Message
func (*DynamoDBDestinationTableMapping) Reset ¶ added in v0.4.48
func (x *DynamoDBDestinationTableMapping) Reset()
func (*DynamoDBDestinationTableMapping) String ¶ added in v0.4.48
func (x *DynamoDBDestinationTableMapping) String() string
type DynamoDBSchemaConfig ¶ added in v0.4.48
type DynamoDBSchemaConfig struct {
// contains filtered or unexported fields
}
func (*DynamoDBSchemaConfig) Descriptor
deprecated
added in
v0.4.48
func (*DynamoDBSchemaConfig) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBSchemaConfig.ProtoReflect.Descriptor instead.
func (*DynamoDBSchemaConfig) ProtoMessage ¶ added in v0.4.48
func (*DynamoDBSchemaConfig) ProtoMessage()
func (*DynamoDBSchemaConfig) ProtoReflect ¶ added in v0.4.48
func (x *DynamoDBSchemaConfig) ProtoReflect() protoreflect.Message
func (*DynamoDBSchemaConfig) Reset ¶ added in v0.4.48
func (x *DynamoDBSchemaConfig) Reset()
func (*DynamoDBSchemaConfig) String ¶ added in v0.4.48
func (x *DynamoDBSchemaConfig) String() string
type DynamoDBSourceConnectionOptions ¶ added in v0.4.48
type DynamoDBSourceConnectionOptions struct { // The unique connection id to a dynamodb connection configuration ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // List of table option configurations for any mapped source table. // Any table listed in this must also be present as a job mapping table to be applied. Tables []*DynamoDBSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"` // Default transformations for any unmapped keys UnmappedTransforms *DynamoDBSourceUnmappedTransformConfig `protobuf:"bytes,3,opt,name=unmapped_transforms,json=unmappedTransforms,proto3" json:"unmapped_transforms,omitempty"` // Enforces strong read consistency // False: Eventually Consistent Reads, True: Strongly Consistent Reads // https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html EnableConsistentRead bool `protobuf:"varint,4,opt,name=enable_consistent_read,json=enableConsistentRead,proto3" json:"enable_consistent_read,omitempty"` // contains filtered or unexported fields }
DynamoDB connection options for a job source
func (*DynamoDBSourceConnectionOptions) Descriptor
deprecated
added in
v0.4.48
func (*DynamoDBSourceConnectionOptions) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBSourceConnectionOptions.ProtoReflect.Descriptor instead.
func (*DynamoDBSourceConnectionOptions) GetConnectionId ¶ added in v0.4.48
func (x *DynamoDBSourceConnectionOptions) GetConnectionId() string
func (*DynamoDBSourceConnectionOptions) GetEnableConsistentRead ¶ added in v0.4.51
func (x *DynamoDBSourceConnectionOptions) GetEnableConsistentRead() bool
func (*DynamoDBSourceConnectionOptions) GetTables ¶ added in v0.4.49
func (x *DynamoDBSourceConnectionOptions) GetTables() []*DynamoDBSourceTableOption
func (*DynamoDBSourceConnectionOptions) GetUnmappedTransforms ¶ added in v0.4.51
func (x *DynamoDBSourceConnectionOptions) GetUnmappedTransforms() *DynamoDBSourceUnmappedTransformConfig
func (*DynamoDBSourceConnectionOptions) ProtoMessage ¶ added in v0.4.48
func (*DynamoDBSourceConnectionOptions) ProtoMessage()
func (*DynamoDBSourceConnectionOptions) ProtoReflect ¶ added in v0.4.48
func (x *DynamoDBSourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*DynamoDBSourceConnectionOptions) Reset ¶ added in v0.4.48
func (x *DynamoDBSourceConnectionOptions) Reset()
func (*DynamoDBSourceConnectionOptions) String ¶ added in v0.4.48
func (x *DynamoDBSourceConnectionOptions) String() string
type DynamoDBSourceSchemaSubset ¶ added in v0.4.50
type DynamoDBSourceSchemaSubset struct { Tables []*DynamoDBSourceTableOption `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables,omitempty"` // contains filtered or unexported fields }
func (*DynamoDBSourceSchemaSubset) Descriptor
deprecated
added in
v0.4.50
func (*DynamoDBSourceSchemaSubset) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBSourceSchemaSubset.ProtoReflect.Descriptor instead.
func (*DynamoDBSourceSchemaSubset) GetTables ¶ added in v0.4.50
func (x *DynamoDBSourceSchemaSubset) GetTables() []*DynamoDBSourceTableOption
func (*DynamoDBSourceSchemaSubset) ProtoMessage ¶ added in v0.4.50
func (*DynamoDBSourceSchemaSubset) ProtoMessage()
func (*DynamoDBSourceSchemaSubset) ProtoReflect ¶ added in v0.4.50
func (x *DynamoDBSourceSchemaSubset) ProtoReflect() protoreflect.Message
func (*DynamoDBSourceSchemaSubset) Reset ¶ added in v0.4.50
func (x *DynamoDBSourceSchemaSubset) Reset()
func (*DynamoDBSourceSchemaSubset) String ¶ added in v0.4.50
func (x *DynamoDBSourceSchemaSubset) String() string
type DynamoDBSourceTableOption ¶ added in v0.4.49
type DynamoDBSourceTableOption struct { // The table that this configuration will be applied to Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // An optional PartiQL query that may be used for subsetting the DynamoDB table. // This is not a parameterized query and must be valid. Intended to be everything after the WHERE keyword. WhereClause *string `protobuf:"bytes,2,opt,name=where_clause,json=whereClause,proto3,oneof" json:"where_clause,omitempty"` // contains filtered or unexported fields }
func (*DynamoDBSourceTableOption) Descriptor
deprecated
added in
v0.4.49
func (*DynamoDBSourceTableOption) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBSourceTableOption.ProtoReflect.Descriptor instead.
func (*DynamoDBSourceTableOption) GetTable ¶ added in v0.4.49
func (x *DynamoDBSourceTableOption) GetTable() string
func (*DynamoDBSourceTableOption) GetWhereClause ¶ added in v0.4.49
func (x *DynamoDBSourceTableOption) GetWhereClause() string
func (*DynamoDBSourceTableOption) ProtoMessage ¶ added in v0.4.49
func (*DynamoDBSourceTableOption) ProtoMessage()
func (*DynamoDBSourceTableOption) ProtoReflect ¶ added in v0.4.49
func (x *DynamoDBSourceTableOption) ProtoReflect() protoreflect.Message
func (*DynamoDBSourceTableOption) Reset ¶ added in v0.4.49
func (x *DynamoDBSourceTableOption) Reset()
func (*DynamoDBSourceTableOption) String ¶ added in v0.4.49
func (x *DynamoDBSourceTableOption) String() string
type DynamoDBSourceUnmappedTransformConfig ¶ added in v0.4.51
type DynamoDBSourceUnmappedTransformConfig struct { // Byte B *JobMappingTransformer `protobuf:"bytes,1,opt,name=b,proto3" json:"b,omitempty"` // Boolean Boolean *JobMappingTransformer `protobuf:"bytes,2,opt,name=boolean,proto3" json:"boolean,omitempty"` // Number N *JobMappingTransformer `protobuf:"bytes,4,opt,name=n,proto3" json:"n,omitempty"` // String S *JobMappingTransformer `protobuf:"bytes,6,opt,name=s,proto3" json:"s,omitempty"` // contains filtered or unexported fields }
func (*DynamoDBSourceUnmappedTransformConfig) Descriptor
deprecated
added in
v0.4.51
func (*DynamoDBSourceUnmappedTransformConfig) Descriptor() ([]byte, []int)
Deprecated: Use DynamoDBSourceUnmappedTransformConfig.ProtoReflect.Descriptor instead.
func (*DynamoDBSourceUnmappedTransformConfig) GetB ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) GetB() *JobMappingTransformer
func (*DynamoDBSourceUnmappedTransformConfig) GetBoolean ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) GetBoolean() *JobMappingTransformer
func (*DynamoDBSourceUnmappedTransformConfig) GetN ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) GetN() *JobMappingTransformer
func (*DynamoDBSourceUnmappedTransformConfig) GetS ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) GetS() *JobMappingTransformer
func (*DynamoDBSourceUnmappedTransformConfig) ProtoMessage ¶ added in v0.4.51
func (*DynamoDBSourceUnmappedTransformConfig) ProtoMessage()
func (*DynamoDBSourceUnmappedTransformConfig) ProtoReflect ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) ProtoReflect() protoreflect.Message
func (*DynamoDBSourceUnmappedTransformConfig) Reset ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) Reset()
func (*DynamoDBSourceUnmappedTransformConfig) String ¶ added in v0.4.51
func (x *DynamoDBSourceUnmappedTransformConfig) String() string
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
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
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
type GcpCloudStorageConnectionConfig ¶ added in v0.4.40
type GcpCloudStorageConnectionConfig struct { // The GCP Cloud Storage bucket that will be accessed. Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"` // The path prefix that will be appended to each file PathPrefix *string `protobuf:"bytes,2,opt,name=path_prefix,json=pathPrefix,proto3,oneof" json:"path_prefix,omitempty"` // stringified json of the service account credentials file ServiceAccountCredentials *string `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
Configuration for GCP Cloud Storage Buckets
func (*GcpCloudStorageConnectionConfig) Descriptor
deprecated
added in
v0.4.40
func (*GcpCloudStorageConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use GcpCloudStorageConnectionConfig.ProtoReflect.Descriptor instead.
func (*GcpCloudStorageConnectionConfig) GetBucket ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) GetBucket() string
func (*GcpCloudStorageConnectionConfig) GetPathPrefix ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) GetPathPrefix() string
func (*GcpCloudStorageConnectionConfig) GetServiceAccountCredentials ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) GetServiceAccountCredentials() string
func (*GcpCloudStorageConnectionConfig) ProtoMessage ¶ added in v0.4.40
func (*GcpCloudStorageConnectionConfig) ProtoMessage()
func (*GcpCloudStorageConnectionConfig) ProtoReflect ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) ProtoReflect() protoreflect.Message
func (*GcpCloudStorageConnectionConfig) Reset ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) Reset()
func (*GcpCloudStorageConnectionConfig) String ¶ added in v0.4.40
func (x *GcpCloudStorageConnectionConfig) String() string
type GcpCloudStorageDestinationConnectionOptions ¶ added in v0.4.40
type GcpCloudStorageDestinationConnectionOptions struct {
// contains filtered or unexported fields
}
Configuration for Google Cloud Storage Destination Connection Job Options
func (*GcpCloudStorageDestinationConnectionOptions) Descriptor
deprecated
added in
v0.4.40
func (*GcpCloudStorageDestinationConnectionOptions) Descriptor() ([]byte, []int)
Deprecated: Use GcpCloudStorageDestinationConnectionOptions.ProtoReflect.Descriptor instead.
func (*GcpCloudStorageDestinationConnectionOptions) ProtoMessage ¶ added in v0.4.40
func (*GcpCloudStorageDestinationConnectionOptions) ProtoMessage()
func (*GcpCloudStorageDestinationConnectionOptions) ProtoReflect ¶ added in v0.4.40
func (x *GcpCloudStorageDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*GcpCloudStorageDestinationConnectionOptions) Reset ¶ added in v0.4.40
func (x *GcpCloudStorageDestinationConnectionOptions) Reset()
func (*GcpCloudStorageDestinationConnectionOptions) String ¶ added in v0.4.40
func (x *GcpCloudStorageDestinationConnectionOptions) String() string
type GcpCloudStorageSchemaConfig ¶ added in v0.4.40
type GcpCloudStorageSchemaConfig struct { // Types that are assignable to Id: // // *GcpCloudStorageSchemaConfig_JobId // *GcpCloudStorageSchemaConfig_JobRunId Id isGcpCloudStorageSchemaConfig_Id `protobuf_oneof:"id"` // contains filtered or unexported fields }
func (*GcpCloudStorageSchemaConfig) Descriptor
deprecated
added in
v0.4.40
func (*GcpCloudStorageSchemaConfig) Descriptor() ([]byte, []int)
Deprecated: Use GcpCloudStorageSchemaConfig.ProtoReflect.Descriptor instead.
func (*GcpCloudStorageSchemaConfig) GetId ¶ added in v0.4.40
func (m *GcpCloudStorageSchemaConfig) GetId() isGcpCloudStorageSchemaConfig_Id
func (*GcpCloudStorageSchemaConfig) GetJobId ¶ added in v0.4.40
func (x *GcpCloudStorageSchemaConfig) GetJobId() string
func (*GcpCloudStorageSchemaConfig) GetJobRunId ¶ added in v0.4.40
func (x *GcpCloudStorageSchemaConfig) GetJobRunId() string
func (*GcpCloudStorageSchemaConfig) ProtoMessage ¶ added in v0.4.40
func (*GcpCloudStorageSchemaConfig) ProtoMessage()
func (*GcpCloudStorageSchemaConfig) ProtoReflect ¶ added in v0.4.40
func (x *GcpCloudStorageSchemaConfig) ProtoReflect() protoreflect.Message
func (*GcpCloudStorageSchemaConfig) Reset ¶ added in v0.4.40
func (x *GcpCloudStorageSchemaConfig) Reset()
func (*GcpCloudStorageSchemaConfig) String ¶ added in v0.4.40
func (x *GcpCloudStorageSchemaConfig) String() string
type GcpCloudStorageSchemaConfig_JobId ¶ added in v0.4.40
type GcpCloudStorageSchemaConfig_JobId struct {
JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3,oneof"`
}
type GcpCloudStorageSchemaConfig_JobRunId ¶ added in v0.4.40
type GcpCloudStorageSchemaConfig_JobRunId struct {
JobRunId string `protobuf:"bytes,2,opt,name=job_run_id,json=jobRunId,proto3,oneof"`
}
type GcpCloudStorageStreamConfig ¶ added in v0.4.40
type GcpCloudStorageStreamConfig struct { // Types that are assignable to Id: // // *GcpCloudStorageStreamConfig_JobId // *GcpCloudStorageStreamConfig_JobRunId Id isGcpCloudStorageStreamConfig_Id `protobuf_oneof:"id"` // contains filtered or unexported fields }
func (*GcpCloudStorageStreamConfig) Descriptor
deprecated
added in
v0.4.40
func (*GcpCloudStorageStreamConfig) Descriptor() ([]byte, []int)
Deprecated: Use GcpCloudStorageStreamConfig.ProtoReflect.Descriptor instead.
func (*GcpCloudStorageStreamConfig) GetId ¶ added in v0.4.40
func (m *GcpCloudStorageStreamConfig) GetId() isGcpCloudStorageStreamConfig_Id
func (*GcpCloudStorageStreamConfig) GetJobId ¶ added in v0.4.40
func (x *GcpCloudStorageStreamConfig) GetJobId() string
func (*GcpCloudStorageStreamConfig) GetJobRunId ¶ added in v0.4.40
func (x *GcpCloudStorageStreamConfig) GetJobRunId() string
func (*GcpCloudStorageStreamConfig) ProtoMessage ¶ added in v0.4.40
func (*GcpCloudStorageStreamConfig) ProtoMessage()
func (*GcpCloudStorageStreamConfig) ProtoReflect ¶ added in v0.4.40
func (x *GcpCloudStorageStreamConfig) ProtoReflect() protoreflect.Message
func (*GcpCloudStorageStreamConfig) Reset ¶ added in v0.4.40
func (x *GcpCloudStorageStreamConfig) Reset()
func (*GcpCloudStorageStreamConfig) String ¶ added in v0.4.40
func (x *GcpCloudStorageStreamConfig) String() string
type GcpCloudStorageStreamConfig_JobId ¶ added in v0.4.40
type GcpCloudStorageStreamConfig_JobId struct {
JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3,oneof"`
}
type GcpCloudStorageStreamConfig_JobRunId ¶ added in v0.4.40
type GcpCloudStorageStreamConfig_JobRunId struct {
JobRunId string `protobuf:"bytes,2,opt,name=job_run_id,json=jobRunId,proto3,oneof"`
}
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
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
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
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
type GenerateCountry ¶ added in v0.4.59
type GenerateCountry struct { // An option to return the full country name of the randomly selected country or return the default of a 2-letter country code. GenerateFullName bool `protobuf:"varint,1,opt,name=generate_full_name,json=generateFullName,proto3" json:"generate_full_name,omitempty"` // contains filtered or unexported fields }
func (*GenerateCountry) Descriptor
deprecated
added in
v0.4.59
func (*GenerateCountry) Descriptor() ([]byte, []int)
Deprecated: Use GenerateCountry.ProtoReflect.Descriptor instead.
func (*GenerateCountry) GetGenerateFullName ¶ added in v0.4.59
func (x *GenerateCountry) GetGenerateFullName() bool
func (*GenerateCountry) ProtoMessage ¶ added in v0.4.59
func (*GenerateCountry) ProtoMessage()
func (*GenerateCountry) ProtoReflect ¶ added in v0.4.59
func (x *GenerateCountry) ProtoReflect() protoreflect.Message
func (*GenerateCountry) Reset ¶ added in v0.4.59
func (x *GenerateCountry) Reset()
func (*GenerateCountry) String ¶ added in v0.4.59
func (x *GenerateCountry) String() string
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
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
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
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) Descriptor() protoreflect.EnumDescriptor
func (GenerateEmailType) Enum ¶
func (x GenerateEmailType) Enum() *GenerateEmailType
func (GenerateEmailType) EnumDescriptor
deprecated
func (GenerateEmailType) EnumDescriptor() ([]byte, []int)
Deprecated: Use GenerateEmailType.Descriptor instead.
func (GenerateEmailType) Number ¶
func (x GenerateEmailType) Number() protoreflect.EnumNumber
func (GenerateEmailType) String ¶
func (x GenerateEmailType) String() string
func (GenerateEmailType) Type ¶
func (GenerateEmailType) Type() protoreflect.EnumType
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
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
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
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
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
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
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
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
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
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
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
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 (x *GenerateSourceOptions) GetSchemas() []*GenerateSourceSchemaOption
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
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 (x *GenerateSourceSchemaOption) GetTables() []*GenerateSourceTableOption
func (*GenerateSourceSchemaOption) ProtoMessage ¶
func (*GenerateSourceSchemaOption) ProtoMessage()
func (*GenerateSourceSchemaOption) ProtoReflect ¶
func (x *GenerateSourceSchemaOption) ProtoReflect() protoreflect.Message
func (*GenerateSourceSchemaOption) Reset ¶
func (x *GenerateSourceSchemaOption) Reset()
func (*GenerateSourceSchemaOption) String ¶
func (x *GenerateSourceSchemaOption) String() string
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 (x *GenerateSourceTableOption) ProtoReflect() protoreflect.Message
func (*GenerateSourceTableOption) Reset ¶
func (x *GenerateSourceTableOption) Reset()
func (*GenerateSourceTableOption) String ¶
func (x *GenerateSourceTableOption) String() string
type GenerateState ¶
type GenerateState struct { // An option to return the full state name of the randomly selected state or return the default of a 2-letter state code. GenerateFullName bool `protobuf:"varint,1,opt,name=generate_full_name,json=generateFullName,proto3" json:"generate_full_name,omitempty"` // contains filtered or unexported fields }
func (*GenerateState) Descriptor
deprecated
func (*GenerateState) Descriptor() ([]byte, []int)
Deprecated: Use GenerateState.ProtoReflect.Descriptor instead.
func (*GenerateState) GetGenerateFullName ¶ added in v0.4.47
func (x *GenerateState) GetGenerateFullName() bool
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
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
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
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 (x *GenerateStringPhoneNumber) ProtoReflect() protoreflect.Message
func (*GenerateStringPhoneNumber) Reset ¶
func (x *GenerateStringPhoneNumber) Reset()
func (*GenerateStringPhoneNumber) String ¶
func (x *GenerateStringPhoneNumber) String() string
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
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
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
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
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
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
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
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
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 (x *GetAccountApiKeysResponse) ProtoReflect() protoreflect.Message
func (*GetAccountApiKeysResponse) Reset ¶
func (x *GetAccountApiKeysResponse) Reset()
func (*GetAccountApiKeysResponse) String ¶
func (x *GetAccountApiKeysResponse) String() string
type GetAccountBillingCheckoutSessionRequest ¶ added in v0.4.70
type GetAccountBillingCheckoutSessionRequest struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBillingCheckoutSessionRequest) Descriptor
deprecated
added in
v0.4.70
func (*GetAccountBillingCheckoutSessionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBillingCheckoutSessionRequest.ProtoReflect.Descriptor instead.
func (*GetAccountBillingCheckoutSessionRequest) GetAccountId ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionRequest) GetAccountId() string
func (*GetAccountBillingCheckoutSessionRequest) ProtoMessage ¶ added in v0.4.70
func (*GetAccountBillingCheckoutSessionRequest) ProtoMessage()
func (*GetAccountBillingCheckoutSessionRequest) ProtoReflect ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionRequest) ProtoReflect() protoreflect.Message
func (*GetAccountBillingCheckoutSessionRequest) Reset ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionRequest) Reset()
func (*GetAccountBillingCheckoutSessionRequest) String ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionRequest) String() string
type GetAccountBillingCheckoutSessionResponse ¶ added in v0.4.70
type GetAccountBillingCheckoutSessionResponse struct { // The url that will be redirected to CheckoutSessionUrl string `protobuf:"bytes,1,opt,name=checkout_session_url,json=checkoutSessionUrl,proto3" json:"checkout_session_url,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBillingCheckoutSessionResponse) Descriptor
deprecated
added in
v0.4.70
func (*GetAccountBillingCheckoutSessionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBillingCheckoutSessionResponse.ProtoReflect.Descriptor instead.
func (*GetAccountBillingCheckoutSessionResponse) GetCheckoutSessionUrl ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionResponse) GetCheckoutSessionUrl() string
func (*GetAccountBillingCheckoutSessionResponse) ProtoMessage ¶ added in v0.4.70
func (*GetAccountBillingCheckoutSessionResponse) ProtoMessage()
func (*GetAccountBillingCheckoutSessionResponse) ProtoReflect ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionResponse) ProtoReflect() protoreflect.Message
func (*GetAccountBillingCheckoutSessionResponse) Reset ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionResponse) Reset()
func (*GetAccountBillingCheckoutSessionResponse) String ¶ added in v0.4.70
func (x *GetAccountBillingCheckoutSessionResponse) String() string
type GetAccountBillingPortalSessionRequest ¶ added in v0.4.70
type GetAccountBillingPortalSessionRequest struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBillingPortalSessionRequest) Descriptor
deprecated
added in
v0.4.70
func (*GetAccountBillingPortalSessionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBillingPortalSessionRequest.ProtoReflect.Descriptor instead.
func (*GetAccountBillingPortalSessionRequest) GetAccountId ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionRequest) GetAccountId() string
func (*GetAccountBillingPortalSessionRequest) ProtoMessage ¶ added in v0.4.70
func (*GetAccountBillingPortalSessionRequest) ProtoMessage()
func (*GetAccountBillingPortalSessionRequest) ProtoReflect ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionRequest) ProtoReflect() protoreflect.Message
func (*GetAccountBillingPortalSessionRequest) Reset ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionRequest) Reset()
func (*GetAccountBillingPortalSessionRequest) String ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionRequest) String() string
type GetAccountBillingPortalSessionResponse ¶ added in v0.4.70
type GetAccountBillingPortalSessionResponse struct { // The url that will be redirected to PortalSessionUrl string `protobuf:"bytes,1,opt,name=portal_session_url,json=portalSessionUrl,proto3" json:"portal_session_url,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBillingPortalSessionResponse) Descriptor
deprecated
added in
v0.4.70
func (*GetAccountBillingPortalSessionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBillingPortalSessionResponse.ProtoReflect.Descriptor instead.
func (*GetAccountBillingPortalSessionResponse) GetPortalSessionUrl ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionResponse) GetPortalSessionUrl() string
func (*GetAccountBillingPortalSessionResponse) ProtoMessage ¶ added in v0.4.70
func (*GetAccountBillingPortalSessionResponse) ProtoMessage()
func (*GetAccountBillingPortalSessionResponse) ProtoReflect ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionResponse) ProtoReflect() protoreflect.Message
func (*GetAccountBillingPortalSessionResponse) Reset ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionResponse) Reset()
func (*GetAccountBillingPortalSessionResponse) String ¶ added in v0.4.70
func (x *GetAccountBillingPortalSessionResponse) String() string
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 (x *GetAccountOnboardingConfigRequest) ProtoReflect() protoreflect.Message
func (*GetAccountOnboardingConfigRequest) Reset ¶
func (x *GetAccountOnboardingConfigRequest) Reset()
func (*GetAccountOnboardingConfigRequest) String ¶
func (x *GetAccountOnboardingConfigRequest) String() string
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 (x *GetAccountOnboardingConfigResponse) GetConfig() *AccountOnboardingConfig
func (*GetAccountOnboardingConfigResponse) ProtoMessage ¶
func (*GetAccountOnboardingConfigResponse) ProtoMessage()
func (*GetAccountOnboardingConfigResponse) ProtoReflect ¶
func (x *GetAccountOnboardingConfigResponse) ProtoReflect() protoreflect.Message
func (*GetAccountOnboardingConfigResponse) Reset ¶
func (x *GetAccountOnboardingConfigResponse) Reset()
func (*GetAccountOnboardingConfigResponse) String ¶
func (x *GetAccountOnboardingConfigResponse) String() string
type GetAccountStatusRequest ¶ added in v0.4.65
type GetAccountStatusRequest struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*GetAccountStatusRequest) Descriptor
deprecated
added in
v0.4.65
func (*GetAccountStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountStatusRequest.ProtoReflect.Descriptor instead.
func (*GetAccountStatusRequest) GetAccountId ¶ added in v0.4.65
func (x *GetAccountStatusRequest) GetAccountId() string
func (*GetAccountStatusRequest) ProtoMessage ¶ added in v0.4.65
func (*GetAccountStatusRequest) ProtoMessage()
func (*GetAccountStatusRequest) ProtoReflect ¶ added in v0.4.65
func (x *GetAccountStatusRequest) ProtoReflect() protoreflect.Message
func (*GetAccountStatusRequest) Reset ¶ added in v0.4.65
func (x *GetAccountStatusRequest) Reset()
func (*GetAccountStatusRequest) String ¶ added in v0.4.65
func (x *GetAccountStatusRequest) String() string
type GetAccountStatusResponse ¶ added in v0.4.65
type GetAccountStatusResponse struct { // A count of the currently used records for the current billing period. // This may go over the allowed record count depending on when the record count is polled by the metric system. UsedRecordCount uint64 `protobuf:"varint,1,opt,name=used_record_count,json=usedRecordCount,proto3" json:"used_record_count,omitempty"` // The allowed record count. It will be null if there is no limit. AllowedRecordCount *uint64 `protobuf:"varint,2,opt,name=allowed_record_count,json=allowedRecordCount,proto3,oneof" json:"allowed_record_count,omitempty"` // The current subscription status determined by the billing system. SubscriptionStatus BillingStatus `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetAccountStatusResponse) Descriptor
deprecated
added in
v0.4.65
func (*GetAccountStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountStatusResponse.ProtoReflect.Descriptor instead.
func (*GetAccountStatusResponse) GetAllowedRecordCount ¶ added in v0.4.65
func (x *GetAccountStatusResponse) GetAllowedRecordCount() uint64
func (*GetAccountStatusResponse) GetSubscriptionStatus ¶ added in v0.4.65
func (x *GetAccountStatusResponse) GetSubscriptionStatus() BillingStatus
func (*GetAccountStatusResponse) GetUsedRecordCount ¶ added in v0.4.65
func (x *GetAccountStatusResponse) GetUsedRecordCount() uint64
func (*GetAccountStatusResponse) ProtoMessage ¶ added in v0.4.65
func (*GetAccountStatusResponse) ProtoMessage()
func (*GetAccountStatusResponse) ProtoReflect ¶ added in v0.4.65
func (x *GetAccountStatusResponse) ProtoReflect() protoreflect.Message
func (*GetAccountStatusResponse) Reset ¶ added in v0.4.65
func (x *GetAccountStatusResponse) Reset()
func (*GetAccountStatusResponse) String ¶ added in v0.4.65
func (x *GetAccountStatusResponse) String() string
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 (x *GetAccountTemporalConfigRequest) ProtoReflect() protoreflect.Message
func (*GetAccountTemporalConfigRequest) Reset ¶
func (x *GetAccountTemporalConfigRequest) Reset()
func (*GetAccountTemporalConfigRequest) String ¶
func (x *GetAccountTemporalConfigRequest) String() string
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 (x *GetAccountTemporalConfigResponse) GetConfig() *AccountTemporalConfig
func (*GetAccountTemporalConfigResponse) ProtoMessage ¶
func (*GetAccountTemporalConfigResponse) ProtoMessage()
func (*GetAccountTemporalConfigResponse) ProtoReflect ¶
func (x *GetAccountTemporalConfigResponse) ProtoReflect() protoreflect.Message
func (*GetAccountTemporalConfigResponse) Reset ¶
func (x *GetAccountTemporalConfigResponse) Reset()
func (*GetAccountTemporalConfigResponse) String ¶
func (x *GetAccountTemporalConfigResponse) String() string
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 (x *GetAiGeneratedDataRequest) GetTable() *DatabaseTable
func (*GetAiGeneratedDataRequest) GetUserPrompt ¶
func (x *GetAiGeneratedDataRequest) GetUserPrompt() string
func (*GetAiGeneratedDataRequest) ProtoMessage ¶
func (*GetAiGeneratedDataRequest) ProtoMessage()
func (*GetAiGeneratedDataRequest) ProtoReflect ¶
func (x *GetAiGeneratedDataRequest) ProtoReflect() protoreflect.Message
func (*GetAiGeneratedDataRequest) Reset ¶
func (x *GetAiGeneratedDataRequest) Reset()
func (*GetAiGeneratedDataRequest) String ¶
func (x *GetAiGeneratedDataRequest) String() string
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 (x *GetAiGeneratedDataResponse) ProtoReflect() protoreflect.Message
func (*GetAiGeneratedDataResponse) Reset ¶
func (x *GetAiGeneratedDataResponse) Reset()
func (*GetAiGeneratedDataResponse) String ¶
func (x *GetAiGeneratedDataResponse) String() string
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
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
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
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
type GetBillingAccountsRequest ¶ added in v0.4.71
type GetBillingAccountsRequest struct { // Optional list of account identifiers to filter the response by AccountIds []string `protobuf:"bytes,1,rep,name=account_ids,json=accountIds,proto3" json:"account_ids,omitempty"` // contains filtered or unexported fields }
func (*GetBillingAccountsRequest) Descriptor
deprecated
added in
v0.4.71
func (*GetBillingAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBillingAccountsRequest.ProtoReflect.Descriptor instead.
func (*GetBillingAccountsRequest) GetAccountIds ¶ added in v0.4.71
func (x *GetBillingAccountsRequest) GetAccountIds() []string
func (*GetBillingAccountsRequest) ProtoMessage ¶ added in v0.4.71
func (*GetBillingAccountsRequest) ProtoMessage()
func (*GetBillingAccountsRequest) ProtoReflect ¶ added in v0.4.71
func (x *GetBillingAccountsRequest) ProtoReflect() protoreflect.Message
func (*GetBillingAccountsRequest) Reset ¶ added in v0.4.71
func (x *GetBillingAccountsRequest) Reset()
func (*GetBillingAccountsRequest) String ¶ added in v0.4.71
func (x *GetBillingAccountsRequest) String() string
type GetBillingAccountsResponse ¶ added in v0.4.71
type GetBillingAccountsResponse struct { Accounts []*UserAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
func (*GetBillingAccountsResponse) Descriptor
deprecated
added in
v0.4.71
func (*GetBillingAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBillingAccountsResponse.ProtoReflect.Descriptor instead.
func (*GetBillingAccountsResponse) GetAccounts ¶ added in v0.4.71
func (x *GetBillingAccountsResponse) GetAccounts() []*UserAccount
func (*GetBillingAccountsResponse) ProtoMessage ¶ added in v0.4.71
func (*GetBillingAccountsResponse) ProtoMessage()
func (*GetBillingAccountsResponse) ProtoReflect ¶ added in v0.4.71
func (x *GetBillingAccountsResponse) ProtoReflect() protoreflect.Message
func (*GetBillingAccountsResponse) Reset ¶ added in v0.4.71
func (x *GetBillingAccountsResponse) Reset()
func (*GetBillingAccountsResponse) String ¶ added in v0.4.71
func (x *GetBillingAccountsResponse) String() string
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
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
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 (x *GetConnectionDataStreamRequest) GetStreamConfig() *ConnectionStreamConfig
func (*GetConnectionDataStreamRequest) GetTable ¶
func (x *GetConnectionDataStreamRequest) GetTable() string
func (*GetConnectionDataStreamRequest) ProtoMessage ¶
func (*GetConnectionDataStreamRequest) ProtoMessage()
func (*GetConnectionDataStreamRequest) ProtoReflect ¶
func (x *GetConnectionDataStreamRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionDataStreamRequest) Reset ¶
func (x *GetConnectionDataStreamRequest) Reset()
func (*GetConnectionDataStreamRequest) String ¶
func (x *GetConnectionDataStreamRequest) String() string
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 (x *GetConnectionDataStreamResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionDataStreamResponse) Reset ¶
func (x *GetConnectionDataStreamResponse) Reset()
func (*GetConnectionDataStreamResponse) String ¶
func (x *GetConnectionDataStreamResponse) String() string
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) ProtoMessage()
func (*GetConnectionForeignConstraintsRequest) ProtoReflect ¶
func (x *GetConnectionForeignConstraintsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionForeignConstraintsRequest) Reset ¶
func (x *GetConnectionForeignConstraintsRequest) Reset()
func (*GetConnectionForeignConstraintsRequest) String ¶
func (x *GetConnectionForeignConstraintsRequest) String() string
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 (x *GetConnectionForeignConstraintsResponse) GetTableConstraints() map[string]*ForeignConstraintTables
func (*GetConnectionForeignConstraintsResponse) ProtoMessage ¶
func (*GetConnectionForeignConstraintsResponse) ProtoMessage()
func (*GetConnectionForeignConstraintsResponse) ProtoReflect ¶
func (x *GetConnectionForeignConstraintsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionForeignConstraintsResponse) Reset ¶
func (x *GetConnectionForeignConstraintsResponse) Reset()
func (*GetConnectionForeignConstraintsResponse) String ¶
func (x *GetConnectionForeignConstraintsResponse) String() string
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 (x *GetConnectionInitStatementsRequest) GetOptions() *InitStatementOptions
func (*GetConnectionInitStatementsRequest) ProtoMessage ¶
func (*GetConnectionInitStatementsRequest) ProtoMessage()
func (*GetConnectionInitStatementsRequest) ProtoReflect ¶
func (x *GetConnectionInitStatementsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionInitStatementsRequest) Reset ¶
func (x *GetConnectionInitStatementsRequest) Reset()
func (*GetConnectionInitStatementsRequest) String ¶
func (x *GetConnectionInitStatementsRequest) String() string
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 (x *GetConnectionInitStatementsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionInitStatementsResponse) Reset ¶
func (x *GetConnectionInitStatementsResponse) Reset()
func (*GetConnectionInitStatementsResponse) String ¶
func (x *GetConnectionInitStatementsResponse) String() string
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) ProtoMessage()
func (*GetConnectionPrimaryConstraintsRequest) ProtoReflect ¶
func (x *GetConnectionPrimaryConstraintsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionPrimaryConstraintsRequest) Reset ¶
func (x *GetConnectionPrimaryConstraintsRequest) Reset()
func (*GetConnectionPrimaryConstraintsRequest) String ¶
func (x *GetConnectionPrimaryConstraintsRequest) String() string
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 (x *GetConnectionPrimaryConstraintsResponse) GetTableConstraints() map[string]*PrimaryConstraint
func (*GetConnectionPrimaryConstraintsResponse) ProtoMessage ¶
func (*GetConnectionPrimaryConstraintsResponse) ProtoMessage()
func (*GetConnectionPrimaryConstraintsResponse) ProtoReflect ¶
func (x *GetConnectionPrimaryConstraintsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionPrimaryConstraintsResponse) Reset ¶
func (x *GetConnectionPrimaryConstraintsResponse) Reset()
func (*GetConnectionPrimaryConstraintsResponse) String ¶
func (x *GetConnectionPrimaryConstraintsResponse) String() string
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
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
type GetConnectionSchemaMapRequest ¶ added in v0.4.47
type GetConnectionSchemaMapRequest 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 (*GetConnectionSchemaMapRequest) Descriptor
deprecated
added in
v0.4.47
func (*GetConnectionSchemaMapRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionSchemaMapRequest.ProtoReflect.Descriptor instead.
func (*GetConnectionSchemaMapRequest) GetConnectionId ¶ added in v0.4.47
func (x *GetConnectionSchemaMapRequest) GetConnectionId() string
func (*GetConnectionSchemaMapRequest) GetSchemaConfig ¶ added in v0.4.47
func (x *GetConnectionSchemaMapRequest) GetSchemaConfig() *ConnectionSchemaConfig
func (*GetConnectionSchemaMapRequest) ProtoMessage ¶ added in v0.4.47
func (*GetConnectionSchemaMapRequest) ProtoMessage()
func (*GetConnectionSchemaMapRequest) ProtoReflect ¶ added in v0.4.47
func (x *GetConnectionSchemaMapRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaMapRequest) Reset ¶ added in v0.4.47
func (x *GetConnectionSchemaMapRequest) Reset()
func (*GetConnectionSchemaMapRequest) String ¶ added in v0.4.47
func (x *GetConnectionSchemaMapRequest) String() string
type GetConnectionSchemaMapResponse ¶ added in v0.4.47
type GetConnectionSchemaMapResponse struct { // Returns the database columns separated by the fully qualified <schema>.<table> SchemaMap map[string]*GetConnectionSchemaResponse `` /* 176-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetConnectionSchemaMapResponse) Descriptor
deprecated
added in
v0.4.47
func (*GetConnectionSchemaMapResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionSchemaMapResponse.ProtoReflect.Descriptor instead.
func (*GetConnectionSchemaMapResponse) GetSchemaMap ¶ added in v0.4.47
func (x *GetConnectionSchemaMapResponse) GetSchemaMap() map[string]*GetConnectionSchemaResponse
func (*GetConnectionSchemaMapResponse) ProtoMessage ¶ added in v0.4.47
func (*GetConnectionSchemaMapResponse) ProtoMessage()
func (*GetConnectionSchemaMapResponse) ProtoReflect ¶ added in v0.4.47
func (x *GetConnectionSchemaMapResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaMapResponse) Reset ¶ added in v0.4.47
func (x *GetConnectionSchemaMapResponse) Reset()
func (*GetConnectionSchemaMapResponse) String ¶ added in v0.4.47
func (x *GetConnectionSchemaMapResponse) String() string
type GetConnectionSchemaMapsRequest ¶ added in v0.4.48
type GetConnectionSchemaMapsRequest struct { // List of connection schema maps to request Requests []*GetConnectionSchemaMapRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionSchemaMapsRequest) Descriptor
deprecated
added in
v0.4.48
func (*GetConnectionSchemaMapsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionSchemaMapsRequest.ProtoReflect.Descriptor instead.
func (*GetConnectionSchemaMapsRequest) GetRequests ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsRequest) GetRequests() []*GetConnectionSchemaMapRequest
func (*GetConnectionSchemaMapsRequest) ProtoMessage ¶ added in v0.4.48
func (*GetConnectionSchemaMapsRequest) ProtoMessage()
func (*GetConnectionSchemaMapsRequest) ProtoReflect ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaMapsRequest) Reset ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsRequest) Reset()
func (*GetConnectionSchemaMapsRequest) String ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsRequest) String() string
type GetConnectionSchemaMapsResponse ¶ added in v0.4.48
type GetConnectionSchemaMapsResponse struct { // List of responses in the same order as the input Responses []*GetConnectionSchemaMapResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // Parallel array of each connection id that matches with the response ConnectionIds []string `protobuf:"bytes,2,rep,name=connection_ids,json=connectionIds,proto3" json:"connection_ids,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionSchemaMapsResponse) Descriptor
deprecated
added in
v0.4.48
func (*GetConnectionSchemaMapsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionSchemaMapsResponse.ProtoReflect.Descriptor instead.
func (*GetConnectionSchemaMapsResponse) GetConnectionIds ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsResponse) GetConnectionIds() []string
func (*GetConnectionSchemaMapsResponse) GetResponses ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsResponse) GetResponses() []*GetConnectionSchemaMapResponse
func (*GetConnectionSchemaMapsResponse) ProtoMessage ¶ added in v0.4.48
func (*GetConnectionSchemaMapsResponse) ProtoMessage()
func (*GetConnectionSchemaMapsResponse) ProtoReflect ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaMapsResponse) Reset ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsResponse) Reset()
func (*GetConnectionSchemaMapsResponse) String ¶ added in v0.4.48
func (x *GetConnectionSchemaMapsResponse) String() string
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 (x *GetConnectionSchemaRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaRequest) Reset ¶
func (x *GetConnectionSchemaRequest) Reset()
func (*GetConnectionSchemaRequest) String ¶
func (x *GetConnectionSchemaRequest) String() string
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 (x *GetConnectionSchemaResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionSchemaResponse) Reset ¶
func (x *GetConnectionSchemaResponse) Reset()
func (*GetConnectionSchemaResponse) String ¶
func (x *GetConnectionSchemaResponse) String() string
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 (x *GetConnectionTableConstraintsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionTableConstraintsRequest) Reset ¶ added in v0.4.24
func (x *GetConnectionTableConstraintsRequest) Reset()
func (*GetConnectionTableConstraintsRequest) String ¶ added in v0.4.24
func (x *GetConnectionTableConstraintsRequest) String() string
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 (x *GetConnectionTableConstraintsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionTableConstraintsResponse) Reset ¶ added in v0.4.24
func (x *GetConnectionTableConstraintsResponse) Reset()
func (*GetConnectionTableConstraintsResponse) String ¶ added in v0.4.24
func (x *GetConnectionTableConstraintsResponse) String() string
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 (x *GetConnectionUniqueConstraintsRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionUniqueConstraintsRequest) Reset ¶
func (x *GetConnectionUniqueConstraintsRequest) Reset()
func (*GetConnectionUniqueConstraintsRequest) String ¶
func (x *GetConnectionUniqueConstraintsRequest) String() string
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) ProtoMessage()
func (*GetConnectionUniqueConstraintsResponse) ProtoReflect ¶
func (x *GetConnectionUniqueConstraintsResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionUniqueConstraintsResponse) Reset ¶
func (x *GetConnectionUniqueConstraintsResponse) Reset()
func (*GetConnectionUniqueConstraintsResponse) String ¶
func (x *GetConnectionUniqueConstraintsResponse) String() string
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
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
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 (x *GetDailyMetricCountRequest) GetMetric() RangedMetricName
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 (x *GetDailyMetricCountRequest) ProtoReflect() protoreflect.Message
func (*GetDailyMetricCountRequest) Reset ¶
func (x *GetDailyMetricCountRequest) Reset()
func (*GetDailyMetricCountRequest) String ¶
func (x *GetDailyMetricCountRequest) String() string
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 (x *GetDailyMetricCountResponse) ProtoReflect() protoreflect.Message
func (*GetDailyMetricCountResponse) Reset ¶
func (x *GetDailyMetricCountResponse) Reset()
func (*GetDailyMetricCountResponse) String ¶
func (x *GetDailyMetricCountResponse) String() string
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
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
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
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
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
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
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
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
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 (x *GetJobRunLogsStreamRequest) ProtoReflect() protoreflect.Message
func (*GetJobRunLogsStreamRequest) Reset ¶
func (x *GetJobRunLogsStreamRequest) Reset()
func (*GetJobRunLogsStreamRequest) String ¶
func (x *GetJobRunLogsStreamRequest) String() string
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 (x *GetJobRunLogsStreamResponse) GetTimestamp() *timestamppb.Timestamp
func (*GetJobRunLogsStreamResponse) ProtoMessage ¶
func (*GetJobRunLogsStreamResponse) ProtoMessage()
func (*GetJobRunLogsStreamResponse) ProtoReflect ¶
func (x *GetJobRunLogsStreamResponse) ProtoReflect() protoreflect.Message
func (*GetJobRunLogsStreamResponse) Reset ¶
func (x *GetJobRunLogsStreamResponse) Reset()
func (*GetJobRunLogsStreamResponse) String ¶
func (x *GetJobRunLogsStreamResponse) String() string
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
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
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
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
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
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
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
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
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
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
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 (x *GetMetricCountRequest) GetEnd() *timestamppb.Timestamp
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 (x *GetMetricCountRequest) GetStart() *timestamppb.Timestamp
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
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
type GetRunContextRequest ¶ added in v0.4.54
type GetRunContextRequest struct { Id *RunContextKey `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRunContextRequest) Descriptor
deprecated
added in
v0.4.54
func (*GetRunContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRunContextRequest.ProtoReflect.Descriptor instead.
func (*GetRunContextRequest) GetId ¶ added in v0.4.54
func (x *GetRunContextRequest) GetId() *RunContextKey
func (*GetRunContextRequest) ProtoMessage ¶ added in v0.4.54
func (*GetRunContextRequest) ProtoMessage()
func (*GetRunContextRequest) ProtoReflect ¶ added in v0.4.54
func (x *GetRunContextRequest) ProtoReflect() protoreflect.Message
func (*GetRunContextRequest) Reset ¶ added in v0.4.54
func (x *GetRunContextRequest) Reset()
func (*GetRunContextRequest) String ¶ added in v0.4.54
func (x *GetRunContextRequest) String() string
type GetRunContextResponse ¶ added in v0.4.54
type GetRunContextResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetRunContextResponse) Descriptor
deprecated
added in
v0.4.54
func (*GetRunContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRunContextResponse.ProtoReflect.Descriptor instead.
func (*GetRunContextResponse) GetValue ¶ added in v0.4.54
func (x *GetRunContextResponse) GetValue() []byte
func (*GetRunContextResponse) ProtoMessage ¶ added in v0.4.54
func (*GetRunContextResponse) ProtoMessage()
func (*GetRunContextResponse) ProtoReflect ¶ added in v0.4.54
func (x *GetRunContextResponse) ProtoReflect() protoreflect.Message
func (*GetRunContextResponse) Reset ¶ added in v0.4.54
func (x *GetRunContextResponse) Reset()
func (*GetRunContextResponse) String ¶ added in v0.4.54
func (x *GetRunContextResponse) String() string
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 (x *GetSystemInformationRequest) ProtoReflect() protoreflect.Message
func (*GetSystemInformationRequest) Reset ¶
func (x *GetSystemInformationRequest) Reset()
func (*GetSystemInformationRequest) String ¶
func (x *GetSystemInformationRequest) String() string
type GetSystemInformationResponse ¶
type GetSystemInformationResponse struct { // The Git tagged version Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // The Git commit Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` // The Go compiler flag that was used to build this version of Neosync Compiler string `protobuf:"bytes,3,opt,name=compiler,proto3" json:"compiler,omitempty"` // The Go platform flag that was used to build this version of Neosync 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 (x *GetSystemInformationResponse) GetBuildDate() *timestamppb.Timestamp
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 (x *GetSystemInformationResponse) ProtoReflect() protoreflect.Message
func (*GetSystemInformationResponse) Reset ¶
func (x *GetSystemInformationResponse) Reset()
func (*GetSystemInformationResponse) String ¶
func (x *GetSystemInformationResponse) String() string
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 (x *GetSystemTransformerBySourceRequest) GetSource() TransformerSource
func (*GetSystemTransformerBySourceRequest) ProtoMessage ¶
func (*GetSystemTransformerBySourceRequest) ProtoMessage()
func (*GetSystemTransformerBySourceRequest) ProtoReflect ¶
func (x *GetSystemTransformerBySourceRequest) ProtoReflect() protoreflect.Message
func (*GetSystemTransformerBySourceRequest) Reset ¶
func (x *GetSystemTransformerBySourceRequest) Reset()
func (*GetSystemTransformerBySourceRequest) String ¶
func (x *GetSystemTransformerBySourceRequest) String() string
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 (x *GetSystemTransformerBySourceResponse) GetTransformer() *SystemTransformer
func (*GetSystemTransformerBySourceResponse) ProtoMessage ¶
func (*GetSystemTransformerBySourceResponse) ProtoMessage()
func (*GetSystemTransformerBySourceResponse) ProtoReflect ¶
func (x *GetSystemTransformerBySourceResponse) ProtoReflect() protoreflect.Message
func (*GetSystemTransformerBySourceResponse) Reset ¶
func (x *GetSystemTransformerBySourceResponse) Reset()
func (*GetSystemTransformerBySourceResponse) String ¶
func (x *GetSystemTransformerBySourceResponse) String() string
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 (x *GetSystemTransformersRequest) ProtoReflect() protoreflect.Message
func (*GetSystemTransformersRequest) Reset ¶
func (x *GetSystemTransformersRequest) Reset()
func (*GetSystemTransformersRequest) String ¶
func (x *GetSystemTransformersRequest) String() string
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 (x *GetSystemTransformersResponse) ProtoReflect() protoreflect.Message
func (*GetSystemTransformersResponse) Reset ¶
func (x *GetSystemTransformersResponse) Reset()
func (*GetSystemTransformersResponse) String ¶
func (x *GetSystemTransformersResponse) String() string
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
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
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 (x *GetTeamAccountInvitesRequest) ProtoReflect() protoreflect.Message
func (*GetTeamAccountInvitesRequest) Reset ¶
func (x *GetTeamAccountInvitesRequest) Reset()
func (*GetTeamAccountInvitesRequest) String ¶
func (x *GetTeamAccountInvitesRequest) String() string
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 (x *GetTeamAccountInvitesResponse) ProtoReflect() protoreflect.Message
func (*GetTeamAccountInvitesResponse) Reset ¶
func (x *GetTeamAccountInvitesResponse) Reset()
func (*GetTeamAccountInvitesResponse) String ¶
func (x *GetTeamAccountInvitesResponse) String() string
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 (x *GetTeamAccountMembersRequest) ProtoReflect() protoreflect.Message
func (*GetTeamAccountMembersRequest) Reset ¶
func (x *GetTeamAccountMembersRequest) Reset()
func (*GetTeamAccountMembersRequest) String ¶
func (x *GetTeamAccountMembersRequest) String() string
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 (x *GetTeamAccountMembersResponse) ProtoReflect() protoreflect.Message
func (*GetTeamAccountMembersResponse) Reset ¶
func (x *GetTeamAccountMembersResponse) Reset()
func (*GetTeamAccountMembersResponse) String ¶
func (x *GetTeamAccountMembersResponse) String() string
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
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
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 (x *GetUserDefinedTransformerByIdRequest) ProtoReflect() protoreflect.Message
func (*GetUserDefinedTransformerByIdRequest) Reset ¶
func (x *GetUserDefinedTransformerByIdRequest) Reset()
func (*GetUserDefinedTransformerByIdRequest) String ¶
func (x *GetUserDefinedTransformerByIdRequest) String() string
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 (x *GetUserDefinedTransformerByIdResponse) GetTransformer() *UserDefinedTransformer
func (*GetUserDefinedTransformerByIdResponse) ProtoMessage ¶
func (*GetUserDefinedTransformerByIdResponse) ProtoMessage()
func (*GetUserDefinedTransformerByIdResponse) ProtoReflect ¶
func (x *GetUserDefinedTransformerByIdResponse) ProtoReflect() protoreflect.Message
func (*GetUserDefinedTransformerByIdResponse) Reset ¶
func (x *GetUserDefinedTransformerByIdResponse) Reset()
func (*GetUserDefinedTransformerByIdResponse) String ¶
func (x *GetUserDefinedTransformerByIdResponse) String() string
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 (x *GetUserDefinedTransformersRequest) ProtoReflect() protoreflect.Message
func (*GetUserDefinedTransformersRequest) Reset ¶
func (x *GetUserDefinedTransformersRequest) Reset()
func (*GetUserDefinedTransformersRequest) String ¶
func (x *GetUserDefinedTransformersRequest) String() string
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 (x *GetUserDefinedTransformersResponse) GetTransformers() []*UserDefinedTransformer
func (*GetUserDefinedTransformersResponse) ProtoMessage ¶
func (*GetUserDefinedTransformersResponse) ProtoMessage()
func (*GetUserDefinedTransformersResponse) ProtoReflect ¶
func (x *GetUserDefinedTransformersResponse) ProtoReflect() protoreflect.Message
func (*GetUserDefinedTransformersResponse) Reset ¶
func (x *GetUserDefinedTransformersResponse) Reset()
func (*GetUserDefinedTransformersResponse) String ¶
func (x *GetUserDefinedTransformersResponse) String() string
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
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
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
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) Descriptor() protoreflect.EnumDescriptor
func (InvalidEmailAction) Enum ¶ added in v0.4.24
func (x InvalidEmailAction) Enum() *InvalidEmailAction
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 (x InvalidEmailAction) Number() protoreflect.EnumNumber
func (InvalidEmailAction) String ¶ added in v0.4.24
func (x InvalidEmailAction) String() string
func (InvalidEmailAction) Type ¶ added in v0.4.24
func (InvalidEmailAction) Type() protoreflect.EnumType
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 (x *InviteUserToTeamAccountRequest) ProtoReflect() protoreflect.Message
func (*InviteUserToTeamAccountRequest) Reset ¶
func (x *InviteUserToTeamAccountRequest) Reset()
func (*InviteUserToTeamAccountRequest) String ¶
func (x *InviteUserToTeamAccountRequest) String() string
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 (x *InviteUserToTeamAccountResponse) GetInvite() *AccountInvite
func (*InviteUserToTeamAccountResponse) ProtoMessage ¶
func (*InviteUserToTeamAccountResponse) ProtoMessage()
func (*InviteUserToTeamAccountResponse) ProtoReflect ¶
func (x *InviteUserToTeamAccountResponse) ProtoReflect() protoreflect.Message
func (*InviteUserToTeamAccountResponse) Reset ¶
func (x *InviteUserToTeamAccountResponse) Reset()
func (*InviteUserToTeamAccountResponse) String ¶
func (x *InviteUserToTeamAccountResponse) String() string
type IsAccountStatusValidRequest ¶ added in v0.4.65
type IsAccountStatusValidRequest struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // An optional count of records to be added to the current usage for validation. RequestedRecordCount *uint64 `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IsAccountStatusValidRequest) Descriptor
deprecated
added in
v0.4.65
func (*IsAccountStatusValidRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsAccountStatusValidRequest.ProtoReflect.Descriptor instead.
func (*IsAccountStatusValidRequest) GetAccountId ¶ added in v0.4.65
func (x *IsAccountStatusValidRequest) GetAccountId() string
func (*IsAccountStatusValidRequest) GetRequestedRecordCount ¶ added in v0.4.67
func (x *IsAccountStatusValidRequest) GetRequestedRecordCount() uint64
func (*IsAccountStatusValidRequest) ProtoMessage ¶ added in v0.4.65
func (*IsAccountStatusValidRequest) ProtoMessage()
func (*IsAccountStatusValidRequest) ProtoReflect ¶ added in v0.4.65
func (x *IsAccountStatusValidRequest) ProtoReflect() protoreflect.Message
func (*IsAccountStatusValidRequest) Reset ¶ added in v0.4.65
func (x *IsAccountStatusValidRequest) Reset()
func (*IsAccountStatusValidRequest) String ¶ added in v0.4.65
func (x *IsAccountStatusValidRequest) String() string
type IsAccountStatusValidResponse ¶ added in v0.4.65
type IsAccountStatusValidResponse struct { IsValid bool `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"` // If the account is not valid, a reason for why may be provided. Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"` // Whether or not the process should decide to continue polling for validitiy updates ShouldPoll bool `protobuf:"varint,3,opt,name=should_poll,json=shouldPoll,proto3" json:"should_poll,omitempty"` // contains filtered or unexported fields }
func (*IsAccountStatusValidResponse) Descriptor
deprecated
added in
v0.4.65
func (*IsAccountStatusValidResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsAccountStatusValidResponse.ProtoReflect.Descriptor instead.
func (*IsAccountStatusValidResponse) GetIsValid ¶ added in v0.4.65
func (x *IsAccountStatusValidResponse) GetIsValid() bool
func (*IsAccountStatusValidResponse) GetReason ¶ added in v0.4.67
func (x *IsAccountStatusValidResponse) GetReason() string
func (*IsAccountStatusValidResponse) GetShouldPoll ¶ added in v0.4.72
func (x *IsAccountStatusValidResponse) GetShouldPoll() bool
func (*IsAccountStatusValidResponse) ProtoMessage ¶ added in v0.4.65
func (*IsAccountStatusValidResponse) ProtoMessage()
func (*IsAccountStatusValidResponse) ProtoReflect ¶ added in v0.4.65
func (x *IsAccountStatusValidResponse) ProtoReflect() protoreflect.Message
func (*IsAccountStatusValidResponse) Reset ¶ added in v0.4.65
func (x *IsAccountStatusValidResponse) Reset()
func (*IsAccountStatusValidResponse) String ¶ added in v0.4.65
func (x *IsAccountStatusValidResponse) String() string
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 (x *IsConnectionNameAvailableRequest) ProtoReflect() protoreflect.Message
func (*IsConnectionNameAvailableRequest) Reset ¶
func (x *IsConnectionNameAvailableRequest) Reset()
func (*IsConnectionNameAvailableRequest) String ¶
func (x *IsConnectionNameAvailableRequest) String() string
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 (x *IsConnectionNameAvailableResponse) ProtoReflect() protoreflect.Message
func (*IsConnectionNameAvailableResponse) Reset ¶
func (x *IsConnectionNameAvailableResponse) Reset()
func (*IsConnectionNameAvailableResponse) String ¶
func (x *IsConnectionNameAvailableResponse) String() string
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 (x *IsJobNameAvailableRequest) ProtoReflect() protoreflect.Message
func (*IsJobNameAvailableRequest) Reset ¶
func (x *IsJobNameAvailableRequest) Reset()
func (*IsJobNameAvailableRequest) String ¶
func (x *IsJobNameAvailableRequest) String() string
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 (x *IsJobNameAvailableResponse) ProtoReflect() protoreflect.Message
func (*IsJobNameAvailableResponse) Reset ¶
func (x *IsJobNameAvailableResponse) Reset()
func (*IsJobNameAvailableResponse) String ¶
func (x *IsJobNameAvailableResponse) String() string
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 (x *IsTransformerNameAvailableRequest) ProtoReflect() protoreflect.Message
func (*IsTransformerNameAvailableRequest) Reset ¶
func (x *IsTransformerNameAvailableRequest) Reset()
func (*IsTransformerNameAvailableRequest) String ¶
func (x *IsTransformerNameAvailableRequest) String() string
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 (x *IsTransformerNameAvailableResponse) ProtoReflect() protoreflect.Message
func (*IsTransformerNameAvailableResponse) Reset ¶
func (x *IsTransformerNameAvailableResponse) Reset()
func (*IsTransformerNameAvailableResponse) String ¶
func (x *IsTransformerNameAvailableResponse) String() string
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
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
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"` VirtualForeignKeys []*VirtualForeignConstraint `protobuf:"bytes,14,rep,name=virtual_foreign_keys,json=virtualForeignKeys,proto3" json:"virtual_foreign_keys,omitempty"` // contains filtered or unexported fields }
func (*Job) Descriptor
deprecated
func (*Job) GetAccountId ¶
func (*Job) GetCreatedAt ¶
func (x *Job) GetCreatedAt() *timestamppb.Timestamp
func (*Job) GetCreatedByUserId ¶
func (*Job) GetCronSchedule ¶
func (*Job) GetDestinations ¶
func (x *Job) GetDestinations() []*JobDestination
func (*Job) GetMappings ¶
func (x *Job) GetMappings() []*JobMapping
func (*Job) GetSyncOptions ¶
func (x *Job) GetSyncOptions() *ActivityOptions
func (*Job) GetUpdatedAt ¶
func (x *Job) GetUpdatedAt() *timestamppb.Timestamp
func (*Job) GetUpdatedByUserId ¶
func (*Job) GetVirtualForeignKeys ¶ added in v0.4.39
func (x *Job) GetVirtualForeignKeys() []*VirtualForeignConstraint
func (*Job) GetWorkflowOptions ¶
func (x *Job) GetWorkflowOptions() *WorkflowOptions
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
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
type JobDestinationOptions ¶
type JobDestinationOptions struct { // Types that are assignable to Config: // // *JobDestinationOptions_PostgresOptions // *JobDestinationOptions_AwsS3Options // *JobDestinationOptions_MysqlOptions // *JobDestinationOptions_MongodbOptions // *JobDestinationOptions_GcpCloudstorageOptions // *JobDestinationOptions_DynamodbOptions // *JobDestinationOptions_MssqlOptions 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 (x *JobDestinationOptions) GetAwsS3Options() *AwsS3DestinationConnectionOptions
func (*JobDestinationOptions) GetConfig ¶
func (m *JobDestinationOptions) GetConfig() isJobDestinationOptions_Config
func (*JobDestinationOptions) GetDynamodbOptions ¶ added in v0.4.48
func (x *JobDestinationOptions) GetDynamodbOptions() *DynamoDBDestinationConnectionOptions
func (*JobDestinationOptions) GetGcpCloudstorageOptions ¶ added in v0.4.40
func (x *JobDestinationOptions) GetGcpCloudstorageOptions() *GcpCloudStorageDestinationConnectionOptions
func (*JobDestinationOptions) GetMongodbOptions ¶ added in v0.4.26
func (x *JobDestinationOptions) GetMongodbOptions() *MongoDBDestinationConnectionOptions
func (*JobDestinationOptions) GetMssqlOptions ¶ added in v0.4.52
func (x *JobDestinationOptions) GetMssqlOptions() *MssqlDestinationConnectionOptions
func (*JobDestinationOptions) GetMysqlOptions ¶
func (x *JobDestinationOptions) GetMysqlOptions() *MysqlDestinationConnectionOptions
func (*JobDestinationOptions) GetPostgresOptions ¶
func (x *JobDestinationOptions) GetPostgresOptions() *PostgresDestinationConnectionOptions
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
type JobDestinationOptions_AwsS3Options ¶
type JobDestinationOptions_AwsS3Options struct {
AwsS3Options *AwsS3DestinationConnectionOptions `protobuf:"bytes,2,opt,name=aws_s3_options,json=awsS3Options,proto3,oneof"`
}
type JobDestinationOptions_DynamodbOptions ¶ added in v0.4.48
type JobDestinationOptions_DynamodbOptions struct { // Destination Connection options for DynamoDB DynamodbOptions *DynamoDBDestinationConnectionOptions `protobuf:"bytes,6,opt,name=dynamodb_options,json=dynamodbOptions,proto3,oneof"` }
type JobDestinationOptions_GcpCloudstorageOptions ¶ added in v0.4.40
type JobDestinationOptions_GcpCloudstorageOptions struct { // Destination Connecton options for Google Cloud Storage GcpCloudstorageOptions *GcpCloudStorageDestinationConnectionOptions `protobuf:"bytes,5,opt,name=gcp_cloudstorage_options,json=gcpCloudstorageOptions,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_MssqlOptions ¶ added in v0.4.52
type JobDestinationOptions_MssqlOptions struct { // Destination Connection options for Microsoft SQL Server MssqlOptions *MssqlDestinationConnectionOptions `protobuf:"bytes,7,opt,name=mssql_options,json=mssqlOptions,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 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
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 (x *JobMappingTransformer) GetSource() TransformerSource
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
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
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
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) GetCompletedAt ¶
func (x *JobRun) GetCompletedAt() *timestamppb.Timestamp
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
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
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
type JobRunEventMetadata_SyncMetadata ¶
type JobRunEventMetadata_SyncMetadata struct {
SyncMetadata *JobRunSyncMetadata `protobuf:"bytes,1,opt,name=sync_metadata,json=syncMetadata,proto3,oneof"`
}
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
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
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) Descriptor() protoreflect.EnumDescriptor
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 (x JobRunStatus) Number() protoreflect.EnumNumber
func (JobRunStatus) String ¶
func (x JobRunStatus) String() string
func (JobRunStatus) Type ¶
func (JobRunStatus) Type() protoreflect.EnumType
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
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) GetOptions ¶
func (x *JobSource) GetOptions() *JobSourceOptions
func (*JobSource) ProtoMessage ¶
func (*JobSource) ProtoMessage()
func (*JobSource) ProtoReflect ¶
func (x *JobSource) ProtoReflect() protoreflect.Message
type JobSourceOptions ¶
type JobSourceOptions struct { // Types that are assignable to Config: // // *JobSourceOptions_Postgres // *JobSourceOptions_AwsS3 // *JobSourceOptions_Mysql // *JobSourceOptions_Generate // *JobSourceOptions_AiGenerate // *JobSourceOptions_Mongodb // *JobSourceOptions_Dynamodb // *JobSourceOptions_Mssql 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 (x *JobSourceOptions) GetAwsS3() *AwsS3SourceConnectionOptions
func (*JobSourceOptions) GetConfig ¶
func (m *JobSourceOptions) GetConfig() isJobSourceOptions_Config
func (*JobSourceOptions) GetDynamodb ¶ added in v0.4.48
func (x *JobSourceOptions) GetDynamodb() *DynamoDBSourceConnectionOptions
func (*JobSourceOptions) GetGenerate ¶
func (x *JobSourceOptions) GetGenerate() *GenerateSourceOptions
func (*JobSourceOptions) GetMongodb ¶ added in v0.4.26
func (x *JobSourceOptions) GetMongodb() *MongoDBSourceConnectionOptions
func (*JobSourceOptions) GetMssql ¶ added in v0.4.52
func (x *JobSourceOptions) GetMssql() *MssqlSourceConnectionOptions
func (*JobSourceOptions) GetMysql ¶
func (x *JobSourceOptions) GetMysql() *MysqlSourceConnectionOptions
func (*JobSourceOptions) GetPostgres ¶
func (x *JobSourceOptions) GetPostgres() *PostgresSourceConnectionOptions
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
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_Dynamodb ¶ added in v0.4.48
type JobSourceOptions_Dynamodb struct {
Dynamodb *DynamoDBSourceConnectionOptions `protobuf:"bytes,7,opt,name=dynamodb,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_Mssql ¶ added in v0.4.52
type JobSourceOptions_Mssql struct {
Mssql *MssqlSourceConnectionOptions `protobuf:"bytes,8,opt,name=mssql,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 // *JobSourceSqlSubetSchemas_DynamodbSubset // *JobSourceSqlSubetSchemas_MssqlSubset 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) GetDynamodbSubset ¶ added in v0.4.50
func (x *JobSourceSqlSubetSchemas) GetDynamodbSubset() *DynamoDBSourceSchemaSubset
func (*JobSourceSqlSubetSchemas) GetMssqlSubset ¶ added in v0.4.52
func (x *JobSourceSqlSubetSchemas) GetMssqlSubset() *MssqlSourceSchemaSubset
func (*JobSourceSqlSubetSchemas) GetMysqlSubset ¶
func (x *JobSourceSqlSubetSchemas) GetMysqlSubset() *MysqlSourceSchemaSubset
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
type JobSourceSqlSubetSchemas_DynamodbSubset ¶ added in v0.4.50
type JobSourceSqlSubetSchemas_DynamodbSubset struct {
DynamodbSubset *DynamoDBSourceSchemaSubset `protobuf:"bytes,4,opt,name=dynamodb_subset,json=dynamodbSubset,proto3,oneof"`
}
type JobSourceSqlSubetSchemas_MssqlSubset ¶ added in v0.4.52
type JobSourceSqlSubetSchemas_MssqlSubset struct {
MssqlSubset *MssqlSourceSchemaSubset `protobuf:"bytes,5,opt,name=mssql_subset,json=mssqlSubset,proto3,oneof"`
}
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 JobStatus ¶
type JobStatus int32
func (JobStatus) Descriptor ¶
func (JobStatus) Descriptor() protoreflect.EnumDescriptor
func (JobStatus) EnumDescriptor
deprecated
func (JobStatus) Number ¶
func (x JobStatus) Number() protoreflect.EnumNumber
func (JobStatus) Type ¶
func (JobStatus) Type() protoreflect.EnumType
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
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 (x *LocalDirectoryConnectionConfig) GetPath() string
func (*LocalDirectoryConnectionConfig) ProtoMessage ¶
func (*LocalDirectoryConnectionConfig) ProtoMessage()
func (*LocalDirectoryConnectionConfig) ProtoReflect ¶
func (x *LocalDirectoryConnectionConfig) ProtoReflect() protoreflect.Message
func (*LocalDirectoryConnectionConfig) Reset ¶
func (x *LocalDirectoryConnectionConfig) Reset()
func (*LocalDirectoryConnectionConfig) String ¶
func (x *LocalDirectoryConnectionConfig) String() string
type LogLevel ¶
type LogLevel int32
func (LogLevel) Descriptor ¶
func (LogLevel) Descriptor() protoreflect.EnumDescriptor
func (LogLevel) EnumDescriptor
deprecated
func (LogLevel) Number ¶
func (x LogLevel) Number() protoreflect.EnumNumber
func (LogLevel) Type ¶
func (LogLevel) Type() protoreflect.EnumType
type LogWindow ¶
type LogWindow int32
func (LogWindow) Descriptor ¶
func (LogWindow) Descriptor() protoreflect.EnumDescriptor
func (LogWindow) EnumDescriptor
deprecated
func (LogWindow) Number ¶
func (x LogWindow) Number() protoreflect.EnumNumber
func (LogWindow) Type ¶
func (LogWindow) Type() protoreflect.EnumType
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
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
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
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 (x *MongoDBDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*MongoDBDestinationConnectionOptions) Reset ¶ added in v0.4.26
func (x *MongoDBDestinationConnectionOptions) Reset()
func (*MongoDBDestinationConnectionOptions) String ¶ added in v0.4.26
func (x *MongoDBDestinationConnectionOptions) String() string
type MongoDBSourceConnectionOptions ¶ added in v0.4.26
type MongoDBSourceConnectionOptions struct { // The unique connection id to a mongo connection configuration ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
MongoDB connection options for a job source
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 (x *MongoDBSourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*MongoDBSourceConnectionOptions) Reset ¶ added in v0.4.26
func (x *MongoDBSourceConnectionOptions) Reset()
func (*MongoDBSourceConnectionOptions) String ¶ added in v0.4.26
func (x *MongoDBSourceConnectionOptions) String() string
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
type MssqlConnectionConfig ¶ added in v0.4.52
type MssqlConnectionConfig struct { // May provide a raw string url or in the future other methods of connection // // Types that are assignable to ConnectionConfig: // // *MssqlConnectionConfig_Url ConnectionConfig isMssqlConnectionConfig_ConnectionConfig `protobuf_oneof:"connection_config"` ConnectionOptions *SqlConnectionOptions `protobuf:"bytes,2,opt,name=connection_options,json=connectionOptions,proto3" json:"connection_options,omitempty"` // 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"` // contains filtered or unexported fields }
Configuration for a Mssql Connection
func (*MssqlConnectionConfig) Descriptor
deprecated
added in
v0.4.52
func (*MssqlConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use MssqlConnectionConfig.ProtoReflect.Descriptor instead.
func (*MssqlConnectionConfig) GetConnectionConfig ¶ added in v0.4.52
func (m *MssqlConnectionConfig) GetConnectionConfig() isMssqlConnectionConfig_ConnectionConfig
func (*MssqlConnectionConfig) GetConnectionOptions ¶ added in v0.4.52
func (x *MssqlConnectionConfig) GetConnectionOptions() *SqlConnectionOptions
func (*MssqlConnectionConfig) GetTunnel ¶ added in v0.4.57
func (x *MssqlConnectionConfig) GetTunnel() *SSHTunnel
func (*MssqlConnectionConfig) GetUrl ¶ added in v0.4.52
func (x *MssqlConnectionConfig) GetUrl() string
func (*MssqlConnectionConfig) ProtoMessage ¶ added in v0.4.52
func (*MssqlConnectionConfig) ProtoMessage()
func (*MssqlConnectionConfig) ProtoReflect ¶ added in v0.4.52
func (x *MssqlConnectionConfig) ProtoReflect() protoreflect.Message
func (*MssqlConnectionConfig) Reset ¶ added in v0.4.52
func (x *MssqlConnectionConfig) Reset()
func (*MssqlConnectionConfig) String ¶ added in v0.4.52
func (x *MssqlConnectionConfig) String() string
type MssqlConnectionConfig_Url ¶ added in v0.4.52
type MssqlConnectionConfig_Url struct { // The URL with sqlserver scheme. Url string `protobuf:"bytes,1,opt,name=url,proto3,oneof"` }
type MssqlDestinationConnectionOptions ¶ added in v0.4.52
type MssqlDestinationConnectionOptions struct { TruncateTable *MssqlTruncateTableConfig `protobuf:"bytes,1,opt,name=truncate_table,json=truncateTable,proto3" json:"truncate_table,omitempty"` // Currently not supported and a placeholder for future implementation InitTableSchema bool `protobuf:"varint,2,opt,name=init_table_schema,json=initTableSchema,proto3" json:"init_table_schema,omitempty"` // Currently not supported and a placeholder for future implementation OnConflict *MssqlOnConflictConfig `protobuf:"bytes,3,opt,name=on_conflict,json=onConflict,proto3" json:"on_conflict,omitempty"` // Insert all valid records, skipping any that violate foreign key constraints. SkipForeignKeyViolations bool `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MssqlDestinationConnectionOptions) Descriptor
deprecated
added in
v0.4.52
func (*MssqlDestinationConnectionOptions) Descriptor() ([]byte, []int)
Deprecated: Use MssqlDestinationConnectionOptions.ProtoReflect.Descriptor instead.
func (*MssqlDestinationConnectionOptions) GetInitTableSchema ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) GetInitTableSchema() bool
func (*MssqlDestinationConnectionOptions) GetOnConflict ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) GetOnConflict() *MssqlOnConflictConfig
func (*MssqlDestinationConnectionOptions) GetSkipForeignKeyViolations ¶ added in v0.4.66
func (x *MssqlDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
func (*MssqlDestinationConnectionOptions) GetTruncateTable ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) GetTruncateTable() *MssqlTruncateTableConfig
func (*MssqlDestinationConnectionOptions) ProtoMessage ¶ added in v0.4.52
func (*MssqlDestinationConnectionOptions) ProtoMessage()
func (*MssqlDestinationConnectionOptions) ProtoReflect ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*MssqlDestinationConnectionOptions) Reset ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) Reset()
func (*MssqlDestinationConnectionOptions) String ¶ added in v0.4.52
func (x *MssqlDestinationConnectionOptions) String() string
type MssqlOnConflictConfig ¶ added in v0.4.52
type MssqlOnConflictConfig struct { DoNothing bool `protobuf:"varint,1,opt,name=do_nothing,json=doNothing,proto3" json:"do_nothing,omitempty"` // contains filtered or unexported fields }
func (*MssqlOnConflictConfig) Descriptor
deprecated
added in
v0.4.52
func (*MssqlOnConflictConfig) Descriptor() ([]byte, []int)
Deprecated: Use MssqlOnConflictConfig.ProtoReflect.Descriptor instead.
func (*MssqlOnConflictConfig) GetDoNothing ¶ added in v0.4.52
func (x *MssqlOnConflictConfig) GetDoNothing() bool
func (*MssqlOnConflictConfig) ProtoMessage ¶ added in v0.4.52
func (*MssqlOnConflictConfig) ProtoMessage()
func (*MssqlOnConflictConfig) ProtoReflect ¶ added in v0.4.52
func (x *MssqlOnConflictConfig) ProtoReflect() protoreflect.Message
func (*MssqlOnConflictConfig) Reset ¶ added in v0.4.52
func (x *MssqlOnConflictConfig) Reset()
func (*MssqlOnConflictConfig) String ¶ added in v0.4.52
func (x *MssqlOnConflictConfig) String() string
type MssqlSchemaConfig ¶ added in v0.4.57
type MssqlSchemaConfig struct {
// contains filtered or unexported fields
}
func (*MssqlSchemaConfig) Descriptor
deprecated
added in
v0.4.57
func (*MssqlSchemaConfig) Descriptor() ([]byte, []int)
Deprecated: Use MssqlSchemaConfig.ProtoReflect.Descriptor instead.
func (*MssqlSchemaConfig) ProtoMessage ¶ added in v0.4.57
func (*MssqlSchemaConfig) ProtoMessage()
func (*MssqlSchemaConfig) ProtoReflect ¶ added in v0.4.57
func (x *MssqlSchemaConfig) ProtoReflect() protoreflect.Message
func (*MssqlSchemaConfig) Reset ¶ added in v0.4.57
func (x *MssqlSchemaConfig) Reset()
func (*MssqlSchemaConfig) String ¶ added in v0.4.57
func (x *MssqlSchemaConfig) String() string
type MssqlSourceConnectionOptions ¶ added in v0.4.52
type MssqlSourceConnectionOptions struct { HaltOnNewColumnAddition bool `` /* 137-byte string literal not displayed */ Schemas []*MssqlSourceSchemaOption `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 (*MssqlSourceConnectionOptions) Descriptor
deprecated
added in
v0.4.52
func (*MssqlSourceConnectionOptions) Descriptor() ([]byte, []int)
Deprecated: Use MssqlSourceConnectionOptions.ProtoReflect.Descriptor instead.
func (*MssqlSourceConnectionOptions) GetConnectionId ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) GetConnectionId() string
func (*MssqlSourceConnectionOptions) GetHaltOnNewColumnAddition ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) GetHaltOnNewColumnAddition() bool
func (*MssqlSourceConnectionOptions) GetSchemas ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) GetSchemas() []*MssqlSourceSchemaOption
func (*MssqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
func (*MssqlSourceConnectionOptions) ProtoMessage ¶ added in v0.4.52
func (*MssqlSourceConnectionOptions) ProtoMessage()
func (*MssqlSourceConnectionOptions) ProtoReflect ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*MssqlSourceConnectionOptions) Reset ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) Reset()
func (*MssqlSourceConnectionOptions) String ¶ added in v0.4.52
func (x *MssqlSourceConnectionOptions) String() string
type MssqlSourceSchemaOption ¶ added in v0.4.52
type MssqlSourceSchemaOption struct { Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` Tables []*MssqlSourceTableOption `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"` // contains filtered or unexported fields }
func (*MssqlSourceSchemaOption) Descriptor
deprecated
added in
v0.4.52
func (*MssqlSourceSchemaOption) Descriptor() ([]byte, []int)
Deprecated: Use MssqlSourceSchemaOption.ProtoReflect.Descriptor instead.
func (*MssqlSourceSchemaOption) GetSchema ¶ added in v0.4.52
func (x *MssqlSourceSchemaOption) GetSchema() string
func (*MssqlSourceSchemaOption) GetTables ¶ added in v0.4.52
func (x *MssqlSourceSchemaOption) GetTables() []*MssqlSourceTableOption
func (*MssqlSourceSchemaOption) ProtoMessage ¶ added in v0.4.52
func (*MssqlSourceSchemaOption) ProtoMessage()
func (*MssqlSourceSchemaOption) ProtoReflect ¶ added in v0.4.52
func (x *MssqlSourceSchemaOption) ProtoReflect() protoreflect.Message
func (*MssqlSourceSchemaOption) Reset ¶ added in v0.4.52
func (x *MssqlSourceSchemaOption) Reset()
func (*MssqlSourceSchemaOption) String ¶ added in v0.4.52
func (x *MssqlSourceSchemaOption) String() string
type MssqlSourceSchemaSubset ¶ added in v0.4.52
type MssqlSourceSchemaSubset struct { MssqlSchemas []*MssqlSourceSchemaOption `protobuf:"bytes,1,rep,name=mssql_schemas,json=mssqlSchemas,proto3" json:"mssql_schemas,omitempty"` // contains filtered or unexported fields }
func (*MssqlSourceSchemaSubset) Descriptor
deprecated
added in
v0.4.52
func (*MssqlSourceSchemaSubset) Descriptor() ([]byte, []int)
Deprecated: Use MssqlSourceSchemaSubset.ProtoReflect.Descriptor instead.
func (*MssqlSourceSchemaSubset) GetMssqlSchemas ¶ added in v0.4.52
func (x *MssqlSourceSchemaSubset) GetMssqlSchemas() []*MssqlSourceSchemaOption
func (*MssqlSourceSchemaSubset) ProtoMessage ¶ added in v0.4.52
func (*MssqlSourceSchemaSubset) ProtoMessage()
func (*MssqlSourceSchemaSubset) ProtoReflect ¶ added in v0.4.52
func (x *MssqlSourceSchemaSubset) ProtoReflect() protoreflect.Message
func (*MssqlSourceSchemaSubset) Reset ¶ added in v0.4.52
func (x *MssqlSourceSchemaSubset) Reset()
func (*MssqlSourceSchemaSubset) String ¶ added in v0.4.52
func (x *MssqlSourceSchemaSubset) String() string
type MssqlSourceTableOption ¶ added in v0.4.52
type MssqlSourceTableOption 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 (*MssqlSourceTableOption) Descriptor
deprecated
added in
v0.4.52
func (*MssqlSourceTableOption) Descriptor() ([]byte, []int)
Deprecated: Use MssqlSourceTableOption.ProtoReflect.Descriptor instead.
func (*MssqlSourceTableOption) GetTable ¶ added in v0.4.52
func (x *MssqlSourceTableOption) GetTable() string
func (*MssqlSourceTableOption) GetWhereClause ¶ added in v0.4.52
func (x *MssqlSourceTableOption) GetWhereClause() string
func (*MssqlSourceTableOption) ProtoMessage ¶ added in v0.4.52
func (*MssqlSourceTableOption) ProtoMessage()
func (*MssqlSourceTableOption) ProtoReflect ¶ added in v0.4.52
func (x *MssqlSourceTableOption) ProtoReflect() protoreflect.Message
func (*MssqlSourceTableOption) Reset ¶ added in v0.4.52
func (x *MssqlSourceTableOption) Reset()
func (*MssqlSourceTableOption) String ¶ added in v0.4.52
func (x *MssqlSourceTableOption) String() string
type MssqlTruncateTableConfig ¶ added in v0.4.52
type MssqlTruncateTableConfig 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 (*MssqlTruncateTableConfig) Descriptor
deprecated
added in
v0.4.52
func (*MssqlTruncateTableConfig) Descriptor() ([]byte, []int)
Deprecated: Use MssqlTruncateTableConfig.ProtoReflect.Descriptor instead.
func (*MssqlTruncateTableConfig) GetTruncateBeforeInsert ¶ added in v0.4.52
func (x *MssqlTruncateTableConfig) GetTruncateBeforeInsert() bool
func (*MssqlTruncateTableConfig) ProtoMessage ¶ added in v0.4.52
func (*MssqlTruncateTableConfig) ProtoMessage()
func (*MssqlTruncateTableConfig) ProtoReflect ¶ added in v0.4.52
func (x *MssqlTruncateTableConfig) ProtoReflect() protoreflect.Message
func (*MssqlTruncateTableConfig) Reset ¶ added in v0.4.52
func (x *MssqlTruncateTableConfig) Reset()
func (*MssqlTruncateTableConfig) String ¶ added in v0.4.52
func (x *MssqlTruncateTableConfig) String() string
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
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
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 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"` // Insert all valid records, skipping any that violate foreign key constraints. SkipForeignKeyViolations bool `` /* 138-byte string literal not displayed */ // 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 (x *MysqlDestinationConnectionOptions) GetOnConflict() *MysqlOnConflictConfig
func (*MysqlDestinationConnectionOptions) GetSkipForeignKeyViolations ¶ added in v0.4.66
func (x *MysqlDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
func (*MysqlDestinationConnectionOptions) GetTruncateTable ¶
func (x *MysqlDestinationConnectionOptions) GetTruncateTable() *MysqlTruncateTableConfig
func (*MysqlDestinationConnectionOptions) ProtoMessage ¶
func (*MysqlDestinationConnectionOptions) ProtoMessage()
func (*MysqlDestinationConnectionOptions) ProtoReflect ¶
func (x *MysqlDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*MysqlDestinationConnectionOptions) Reset ¶
func (x *MysqlDestinationConnectionOptions) Reset()
func (*MysqlDestinationConnectionOptions) String ¶
func (x *MysqlDestinationConnectionOptions) String() string
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
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
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 (x *MysqlSourceConnectionOptions) GetSchemas() []*MysqlSourceSchemaOption
func (*MysqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints ¶
func (x *MysqlSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
func (*MysqlSourceConnectionOptions) ProtoMessage ¶
func (*MysqlSourceConnectionOptions) ProtoMessage()
func (*MysqlSourceConnectionOptions) ProtoReflect ¶
func (x *MysqlSourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*MysqlSourceConnectionOptions) Reset ¶
func (x *MysqlSourceConnectionOptions) Reset()
func (*MysqlSourceConnectionOptions) String ¶
func (x *MysqlSourceConnectionOptions) String() string
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 (x *MysqlSourceSchemaOption) GetTables() []*MysqlSourceTableOption
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
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
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
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
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
type Null ¶
type Null struct {
// contains filtered or unexported fields
}
func (*Null) Descriptor
deprecated
func (*Null) ProtoMessage ¶
func (*Null) ProtoMessage()
func (*Null) ProtoReflect ¶
func (x *Null) ProtoReflect() protoreflect.Message
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
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
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
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
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
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
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
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 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"` // Insert all valid records, skipping any that violate foreign key constraints. SkipForeignKeyViolations bool `` /* 138-byte string literal not displayed */ // 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 (x *PostgresDestinationConnectionOptions) GetOnConflict() *PostgresOnConflictConfig
func (*PostgresDestinationConnectionOptions) GetSkipForeignKeyViolations ¶ added in v0.4.66
func (x *PostgresDestinationConnectionOptions) GetSkipForeignKeyViolations() bool
func (*PostgresDestinationConnectionOptions) GetTruncateTable ¶
func (x *PostgresDestinationConnectionOptions) GetTruncateTable() *PostgresTruncateTableConfig
func (*PostgresDestinationConnectionOptions) ProtoMessage ¶
func (*PostgresDestinationConnectionOptions) ProtoMessage()
func (*PostgresDestinationConnectionOptions) ProtoReflect ¶
func (x *PostgresDestinationConnectionOptions) ProtoReflect() protoreflect.Message
func (*PostgresDestinationConnectionOptions) Reset ¶
func (x *PostgresDestinationConnectionOptions) Reset()
func (*PostgresDestinationConnectionOptions) String ¶
func (x *PostgresDestinationConnectionOptions) String() string
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
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
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 (x *PostgresSourceConnectionOptions) GetSchemas() []*PostgresSourceSchemaOption
func (*PostgresSourceConnectionOptions) GetSubsetByForeignKeyConstraints ¶
func (x *PostgresSourceConnectionOptions) GetSubsetByForeignKeyConstraints() bool
func (*PostgresSourceConnectionOptions) ProtoMessage ¶
func (*PostgresSourceConnectionOptions) ProtoMessage()
func (*PostgresSourceConnectionOptions) ProtoReflect ¶
func (x *PostgresSourceConnectionOptions) ProtoReflect() protoreflect.Message
func (*PostgresSourceConnectionOptions) Reset ¶
func (x *PostgresSourceConnectionOptions) Reset()
func (*PostgresSourceConnectionOptions) String ¶
func (x *PostgresSourceConnectionOptions) String() string
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 (x *PostgresSourceSchemaOption) GetTables() []*PostgresSourceTableOption
func (*PostgresSourceSchemaOption) ProtoMessage ¶
func (*PostgresSourceSchemaOption) ProtoMessage()
func (*PostgresSourceSchemaOption) ProtoReflect ¶
func (x *PostgresSourceSchemaOption) ProtoReflect() protoreflect.Message
func (*PostgresSourceSchemaOption) Reset ¶
func (x *PostgresSourceSchemaOption) Reset()
func (*PostgresSourceSchemaOption) String ¶
func (x *PostgresSourceSchemaOption) String() string
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 (x *PostgresSourceSchemaSubset) ProtoReflect() protoreflect.Message
func (*PostgresSourceSchemaSubset) Reset ¶
func (x *PostgresSourceSchemaSubset) Reset()
func (*PostgresSourceSchemaSubset) String ¶
func (x *PostgresSourceSchemaSubset) String() string
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 (x *PostgresSourceTableOption) ProtoReflect() protoreflect.Message
func (*PostgresSourceTableOption) Reset ¶
func (x *PostgresSourceTableOption) Reset()
func (*PostgresSourceTableOption) String ¶
func (x *PostgresSourceTableOption) String() string
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
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 (x *PostgresTruncateTableConfig) ProtoReflect() protoreflect.Message
func (*PostgresTruncateTableConfig) Reset ¶
func (x *PostgresTruncateTableConfig) Reset()
func (*PostgresTruncateTableConfig) String ¶
func (x *PostgresTruncateTableConfig) String() string
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
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) Descriptor() protoreflect.EnumDescriptor
func (RangedMetricName) Enum ¶
func (x RangedMetricName) Enum() *RangedMetricName
func (RangedMetricName) EnumDescriptor
deprecated
func (RangedMetricName) EnumDescriptor() ([]byte, []int)
Deprecated: Use RangedMetricName.Descriptor instead.
func (RangedMetricName) Number ¶
func (x RangedMetricName) Number() protoreflect.EnumNumber
func (RangedMetricName) String ¶
func (x RangedMetricName) String() string
func (RangedMetricName) Type ¶
func (RangedMetricName) Type() protoreflect.EnumType
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
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
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 (x *RegenerateAccountApiKeyRequest) GetExpiresAt() *timestamppb.Timestamp
func (*RegenerateAccountApiKeyRequest) GetId ¶
func (x *RegenerateAccountApiKeyRequest) GetId() string
func (*RegenerateAccountApiKeyRequest) ProtoMessage ¶
func (*RegenerateAccountApiKeyRequest) ProtoMessage()
func (*RegenerateAccountApiKeyRequest) ProtoReflect ¶
func (x *RegenerateAccountApiKeyRequest) ProtoReflect() protoreflect.Message
func (*RegenerateAccountApiKeyRequest) Reset ¶
func (x *RegenerateAccountApiKeyRequest) Reset()
func (*RegenerateAccountApiKeyRequest) String ¶
func (x *RegenerateAccountApiKeyRequest) String() string
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 (x *RegenerateAccountApiKeyResponse) GetApiKey() *AccountApiKey
func (*RegenerateAccountApiKeyResponse) ProtoMessage ¶
func (*RegenerateAccountApiKeyResponse) ProtoMessage()
func (*RegenerateAccountApiKeyResponse) ProtoReflect ¶
func (x *RegenerateAccountApiKeyResponse) ProtoReflect() protoreflect.Message
func (*RegenerateAccountApiKeyResponse) Reset ¶
func (x *RegenerateAccountApiKeyResponse) Reset()
func (*RegenerateAccountApiKeyResponse) String ¶
func (x *RegenerateAccountApiKeyResponse) String() string
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 (x *RemoveTeamAccountInviteRequest) GetId() string
func (*RemoveTeamAccountInviteRequest) ProtoMessage ¶
func (*RemoveTeamAccountInviteRequest) ProtoMessage()
func (*RemoveTeamAccountInviteRequest) ProtoReflect ¶
func (x *RemoveTeamAccountInviteRequest) ProtoReflect() protoreflect.Message
func (*RemoveTeamAccountInviteRequest) Reset ¶
func (x *RemoveTeamAccountInviteRequest) Reset()
func (*RemoveTeamAccountInviteRequest) String ¶
func (x *RemoveTeamAccountInviteRequest) String() string
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 (x *RemoveTeamAccountInviteResponse) ProtoReflect() protoreflect.Message
func (*RemoveTeamAccountInviteResponse) Reset ¶
func (x *RemoveTeamAccountInviteResponse) Reset()
func (*RemoveTeamAccountInviteResponse) String ¶
func (x *RemoveTeamAccountInviteResponse) String() string
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 (x *RemoveTeamAccountMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveTeamAccountMemberRequest) Reset ¶
func (x *RemoveTeamAccountMemberRequest) Reset()
func (*RemoveTeamAccountMemberRequest) String ¶
func (x *RemoveTeamAccountMemberRequest) String() string
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 (x *RemoveTeamAccountMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveTeamAccountMemberResponse) Reset ¶
func (x *RemoveTeamAccountMemberResponse) Reset()
func (*RemoveTeamAccountMemberResponse) String ¶
func (x *RemoveTeamAccountMemberResponse) String() string
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
type RunContextKey ¶ added in v0.4.54
type RunContextKey struct { // The Neosync Run ID JobRunId string `protobuf:"bytes,1,opt,name=job_run_id,json=jobRunId,proto3" json:"job_run_id,omitempty"` // An opaque identifier that will be used to store specific items ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` // The Neosync Account ID AccountId string `protobuf:"bytes,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*RunContextKey) Descriptor
deprecated
added in
v0.4.54
func (*RunContextKey) Descriptor() ([]byte, []int)
Deprecated: Use RunContextKey.ProtoReflect.Descriptor instead.
func (*RunContextKey) GetAccountId ¶ added in v0.4.54
func (x *RunContextKey) GetAccountId() string
func (*RunContextKey) GetExternalId ¶ added in v0.4.54
func (x *RunContextKey) GetExternalId() string
func (*RunContextKey) GetJobRunId ¶ added in v0.4.54
func (x *RunContextKey) GetJobRunId() string
func (*RunContextKey) ProtoMessage ¶ added in v0.4.54
func (*RunContextKey) ProtoMessage()
func (*RunContextKey) ProtoReflect ¶ added in v0.4.54
func (x *RunContextKey) ProtoReflect() protoreflect.Message
func (*RunContextKey) Reset ¶ added in v0.4.54
func (x *RunContextKey) Reset()
func (*RunContextKey) String ¶ added in v0.4.54
func (x *RunContextKey) String() string
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
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
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
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) GetAuthentication ¶
func (x *SSHTunnel) GetAuthentication() *SSHAuthentication
func (*SSHTunnel) GetKnownHostPublicKey ¶
func (*SSHTunnel) ProtoMessage ¶
func (*SSHTunnel) ProtoMessage()
func (*SSHTunnel) ProtoReflect ¶
func (x *SSHTunnel) ProtoReflect() protoreflect.Message
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
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 (x *SetAccountOnboardingConfigRequest) GetConfig() *AccountOnboardingConfig
func (*SetAccountOnboardingConfigRequest) ProtoMessage ¶
func (*SetAccountOnboardingConfigRequest) ProtoMessage()
func (*SetAccountOnboardingConfigRequest) ProtoReflect ¶
func (x *SetAccountOnboardingConfigRequest) ProtoReflect() protoreflect.Message
func (*SetAccountOnboardingConfigRequest) Reset ¶
func (x *SetAccountOnboardingConfigRequest) Reset()
func (*SetAccountOnboardingConfigRequest) String ¶
func (x *SetAccountOnboardingConfigRequest) String() string
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 (x *SetAccountOnboardingConfigResponse) GetConfig() *AccountOnboardingConfig
func (*SetAccountOnboardingConfigResponse) ProtoMessage ¶
func (*SetAccountOnboardingConfigResponse) ProtoMessage()
func (*SetAccountOnboardingConfigResponse) ProtoReflect ¶
func (x *SetAccountOnboardingConfigResponse) ProtoReflect() protoreflect.Message
func (*SetAccountOnboardingConfigResponse) Reset ¶
func (x *SetAccountOnboardingConfigResponse) Reset()
func (*SetAccountOnboardingConfigResponse) String ¶
func (x *SetAccountOnboardingConfigResponse) String() string
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 (x *SetAccountTemporalConfigRequest) GetConfig() *AccountTemporalConfig
func (*SetAccountTemporalConfigRequest) ProtoMessage ¶
func (*SetAccountTemporalConfigRequest) ProtoMessage()
func (*SetAccountTemporalConfigRequest) ProtoReflect ¶
func (x *SetAccountTemporalConfigRequest) ProtoReflect() protoreflect.Message
func (*SetAccountTemporalConfigRequest) Reset ¶
func (x *SetAccountTemporalConfigRequest) Reset()
func (*SetAccountTemporalConfigRequest) String ¶
func (x *SetAccountTemporalConfigRequest) String() string
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 (x *SetAccountTemporalConfigResponse) GetConfig() *AccountTemporalConfig
func (*SetAccountTemporalConfigResponse) ProtoMessage ¶
func (*SetAccountTemporalConfigResponse) ProtoMessage()
func (*SetAccountTemporalConfigResponse) ProtoReflect ¶
func (x *SetAccountTemporalConfigResponse) ProtoReflect() protoreflect.Message
func (*SetAccountTemporalConfigResponse) Reset ¶
func (x *SetAccountTemporalConfigResponse) Reset()
func (*SetAccountTemporalConfigResponse) String ¶
func (x *SetAccountTemporalConfigResponse) String() string
type SetBillingMeterEventRequest ¶ added in v0.4.71
type SetBillingMeterEventRequest struct { // The account id to apply this metered event to AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // The metered event name EventName string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // The value of the meter for the given time Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // The unique identifier of this metered event EventId string `protobuf:"bytes,4,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` // The time of the event in Unix Epoch format. Defaults to the current timestamp if not specified. Timestamp *uint64 `protobuf:"varint,5,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*SetBillingMeterEventRequest) Descriptor
deprecated
added in
v0.4.71
func (*SetBillingMeterEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetBillingMeterEventRequest.ProtoReflect.Descriptor instead.
func (*SetBillingMeterEventRequest) GetAccountId ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) GetAccountId() string
func (*SetBillingMeterEventRequest) GetEventId ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) GetEventId() string
func (*SetBillingMeterEventRequest) GetEventName ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) GetEventName() string
func (*SetBillingMeterEventRequest) GetTimestamp ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) GetTimestamp() uint64
func (*SetBillingMeterEventRequest) GetValue ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) GetValue() string
func (*SetBillingMeterEventRequest) ProtoMessage ¶ added in v0.4.71
func (*SetBillingMeterEventRequest) ProtoMessage()
func (*SetBillingMeterEventRequest) ProtoReflect ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) ProtoReflect() protoreflect.Message
func (*SetBillingMeterEventRequest) Reset ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) Reset()
func (*SetBillingMeterEventRequest) String ¶ added in v0.4.71
func (x *SetBillingMeterEventRequest) String() string
type SetBillingMeterEventResponse ¶ added in v0.4.71
type SetBillingMeterEventResponse struct {
// contains filtered or unexported fields
}
func (*SetBillingMeterEventResponse) Descriptor
deprecated
added in
v0.4.71
func (*SetBillingMeterEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetBillingMeterEventResponse.ProtoReflect.Descriptor instead.
func (*SetBillingMeterEventResponse) ProtoMessage ¶ added in v0.4.71
func (*SetBillingMeterEventResponse) ProtoMessage()
func (*SetBillingMeterEventResponse) ProtoReflect ¶ added in v0.4.71
func (x *SetBillingMeterEventResponse) ProtoReflect() protoreflect.Message
func (*SetBillingMeterEventResponse) Reset ¶ added in v0.4.71
func (x *SetBillingMeterEventResponse) Reset()
func (*SetBillingMeterEventResponse) String ¶ added in v0.4.71
func (x *SetBillingMeterEventResponse) String() string
type SetJobSourceSqlConnectionSubsetsRequest ¶
type SetJobSourceSqlConnectionSubsetsRequest struct { // The unique identifier of the job to update subsets for Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The subset configuration Schemas *JobSourceSqlSubetSchemas `protobuf:"bytes,2,opt,name=schemas,proto3" json:"schemas,omitempty"` // Whether or not to have subsets follow foreign key constraints (for connections that support it) 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 (x *SetJobSourceSqlConnectionSubsetsRequest) GetId() string
func (*SetJobSourceSqlConnectionSubsetsRequest) GetSchemas ¶
func (x *SetJobSourceSqlConnectionSubsetsRequest) GetSchemas() *JobSourceSqlSubetSchemas
func (*SetJobSourceSqlConnectionSubsetsRequest) GetSubsetByForeignKeyConstraints ¶
func (x *SetJobSourceSqlConnectionSubsetsRequest) GetSubsetByForeignKeyConstraints() bool
func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoMessage ¶
func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoMessage()
func (*SetJobSourceSqlConnectionSubsetsRequest) ProtoReflect ¶
func (x *SetJobSourceSqlConnectionSubsetsRequest) ProtoReflect() protoreflect.Message
func (*SetJobSourceSqlConnectionSubsetsRequest) Reset ¶
func (x *SetJobSourceSqlConnectionSubsetsRequest) Reset()
func (*SetJobSourceSqlConnectionSubsetsRequest) String ¶
func (x *SetJobSourceSqlConnectionSubsetsRequest) String() string
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 (x *SetJobSourceSqlConnectionSubsetsResponse) GetJob() *Job
func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoMessage ¶
func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoMessage()
func (*SetJobSourceSqlConnectionSubsetsResponse) ProtoReflect ¶
func (x *SetJobSourceSqlConnectionSubsetsResponse) ProtoReflect() protoreflect.Message
func (*SetJobSourceSqlConnectionSubsetsResponse) Reset ¶
func (x *SetJobSourceSqlConnectionSubsetsResponse) Reset()
func (*SetJobSourceSqlConnectionSubsetsResponse) String ¶
func (x *SetJobSourceSqlConnectionSubsetsResponse) String() string
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
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 (x *SetJobSyncOptionsResponse) ProtoReflect() protoreflect.Message
func (*SetJobSyncOptionsResponse) Reset ¶
func (x *SetJobSyncOptionsResponse) Reset()
func (*SetJobSyncOptionsResponse) String ¶
func (x *SetJobSyncOptionsResponse) String() string
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 (x *SetJobWorkflowOptionsRequest) GetId() string
func (*SetJobWorkflowOptionsRequest) GetWorfklowOptions ¶
func (x *SetJobWorkflowOptionsRequest) GetWorfklowOptions() *WorkflowOptions
func (*SetJobWorkflowOptionsRequest) ProtoMessage ¶
func (*SetJobWorkflowOptionsRequest) ProtoMessage()
func (*SetJobWorkflowOptionsRequest) ProtoReflect ¶
func (x *SetJobWorkflowOptionsRequest) ProtoReflect() protoreflect.Message
func (*SetJobWorkflowOptionsRequest) Reset ¶
func (x *SetJobWorkflowOptionsRequest) Reset()
func (*SetJobWorkflowOptionsRequest) String ¶
func (x *SetJobWorkflowOptionsRequest) String() string
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 (x *SetJobWorkflowOptionsResponse) ProtoReflect() protoreflect.Message
func (*SetJobWorkflowOptionsResponse) Reset ¶
func (x *SetJobWorkflowOptionsResponse) Reset()
func (*SetJobWorkflowOptionsResponse) String ¶
func (x *SetJobWorkflowOptionsResponse) String() string
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 (x *SetPersonalAccountRequest) ProtoReflect() protoreflect.Message
func (*SetPersonalAccountRequest) Reset ¶
func (x *SetPersonalAccountRequest) Reset()
func (*SetPersonalAccountRequest) String ¶
func (x *SetPersonalAccountRequest) String() string
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 (x *SetPersonalAccountResponse) ProtoReflect() protoreflect.Message
func (*SetPersonalAccountResponse) Reset ¶
func (x *SetPersonalAccountResponse) Reset()
func (*SetPersonalAccountResponse) String ¶
func (x *SetPersonalAccountResponse) String() string
type SetRunContextRequest ¶ added in v0.4.54
type SetRunContextRequest struct { Id *RunContextKey `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // An opaque value that is to be determined by the key Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetRunContextRequest) Descriptor
deprecated
added in
v0.4.54
func (*SetRunContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRunContextRequest.ProtoReflect.Descriptor instead.
func (*SetRunContextRequest) GetId ¶ added in v0.4.54
func (x *SetRunContextRequest) GetId() *RunContextKey
func (*SetRunContextRequest) GetValue ¶ added in v0.4.54
func (x *SetRunContextRequest) GetValue() []byte
func (*SetRunContextRequest) ProtoMessage ¶ added in v0.4.54
func (*SetRunContextRequest) ProtoMessage()
func (*SetRunContextRequest) ProtoReflect ¶ added in v0.4.54
func (x *SetRunContextRequest) ProtoReflect() protoreflect.Message
func (*SetRunContextRequest) Reset ¶ added in v0.4.54
func (x *SetRunContextRequest) Reset()
func (*SetRunContextRequest) String ¶ added in v0.4.54
func (x *SetRunContextRequest) String() string
type SetRunContextResponse ¶ added in v0.4.54
type SetRunContextResponse struct {
// contains filtered or unexported fields
}
func (*SetRunContextResponse) Descriptor
deprecated
added in
v0.4.54
func (*SetRunContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRunContextResponse.ProtoReflect.Descriptor instead.
func (*SetRunContextResponse) ProtoMessage ¶ added in v0.4.54
func (*SetRunContextResponse) ProtoMessage()
func (*SetRunContextResponse) ProtoReflect ¶ added in v0.4.54
func (x *SetRunContextResponse) ProtoReflect() protoreflect.Message
func (*SetRunContextResponse) Reset ¶ added in v0.4.54
func (x *SetRunContextResponse) Reset()
func (*SetRunContextResponse) String ¶ added in v0.4.54
func (x *SetRunContextResponse) String() string
type SetRunContextsRequest ¶ added in v0.4.54
type SetRunContextsRequest struct { Id *RunContextKey `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // An opaque value that is to be determined by the key Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetRunContextsRequest) Descriptor
deprecated
added in
v0.4.54
func (*SetRunContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRunContextsRequest.ProtoReflect.Descriptor instead.
func (*SetRunContextsRequest) GetId ¶ added in v0.4.54
func (x *SetRunContextsRequest) GetId() *RunContextKey
func (*SetRunContextsRequest) GetValue ¶ added in v0.4.54
func (x *SetRunContextsRequest) GetValue() []byte
func (*SetRunContextsRequest) ProtoMessage ¶ added in v0.4.54
func (*SetRunContextsRequest) ProtoMessage()
func (*SetRunContextsRequest) ProtoReflect ¶ added in v0.4.54
func (x *SetRunContextsRequest) ProtoReflect() protoreflect.Message
func (*SetRunContextsRequest) Reset ¶ added in v0.4.54
func (x *SetRunContextsRequest) Reset()
func (*SetRunContextsRequest) String ¶ added in v0.4.54
func (x *SetRunContextsRequest) String() string
type SetRunContextsResponse ¶ added in v0.4.54
type SetRunContextsResponse struct {
// contains filtered or unexported fields
}
func (*SetRunContextsResponse) Descriptor
deprecated
added in
v0.4.54
func (*SetRunContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRunContextsResponse.ProtoReflect.Descriptor instead.
func (*SetRunContextsResponse) ProtoMessage ¶ added in v0.4.54
func (*SetRunContextsResponse) ProtoMessage()
func (*SetRunContextsResponse) ProtoReflect ¶ added in v0.4.54
func (x *SetRunContextsResponse) ProtoReflect() protoreflect.Message
func (*SetRunContextsResponse) Reset ¶ added in v0.4.54
func (x *SetRunContextsResponse) Reset()
func (*SetRunContextsResponse) String ¶ added in v0.4.54
func (x *SetRunContextsResponse) String() string
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
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
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
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) Descriptor() protoreflect.EnumDescriptor
func (SupportedJobType) Enum ¶
func (x SupportedJobType) Enum() *SupportedJobType
func (SupportedJobType) EnumDescriptor
deprecated
func (SupportedJobType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SupportedJobType.Descriptor instead.
func (SupportedJobType) Number ¶
func (x SupportedJobType) Number() protoreflect.EnumNumber
func (SupportedJobType) String ¶
func (x SupportedJobType) String() string
func (SupportedJobType) Type ¶
func (SupportedJobType) Type() protoreflect.EnumType
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
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
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
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 (x *TransformCharacterScramble) ProtoReflect() protoreflect.Message
func (*TransformCharacterScramble) Reset ¶
func (x *TransformCharacterScramble) Reset()
func (*TransformCharacterScramble) String ¶
func (x *TransformCharacterScramble) String() string
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
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
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
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
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
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
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 (x *TransformInt64PhoneNumber) ProtoReflect() protoreflect.Message
func (*TransformInt64PhoneNumber) Reset ¶
func (x *TransformInt64PhoneNumber) Reset()
func (*TransformInt64PhoneNumber) String ¶
func (x *TransformInt64PhoneNumber) String() string
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
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
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
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
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 // *TransformerConfig_GenerateCountryConfig 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) GetGenerateCountryConfig ¶ added in v0.4.59
func (x *TransformerConfig) GetGenerateCountryConfig() *GenerateCountry
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
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_GenerateCountryConfig ¶ added in v0.4.59
type TransformerConfig_GenerateCountryConfig struct {
GenerateCountryConfig *GenerateCountry `protobuf:"bytes,43,opt,name=generate_country_config,json=generateCountryConfig,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) Descriptor() protoreflect.EnumDescriptor
func (TransformerDataType) Enum ¶
func (x TransformerDataType) Enum() *TransformerDataType
func (TransformerDataType) EnumDescriptor
deprecated
func (TransformerDataType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransformerDataType.Descriptor instead.
func (TransformerDataType) Number ¶
func (x TransformerDataType) Number() protoreflect.EnumNumber
func (TransformerDataType) String ¶
func (x TransformerDataType) String() string
func (TransformerDataType) Type ¶
func (TransformerDataType) Type() protoreflect.EnumType
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 TransformerSource_TRANSFORMER_SOURCE_GENERATE_COUNTRY TransformerSource = 46 )
func (TransformerSource) Descriptor ¶
func (TransformerSource) Descriptor() protoreflect.EnumDescriptor
func (TransformerSource) Enum ¶
func (x TransformerSource) Enum() *TransformerSource
func (TransformerSource) EnumDescriptor
deprecated
func (TransformerSource) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransformerSource.Descriptor instead.
func (TransformerSource) Number ¶
func (x TransformerSource) Number() protoreflect.EnumNumber
func (TransformerSource) String ¶
func (x TransformerSource) String() string
func (TransformerSource) Type ¶
func (TransformerSource) Type() protoreflect.EnumType
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
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
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
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
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 (x *UpdateJobDestinationConnectionRequest) GetJobId() string
func (*UpdateJobDestinationConnectionRequest) GetOptions ¶
func (x *UpdateJobDestinationConnectionRequest) GetOptions() *JobDestinationOptions
func (*UpdateJobDestinationConnectionRequest) ProtoMessage ¶
func (*UpdateJobDestinationConnectionRequest) ProtoMessage()
func (*UpdateJobDestinationConnectionRequest) ProtoReflect ¶
func (x *UpdateJobDestinationConnectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateJobDestinationConnectionRequest) Reset ¶
func (x *UpdateJobDestinationConnectionRequest) Reset()
func (*UpdateJobDestinationConnectionRequest) String ¶
func (x *UpdateJobDestinationConnectionRequest) String() string
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 (x *UpdateJobDestinationConnectionResponse) GetJob() *Job
func (*UpdateJobDestinationConnectionResponse) ProtoMessage ¶
func (*UpdateJobDestinationConnectionResponse) ProtoMessage()
func (*UpdateJobDestinationConnectionResponse) ProtoReflect ¶
func (x *UpdateJobDestinationConnectionResponse) ProtoReflect() protoreflect.Message
func (*UpdateJobDestinationConnectionResponse) Reset ¶
func (x *UpdateJobDestinationConnectionResponse) Reset()
func (*UpdateJobDestinationConnectionResponse) String ¶
func (x *UpdateJobDestinationConnectionResponse) String() string
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
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 (x *UpdateJobScheduleResponse) ProtoReflect() protoreflect.Message
func (*UpdateJobScheduleResponse) Reset ¶
func (x *UpdateJobScheduleResponse) Reset()
func (*UpdateJobScheduleResponse) String ¶
func (x *UpdateJobScheduleResponse) String() string
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"` VirtualForeignKeys []*VirtualForeignConstraint `protobuf:"bytes,4,rep,name=virtual_foreign_keys,json=virtualForeignKeys,proto3" json:"virtual_foreign_keys,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 (x *UpdateJobSourceConnectionRequest) GetId() string
func (*UpdateJobSourceConnectionRequest) GetMappings ¶
func (x *UpdateJobSourceConnectionRequest) GetMappings() []*JobMapping
func (*UpdateJobSourceConnectionRequest) GetSource ¶
func (x *UpdateJobSourceConnectionRequest) GetSource() *JobSource
func (*UpdateJobSourceConnectionRequest) GetVirtualForeignKeys ¶ added in v0.4.39
func (x *UpdateJobSourceConnectionRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
func (*UpdateJobSourceConnectionRequest) ProtoMessage ¶
func (*UpdateJobSourceConnectionRequest) ProtoMessage()
func (*UpdateJobSourceConnectionRequest) ProtoReflect ¶
func (x *UpdateJobSourceConnectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateJobSourceConnectionRequest) Reset ¶
func (x *UpdateJobSourceConnectionRequest) Reset()
func (*UpdateJobSourceConnectionRequest) String ¶
func (x *UpdateJobSourceConnectionRequest) String() string
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 (x *UpdateJobSourceConnectionResponse) GetJob() *Job
func (*UpdateJobSourceConnectionResponse) ProtoMessage ¶
func (*UpdateJobSourceConnectionResponse) ProtoMessage()
func (*UpdateJobSourceConnectionResponse) ProtoReflect ¶
func (x *UpdateJobSourceConnectionResponse) ProtoReflect() protoreflect.Message
func (*UpdateJobSourceConnectionResponse) Reset ¶
func (x *UpdateJobSourceConnectionResponse) Reset()
func (*UpdateJobSourceConnectionResponse) String ¶
func (x *UpdateJobSourceConnectionResponse) String() string
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 (x *UpdateUserDefinedTransformerRequest) GetName() string
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 (x *UpdateUserDefinedTransformerRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserDefinedTransformerRequest) Reset ¶
func (x *UpdateUserDefinedTransformerRequest) Reset()
func (*UpdateUserDefinedTransformerRequest) String ¶
func (x *UpdateUserDefinedTransformerRequest) String() string
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 (x *UpdateUserDefinedTransformerResponse) GetTransformer() *UserDefinedTransformer
func (*UpdateUserDefinedTransformerResponse) ProtoMessage ¶
func (*UpdateUserDefinedTransformerResponse) ProtoMessage()
func (*UpdateUserDefinedTransformerResponse) ProtoReflect ¶
func (x *UpdateUserDefinedTransformerResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserDefinedTransformerResponse) Reset ¶
func (x *UpdateUserDefinedTransformerResponse) Reset()
func (*UpdateUserDefinedTransformerResponse) String ¶
func (x *UpdateUserDefinedTransformerResponse) String() string
type UserAccount ¶
type UserAccount struct { // The unique identifier of the account Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The account slug Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The type of account Type UserAccountType `protobuf:"varint,3,opt,name=type,proto3,enum=mgmt.v1alpha1.UserAccountType" json:"type,omitempty"` // Whether or not the account has an associated stripe customer id HasStripeCustomerId bool `protobuf:"varint,4,opt,name=has_stripe_customer_id,json=hasStripeCustomerId,proto3" json:"has_stripe_customer_id,omitempty"` // contains filtered or unexported fields }
func (*UserAccount) Descriptor
deprecated
func (*UserAccount) Descriptor() ([]byte, []int)
Deprecated: Use UserAccount.ProtoReflect.Descriptor instead.
func (*UserAccount) GetHasStripeCustomerId ¶ added in v0.4.70
func (x *UserAccount) GetHasStripeCustomerId() bool
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
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) Descriptor() protoreflect.EnumDescriptor
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 (x UserAccountType) Number() protoreflect.EnumNumber
func (UserAccountType) String ¶
func (x UserAccountType) String() string
func (UserAccountType) Type ¶
func (UserAccountType) Type() protoreflect.EnumType
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 (x *UserDefinedTransformer) GetDataType() TransformerDataType
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 (x *UserDefinedTransformer) GetSource() TransformerSource
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
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 (x *UserDefinedTransformerConfig) GetId() string
func (*UserDefinedTransformerConfig) ProtoMessage ¶
func (*UserDefinedTransformerConfig) ProtoMessage()
func (*UserDefinedTransformerConfig) ProtoReflect ¶
func (x *UserDefinedTransformerConfig) ProtoReflect() protoreflect.Message
func (*UserDefinedTransformerConfig) Reset ¶
func (x *UserDefinedTransformerConfig) Reset()
func (*UserDefinedTransformerConfig) String ¶
func (x *UserDefinedTransformerConfig) String() string
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"` VirtualForeignKeys []*VirtualForeignConstraint `protobuf:"bytes,4,rep,name=virtual_foreign_keys,json=virtualForeignKeys,proto3" json:"virtual_foreign_keys,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) GetVirtualForeignKeys ¶ added in v0.4.39
func (x *ValidateJobMappingsRequest) GetVirtualForeignKeys() []*VirtualForeignConstraint
func (*ValidateJobMappingsRequest) ProtoMessage ¶ added in v0.4.24
func (*ValidateJobMappingsRequest) ProtoMessage()
func (*ValidateJobMappingsRequest) ProtoReflect ¶ added in v0.4.24
func (x *ValidateJobMappingsRequest) ProtoReflect() protoreflect.Message
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
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 (x *ValidateJobMappingsResponse) ProtoReflect() protoreflect.Message
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
type ValidateUserJavascriptCodeRequest ¶
type ValidateUserJavascriptCodeRequest struct { // @deprecated - an account isn't required to validate js code 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 (x *ValidateUserJavascriptCodeRequest) GetCode() string
func (*ValidateUserJavascriptCodeRequest) ProtoMessage ¶
func (*ValidateUserJavascriptCodeRequest) ProtoMessage()
func (*ValidateUserJavascriptCodeRequest) ProtoReflect ¶
func (x *ValidateUserJavascriptCodeRequest) ProtoReflect() protoreflect.Message
func (*ValidateUserJavascriptCodeRequest) Reset ¶
func (x *ValidateUserJavascriptCodeRequest) Reset()
func (*ValidateUserJavascriptCodeRequest) String ¶
func (x *ValidateUserJavascriptCodeRequest) String() string
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 (x *ValidateUserJavascriptCodeResponse) GetValid() bool
func (*ValidateUserJavascriptCodeResponse) ProtoMessage ¶
func (*ValidateUserJavascriptCodeResponse) ProtoMessage()
func (*ValidateUserJavascriptCodeResponse) ProtoReflect ¶
func (x *ValidateUserJavascriptCodeResponse) ProtoReflect() protoreflect.Message
func (*ValidateUserJavascriptCodeResponse) Reset ¶
func (x *ValidateUserJavascriptCodeResponse) Reset()
func (*ValidateUserJavascriptCodeResponse) String ¶
func (x *ValidateUserJavascriptCodeResponse) String() string
type ValidateUserRegexCodeRequest ¶
type ValidateUserRegexCodeRequest struct { // @deprecated - an account isn't required to validate js code 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 (x *ValidateUserRegexCodeRequest) ProtoReflect() protoreflect.Message
func (*ValidateUserRegexCodeRequest) Reset ¶
func (x *ValidateUserRegexCodeRequest) Reset()
func (*ValidateUserRegexCodeRequest) String ¶
func (x *ValidateUserRegexCodeRequest) String() string
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 (x *ValidateUserRegexCodeResponse) ProtoReflect() protoreflect.Message
func (*ValidateUserRegexCodeResponse) Reset ¶
func (x *ValidateUserRegexCodeResponse) Reset()
func (*ValidateUserRegexCodeResponse) String ¶
func (x *ValidateUserRegexCodeResponse) String() string
type VirtualForeignConstraint ¶ added in v0.4.39
type VirtualForeignConstraint 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"` Columns []string `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"` ForeignKey *VirtualForeignKey `protobuf:"bytes,4,opt,name=foreign_key,json=foreignKey,proto3" json:"foreign_key,omitempty"` // contains filtered or unexported fields }
func (*VirtualForeignConstraint) Descriptor
deprecated
added in
v0.4.39
func (*VirtualForeignConstraint) Descriptor() ([]byte, []int)
Deprecated: Use VirtualForeignConstraint.ProtoReflect.Descriptor instead.
func (*VirtualForeignConstraint) GetColumns ¶ added in v0.4.39
func (x *VirtualForeignConstraint) GetColumns() []string
func (*VirtualForeignConstraint) GetForeignKey ¶ added in v0.4.39
func (x *VirtualForeignConstraint) GetForeignKey() *VirtualForeignKey
func (*VirtualForeignConstraint) GetSchema ¶ added in v0.4.39
func (x *VirtualForeignConstraint) GetSchema() string
func (*VirtualForeignConstraint) GetTable ¶ added in v0.4.39
func (x *VirtualForeignConstraint) GetTable() string
func (*VirtualForeignConstraint) ProtoMessage ¶ added in v0.4.39
func (*VirtualForeignConstraint) ProtoMessage()
func (*VirtualForeignConstraint) ProtoReflect ¶ added in v0.4.39
func (x *VirtualForeignConstraint) ProtoReflect() protoreflect.Message
func (*VirtualForeignConstraint) Reset ¶ added in v0.4.39
func (x *VirtualForeignConstraint) Reset()
func (*VirtualForeignConstraint) String ¶ added in v0.4.39
func (x *VirtualForeignConstraint) String() string
type VirtualForeignKey ¶ added in v0.4.39
type VirtualForeignKey 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"` Columns []string `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"` // contains filtered or unexported fields }
func (*VirtualForeignKey) Descriptor
deprecated
added in
v0.4.39
func (*VirtualForeignKey) Descriptor() ([]byte, []int)
Deprecated: Use VirtualForeignKey.ProtoReflect.Descriptor instead.
func (*VirtualForeignKey) GetColumns ¶ added in v0.4.39
func (x *VirtualForeignKey) GetColumns() []string
func (*VirtualForeignKey) GetSchema ¶ added in v0.4.39
func (x *VirtualForeignKey) GetSchema() string
func (*VirtualForeignKey) GetTable ¶ added in v0.4.39
func (x *VirtualForeignKey) GetTable() string
func (*VirtualForeignKey) ProtoMessage ¶ added in v0.4.39
func (*VirtualForeignKey) ProtoMessage()
func (*VirtualForeignKey) ProtoReflect ¶ added in v0.4.39
func (x *VirtualForeignKey) ProtoReflect() protoreflect.Message
func (*VirtualForeignKey) Reset ¶ added in v0.4.39
func (x *VirtualForeignKey) Reset()
func (*VirtualForeignKey) String ¶ added in v0.4.39
func (x *VirtualForeignKey) String() string
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