Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterDeliveryApiServer(s grpc.ServiceRegistrar, srv DeliveryApiServer)
- type AESEncryptionRef
- type AESPassword
- type CreateCredentialReq
- func (*CreateCredentialReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCredentialReq) GetEntity() *Credential
- func (x *CreateCredentialReq) GetMask() *fieldmaskpb.FieldMask
- func (*CreateCredentialReq) ProtoMessage()
- func (x *CreateCredentialReq) ProtoReflect() protoreflect.Message
- func (x *CreateCredentialReq) Reset()
- func (x *CreateCredentialReq) String() string
- type CreateCredentialRes
- func (*CreateCredentialRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCredentialRes) GetEntity() *ID
- func (*CreateCredentialRes) ProtoMessage()
- func (x *CreateCredentialRes) ProtoReflect() protoreflect.Message
- func (x *CreateCredentialRes) Reset()
- func (x *CreateCredentialRes) String() string
- type CreateDeliveryDefinitionReq
- func (*CreateDeliveryDefinitionReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeliveryDefinitionReq) GetDefinition() *DeliveryDefinition
- func (*CreateDeliveryDefinitionReq) ProtoMessage()
- func (x *CreateDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
- func (x *CreateDeliveryDefinitionReq) Reset()
- func (x *CreateDeliveryDefinitionReq) String() string
- type CreateDeliveryDefinitionRes
- func (*CreateDeliveryDefinitionRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeliveryDefinitionRes) GetEntity() *ID
- func (*CreateDeliveryDefinitionRes) ProtoMessage()
- func (x *CreateDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
- func (x *CreateDeliveryDefinitionRes) Reset()
- func (x *CreateDeliveryDefinitionRes) String() string
- type CreateEncryptionReq
- func (*CreateEncryptionReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEncryptionReq) GetEncryption() *Encryption
- func (*CreateEncryptionReq) ProtoMessage()
- func (x *CreateEncryptionReq) ProtoReflect() protoreflect.Message
- func (x *CreateEncryptionReq) Reset()
- func (x *CreateEncryptionReq) String() string
- type CreateEncryptionRes
- func (*CreateEncryptionRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEncryptionRes) GetEntity() *ID
- func (*CreateEncryptionRes) ProtoMessage()
- func (x *CreateEncryptionRes) ProtoReflect() protoreflect.Message
- func (x *CreateEncryptionRes) Reset()
- func (x *CreateEncryptionRes) String() string
- type CreateHistoryReq
- func (*CreateHistoryReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHistoryReq) GetEntity() *History
- func (x *CreateHistoryReq) GetMask() *fieldmaskpb.FieldMask
- func (*CreateHistoryReq) ProtoMessage()
- func (x *CreateHistoryReq) ProtoReflect() protoreflect.Message
- func (x *CreateHistoryReq) Reset()
- func (x *CreateHistoryReq) String() string
- type CreateHistoryRes
- type CreateTransferConfigReq
- func (*CreateTransferConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTransferConfigReq) GetEntity() *TransferConfig
- func (x *CreateTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
- func (*CreateTransferConfigReq) ProtoMessage()
- func (x *CreateTransferConfigReq) ProtoReflect() protoreflect.Message
- func (x *CreateTransferConfigReq) Reset()
- func (x *CreateTransferConfigReq) String() string
- type CreateTransferConfigRes
- func (*CreateTransferConfigRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTransferConfigRes) GetEntity() *ID
- func (*CreateTransferConfigRes) ProtoMessage()
- func (x *CreateTransferConfigRes) ProtoReflect() protoreflect.Message
- func (x *CreateTransferConfigRes) Reset()
- func (x *CreateTransferConfigRes) String() string
- type Credential
- func (*Credential) Descriptor() ([]byte, []int)deprecated
- func (x *Credential) GetCreatedOn() *timestamppb.Timestamp
- func (x *Credential) GetData() *CredentialData
- func (x *Credential) GetDescription() string
- func (x *Credential) GetLastEdited() *timestamppb.Timestamp
- func (x *Credential) GetName() string
- func (x *Credential) GetSid() int64
- func (*Credential) ProtoMessage()
- func (x *Credential) ProtoReflect() protoreflect.Message
- func (x *Credential) Reset()
- func (x *Credential) String() string
- type CredentialData
- func (*CredentialData) Descriptor() ([]byte, []int)deprecated
- func (x *CredentialData) GetAesPassword() *AESPassword
- func (m *CredentialData) GetData() isCredentialData_Data
- func (x *CredentialData) GetPassword() *Password
- func (x *CredentialData) GetPgpKeyPair() *PGPKeyPair
- func (x *CredentialData) GetSshKeyPair() *SSHKeyPair
- func (x *CredentialData) GetUserPassword() *UserPassword
- func (*CredentialData) ProtoMessage()
- func (x *CredentialData) ProtoReflect() protoreflect.Message
- func (x *CredentialData) Reset()
- func (x *CredentialData) String() string
- type CredentialData_AesPassword
- type CredentialData_Password
- type CredentialData_PgpKeyPair
- type CredentialData_SshKeyPair
- type CredentialData_UserPassword
- type Credentials
- type DeleteCredentialReq
- func (*DeleteCredentialReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCredentialReq) GetEntity() *ID
- func (x *DeleteCredentialReq) GetMask() *fieldmaskpb.FieldMask
- func (*DeleteCredentialReq) ProtoMessage()
- func (x *DeleteCredentialReq) ProtoReflect() protoreflect.Message
- func (x *DeleteCredentialReq) Reset()
- func (x *DeleteCredentialReq) String() string
- type DeleteCredentialRes
- type DeleteDeliveryDefinitionReq
- func (*DeleteDeliveryDefinitionReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDeliveryDefinitionReq) GetEntity() *ID
- func (*DeleteDeliveryDefinitionReq) ProtoMessage()
- func (x *DeleteDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
- func (x *DeleteDeliveryDefinitionReq) Reset()
- func (x *DeleteDeliveryDefinitionReq) String() string
- type DeleteDeliveryDefinitionRes
- type DeleteEncryptionReq
- func (*DeleteEncryptionReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEncryptionReq) GetEntity() *ID
- func (x *DeleteEncryptionReq) GetMask() *fieldmaskpb.FieldMask
- func (*DeleteEncryptionReq) ProtoMessage()
- func (x *DeleteEncryptionReq) ProtoReflect() protoreflect.Message
- func (x *DeleteEncryptionReq) Reset()
- func (x *DeleteEncryptionReq) String() string
- type DeleteEncryptionRes
- type DeleteTransferConfigReq
- func (*DeleteTransferConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTransferConfigReq) GetEntity() *TransferConfig
- func (x *DeleteTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
- func (*DeleteTransferConfigReq) ProtoMessage()
- func (x *DeleteTransferConfigReq) ProtoReflect() protoreflect.Message
- func (x *DeleteTransferConfigReq) Reset()
- func (x *DeleteTransferConfigReq) String() string
- type DeleteTransferConfigRes
- type DeliveryApiClient
- type DeliveryApiServer
- type DeliveryDefinition
- func (*DeliveryDefinition) Descriptor() ([]byte, []int)deprecated
- func (x *DeliveryDefinition) GetAes() *AESEncryptionRef
- func (x *DeliveryDefinition) GetCreatedOn() *timestamppb.Timestamp
- func (x *DeliveryDefinition) GetDeliveryDefinitionSid() int64
- func (x *DeliveryDefinition) GetDescription() string
- func (x *DeliveryDefinition) GetEmail() *EmailTransport
- func (m *DeliveryDefinition) GetEncryption() isDeliveryDefinition_Encryption
- func (x *DeliveryDefinition) GetLastEdited() *timestamppb.Timestamp
- func (x *DeliveryDefinition) GetName() string
- func (x *DeliveryDefinition) GetOrgId() string
- func (x *DeliveryDefinition) GetPgp() *PGPEncryptionRef
- func (x *DeliveryDefinition) GetRoom303() *Room303Transport
- func (x *DeliveryDefinition) GetSftp() *SFTPTransport
- func (x *DeliveryDefinition) GetSms() *SMSTransport
- func (m *DeliveryDefinition) GetTransport() isDeliveryDefinition_Transport
- func (x *DeliveryDefinition) GetTtl() int32
- func (*DeliveryDefinition) ProtoMessage()
- func (x *DeliveryDefinition) ProtoReflect() protoreflect.Message
- func (x *DeliveryDefinition) Reset()
- func (x *DeliveryDefinition) String() string
- type DeliveryDefinition_Aes
- type DeliveryDefinition_Email
- type DeliveryDefinition_Pgp
- type DeliveryDefinition_Room303
- type DeliveryDefinition_Sftp
- type DeliveryDefinition_Sms
- type Destination
- func (*Destination) Descriptor() ([]byte, []int)deprecated
- func (x *Destination) GetEmail() *EmailDestination
- func (x *Destination) GetEncryption() *commons.Encryption
- func (x *Destination) GetRoom303() *Room303Destination
- func (x *Destination) GetSftp() *SftpDestination
- func (x *Destination) GetSms() *SmsDestination
- func (m *Destination) GetValue() isDestination_Value
- func (*Destination) ProtoMessage()
- func (x *Destination) ProtoReflect() protoreflect.Message
- func (x *Destination) Reset()
- func (x *Destination) String() string
- type Destination_Email
- type Destination_Room303
- type Destination_Sftp
- type Destination_Sms
- type EmailDestination
- func (*EmailDestination) Descriptor() ([]byte, []int)deprecated
- func (x *EmailDestination) GetCcAddrs() []string
- func (x *EmailDestination) GetFromAddr() string
- func (x *EmailDestination) GetToAddr() stringdeprecated
- func (x *EmailDestination) GetToAddrs() []string
- func (*EmailDestination) ProtoMessage()
- func (x *EmailDestination) ProtoReflect() protoreflect.Message
- func (x *EmailDestination) Reset()
- func (x *EmailDestination) String() string
- type EmailTransport
- func (*EmailTransport) Descriptor() ([]byte, []int)deprecated
- func (x *EmailTransport) GetCcAddresses() []string
- func (x *EmailTransport) GetFromAddress() stringdeprecated
- func (x *EmailTransport) GetToAddress() stringdeprecated
- func (x *EmailTransport) GetToAddresses() []string
- func (*EmailTransport) ProtoMessage()
- func (x *EmailTransport) ProtoReflect() protoreflect.Message
- func (x *EmailTransport) Reset()
- func (x *EmailTransport) String() string
- type Encryption
- func (*Encryption) Descriptor() ([]byte, []int)deprecated
- func (x *Encryption) GetAesPassword() *AESPassword
- func (x *Encryption) GetCreatedOn() *timestamppb.Timestamp
- func (x *Encryption) GetDescription() string
- func (m *Encryption) GetEncryption() isEncryption_Encryption
- func (x *Encryption) GetEncryptionSid() int64
- func (x *Encryption) GetLastEdited() *timestamppb.Timestamp
- func (x *Encryption) GetName() string
- func (x *Encryption) GetOrgId() string
- func (x *Encryption) GetPgpKeyPair() *PGPKeyPair
- func (*Encryption) ProtoMessage()
- func (x *Encryption) ProtoReflect() protoreflect.Message
- func (x *Encryption) Reset()
- func (x *Encryption) String() string
- type Encryption_AesPassword
- type Encryption_PgpKeyPair
- type GetCredentialReq
- func (*GetCredentialReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCredentialReq) GetEntity() *Credential
- func (x *GetCredentialReq) GetMask() *fieldmaskpb.FieldMask
- func (*GetCredentialReq) ProtoMessage()
- func (x *GetCredentialReq) ProtoReflect() protoreflect.Message
- func (x *GetCredentialReq) Reset()
- func (x *GetCredentialReq) String() string
- type GetCredentialRes
- type GetDeliveryDefinitionByNameReq
- func (*GetDeliveryDefinitionByNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeliveryDefinitionByNameReq) GetEntity() *DeliveryDefinition
- func (x *GetDeliveryDefinitionByNameReq) GetMask() *fieldmaskpb.FieldMask
- func (x *GetDeliveryDefinitionByNameReq) GetName() stringdeprecated
- func (*GetDeliveryDefinitionByNameReq) ProtoMessage()
- func (x *GetDeliveryDefinitionByNameReq) ProtoReflect() protoreflect.Message
- func (x *GetDeliveryDefinitionByNameReq) Reset()
- func (x *GetDeliveryDefinitionByNameReq) String() string
- type GetDeliveryDefinitionByNameRes
- func (*GetDeliveryDefinitionByNameRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeliveryDefinitionByNameRes) GetEntity() *DeliveryDefinition
- func (*GetDeliveryDefinitionByNameRes) ProtoMessage()
- func (x *GetDeliveryDefinitionByNameRes) ProtoReflect() protoreflect.Message
- func (x *GetDeliveryDefinitionByNameRes) Reset()
- func (x *GetDeliveryDefinitionByNameRes) String() string
- type GetDeliveryDefinitionReq
- func (*GetDeliveryDefinitionReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeliveryDefinitionReq) GetEntity() *DeliveryDefinition
- func (x *GetDeliveryDefinitionReq) GetMask() *fieldmaskpb.FieldMask
- func (*GetDeliveryDefinitionReq) ProtoMessage()
- func (x *GetDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
- func (x *GetDeliveryDefinitionReq) Reset()
- func (x *GetDeliveryDefinitionReq) String() string
- type GetDeliveryDefinitionRes
- func (*GetDeliveryDefinitionRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeliveryDefinitionRes) GetEntity() *DeliveryDefinition
- func (*GetDeliveryDefinitionRes) ProtoMessage()
- func (x *GetDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
- func (x *GetDeliveryDefinitionRes) Reset()
- func (x *GetDeliveryDefinitionRes) String() string
- type GetEncryptionReq
- func (*GetEncryptionReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetEncryptionReq) GetEntity() *Encryption
- func (x *GetEncryptionReq) GetMask() *fieldmaskpb.FieldMask
- func (*GetEncryptionReq) ProtoMessage()
- func (x *GetEncryptionReq) ProtoReflect() protoreflect.Message
- func (x *GetEncryptionReq) Reset()
- func (x *GetEncryptionReq) String() string
- type GetEncryptionRes
- type GetHistoryReq
- func (*GetHistoryReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetHistoryReq) GetEntity() *ID
- func (x *GetHistoryReq) GetMask() *fieldmaskpb.FieldMask
- func (*GetHistoryReq) ProtoMessage()
- func (x *GetHistoryReq) ProtoReflect() protoreflect.Message
- func (x *GetHistoryReq) Reset()
- func (x *GetHistoryReq) String() string
- type GetHistoryRes
- type GetTransferConfigByNameReq
- func (*GetTransferConfigByNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransferConfigByNameReq) GetEntity() *TransferConfig
- func (x *GetTransferConfigByNameReq) GetMask() *fieldmaskpb.FieldMask
- func (x *GetTransferConfigByNameReq) GetName() stringdeprecated
- func (*GetTransferConfigByNameReq) ProtoMessage()
- func (x *GetTransferConfigByNameReq) ProtoReflect() protoreflect.Message
- func (x *GetTransferConfigByNameReq) Reset()
- func (x *GetTransferConfigByNameReq) String() string
- type GetTransferConfigByNameRes
- func (*GetTransferConfigByNameRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransferConfigByNameRes) GetEntity() *TransferConfig
- func (*GetTransferConfigByNameRes) ProtoMessage()
- func (x *GetTransferConfigByNameRes) ProtoReflect() protoreflect.Message
- func (x *GetTransferConfigByNameRes) Reset()
- func (x *GetTransferConfigByNameRes) String() string
- type GetTransferConfigReq
- func (*GetTransferConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransferConfigReq) GetEntity() *TransferConfig
- func (x *GetTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
- func (*GetTransferConfigReq) ProtoMessage()
- func (x *GetTransferConfigReq) ProtoReflect() protoreflect.Message
- func (x *GetTransferConfigReq) Reset()
- func (x *GetTransferConfigReq) String() string
- type GetTransferConfigRes
- func (*GetTransferConfigRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransferConfigRes) GetEntity() *TransferConfig
- func (*GetTransferConfigRes) ProtoMessage()
- func (x *GetTransferConfigRes) ProtoReflect() protoreflect.Message
- func (x *GetTransferConfigRes) Reset()
- func (x *GetTransferConfigRes) String() string
- type History
- func (*History) Descriptor() ([]byte, []int)deprecated
- func (x *History) GetCreatedOn() *timestamppb.Timestamp
- func (x *History) GetDeliveryType() string
- func (x *History) GetError() string
- func (x *History) GetIsInbound() bool
- func (x *History) GetMessagePayload() string
- func (x *History) GetMessagePayloadLen() int32
- func (x *History) GetOrgId() string
- func (x *History) GetOrigin() commons.OperatorApplications
- func (x *History) GetSid() int64
- func (x *History) GetStatus() commons.TransferStatus
- func (x *History) GetSuccess() bool
- func (x *History) GetTransactionSid() int64
- func (x *History) GetTransferComplete() *timestamppb.Timestamp
- func (x *History) GetTransferConfigName() string
- func (x *History) GetTransferConfigSid() int64
- func (x *History) GetTransferStart() *timestamppb.Timestamp
- func (*History) ProtoMessage()
- func (x *History) ProtoReflect() protoreflect.Message
- func (x *History) Reset()
- func (x *History) String() string
- type ID
- type ListByIDReq
- func (*ListByIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListByIDReq) GetBeforeSid() int64
- func (x *ListByIDReq) GetLimit() int64
- func (x *ListByIDReq) GetOtherSid() int64
- func (*ListByIDReq) ProtoMessage()
- func (x *ListByIDReq) ProtoReflect() protoreflect.Message
- func (x *ListByIDReq) Reset()
- func (x *ListByIDReq) String() string
- type ListCredentialsReq
- func (*ListCredentialsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListCredentialsReq) GetEntity() *ListReq
- func (x *ListCredentialsReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListCredentialsReq) ProtoMessage()
- func (x *ListCredentialsReq) ProtoReflect() protoreflect.Message
- func (x *ListCredentialsReq) Reset()
- func (x *ListCredentialsReq) String() string
- type ListCredentialsRes
- func (*ListCredentialsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListCredentialsRes) GetCredentials() *Credentials
- func (*ListCredentialsRes) ProtoMessage()
- func (x *ListCredentialsRes) ProtoReflect() protoreflect.Message
- func (x *ListCredentialsRes) Reset()
- func (x *ListCredentialsRes) String() string
- type ListDeliveryDefinitionsByCredentialIDReq
- func (*ListDeliveryDefinitionsByCredentialIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeliveryDefinitionsByCredentialIDReq) GetCredentialSid() *ID
- func (x *ListDeliveryDefinitionsByCredentialIDReq) GetEntity() *DeliveryDefinition
- func (x *ListDeliveryDefinitionsByCredentialIDReq) GetListReq() *ListReq
- func (x *ListDeliveryDefinitionsByCredentialIDReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListDeliveryDefinitionsByCredentialIDReq) ProtoMessage()
- func (x *ListDeliveryDefinitionsByCredentialIDReq) ProtoReflect() protoreflect.Message
- func (x *ListDeliveryDefinitionsByCredentialIDReq) Reset()
- func (x *ListDeliveryDefinitionsByCredentialIDReq) String() string
- type ListDeliveryDefinitionsByCredentialIDRes
- func (*ListDeliveryDefinitionsByCredentialIDRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeliveryDefinitionsByCredentialIDRes) GetEntities() []*DeliveryDefinition
- func (*ListDeliveryDefinitionsByCredentialIDRes) ProtoMessage()
- func (x *ListDeliveryDefinitionsByCredentialIDRes) ProtoReflect() protoreflect.Message
- func (x *ListDeliveryDefinitionsByCredentialIDRes) Reset()
- func (x *ListDeliveryDefinitionsByCredentialIDRes) String() string
- type ListDeliveryDefinitionsReq
- func (*ListDeliveryDefinitionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeliveryDefinitionsReq) GetEntity() *DeliveryDefinition
- func (x *ListDeliveryDefinitionsReq) GetListReq() *ListReq
- func (x *ListDeliveryDefinitionsReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListDeliveryDefinitionsReq) ProtoMessage()
- func (x *ListDeliveryDefinitionsReq) ProtoReflect() protoreflect.Message
- func (x *ListDeliveryDefinitionsReq) Reset()
- func (x *ListDeliveryDefinitionsReq) String() string
- type ListDeliveryDefinitionsRes
- func (*ListDeliveryDefinitionsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeliveryDefinitionsRes) GetEntities() []*DeliveryDefinition
- func (*ListDeliveryDefinitionsRes) ProtoMessage()
- func (x *ListDeliveryDefinitionsRes) ProtoReflect() protoreflect.Message
- func (x *ListDeliveryDefinitionsRes) Reset()
- func (x *ListDeliveryDefinitionsRes) String() string
- type ListEncryptionsReq
- func (*ListEncryptionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListEncryptionsReq) GetEntity() *ListReq
- func (x *ListEncryptionsReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListEncryptionsReq) ProtoMessage()
- func (x *ListEncryptionsReq) ProtoReflect() protoreflect.Message
- func (x *ListEncryptionsReq) Reset()
- func (x *ListEncryptionsReq) String() string
- type ListEncryptionsRes
- func (*ListEncryptionsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListEncryptionsRes) GetEntities() []*Encryption
- func (*ListEncryptionsRes) ProtoMessage()
- func (x *ListEncryptionsRes) ProtoReflect() protoreflect.Message
- func (x *ListEncryptionsRes) Reset()
- func (x *ListEncryptionsRes) String() string
- type ListHistoryByTransferConfigReq
- func (*ListHistoryByTransferConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListHistoryByTransferConfigReq) GetEntity() *ListByIDReq
- func (x *ListHistoryByTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListHistoryByTransferConfigReq) ProtoMessage()
- func (x *ListHistoryByTransferConfigReq) ProtoReflect() protoreflect.Message
- func (x *ListHistoryByTransferConfigReq) Reset()
- func (x *ListHistoryByTransferConfigReq) String() string
- type ListHistoryByTransferConfigRes
- func (*ListHistoryByTransferConfigRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListHistoryByTransferConfigRes) GetEntities() []*History
- func (*ListHistoryByTransferConfigRes) ProtoMessage()
- func (x *ListHistoryByTransferConfigRes) ProtoReflect() protoreflect.Message
- func (x *ListHistoryByTransferConfigRes) Reset()
- func (x *ListHistoryByTransferConfigRes) String() string
- type ListHistoryReq
- func (*ListHistoryReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListHistoryReq) GetEntity() *History
- func (x *ListHistoryReq) GetListReq() *ListReq
- func (x *ListHistoryReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListHistoryReq) ProtoMessage()
- func (x *ListHistoryReq) ProtoReflect() protoreflect.Message
- func (x *ListHistoryReq) Reset()
- func (x *ListHistoryReq) String() string
- type ListHistoryRes
- type ListReq
- type ListSMSNumbersReq
- type ListSMSNumbersRes
- func (*ListSMSNumbersRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListSMSNumbersRes) GetSmsNumbers() []*commons.SmsNumber
- func (*ListSMSNumbersRes) ProtoMessage()
- func (x *ListSMSNumbersRes) ProtoReflect() protoreflect.Message
- func (x *ListSMSNumbersRes) Reset()
- func (x *ListSMSNumbersRes) String() string
- type ListTransferConfigsByCredentialIDReq
- func (*ListTransferConfigsByCredentialIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransferConfigsByCredentialIDReq) GetCredentialSid() *ID
- func (x *ListTransferConfigsByCredentialIDReq) GetEntity() *TransferConfig
- func (x *ListTransferConfigsByCredentialIDReq) GetListReq() *ListReq
- func (x *ListTransferConfigsByCredentialIDReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListTransferConfigsByCredentialIDReq) ProtoMessage()
- func (x *ListTransferConfigsByCredentialIDReq) ProtoReflect() protoreflect.Message
- func (x *ListTransferConfigsByCredentialIDReq) Reset()
- func (x *ListTransferConfigsByCredentialIDReq) String() string
- type ListTransferConfigsByCredentialIDRes
- func (*ListTransferConfigsByCredentialIDRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransferConfigsByCredentialIDRes) GetEntities() []*TransferConfig
- func (*ListTransferConfigsByCredentialIDRes) ProtoMessage()
- func (x *ListTransferConfigsByCredentialIDRes) ProtoReflect() protoreflect.Message
- func (x *ListTransferConfigsByCredentialIDRes) Reset()
- func (x *ListTransferConfigsByCredentialIDRes) String() string
- type ListTransferConfigsReq
- func (*ListTransferConfigsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransferConfigsReq) GetEntity() *TransferConfig
- func (x *ListTransferConfigsReq) GetListReq() *ListReq
- func (x *ListTransferConfigsReq) GetMask() *fieldmaskpb.FieldMask
- func (*ListTransferConfigsReq) ProtoMessage()
- func (x *ListTransferConfigsReq) ProtoReflect() protoreflect.Message
- func (x *ListTransferConfigsReq) Reset()
- func (x *ListTransferConfigsReq) String() string
- type ListTransferConfigsRes
- func (*ListTransferConfigsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransferConfigsRes) GetEntities() []*TransferConfig
- func (*ListTransferConfigsRes) ProtoMessage()
- func (x *ListTransferConfigsRes) ProtoReflect() protoreflect.Message
- func (x *ListTransferConfigsRes) Reset()
- func (x *ListTransferConfigsRes) String() string
- type PGPEncryptionRef
- type PGPKeyPair
- func (*PGPKeyPair) Descriptor() ([]byte, []int)deprecated
- func (x *PGPKeyPair) GetPrivateKey() string
- func (x *PGPKeyPair) GetPublicKey() string
- func (*PGPKeyPair) ProtoMessage()
- func (x *PGPKeyPair) ProtoReflect() protoreflect.Message
- func (x *PGPKeyPair) Reset()
- func (x *PGPKeyPair) String() string
- type Password
- type PasswordRef
- type Room303Destination
- func (*Room303Destination) Descriptor() ([]byte, []int)deprecated
- func (x *Room303Destination) GetRoom() string
- func (x *Room303Destination) GetUserId() string
- func (x *Room303Destination) GetUsername() string
- func (*Room303Destination) ProtoMessage()
- func (x *Room303Destination) ProtoReflect() protoreflect.Message
- func (x *Room303Destination) Reset()
- func (x *Room303Destination) String() string
- type Room303SystemMessage
- func (*Room303SystemMessage) Descriptor() ([]byte, []int)deprecated
- func (x *Room303SystemMessage) GetRoom() string
- func (m *Room303SystemMessage) GetUser() isRoom303SystemMessage_User
- func (x *Room303SystemMessage) GetUserId() string
- func (x *Room303SystemMessage) GetUsername() string
- func (*Room303SystemMessage) ProtoMessage()
- func (x *Room303SystemMessage) ProtoReflect() protoreflect.Message
- func (x *Room303SystemMessage) Reset()
- func (x *Room303SystemMessage) String() string
- type Room303SystemMessage_UserId
- type Room303SystemMessage_Username
- type Room303SystemMessages
- func (*Room303SystemMessages) Descriptor() ([]byte, []int)deprecated
- func (x *Room303SystemMessages) GetSystemMessages() []*Room303SystemMessage
- func (*Room303SystemMessages) ProtoMessage()
- func (x *Room303SystemMessages) ProtoReflect() protoreflect.Message
- func (x *Room303SystemMessages) Reset()
- func (x *Room303SystemMessages) String() string
- type Room303Transport
- func (*Room303Transport) Descriptor() ([]byte, []int)deprecated
- func (x *Room303Transport) GetSystemMessage() *Room303SystemMessagedeprecated
- func (x *Room303Transport) GetSystemMessages() *Room303SystemMessages
- func (m *Room303Transport) GetTransport() isRoom303Transport_Transport
- func (*Room303Transport) ProtoMessage()
- func (x *Room303Transport) ProtoReflect() protoreflect.Message
- func (x *Room303Transport) Reset()
- func (x *Room303Transport) String() string
- type Room303Transport_SystemMessage
- type Room303Transport_SystemMessages
- type SFTPTransport
- func (*SFTPTransport) Descriptor() ([]byte, []int)deprecated
- func (x *SFTPTransport) GetBaseDir() string
- func (m *SFTPTransport) GetCredentials() isSFTPTransport_Credentials
- func (x *SFTPTransport) GetHost() string
- func (x *SFTPTransport) GetPassword() *PasswordRef
- func (x *SFTPTransport) GetPort() int32deprecated
- func (x *SFTPTransport) GetSshKey() *SSHKeyRef
- func (x *SFTPTransport) GetUsername() string
- func (*SFTPTransport) ProtoMessage()
- func (x *SFTPTransport) ProtoReflect() protoreflect.Message
- func (x *SFTPTransport) Reset()
- func (x *SFTPTransport) String() string
- type SFTPTransport_Password
- type SFTPTransport_SshKey
- type SMSTransport
- func (*SMSTransport) Descriptor() ([]byte, []int)deprecated
- func (x *SMSTransport) GetDestinationPhone() string
- func (x *SMSTransport) GetSourcePhone() string
- func (*SMSTransport) ProtoMessage()
- func (x *SMSTransport) ProtoReflect() protoreflect.Message
- func (x *SMSTransport) Reset()
- func (x *SMSTransport) String() string
- type SSHKeyPair
- func (*SSHKeyPair) Descriptor() ([]byte, []int)deprecated
- func (x *SSHKeyPair) GetPrivateKey() string
- func (x *SSHKeyPair) GetPublicKey() string
- func (*SSHKeyPair) ProtoMessage()
- func (x *SSHKeyPair) ProtoReflect() protoreflect.Message
- func (x *SSHKeyPair) Reset()
- func (x *SSHKeyPair) String() string
- type SSHKeyRef
- type SftpDestination
- func (*SftpDestination) Descriptor() ([]byte, []int)deprecated
- func (x *SftpDestination) GetAddress() string
- func (x *SftpDestination) GetBaseDirectory() string
- func (x *SftpDestination) GetPort() int32
- func (*SftpDestination) ProtoMessage()
- func (x *SftpDestination) ProtoReflect() protoreflect.Message
- func (x *SftpDestination) Reset()
- func (x *SftpDestination) String() string
- type SftpSource
- type SmsDestination
- func (*SmsDestination) Descriptor() ([]byte, []int)deprecated
- func (x *SmsDestination) GetDestinationPhone() string
- func (x *SmsDestination) GetSourcePhone() string
- func (*SmsDestination) ProtoMessage()
- func (x *SmsDestination) ProtoReflect() protoreflect.Message
- func (x *SmsDestination) Reset()
- func (x *SmsDestination) String() string
- type Source
- func (*Source) Descriptor() ([]byte, []int)deprecated
- func (x *Source) GetEncryption() *commons.Encryption
- func (x *Source) GetSftp() *SftpSource
- func (m *Source) GetValue() isSource_Value
- func (*Source) ProtoMessage()
- func (x *Source) ProtoReflect() protoreflect.Message
- func (x *Source) Reset()
- func (x *Source) String() string
- type Source_Sftp
- type TransferConfig
- func (*TransferConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TransferConfig) GetCreatedOn() *timestamppb.Timestamp
- func (x *TransferConfig) GetCredential() *Credential
- func (x *TransferConfig) GetDescription() string
- func (x *TransferConfig) GetDestination() *Destination
- func (x *TransferConfig) GetLastEdited() *timestamppb.Timestamp
- func (x *TransferConfig) GetName() string
- func (x *TransferConfig) GetSid() int64
- func (x *TransferConfig) GetSource() *Source
- func (x *TransferConfig) GetTtl() int32
- func (*TransferConfig) ProtoMessage()
- func (x *TransferConfig) ProtoReflect() protoreflect.Message
- func (x *TransferConfig) Reset()
- func (x *TransferConfig) String() string
- type UnimplementedDeliveryApiServer
- func (UnimplementedDeliveryApiServer) CreateCredential(context.Context, *CreateCredentialReq) (*CreateCredentialRes, error)
- func (UnimplementedDeliveryApiServer) CreateDeliveryDefinition(context.Context, *CreateDeliveryDefinitionReq) (*CreateDeliveryDefinitionRes, error)
- func (UnimplementedDeliveryApiServer) CreateEncryption(context.Context, *CreateEncryptionReq) (*CreateEncryptionRes, error)
- func (UnimplementedDeliveryApiServer) CreateTransferConfig(context.Context, *CreateTransferConfigReq) (*CreateTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) DeleteCredential(context.Context, *DeleteCredentialReq) (*DeleteCredentialRes, error)
- func (UnimplementedDeliveryApiServer) DeleteDeliveryDefinition(context.Context, *DeleteDeliveryDefinitionReq) (*DeleteDeliveryDefinitionRes, error)
- func (UnimplementedDeliveryApiServer) DeleteEncryption(context.Context, *DeleteEncryptionReq) (*DeleteEncryptionRes, error)
- func (UnimplementedDeliveryApiServer) DeleteTransferConfig(context.Context, *DeleteTransferConfigReq) (*DeleteTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) GetCredential(context.Context, *GetCredentialReq) (*GetCredentialRes, error)
- func (UnimplementedDeliveryApiServer) GetDeliveryDefinition(context.Context, *GetDeliveryDefinitionReq) (*GetDeliveryDefinitionRes, error)
- func (UnimplementedDeliveryApiServer) GetDeliveryDefinitionByName(context.Context, *GetDeliveryDefinitionByNameReq) (*GetDeliveryDefinitionByNameRes, error)
- func (UnimplementedDeliveryApiServer) GetEncryption(context.Context, *GetEncryptionReq) (*GetEncryptionRes, error)
- func (UnimplementedDeliveryApiServer) GetTransferConfig(context.Context, *GetTransferConfigReq) (*GetTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) GetTransferConfigByName(context.Context, *GetTransferConfigByNameReq) (*GetTransferConfigByNameRes, error)
- func (UnimplementedDeliveryApiServer) ListCredentials(context.Context, *ListCredentialsReq) (*ListCredentialsRes, error)
- func (UnimplementedDeliveryApiServer) ListDeliveryDefinitions(context.Context, *ListDeliveryDefinitionsReq) (*ListDeliveryDefinitionsRes, error)
- func (UnimplementedDeliveryApiServer) ListDeliveryDefinitionsByCredentialID(context.Context, *ListDeliveryDefinitionsByCredentialIDReq) (*ListDeliveryDefinitionsByCredentialIDRes, error)
- func (UnimplementedDeliveryApiServer) ListEncryptions(context.Context, *ListEncryptionsReq) (*ListEncryptionsRes, error)
- func (UnimplementedDeliveryApiServer) ListHistory(context.Context, *ListHistoryReq) (*ListHistoryRes, error)
- func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig(context.Context, *ListHistoryByTransferConfigReq) (*ListHistoryByTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) ListSMSNumbers(context.Context, *ListSMSNumbersReq) (*ListSMSNumbersRes, error)
- func (UnimplementedDeliveryApiServer) ListTransferConfigs(context.Context, *ListTransferConfigsReq) (*ListTransferConfigsRes, error)
- func (UnimplementedDeliveryApiServer) ListTransferConfigsByCredentialID(context.Context, *ListTransferConfigsByCredentialIDReq) (*ListTransferConfigsByCredentialIDRes, error)
- func (UnimplementedDeliveryApiServer) UpdateCredential(context.Context, *UpdateCredentialReq) (*UpdateCredentialRes, error)
- func (UnimplementedDeliveryApiServer) UpdateDeliveryDefinition(context.Context, *UpdateDeliveryDefinitionReq) (*UpdateDeliveryDefinitionRes, error)
- func (UnimplementedDeliveryApiServer) UpdateEncryption(context.Context, *UpdateEncryptionReq) (*UpdateEncryptionRes, error)
- func (UnimplementedDeliveryApiServer) UpdateTransferConfig(context.Context, *UpdateTransferConfigReq) (*UpdateTransferConfigRes, error)
- type UnsafeDeliveryApiServer
- type UpdateCredentialReq
- func (*UpdateCredentialReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCredentialReq) GetEntity() *Credential
- func (x *UpdateCredentialReq) GetMask() *fieldmaskpb.FieldMask
- func (*UpdateCredentialReq) ProtoMessage()
- func (x *UpdateCredentialReq) ProtoReflect() protoreflect.Message
- func (x *UpdateCredentialReq) Reset()
- func (x *UpdateCredentialReq) String() string
- type UpdateCredentialRes
- func (*UpdateCredentialRes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCredentialRes) GetEntity() *ID
- func (*UpdateCredentialRes) ProtoMessage()
- func (x *UpdateCredentialRes) ProtoReflect() protoreflect.Message
- func (x *UpdateCredentialRes) Reset()
- func (x *UpdateCredentialRes) String() string
- type UpdateDeliveryDefinitionReq
- func (*UpdateDeliveryDefinitionReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeliveryDefinitionReq) GetEntity() *DeliveryDefinition
- func (x *UpdateDeliveryDefinitionReq) GetMask() *fieldmaskpb.FieldMask
- func (*UpdateDeliveryDefinitionReq) ProtoMessage()
- func (x *UpdateDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
- func (x *UpdateDeliveryDefinitionReq) Reset()
- func (x *UpdateDeliveryDefinitionReq) String() string
- type UpdateDeliveryDefinitionRes
- func (*UpdateDeliveryDefinitionRes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeliveryDefinitionRes) GetEntity() *ID
- func (*UpdateDeliveryDefinitionRes) ProtoMessage()
- func (x *UpdateDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
- func (x *UpdateDeliveryDefinitionRes) Reset()
- func (x *UpdateDeliveryDefinitionRes) String() string
- type UpdateEncryptionReq
- func (*UpdateEncryptionReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEncryptionReq) GetEntity() *Encryption
- func (x *UpdateEncryptionReq) GetMask() *fieldmaskpb.FieldMask
- func (*UpdateEncryptionReq) ProtoMessage()
- func (x *UpdateEncryptionReq) ProtoReflect() protoreflect.Message
- func (x *UpdateEncryptionReq) Reset()
- func (x *UpdateEncryptionReq) String() string
- type UpdateEncryptionRes
- func (*UpdateEncryptionRes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEncryptionRes) GetEntity() *ID
- func (*UpdateEncryptionRes) ProtoMessage()
- func (x *UpdateEncryptionRes) ProtoReflect() protoreflect.Message
- func (x *UpdateEncryptionRes) Reset()
- func (x *UpdateEncryptionRes) String() string
- type UpdateTransferConfigReq
- func (*UpdateTransferConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTransferConfigReq) GetEntity() *TransferConfig
- func (x *UpdateTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
- func (*UpdateTransferConfigReq) ProtoMessage()
- func (x *UpdateTransferConfigReq) ProtoReflect() protoreflect.Message
- func (x *UpdateTransferConfigReq) Reset()
- func (x *UpdateTransferConfigReq) String() string
- type UpdateTransferConfigRes
- func (*UpdateTransferConfigRes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTransferConfigRes) GetEntity() *ID
- func (*UpdateTransferConfigRes) ProtoMessage()
- func (x *UpdateTransferConfigRes) ProtoReflect() protoreflect.Message
- func (x *UpdateTransferConfigRes) Reset()
- func (x *UpdateTransferConfigRes) String() string
- type UserPassword
- func (*UserPassword) Descriptor() ([]byte, []int)deprecated
- func (x *UserPassword) GetPassword() string
- func (x *UserPassword) GetUsername() string
- func (*UserPassword) ProtoMessage()
- func (x *UserPassword) ProtoReflect() protoreflect.Message
- func (x *UserPassword) Reset()
- func (x *UserPassword) String() string
Constants ¶
const ( DeliveryApi_CreateTransferConfig_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/CreateTransferConfig" DeliveryApi_ListTransferConfigs_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListTransferConfigs" DeliveryApi_ListTransferConfigsByCredentialID_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListTransferConfigsByCredentialID" DeliveryApi_UpdateTransferConfig_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/UpdateTransferConfig" DeliveryApi_DeleteTransferConfig_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/DeleteTransferConfig" DeliveryApi_GetTransferConfig_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetTransferConfig" DeliveryApi_GetTransferConfigByName_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetTransferConfigByName" DeliveryApi_ListHistory_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListHistory" DeliveryApi_ListHistoryByTransferConfig_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListHistoryByTransferConfig" DeliveryApi_ListCredentials_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListCredentials" DeliveryApi_GetCredential_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetCredential" DeliveryApi_CreateCredential_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/CreateCredential" DeliveryApi_DeleteCredential_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/DeleteCredential" DeliveryApi_UpdateCredential_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/UpdateCredential" DeliveryApi_CreateDeliveryDefinition_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/CreateDeliveryDefinition" DeliveryApi_DeleteDeliveryDefinition_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/DeleteDeliveryDefinition" DeliveryApi_GetDeliveryDefinition_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetDeliveryDefinition" DeliveryApi_GetDeliveryDefinitionByName_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetDeliveryDefinitionByName" DeliveryApi_ListDeliveryDefinitions_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListDeliveryDefinitions" DeliveryApi_ListDeliveryDefinitionsByCredentialID_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListDeliveryDefinitionsByCredentialID" DeliveryApi_UpdateDeliveryDefinition_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/UpdateDeliveryDefinition" DeliveryApi_CreateEncryption_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/CreateEncryption" DeliveryApi_DeleteEncryption_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/DeleteEncryption" DeliveryApi_GetEncryption_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/GetEncryption" DeliveryApi_ListEncryptions_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListEncryptions" DeliveryApi_UpdateEncryption_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/UpdateEncryption" DeliveryApi_ListSMSNumbers_FullMethodName = "/api.v1alpha1.delivery.DeliveryApi/ListSMSNumbers" )
Variables ¶
var DeliveryApi_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.v1alpha1.delivery.DeliveryApi", HandlerType: (*DeliveryApiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateTransferConfig", Handler: _DeliveryApi_CreateTransferConfig_Handler, }, { MethodName: "ListTransferConfigs", Handler: _DeliveryApi_ListTransferConfigs_Handler, }, { MethodName: "ListTransferConfigsByCredentialID", Handler: _DeliveryApi_ListTransferConfigsByCredentialID_Handler, }, { MethodName: "UpdateTransferConfig", Handler: _DeliveryApi_UpdateTransferConfig_Handler, }, { MethodName: "DeleteTransferConfig", Handler: _DeliveryApi_DeleteTransferConfig_Handler, }, { MethodName: "GetTransferConfig", Handler: _DeliveryApi_GetTransferConfig_Handler, }, { MethodName: "GetTransferConfigByName", Handler: _DeliveryApi_GetTransferConfigByName_Handler, }, { MethodName: "ListHistory", Handler: _DeliveryApi_ListHistory_Handler, }, { MethodName: "ListHistoryByTransferConfig", Handler: _DeliveryApi_ListHistoryByTransferConfig_Handler, }, { MethodName: "ListCredentials", Handler: _DeliveryApi_ListCredentials_Handler, }, { MethodName: "GetCredential", Handler: _DeliveryApi_GetCredential_Handler, }, { MethodName: "CreateCredential", Handler: _DeliveryApi_CreateCredential_Handler, }, { MethodName: "DeleteCredential", Handler: _DeliveryApi_DeleteCredential_Handler, }, { MethodName: "UpdateCredential", Handler: _DeliveryApi_UpdateCredential_Handler, }, { MethodName: "CreateDeliveryDefinition", Handler: _DeliveryApi_CreateDeliveryDefinition_Handler, }, { MethodName: "DeleteDeliveryDefinition", Handler: _DeliveryApi_DeleteDeliveryDefinition_Handler, }, { MethodName: "GetDeliveryDefinition", Handler: _DeliveryApi_GetDeliveryDefinition_Handler, }, { MethodName: "GetDeliveryDefinitionByName", Handler: _DeliveryApi_GetDeliveryDefinitionByName_Handler, }, { MethodName: "ListDeliveryDefinitions", Handler: _DeliveryApi_ListDeliveryDefinitions_Handler, }, { MethodName: "ListDeliveryDefinitionsByCredentialID", Handler: _DeliveryApi_ListDeliveryDefinitionsByCredentialID_Handler, }, { MethodName: "UpdateDeliveryDefinition", Handler: _DeliveryApi_UpdateDeliveryDefinition_Handler, }, { MethodName: "CreateEncryption", Handler: _DeliveryApi_CreateEncryption_Handler, }, { MethodName: "DeleteEncryption", Handler: _DeliveryApi_DeleteEncryption_Handler, }, { MethodName: "GetEncryption", Handler: _DeliveryApi_GetEncryption_Handler, }, { MethodName: "ListEncryptions", Handler: _DeliveryApi_ListEncryptions_Handler, }, { MethodName: "UpdateEncryption", Handler: _DeliveryApi_UpdateEncryption_Handler, }, { MethodName: "ListSMSNumbers", Handler: _DeliveryApi_ListSMSNumbers_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/v1alpha1/delivery/service.proto", }
DeliveryApi_ServiceDesc is the grpc.ServiceDesc for DeliveryApi service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_v1alpha1_delivery_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDeliveryApiServer ¶
func RegisterDeliveryApiServer(s grpc.ServiceRegistrar, srv DeliveryApiServer)
Types ¶
type AESEncryptionRef ¶ added in v1.7.34
type AESEncryptionRef struct { AesSid int64 `protobuf:"varint,1,opt,name=aes_sid,json=aesSid,proto3" json:"aes_sid,omitempty"` // contains filtered or unexported fields }
func (*AESEncryptionRef) Descriptor
deprecated
added in
v1.7.34
func (*AESEncryptionRef) Descriptor() ([]byte, []int)
Deprecated: Use AESEncryptionRef.ProtoReflect.Descriptor instead.
func (*AESEncryptionRef) GetAesSid ¶ added in v1.7.34
func (x *AESEncryptionRef) GetAesSid() int64
func (*AESEncryptionRef) ProtoMessage ¶ added in v1.7.34
func (*AESEncryptionRef) ProtoMessage()
func (*AESEncryptionRef) ProtoReflect ¶ added in v1.7.34
func (x *AESEncryptionRef) ProtoReflect() protoreflect.Message
func (*AESEncryptionRef) Reset ¶ added in v1.7.34
func (x *AESEncryptionRef) Reset()
func (*AESEncryptionRef) String ¶ added in v1.7.34
func (x *AESEncryptionRef) String() string
type AESPassword ¶
type AESPassword struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*AESPassword) Descriptor
deprecated
func (*AESPassword) Descriptor() ([]byte, []int)
Deprecated: Use AESPassword.ProtoReflect.Descriptor instead.
func (*AESPassword) GetPassword ¶
func (x *AESPassword) GetPassword() string
func (*AESPassword) ProtoMessage ¶
func (*AESPassword) ProtoMessage()
func (*AESPassword) ProtoReflect ¶
func (x *AESPassword) ProtoReflect() protoreflect.Message
func (*AESPassword) Reset ¶
func (x *AESPassword) Reset()
func (*AESPassword) String ¶
func (x *AESPassword) String() string
type CreateCredentialReq ¶
type CreateCredentialReq struct { Entity *Credential `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*CreateCredentialReq) Descriptor
deprecated
func (*CreateCredentialReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateCredentialReq.ProtoReflect.Descriptor instead.
func (*CreateCredentialReq) GetEntity ¶
func (x *CreateCredentialReq) GetEntity() *Credential
func (*CreateCredentialReq) GetMask ¶
func (x *CreateCredentialReq) GetMask() *fieldmaskpb.FieldMask
func (*CreateCredentialReq) ProtoMessage ¶
func (*CreateCredentialReq) ProtoMessage()
func (*CreateCredentialReq) ProtoReflect ¶
func (x *CreateCredentialReq) ProtoReflect() protoreflect.Message
func (*CreateCredentialReq) Reset ¶
func (x *CreateCredentialReq) Reset()
func (*CreateCredentialReq) String ¶
func (x *CreateCredentialReq) String() string
type CreateCredentialRes ¶
type CreateCredentialRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateCredentialRes) Descriptor
deprecated
func (*CreateCredentialRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateCredentialRes.ProtoReflect.Descriptor instead.
func (*CreateCredentialRes) GetEntity ¶
func (x *CreateCredentialRes) GetEntity() *ID
func (*CreateCredentialRes) ProtoMessage ¶
func (*CreateCredentialRes) ProtoMessage()
func (*CreateCredentialRes) ProtoReflect ¶
func (x *CreateCredentialRes) ProtoReflect() protoreflect.Message
func (*CreateCredentialRes) Reset ¶
func (x *CreateCredentialRes) Reset()
func (*CreateCredentialRes) String ¶
func (x *CreateCredentialRes) String() string
type CreateDeliveryDefinitionReq ¶ added in v1.7.34
type CreateDeliveryDefinitionReq struct { Definition *DeliveryDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"` // contains filtered or unexported fields }
func (*CreateDeliveryDefinitionReq) Descriptor
deprecated
added in
v1.7.34
func (*CreateDeliveryDefinitionReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeliveryDefinitionReq.ProtoReflect.Descriptor instead.
func (*CreateDeliveryDefinitionReq) GetDefinition ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionReq) GetDefinition() *DeliveryDefinition
func (*CreateDeliveryDefinitionReq) ProtoMessage ¶ added in v1.7.34
func (*CreateDeliveryDefinitionReq) ProtoMessage()
func (*CreateDeliveryDefinitionReq) ProtoReflect ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
func (*CreateDeliveryDefinitionReq) Reset ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionReq) Reset()
func (*CreateDeliveryDefinitionReq) String ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionReq) String() string
type CreateDeliveryDefinitionRes ¶ added in v1.7.34
type CreateDeliveryDefinitionRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateDeliveryDefinitionRes) Descriptor
deprecated
added in
v1.7.34
func (*CreateDeliveryDefinitionRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeliveryDefinitionRes.ProtoReflect.Descriptor instead.
func (*CreateDeliveryDefinitionRes) GetEntity ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionRes) GetEntity() *ID
func (*CreateDeliveryDefinitionRes) ProtoMessage ¶ added in v1.7.34
func (*CreateDeliveryDefinitionRes) ProtoMessage()
func (*CreateDeliveryDefinitionRes) ProtoReflect ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
func (*CreateDeliveryDefinitionRes) Reset ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionRes) Reset()
func (*CreateDeliveryDefinitionRes) String ¶ added in v1.7.34
func (x *CreateDeliveryDefinitionRes) String() string
type CreateEncryptionReq ¶ added in v1.7.34
type CreateEncryptionReq struct { Encryption *Encryption `protobuf:"bytes,1,opt,name=encryption,proto3" json:"encryption,omitempty"` // contains filtered or unexported fields }
func (*CreateEncryptionReq) Descriptor
deprecated
added in
v1.7.34
func (*CreateEncryptionReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateEncryptionReq.ProtoReflect.Descriptor instead.
func (*CreateEncryptionReq) GetEncryption ¶ added in v1.7.34
func (x *CreateEncryptionReq) GetEncryption() *Encryption
func (*CreateEncryptionReq) ProtoMessage ¶ added in v1.7.34
func (*CreateEncryptionReq) ProtoMessage()
func (*CreateEncryptionReq) ProtoReflect ¶ added in v1.7.34
func (x *CreateEncryptionReq) ProtoReflect() protoreflect.Message
func (*CreateEncryptionReq) Reset ¶ added in v1.7.34
func (x *CreateEncryptionReq) Reset()
func (*CreateEncryptionReq) String ¶ added in v1.7.34
func (x *CreateEncryptionReq) String() string
type CreateEncryptionRes ¶ added in v1.7.34
type CreateEncryptionRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateEncryptionRes) Descriptor
deprecated
added in
v1.7.34
func (*CreateEncryptionRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateEncryptionRes.ProtoReflect.Descriptor instead.
func (*CreateEncryptionRes) GetEntity ¶ added in v1.7.34
func (x *CreateEncryptionRes) GetEntity() *ID
func (*CreateEncryptionRes) ProtoMessage ¶ added in v1.7.34
func (*CreateEncryptionRes) ProtoMessage()
func (*CreateEncryptionRes) ProtoReflect ¶ added in v1.7.34
func (x *CreateEncryptionRes) ProtoReflect() protoreflect.Message
func (*CreateEncryptionRes) Reset ¶ added in v1.7.34
func (x *CreateEncryptionRes) Reset()
func (*CreateEncryptionRes) String ¶ added in v1.7.34
func (x *CreateEncryptionRes) String() string
type CreateHistoryReq ¶
type CreateHistoryReq struct { Entity *History `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*CreateHistoryReq) Descriptor
deprecated
func (*CreateHistoryReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateHistoryReq.ProtoReflect.Descriptor instead.
func (*CreateHistoryReq) GetEntity ¶
func (x *CreateHistoryReq) GetEntity() *History
func (*CreateHistoryReq) GetMask ¶
func (x *CreateHistoryReq) GetMask() *fieldmaskpb.FieldMask
func (*CreateHistoryReq) ProtoMessage ¶
func (*CreateHistoryReq) ProtoMessage()
func (*CreateHistoryReq) ProtoReflect ¶
func (x *CreateHistoryReq) ProtoReflect() protoreflect.Message
func (*CreateHistoryReq) Reset ¶
func (x *CreateHistoryReq) Reset()
func (*CreateHistoryReq) String ¶
func (x *CreateHistoryReq) String() string
type CreateHistoryRes ¶
type CreateHistoryRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateHistoryRes) Descriptor
deprecated
func (*CreateHistoryRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateHistoryRes.ProtoReflect.Descriptor instead.
func (*CreateHistoryRes) GetEntity ¶
func (x *CreateHistoryRes) GetEntity() *ID
func (*CreateHistoryRes) ProtoMessage ¶
func (*CreateHistoryRes) ProtoMessage()
func (*CreateHistoryRes) ProtoReflect ¶
func (x *CreateHistoryRes) ProtoReflect() protoreflect.Message
func (*CreateHistoryRes) Reset ¶
func (x *CreateHistoryRes) Reset()
func (*CreateHistoryRes) String ¶
func (x *CreateHistoryRes) String() string
type CreateTransferConfigReq ¶
type CreateTransferConfigReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*CreateTransferConfigReq) Descriptor
deprecated
func (*CreateTransferConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateTransferConfigReq.ProtoReflect.Descriptor instead.
func (*CreateTransferConfigReq) GetEntity ¶
func (x *CreateTransferConfigReq) GetEntity() *TransferConfig
func (*CreateTransferConfigReq) GetMask ¶
func (x *CreateTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
func (*CreateTransferConfigReq) ProtoMessage ¶
func (*CreateTransferConfigReq) ProtoMessage()
func (*CreateTransferConfigReq) ProtoReflect ¶
func (x *CreateTransferConfigReq) ProtoReflect() protoreflect.Message
func (*CreateTransferConfigReq) Reset ¶
func (x *CreateTransferConfigReq) Reset()
func (*CreateTransferConfigReq) String ¶
func (x *CreateTransferConfigReq) String() string
type CreateTransferConfigRes ¶
type CreateTransferConfigRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateTransferConfigRes) Descriptor
deprecated
func (*CreateTransferConfigRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateTransferConfigRes.ProtoReflect.Descriptor instead.
func (*CreateTransferConfigRes) GetEntity ¶
func (x *CreateTransferConfigRes) GetEntity() *ID
func (*CreateTransferConfigRes) ProtoMessage ¶
func (*CreateTransferConfigRes) ProtoMessage()
func (*CreateTransferConfigRes) ProtoReflect ¶
func (x *CreateTransferConfigRes) ProtoReflect() protoreflect.Message
func (*CreateTransferConfigRes) Reset ¶
func (x *CreateTransferConfigRes) Reset()
func (*CreateTransferConfigRes) String ¶
func (x *CreateTransferConfigRes) String() string
type Credential ¶
type Credential struct { Sid int64 `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Data *CredentialData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // stored as jsonb CreatedOn *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` LastEdited *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=last_edited,json=lastEdited,proto3" json:"last_edited,omitempty"` // contains filtered or unexported fields }
func (*Credential) Descriptor
deprecated
func (*Credential) Descriptor() ([]byte, []int)
Deprecated: Use Credential.ProtoReflect.Descriptor instead.
func (*Credential) GetCreatedOn ¶
func (x *Credential) GetCreatedOn() *timestamppb.Timestamp
func (*Credential) GetData ¶
func (x *Credential) GetData() *CredentialData
func (*Credential) GetDescription ¶
func (x *Credential) GetDescription() string
func (*Credential) GetLastEdited ¶
func (x *Credential) GetLastEdited() *timestamppb.Timestamp
func (*Credential) GetName ¶
func (x *Credential) GetName() string
func (*Credential) GetSid ¶
func (x *Credential) GetSid() int64
func (*Credential) ProtoMessage ¶
func (*Credential) ProtoMessage()
func (*Credential) ProtoReflect ¶
func (x *Credential) ProtoReflect() protoreflect.Message
func (*Credential) Reset ¶
func (x *Credential) Reset()
func (*Credential) String ¶
func (x *Credential) String() string
type CredentialData ¶
type CredentialData struct { // Types that are assignable to Data: // // *CredentialData_UserPassword // *CredentialData_Password // *CredentialData_SshKeyPair // *CredentialData_PgpKeyPair // *CredentialData_AesPassword Data isCredentialData_Data `protobuf_oneof:"data"` // contains filtered or unexported fields }
func (*CredentialData) Descriptor
deprecated
func (*CredentialData) Descriptor() ([]byte, []int)
Deprecated: Use CredentialData.ProtoReflect.Descriptor instead.
func (*CredentialData) GetAesPassword ¶
func (x *CredentialData) GetAesPassword() *AESPassword
func (*CredentialData) GetData ¶
func (m *CredentialData) GetData() isCredentialData_Data
func (*CredentialData) GetPassword ¶
func (x *CredentialData) GetPassword() *Password
func (*CredentialData) GetPgpKeyPair ¶
func (x *CredentialData) GetPgpKeyPair() *PGPKeyPair
func (*CredentialData) GetSshKeyPair ¶
func (x *CredentialData) GetSshKeyPair() *SSHKeyPair
func (*CredentialData) GetUserPassword ¶
func (x *CredentialData) GetUserPassword() *UserPassword
func (*CredentialData) ProtoMessage ¶
func (*CredentialData) ProtoMessage()
func (*CredentialData) ProtoReflect ¶
func (x *CredentialData) ProtoReflect() protoreflect.Message
func (*CredentialData) Reset ¶
func (x *CredentialData) Reset()
func (*CredentialData) String ¶
func (x *CredentialData) String() string
type CredentialData_AesPassword ¶
type CredentialData_AesPassword struct {
AesPassword *AESPassword `protobuf:"bytes,5,opt,name=aes_password,json=aesPassword,proto3,oneof"`
}
type CredentialData_Password ¶
type CredentialData_Password struct {
Password *Password `protobuf:"bytes,2,opt,name=password,proto3,oneof"`
}
type CredentialData_PgpKeyPair ¶
type CredentialData_PgpKeyPair struct {
PgpKeyPair *PGPKeyPair `protobuf:"bytes,4,opt,name=pgp_key_pair,json=pgpKeyPair,proto3,oneof"`
}
type CredentialData_SshKeyPair ¶
type CredentialData_SshKeyPair struct {
SshKeyPair *SSHKeyPair `protobuf:"bytes,3,opt,name=ssh_key_pair,json=sshKeyPair,proto3,oneof"`
}
type CredentialData_UserPassword ¶
type CredentialData_UserPassword struct {
UserPassword *UserPassword `protobuf:"bytes,1,opt,name=user_password,json=userPassword,proto3,oneof"`
}
type Credentials ¶
type Credentials struct { Entities []*Credential `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*Credentials) Descriptor
deprecated
func (*Credentials) Descriptor() ([]byte, []int)
Deprecated: Use Credentials.ProtoReflect.Descriptor instead.
func (*Credentials) GetEntities ¶
func (x *Credentials) GetEntities() []*Credential
func (*Credentials) ProtoMessage ¶
func (*Credentials) ProtoMessage()
func (*Credentials) ProtoReflect ¶
func (x *Credentials) ProtoReflect() protoreflect.Message
func (*Credentials) Reset ¶
func (x *Credentials) Reset()
func (*Credentials) String ¶
func (x *Credentials) String() string
type DeleteCredentialReq ¶
type DeleteCredentialReq struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*DeleteCredentialReq) Descriptor
deprecated
func (*DeleteCredentialReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCredentialReq.ProtoReflect.Descriptor instead.
func (*DeleteCredentialReq) GetEntity ¶
func (x *DeleteCredentialReq) GetEntity() *ID
func (*DeleteCredentialReq) GetMask ¶
func (x *DeleteCredentialReq) GetMask() *fieldmaskpb.FieldMask
func (*DeleteCredentialReq) ProtoMessage ¶
func (*DeleteCredentialReq) ProtoMessage()
func (*DeleteCredentialReq) ProtoReflect ¶
func (x *DeleteCredentialReq) ProtoReflect() protoreflect.Message
func (*DeleteCredentialReq) Reset ¶
func (x *DeleteCredentialReq) Reset()
func (*DeleteCredentialReq) String ¶
func (x *DeleteCredentialReq) String() string
type DeleteCredentialRes ¶
type DeleteCredentialRes struct {
// contains filtered or unexported fields
}
func (*DeleteCredentialRes) Descriptor
deprecated
func (*DeleteCredentialRes) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCredentialRes.ProtoReflect.Descriptor instead.
func (*DeleteCredentialRes) ProtoMessage ¶
func (*DeleteCredentialRes) ProtoMessage()
func (*DeleteCredentialRes) ProtoReflect ¶
func (x *DeleteCredentialRes) ProtoReflect() protoreflect.Message
func (*DeleteCredentialRes) Reset ¶
func (x *DeleteCredentialRes) Reset()
func (*DeleteCredentialRes) String ¶
func (x *DeleteCredentialRes) String() string
type DeleteDeliveryDefinitionReq ¶ added in v1.7.36
type DeleteDeliveryDefinitionReq struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*DeleteDeliveryDefinitionReq) Descriptor
deprecated
added in
v1.7.36
func (*DeleteDeliveryDefinitionReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeliveryDefinitionReq.ProtoReflect.Descriptor instead.
func (*DeleteDeliveryDefinitionReq) GetEntity ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionReq) GetEntity() *ID
func (*DeleteDeliveryDefinitionReq) ProtoMessage ¶ added in v1.7.36
func (*DeleteDeliveryDefinitionReq) ProtoMessage()
func (*DeleteDeliveryDefinitionReq) ProtoReflect ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
func (*DeleteDeliveryDefinitionReq) Reset ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionReq) Reset()
func (*DeleteDeliveryDefinitionReq) String ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionReq) String() string
type DeleteDeliveryDefinitionRes ¶ added in v1.7.36
type DeleteDeliveryDefinitionRes struct {
// contains filtered or unexported fields
}
func (*DeleteDeliveryDefinitionRes) Descriptor
deprecated
added in
v1.7.36
func (*DeleteDeliveryDefinitionRes) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeliveryDefinitionRes.ProtoReflect.Descriptor instead.
func (*DeleteDeliveryDefinitionRes) ProtoMessage ¶ added in v1.7.36
func (*DeleteDeliveryDefinitionRes) ProtoMessage()
func (*DeleteDeliveryDefinitionRes) ProtoReflect ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
func (*DeleteDeliveryDefinitionRes) Reset ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionRes) Reset()
func (*DeleteDeliveryDefinitionRes) String ¶ added in v1.7.36
func (x *DeleteDeliveryDefinitionRes) String() string
type DeleteEncryptionReq ¶ added in v1.7.36
type DeleteEncryptionReq struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*DeleteEncryptionReq) Descriptor
deprecated
added in
v1.7.36
func (*DeleteEncryptionReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEncryptionReq.ProtoReflect.Descriptor instead.
func (*DeleteEncryptionReq) GetEntity ¶ added in v1.7.36
func (x *DeleteEncryptionReq) GetEntity() *ID
func (*DeleteEncryptionReq) GetMask ¶ added in v1.7.36
func (x *DeleteEncryptionReq) GetMask() *fieldmaskpb.FieldMask
func (*DeleteEncryptionReq) ProtoMessage ¶ added in v1.7.36
func (*DeleteEncryptionReq) ProtoMessage()
func (*DeleteEncryptionReq) ProtoReflect ¶ added in v1.7.36
func (x *DeleteEncryptionReq) ProtoReflect() protoreflect.Message
func (*DeleteEncryptionReq) Reset ¶ added in v1.7.36
func (x *DeleteEncryptionReq) Reset()
func (*DeleteEncryptionReq) String ¶ added in v1.7.36
func (x *DeleteEncryptionReq) String() string
type DeleteEncryptionRes ¶ added in v1.7.36
type DeleteEncryptionRes struct {
// contains filtered or unexported fields
}
func (*DeleteEncryptionRes) Descriptor
deprecated
added in
v1.7.36
func (*DeleteEncryptionRes) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEncryptionRes.ProtoReflect.Descriptor instead.
func (*DeleteEncryptionRes) ProtoMessage ¶ added in v1.7.36
func (*DeleteEncryptionRes) ProtoMessage()
func (*DeleteEncryptionRes) ProtoReflect ¶ added in v1.7.36
func (x *DeleteEncryptionRes) ProtoReflect() protoreflect.Message
func (*DeleteEncryptionRes) Reset ¶ added in v1.7.36
func (x *DeleteEncryptionRes) Reset()
func (*DeleteEncryptionRes) String ¶ added in v1.7.36
func (x *DeleteEncryptionRes) String() string
type DeleteTransferConfigReq ¶
type DeleteTransferConfigReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*DeleteTransferConfigReq) Descriptor
deprecated
func (*DeleteTransferConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTransferConfigReq.ProtoReflect.Descriptor instead.
func (*DeleteTransferConfigReq) GetEntity ¶
func (x *DeleteTransferConfigReq) GetEntity() *TransferConfig
func (*DeleteTransferConfigReq) GetMask ¶
func (x *DeleteTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
func (*DeleteTransferConfigReq) ProtoMessage ¶
func (*DeleteTransferConfigReq) ProtoMessage()
func (*DeleteTransferConfigReq) ProtoReflect ¶
func (x *DeleteTransferConfigReq) ProtoReflect() protoreflect.Message
func (*DeleteTransferConfigReq) Reset ¶
func (x *DeleteTransferConfigReq) Reset()
func (*DeleteTransferConfigReq) String ¶
func (x *DeleteTransferConfigReq) String() string
type DeleteTransferConfigRes ¶
type DeleteTransferConfigRes struct {
// contains filtered or unexported fields
}
func (*DeleteTransferConfigRes) Descriptor
deprecated
func (*DeleteTransferConfigRes) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTransferConfigRes.ProtoReflect.Descriptor instead.
func (*DeleteTransferConfigRes) ProtoMessage ¶
func (*DeleteTransferConfigRes) ProtoMessage()
func (*DeleteTransferConfigRes) ProtoReflect ¶
func (x *DeleteTransferConfigRes) ProtoReflect() protoreflect.Message
func (*DeleteTransferConfigRes) Reset ¶
func (x *DeleteTransferConfigRes) Reset()
func (*DeleteTransferConfigRes) String ¶
func (x *DeleteTransferConfigRes) String() string
type DeliveryApiClient ¶
type DeliveryApiClient interface { CreateTransferConfig(ctx context.Context, in *CreateTransferConfigReq, opts ...grpc.CallOption) (*CreateTransferConfigRes, error) ListTransferConfigs(ctx context.Context, in *ListTransferConfigsReq, opts ...grpc.CallOption) (*ListTransferConfigsRes, error) ListTransferConfigsByCredentialID(ctx context.Context, in *ListTransferConfigsByCredentialIDReq, opts ...grpc.CallOption) (*ListTransferConfigsByCredentialIDRes, error) UpdateTransferConfig(ctx context.Context, in *UpdateTransferConfigReq, opts ...grpc.CallOption) (*UpdateTransferConfigRes, error) DeleteTransferConfig(ctx context.Context, in *DeleteTransferConfigReq, opts ...grpc.CallOption) (*DeleteTransferConfigRes, error) GetTransferConfig(ctx context.Context, in *GetTransferConfigReq, opts ...grpc.CallOption) (*GetTransferConfigRes, error) GetTransferConfigByName(ctx context.Context, in *GetTransferConfigByNameReq, opts ...grpc.CallOption) (*GetTransferConfigByNameRes, error) ListHistory(ctx context.Context, in *ListHistoryReq, opts ...grpc.CallOption) (*ListHistoryRes, error) ListHistoryByTransferConfig(ctx context.Context, in *ListHistoryByTransferConfigReq, opts ...grpc.CallOption) (*ListHistoryByTransferConfigRes, error) ListCredentials(ctx context.Context, in *ListCredentialsReq, opts ...grpc.CallOption) (*ListCredentialsRes, error) GetCredential(ctx context.Context, in *GetCredentialReq, opts ...grpc.CallOption) (*GetCredentialRes, error) CreateCredential(ctx context.Context, in *CreateCredentialReq, opts ...grpc.CallOption) (*CreateCredentialRes, error) DeleteCredential(ctx context.Context, in *DeleteCredentialReq, opts ...grpc.CallOption) (*DeleteCredentialRes, error) UpdateCredential(ctx context.Context, in *UpdateCredentialReq, opts ...grpc.CallOption) (*UpdateCredentialRes, error) CreateDeliveryDefinition(ctx context.Context, in *CreateDeliveryDefinitionReq, opts ...grpc.CallOption) (*CreateDeliveryDefinitionRes, error) DeleteDeliveryDefinition(ctx context.Context, in *DeleteDeliveryDefinitionReq, opts ...grpc.CallOption) (*DeleteDeliveryDefinitionRes, error) GetDeliveryDefinition(ctx context.Context, in *GetDeliveryDefinitionReq, opts ...grpc.CallOption) (*GetDeliveryDefinitionRes, error) GetDeliveryDefinitionByName(ctx context.Context, in *GetDeliveryDefinitionByNameReq, opts ...grpc.CallOption) (*GetDeliveryDefinitionByNameRes, error) ListDeliveryDefinitions(ctx context.Context, in *ListDeliveryDefinitionsReq, opts ...grpc.CallOption) (*ListDeliveryDefinitionsRes, error) ListDeliveryDefinitionsByCredentialID(ctx context.Context, in *ListDeliveryDefinitionsByCredentialIDReq, opts ...grpc.CallOption) (*ListDeliveryDefinitionsByCredentialIDRes, error) UpdateDeliveryDefinition(ctx context.Context, in *UpdateDeliveryDefinitionReq, opts ...grpc.CallOption) (*UpdateDeliveryDefinitionRes, error) CreateEncryption(ctx context.Context, in *CreateEncryptionReq, opts ...grpc.CallOption) (*CreateEncryptionRes, error) DeleteEncryption(ctx context.Context, in *DeleteEncryptionReq, opts ...grpc.CallOption) (*DeleteEncryptionRes, error) GetEncryption(ctx context.Context, in *GetEncryptionReq, opts ...grpc.CallOption) (*GetEncryptionRes, error) ListEncryptions(ctx context.Context, in *ListEncryptionsReq, opts ...grpc.CallOption) (*ListEncryptionsRes, error) UpdateEncryption(ctx context.Context, in *UpdateEncryptionReq, opts ...grpc.CallOption) (*UpdateEncryptionRes, error) ListSMSNumbers(ctx context.Context, in *ListSMSNumbersReq, opts ...grpc.CallOption) (*ListSMSNumbersRes, error) }
DeliveryApiClient is the client API for DeliveryApi service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDeliveryApiClient ¶
func NewDeliveryApiClient(cc grpc.ClientConnInterface) DeliveryApiClient
type DeliveryApiServer ¶
type DeliveryApiServer interface { CreateTransferConfig(context.Context, *CreateTransferConfigReq) (*CreateTransferConfigRes, error) ListTransferConfigs(context.Context, *ListTransferConfigsReq) (*ListTransferConfigsRes, error) ListTransferConfigsByCredentialID(context.Context, *ListTransferConfigsByCredentialIDReq) (*ListTransferConfigsByCredentialIDRes, error) UpdateTransferConfig(context.Context, *UpdateTransferConfigReq) (*UpdateTransferConfigRes, error) DeleteTransferConfig(context.Context, *DeleteTransferConfigReq) (*DeleteTransferConfigRes, error) GetTransferConfig(context.Context, *GetTransferConfigReq) (*GetTransferConfigRes, error) GetTransferConfigByName(context.Context, *GetTransferConfigByNameReq) (*GetTransferConfigByNameRes, error) ListHistory(context.Context, *ListHistoryReq) (*ListHistoryRes, error) ListHistoryByTransferConfig(context.Context, *ListHistoryByTransferConfigReq) (*ListHistoryByTransferConfigRes, error) ListCredentials(context.Context, *ListCredentialsReq) (*ListCredentialsRes, error) GetCredential(context.Context, *GetCredentialReq) (*GetCredentialRes, error) CreateCredential(context.Context, *CreateCredentialReq) (*CreateCredentialRes, error) DeleteCredential(context.Context, *DeleteCredentialReq) (*DeleteCredentialRes, error) UpdateCredential(context.Context, *UpdateCredentialReq) (*UpdateCredentialRes, error) CreateDeliveryDefinition(context.Context, *CreateDeliveryDefinitionReq) (*CreateDeliveryDefinitionRes, error) DeleteDeliveryDefinition(context.Context, *DeleteDeliveryDefinitionReq) (*DeleteDeliveryDefinitionRes, error) GetDeliveryDefinition(context.Context, *GetDeliveryDefinitionReq) (*GetDeliveryDefinitionRes, error) GetDeliveryDefinitionByName(context.Context, *GetDeliveryDefinitionByNameReq) (*GetDeliveryDefinitionByNameRes, error) ListDeliveryDefinitions(context.Context, *ListDeliveryDefinitionsReq) (*ListDeliveryDefinitionsRes, error) ListDeliveryDefinitionsByCredentialID(context.Context, *ListDeliveryDefinitionsByCredentialIDReq) (*ListDeliveryDefinitionsByCredentialIDRes, error) UpdateDeliveryDefinition(context.Context, *UpdateDeliveryDefinitionReq) (*UpdateDeliveryDefinitionRes, error) CreateEncryption(context.Context, *CreateEncryptionReq) (*CreateEncryptionRes, error) DeleteEncryption(context.Context, *DeleteEncryptionReq) (*DeleteEncryptionRes, error) GetEncryption(context.Context, *GetEncryptionReq) (*GetEncryptionRes, error) ListEncryptions(context.Context, *ListEncryptionsReq) (*ListEncryptionsRes, error) UpdateEncryption(context.Context, *UpdateEncryptionReq) (*UpdateEncryptionRes, error) ListSMSNumbers(context.Context, *ListSMSNumbersReq) (*ListSMSNumbersRes, error) // contains filtered or unexported methods }
DeliveryApiServer is the server API for DeliveryApi service. All implementations must embed UnimplementedDeliveryApiServer for forward compatibility.
type DeliveryDefinition ¶ added in v1.7.34
type DeliveryDefinition struct { DeliveryDefinitionSid int64 `` /* 127-byte string literal not displayed */ OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // the name of the definition. Must be unique within the org Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // how many hours the files should live in cloud storage for // must always be > 0 Ttl int32 `protobuf:"varint,8,opt,name=ttl,proto3" json:"ttl,omitempty"` // Types that are assignable to Transport: // // *DeliveryDefinition_Sftp // *DeliveryDefinition_Email // *DeliveryDefinition_Room303 // *DeliveryDefinition_Sms Transport isDeliveryDefinition_Transport `protobuf_oneof:"transport"` // Types that are assignable to Encryption: // // *DeliveryDefinition_Aes // *DeliveryDefinition_Pgp Encryption isDeliveryDefinition_Encryption `protobuf_oneof:"encryption"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` LastEdited *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=last_edited,json=lastEdited,proto3" json:"last_edited,omitempty"` // contains filtered or unexported fields }
replaces TransferConfig
func (*DeliveryDefinition) Descriptor
deprecated
added in
v1.7.34
func (*DeliveryDefinition) Descriptor() ([]byte, []int)
Deprecated: Use DeliveryDefinition.ProtoReflect.Descriptor instead.
func (*DeliveryDefinition) GetAes ¶ added in v1.7.34
func (x *DeliveryDefinition) GetAes() *AESEncryptionRef
func (*DeliveryDefinition) GetCreatedOn ¶ added in v1.7.34
func (x *DeliveryDefinition) GetCreatedOn() *timestamppb.Timestamp
func (*DeliveryDefinition) GetDeliveryDefinitionSid ¶ added in v1.7.34
func (x *DeliveryDefinition) GetDeliveryDefinitionSid() int64
func (*DeliveryDefinition) GetDescription ¶ added in v1.7.34
func (x *DeliveryDefinition) GetDescription() string
func (*DeliveryDefinition) GetEmail ¶ added in v1.7.34
func (x *DeliveryDefinition) GetEmail() *EmailTransport
func (*DeliveryDefinition) GetEncryption ¶ added in v1.7.34
func (m *DeliveryDefinition) GetEncryption() isDeliveryDefinition_Encryption
func (*DeliveryDefinition) GetLastEdited ¶ added in v1.7.34
func (x *DeliveryDefinition) GetLastEdited() *timestamppb.Timestamp
func (*DeliveryDefinition) GetName ¶ added in v1.7.34
func (x *DeliveryDefinition) GetName() string
func (*DeliveryDefinition) GetOrgId ¶ added in v1.7.34
func (x *DeliveryDefinition) GetOrgId() string
func (*DeliveryDefinition) GetPgp ¶ added in v1.7.34
func (x *DeliveryDefinition) GetPgp() *PGPEncryptionRef
func (*DeliveryDefinition) GetRoom303 ¶ added in v1.7.34
func (x *DeliveryDefinition) GetRoom303() *Room303Transport
func (*DeliveryDefinition) GetSftp ¶ added in v1.7.34
func (x *DeliveryDefinition) GetSftp() *SFTPTransport
func (*DeliveryDefinition) GetSms ¶ added in v1.7.34
func (x *DeliveryDefinition) GetSms() *SMSTransport
func (*DeliveryDefinition) GetTransport ¶ added in v1.7.34
func (m *DeliveryDefinition) GetTransport() isDeliveryDefinition_Transport
func (*DeliveryDefinition) GetTtl ¶ added in v1.7.34
func (x *DeliveryDefinition) GetTtl() int32
func (*DeliveryDefinition) ProtoMessage ¶ added in v1.7.34
func (*DeliveryDefinition) ProtoMessage()
func (*DeliveryDefinition) ProtoReflect ¶ added in v1.7.34
func (x *DeliveryDefinition) ProtoReflect() protoreflect.Message
func (*DeliveryDefinition) Reset ¶ added in v1.7.34
func (x *DeliveryDefinition) Reset()
func (*DeliveryDefinition) String ¶ added in v1.7.34
func (x *DeliveryDefinition) String() string
type DeliveryDefinition_Aes ¶ added in v1.7.34
type DeliveryDefinition_Aes struct {
Aes *AESEncryptionRef `protobuf:"bytes,13,opt,name=aes,proto3,oneof"`
}
type DeliveryDefinition_Email ¶ added in v1.7.34
type DeliveryDefinition_Email struct {
Email *EmailTransport `protobuf:"bytes,10,opt,name=email,proto3,oneof"`
}
type DeliveryDefinition_Pgp ¶ added in v1.7.34
type DeliveryDefinition_Pgp struct {
Pgp *PGPEncryptionRef `protobuf:"bytes,14,opt,name=pgp,proto3,oneof"`
}
type DeliveryDefinition_Room303 ¶ added in v1.7.34
type DeliveryDefinition_Room303 struct {
Room303 *Room303Transport `protobuf:"bytes,11,opt,name=room303,proto3,oneof"`
}
type DeliveryDefinition_Sftp ¶ added in v1.7.34
type DeliveryDefinition_Sftp struct {
Sftp *SFTPTransport `protobuf:"bytes,9,opt,name=sftp,proto3,oneof"`
}
type DeliveryDefinition_Sms ¶ added in v1.7.34
type DeliveryDefinition_Sms struct {
Sms *SMSTransport `protobuf:"bytes,12,opt,name=sms,proto3,oneof"`
}
type Destination ¶
type Destination struct { Encryption *commons.Encryption `protobuf:"bytes,1,opt,name=encryption,proto3" json:"encryption,omitempty"` // Types that are assignable to Value: // // *Destination_Email // *Destination_Room303 // *Destination_Sms // *Destination_Sftp Value isDestination_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Destination) Descriptor
deprecated
func (*Destination) Descriptor() ([]byte, []int)
Deprecated: Use Destination.ProtoReflect.Descriptor instead.
func (*Destination) GetEmail ¶
func (x *Destination) GetEmail() *EmailDestination
func (*Destination) GetEncryption ¶
func (x *Destination) GetEncryption() *commons.Encryption
func (*Destination) GetRoom303 ¶
func (x *Destination) GetRoom303() *Room303Destination
func (*Destination) GetSftp ¶
func (x *Destination) GetSftp() *SftpDestination
func (*Destination) GetSms ¶
func (x *Destination) GetSms() *SmsDestination
func (*Destination) GetValue ¶
func (m *Destination) GetValue() isDestination_Value
func (*Destination) ProtoMessage ¶
func (*Destination) ProtoMessage()
func (*Destination) ProtoReflect ¶
func (x *Destination) ProtoReflect() protoreflect.Message
func (*Destination) Reset ¶
func (x *Destination) Reset()
func (*Destination) String ¶
func (x *Destination) String() string
type Destination_Email ¶
type Destination_Email struct {
Email *EmailDestination `protobuf:"bytes,2,opt,name=email,proto3,oneof"`
}
type Destination_Room303 ¶
type Destination_Room303 struct {
Room303 *Room303Destination `protobuf:"bytes,3,opt,name=room303,proto3,oneof"`
}
type Destination_Sftp ¶
type Destination_Sftp struct {
Sftp *SftpDestination `protobuf:"bytes,5,opt,name=sftp,proto3,oneof"`
}
type Destination_Sms ¶
type Destination_Sms struct {
Sms *SmsDestination `protobuf:"bytes,4,opt,name=sms,proto3,oneof"`
}
type EmailDestination ¶
type EmailDestination struct { // which email we are sending to // // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. ToAddr string `protobuf:"bytes,1,opt,name=to_addr,json=toAddr,proto3" json:"to_addr,omitempty"` // additional emails we are sending to CcAddrs []string `protobuf:"bytes,2,rep,name=cc_addrs,json=ccAddrs,proto3" json:"cc_addrs,omitempty"` // which email we want to show up as as from FromAddr string `protobuf:"bytes,3,opt,name=from_addr,json=fromAddr,proto3" json:"from_addr,omitempty"` ToAddrs []string `protobuf:"bytes,4,rep,name=to_addrs,json=toAddrs,proto3" json:"to_addrs,omitempty"` // contains filtered or unexported fields }
func (*EmailDestination) Descriptor
deprecated
func (*EmailDestination) Descriptor() ([]byte, []int)
Deprecated: Use EmailDestination.ProtoReflect.Descriptor instead.
func (*EmailDestination) GetCcAddrs ¶
func (x *EmailDestination) GetCcAddrs() []string
func (*EmailDestination) GetFromAddr ¶
func (x *EmailDestination) GetFromAddr() string
func (*EmailDestination) GetToAddr
deprecated
func (x *EmailDestination) GetToAddr() string
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*EmailDestination) GetToAddrs ¶ added in v1.7.57
func (x *EmailDestination) GetToAddrs() []string
func (*EmailDestination) ProtoMessage ¶
func (*EmailDestination) ProtoMessage()
func (*EmailDestination) ProtoReflect ¶
func (x *EmailDestination) ProtoReflect() protoreflect.Message
func (*EmailDestination) Reset ¶
func (x *EmailDestination) Reset()
func (*EmailDestination) String ¶
func (x *EmailDestination) String() string
type EmailTransport ¶ added in v1.7.34
type EmailTransport struct { // which email we want to show up as as from // // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. FromAddress string `protobuf:"bytes,1,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"` // which email we are sending to // // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. ToAddress string `protobuf:"bytes,2,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"` // additional emails we are sending to CcAddresses []string `protobuf:"bytes,3,rep,name=cc_addresses,json=ccAddresses,proto3" json:"cc_addresses,omitempty"` ToAddresses []string `protobuf:"bytes,4,rep,name=to_addresses,json=toAddresses,proto3" json:"to_addresses,omitempty"` // contains filtered or unexported fields }
func (*EmailTransport) Descriptor
deprecated
added in
v1.7.34
func (*EmailTransport) Descriptor() ([]byte, []int)
Deprecated: Use EmailTransport.ProtoReflect.Descriptor instead.
func (*EmailTransport) GetCcAddresses ¶ added in v1.7.49
func (x *EmailTransport) GetCcAddresses() []string
func (*EmailTransport) GetFromAddress
deprecated
added in
v1.7.34
func (x *EmailTransport) GetFromAddress() string
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*EmailTransport) GetToAddress
deprecated
added in
v1.7.34
func (x *EmailTransport) GetToAddress() string
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*EmailTransport) GetToAddresses ¶ added in v1.7.59
func (x *EmailTransport) GetToAddresses() []string
func (*EmailTransport) ProtoMessage ¶ added in v1.7.34
func (*EmailTransport) ProtoMessage()
func (*EmailTransport) ProtoReflect ¶ added in v1.7.34
func (x *EmailTransport) ProtoReflect() protoreflect.Message
func (*EmailTransport) Reset ¶ added in v1.7.34
func (x *EmailTransport) Reset()
func (*EmailTransport) String ¶ added in v1.7.34
func (x *EmailTransport) String() string
type Encryption ¶ added in v1.7.34
type Encryption struct { EncryptionSid int64 `protobuf:"varint,1,opt,name=encryption_sid,json=encryptionSid,proto3" json:"encryption_sid,omitempty"` OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Types that are assignable to Encryption: // // *Encryption_PgpKeyPair // *Encryption_AesPassword Encryption isEncryption_Encryption `protobuf_oneof:"encryption"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` LastEdited *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=last_edited,json=lastEdited,proto3" json:"last_edited,omitempty"` // contains filtered or unexported fields }
func (*Encryption) Descriptor
deprecated
added in
v1.7.34
func (*Encryption) Descriptor() ([]byte, []int)
Deprecated: Use Encryption.ProtoReflect.Descriptor instead.
func (*Encryption) GetAesPassword ¶ added in v1.7.34
func (x *Encryption) GetAesPassword() *AESPassword
func (*Encryption) GetCreatedOn ¶ added in v1.7.34
func (x *Encryption) GetCreatedOn() *timestamppb.Timestamp
func (*Encryption) GetDescription ¶ added in v1.7.34
func (x *Encryption) GetDescription() string
func (*Encryption) GetEncryption ¶ added in v1.7.34
func (m *Encryption) GetEncryption() isEncryption_Encryption
func (*Encryption) GetEncryptionSid ¶ added in v1.7.34
func (x *Encryption) GetEncryptionSid() int64
func (*Encryption) GetLastEdited ¶ added in v1.7.34
func (x *Encryption) GetLastEdited() *timestamppb.Timestamp
func (*Encryption) GetName ¶ added in v1.7.34
func (x *Encryption) GetName() string
func (*Encryption) GetOrgId ¶ added in v1.7.34
func (x *Encryption) GetOrgId() string
func (*Encryption) GetPgpKeyPair ¶ added in v1.7.34
func (x *Encryption) GetPgpKeyPair() *PGPKeyPair
func (*Encryption) ProtoMessage ¶ added in v1.7.34
func (*Encryption) ProtoMessage()
func (*Encryption) ProtoReflect ¶ added in v1.7.34
func (x *Encryption) ProtoReflect() protoreflect.Message
func (*Encryption) Reset ¶ added in v1.7.34
func (x *Encryption) Reset()
func (*Encryption) String ¶ added in v1.7.34
func (x *Encryption) String() string
type Encryption_AesPassword ¶ added in v1.7.34
type Encryption_AesPassword struct {
AesPassword *AESPassword `protobuf:"bytes,6,opt,name=aes_password,json=aesPassword,proto3,oneof"`
}
type Encryption_PgpKeyPair ¶ added in v1.7.34
type Encryption_PgpKeyPair struct {
PgpKeyPair *PGPKeyPair `protobuf:"bytes,5,opt,name=pgp_key_pair,json=pgpKeyPair,proto3,oneof"`
}
type GetCredentialReq ¶
type GetCredentialReq struct { Entity *Credential `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*GetCredentialReq) Descriptor
deprecated
func (*GetCredentialReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCredentialReq.ProtoReflect.Descriptor instead.
func (*GetCredentialReq) GetEntity ¶
func (x *GetCredentialReq) GetEntity() *Credential
func (*GetCredentialReq) GetMask ¶
func (x *GetCredentialReq) GetMask() *fieldmaskpb.FieldMask
func (*GetCredentialReq) ProtoMessage ¶
func (*GetCredentialReq) ProtoMessage()
func (*GetCredentialReq) ProtoReflect ¶
func (x *GetCredentialReq) ProtoReflect() protoreflect.Message
func (*GetCredentialReq) Reset ¶
func (x *GetCredentialReq) Reset()
func (*GetCredentialReq) String ¶
func (x *GetCredentialReq) String() string
type GetCredentialRes ¶
type GetCredentialRes struct { Credential *Credential `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"` // contains filtered or unexported fields }
func (*GetCredentialRes) Descriptor
deprecated
func (*GetCredentialRes) Descriptor() ([]byte, []int)
Deprecated: Use GetCredentialRes.ProtoReflect.Descriptor instead.
func (*GetCredentialRes) GetCredential ¶
func (x *GetCredentialRes) GetCredential() *Credential
func (*GetCredentialRes) ProtoMessage ¶
func (*GetCredentialRes) ProtoMessage()
func (*GetCredentialRes) ProtoReflect ¶
func (x *GetCredentialRes) ProtoReflect() protoreflect.Message
func (*GetCredentialRes) Reset ¶
func (x *GetCredentialRes) Reset()
func (*GetCredentialRes) String ¶
func (x *GetCredentialRes) String() string
type GetDeliveryDefinitionByNameReq ¶ added in v1.7.36
type GetDeliveryDefinitionByNameReq struct { // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // obsolete dont use Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` Entity *DeliveryDefinition `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetDeliveryDefinitionByNameReq) Descriptor
deprecated
added in
v1.7.36
func (*GetDeliveryDefinitionByNameReq) Descriptor() ([]byte, []int)
Deprecated: Use GetDeliveryDefinitionByNameReq.ProtoReflect.Descriptor instead.
func (*GetDeliveryDefinitionByNameReq) GetEntity ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameReq) GetEntity() *DeliveryDefinition
func (*GetDeliveryDefinitionByNameReq) GetMask ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameReq) GetMask() *fieldmaskpb.FieldMask
func (*GetDeliveryDefinitionByNameReq) GetName
deprecated
added in
v1.7.36
func (x *GetDeliveryDefinitionByNameReq) GetName() string
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*GetDeliveryDefinitionByNameReq) ProtoMessage ¶ added in v1.7.36
func (*GetDeliveryDefinitionByNameReq) ProtoMessage()
func (*GetDeliveryDefinitionByNameReq) ProtoReflect ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameReq) ProtoReflect() protoreflect.Message
func (*GetDeliveryDefinitionByNameReq) Reset ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameReq) Reset()
func (*GetDeliveryDefinitionByNameReq) String ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameReq) String() string
type GetDeliveryDefinitionByNameRes ¶ added in v1.7.36
type GetDeliveryDefinitionByNameRes struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetDeliveryDefinitionByNameRes) Descriptor
deprecated
added in
v1.7.36
func (*GetDeliveryDefinitionByNameRes) Descriptor() ([]byte, []int)
Deprecated: Use GetDeliveryDefinitionByNameRes.ProtoReflect.Descriptor instead.
func (*GetDeliveryDefinitionByNameRes) GetEntity ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameRes) GetEntity() *DeliveryDefinition
func (*GetDeliveryDefinitionByNameRes) ProtoMessage ¶ added in v1.7.36
func (*GetDeliveryDefinitionByNameRes) ProtoMessage()
func (*GetDeliveryDefinitionByNameRes) ProtoReflect ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameRes) ProtoReflect() protoreflect.Message
func (*GetDeliveryDefinitionByNameRes) Reset ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameRes) Reset()
func (*GetDeliveryDefinitionByNameRes) String ¶ added in v1.7.36
func (x *GetDeliveryDefinitionByNameRes) String() string
type GetDeliveryDefinitionReq ¶ added in v1.7.36
type GetDeliveryDefinitionReq struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*GetDeliveryDefinitionReq) Descriptor
deprecated
added in
v1.7.36
func (*GetDeliveryDefinitionReq) Descriptor() ([]byte, []int)
Deprecated: Use GetDeliveryDefinitionReq.ProtoReflect.Descriptor instead.
func (*GetDeliveryDefinitionReq) GetEntity ¶ added in v1.7.36
func (x *GetDeliveryDefinitionReq) GetEntity() *DeliveryDefinition
func (*GetDeliveryDefinitionReq) GetMask ¶ added in v1.7.36
func (x *GetDeliveryDefinitionReq) GetMask() *fieldmaskpb.FieldMask
func (*GetDeliveryDefinitionReq) ProtoMessage ¶ added in v1.7.36
func (*GetDeliveryDefinitionReq) ProtoMessage()
func (*GetDeliveryDefinitionReq) ProtoReflect ¶ added in v1.7.36
func (x *GetDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
func (*GetDeliveryDefinitionReq) Reset ¶ added in v1.7.36
func (x *GetDeliveryDefinitionReq) Reset()
func (*GetDeliveryDefinitionReq) String ¶ added in v1.7.36
func (x *GetDeliveryDefinitionReq) String() string
type GetDeliveryDefinitionRes ¶ added in v1.7.36
type GetDeliveryDefinitionRes struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetDeliveryDefinitionRes) Descriptor
deprecated
added in
v1.7.36
func (*GetDeliveryDefinitionRes) Descriptor() ([]byte, []int)
Deprecated: Use GetDeliveryDefinitionRes.ProtoReflect.Descriptor instead.
func (*GetDeliveryDefinitionRes) GetEntity ¶ added in v1.7.36
func (x *GetDeliveryDefinitionRes) GetEntity() *DeliveryDefinition
func (*GetDeliveryDefinitionRes) ProtoMessage ¶ added in v1.7.36
func (*GetDeliveryDefinitionRes) ProtoMessage()
func (*GetDeliveryDefinitionRes) ProtoReflect ¶ added in v1.7.36
func (x *GetDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
func (*GetDeliveryDefinitionRes) Reset ¶ added in v1.7.36
func (x *GetDeliveryDefinitionRes) Reset()
func (*GetDeliveryDefinitionRes) String ¶ added in v1.7.36
func (x *GetDeliveryDefinitionRes) String() string
type GetEncryptionReq ¶ added in v1.7.36
type GetEncryptionReq struct { Entity *Encryption `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*GetEncryptionReq) Descriptor
deprecated
added in
v1.7.36
func (*GetEncryptionReq) Descriptor() ([]byte, []int)
Deprecated: Use GetEncryptionReq.ProtoReflect.Descriptor instead.
func (*GetEncryptionReq) GetEntity ¶ added in v1.7.36
func (x *GetEncryptionReq) GetEntity() *Encryption
func (*GetEncryptionReq) GetMask ¶ added in v1.7.36
func (x *GetEncryptionReq) GetMask() *fieldmaskpb.FieldMask
func (*GetEncryptionReq) ProtoMessage ¶ added in v1.7.36
func (*GetEncryptionReq) ProtoMessage()
func (*GetEncryptionReq) ProtoReflect ¶ added in v1.7.36
func (x *GetEncryptionReq) ProtoReflect() protoreflect.Message
func (*GetEncryptionReq) Reset ¶ added in v1.7.36
func (x *GetEncryptionReq) Reset()
func (*GetEncryptionReq) String ¶ added in v1.7.36
func (x *GetEncryptionReq) String() string
type GetEncryptionRes ¶ added in v1.7.36
type GetEncryptionRes struct { Entity *Encryption `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetEncryptionRes) Descriptor
deprecated
added in
v1.7.36
func (*GetEncryptionRes) Descriptor() ([]byte, []int)
Deprecated: Use GetEncryptionRes.ProtoReflect.Descriptor instead.
func (*GetEncryptionRes) GetEntity ¶ added in v1.7.36
func (x *GetEncryptionRes) GetEntity() *Encryption
func (*GetEncryptionRes) ProtoMessage ¶ added in v1.7.36
func (*GetEncryptionRes) ProtoMessage()
func (*GetEncryptionRes) ProtoReflect ¶ added in v1.7.36
func (x *GetEncryptionRes) ProtoReflect() protoreflect.Message
func (*GetEncryptionRes) Reset ¶ added in v1.7.36
func (x *GetEncryptionRes) Reset()
func (*GetEncryptionRes) String ¶ added in v1.7.36
func (x *GetEncryptionRes) String() string
type GetHistoryReq ¶
type GetHistoryReq struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*GetHistoryReq) Descriptor
deprecated
func (*GetHistoryReq) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoryReq.ProtoReflect.Descriptor instead.
func (*GetHistoryReq) GetEntity ¶
func (x *GetHistoryReq) GetEntity() *ID
func (*GetHistoryReq) GetMask ¶
func (x *GetHistoryReq) GetMask() *fieldmaskpb.FieldMask
func (*GetHistoryReq) ProtoMessage ¶
func (*GetHistoryReq) ProtoMessage()
func (*GetHistoryReq) ProtoReflect ¶
func (x *GetHistoryReq) ProtoReflect() protoreflect.Message
func (*GetHistoryReq) Reset ¶
func (x *GetHistoryReq) Reset()
func (*GetHistoryReq) String ¶
func (x *GetHistoryReq) String() string
type GetHistoryRes ¶
type GetHistoryRes struct { Entity *History `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetHistoryRes) Descriptor
deprecated
func (*GetHistoryRes) Descriptor() ([]byte, []int)
Deprecated: Use GetHistoryRes.ProtoReflect.Descriptor instead.
func (*GetHistoryRes) GetEntity ¶
func (x *GetHistoryRes) GetEntity() *History
func (*GetHistoryRes) ProtoMessage ¶
func (*GetHistoryRes) ProtoMessage()
func (*GetHistoryRes) ProtoReflect ¶
func (x *GetHistoryRes) ProtoReflect() protoreflect.Message
func (*GetHistoryRes) Reset ¶
func (x *GetHistoryRes) Reset()
func (*GetHistoryRes) String ¶
func (x *GetHistoryRes) String() string
type GetTransferConfigByNameReq ¶
type GetTransferConfigByNameReq struct { // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // obsolete dont use Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` Entity *TransferConfig `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetTransferConfigByNameReq) Descriptor
deprecated
func (*GetTransferConfigByNameReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTransferConfigByNameReq.ProtoReflect.Descriptor instead.
func (*GetTransferConfigByNameReq) GetEntity ¶
func (x *GetTransferConfigByNameReq) GetEntity() *TransferConfig
func (*GetTransferConfigByNameReq) GetMask ¶
func (x *GetTransferConfigByNameReq) GetMask() *fieldmaskpb.FieldMask
func (*GetTransferConfigByNameReq) GetName
deprecated
func (x *GetTransferConfigByNameReq) GetName() string
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*GetTransferConfigByNameReq) ProtoMessage ¶
func (*GetTransferConfigByNameReq) ProtoMessage()
func (*GetTransferConfigByNameReq) ProtoReflect ¶
func (x *GetTransferConfigByNameReq) ProtoReflect() protoreflect.Message
func (*GetTransferConfigByNameReq) Reset ¶
func (x *GetTransferConfigByNameReq) Reset()
func (*GetTransferConfigByNameReq) String ¶
func (x *GetTransferConfigByNameReq) String() string
type GetTransferConfigByNameRes ¶
type GetTransferConfigByNameRes struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetTransferConfigByNameRes) Descriptor
deprecated
func (*GetTransferConfigByNameRes) Descriptor() ([]byte, []int)
Deprecated: Use GetTransferConfigByNameRes.ProtoReflect.Descriptor instead.
func (*GetTransferConfigByNameRes) GetEntity ¶
func (x *GetTransferConfigByNameRes) GetEntity() *TransferConfig
func (*GetTransferConfigByNameRes) ProtoMessage ¶
func (*GetTransferConfigByNameRes) ProtoMessage()
func (*GetTransferConfigByNameRes) ProtoReflect ¶
func (x *GetTransferConfigByNameRes) ProtoReflect() protoreflect.Message
func (*GetTransferConfigByNameRes) Reset ¶
func (x *GetTransferConfigByNameRes) Reset()
func (*GetTransferConfigByNameRes) String ¶
func (x *GetTransferConfigByNameRes) String() string
type GetTransferConfigReq ¶
type GetTransferConfigReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*GetTransferConfigReq) Descriptor
deprecated
func (*GetTransferConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTransferConfigReq.ProtoReflect.Descriptor instead.
func (*GetTransferConfigReq) GetEntity ¶
func (x *GetTransferConfigReq) GetEntity() *TransferConfig
func (*GetTransferConfigReq) GetMask ¶
func (x *GetTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
func (*GetTransferConfigReq) ProtoMessage ¶
func (*GetTransferConfigReq) ProtoMessage()
func (*GetTransferConfigReq) ProtoReflect ¶
func (x *GetTransferConfigReq) ProtoReflect() protoreflect.Message
func (*GetTransferConfigReq) Reset ¶
func (x *GetTransferConfigReq) Reset()
func (*GetTransferConfigReq) String ¶
func (x *GetTransferConfigReq) String() string
type GetTransferConfigRes ¶
type GetTransferConfigRes struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetTransferConfigRes) Descriptor
deprecated
func (*GetTransferConfigRes) Descriptor() ([]byte, []int)
Deprecated: Use GetTransferConfigRes.ProtoReflect.Descriptor instead.
func (*GetTransferConfigRes) GetEntity ¶
func (x *GetTransferConfigRes) GetEntity() *TransferConfig
func (*GetTransferConfigRes) ProtoMessage ¶
func (*GetTransferConfigRes) ProtoMessage()
func (*GetTransferConfigRes) ProtoReflect ¶
func (x *GetTransferConfigRes) ProtoReflect() protoreflect.Message
func (*GetTransferConfigRes) Reset ¶
func (x *GetTransferConfigRes) Reset()
func (*GetTransferConfigRes) String ¶
func (x *GetTransferConfigRes) String() string
type History ¶
type History struct { Sid int64 `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"` TransferConfigName string `protobuf:"bytes,3,opt,name=transfer_config_name,json=transferConfigName,proto3" json:"transfer_config_name,omitempty"` TransferConfigSid int64 `protobuf:"varint,4,opt,name=transfer_config_sid,json=transferConfigSid,proto3" json:"transfer_config_sid,omitempty"` // delivery or retrieval DeliveryType string `protobuf:"bytes,5,opt,name=delivery_type,json=deliveryType,proto3" json:"delivery_type,omitempty"` Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"` Success bool `protobuf:"varint,7,opt,name=success,proto3" json:"success,omitempty"` // when the transaction was first opened CreatedOn *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` // when upload of deps is finished and we started moving the files TransferStart *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=transfer_start,json=transferStart,proto3" json:"transfer_start,omitempty"` // when the record was inserted into the db (delivery ended) TransferComplete *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=transfer_complete,json=transferComplete,proto3" json:"transfer_complete,omitempty"` // the application calling for delivery Origin commons.OperatorApplications `protobuf:"varint,11,opt,name=origin,proto3,enum=api.commons.OperatorApplications" json:"origin,omitempty"` OrgId string `protobuf:"bytes,12,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // this should only be the first 64 chars of the message_payload MessagePayload string `protobuf:"bytes,13,opt,name=message_payload,json=messagePayload,proto3" json:"message_payload,omitempty"` // this represents the full actual length of the message_payload from the frontend MessagePayloadLen int32 `protobuf:"varint,14,opt,name=message_payload_len,json=messagePayloadLen,proto3" json:"message_payload_len,omitempty"` // the status of the delivery Status commons.TransferStatus `protobuf:"varint,15,opt,name=status,proto3,enum=api.commons.TransferStatus" json:"status,omitempty"` IsInbound bool `protobuf:"varint,16,opt,name=is_inbound,json=isInbound,proto3" json:"is_inbound,omitempty"` TransactionSid int64 `protobuf:"varint,17,opt,name=transaction_sid,json=transactionSid,proto3" json:"transaction_sid,omitempty"` // contains filtered or unexported fields }
func (*History) Descriptor
deprecated
func (*History) GetCreatedOn ¶
func (x *History) GetCreatedOn() *timestamppb.Timestamp
func (*History) GetDeliveryType ¶
func (*History) GetIsInbound ¶ added in v1.7.26
func (*History) GetMessagePayload ¶ added in v1.7.26
func (*History) GetMessagePayloadLen ¶ added in v1.7.26
func (*History) GetOrigin ¶
func (x *History) GetOrigin() commons.OperatorApplications
func (*History) GetStatus ¶ added in v1.7.26
func (x *History) GetStatus() commons.TransferStatus
func (*History) GetSuccess ¶
func (*History) GetTransactionSid ¶ added in v1.7.26
func (*History) GetTransferComplete ¶
func (x *History) GetTransferComplete() *timestamppb.Timestamp
func (*History) GetTransferConfigName ¶
func (*History) GetTransferConfigSid ¶
func (*History) GetTransferStart ¶
func (x *History) GetTransferStart() *timestamppb.Timestamp
func (*History) ProtoMessage ¶
func (*History) ProtoMessage()
func (*History) ProtoReflect ¶
func (x *History) ProtoReflect() protoreflect.Message
type ID ¶
type ID struct { Sid int64 `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"` // contains filtered or unexported fields }
func (*ID) Descriptor
deprecated
func (*ID) ProtoMessage ¶
func (*ID) ProtoMessage()
func (*ID) ProtoReflect ¶
func (x *ID) ProtoReflect() protoreflect.Message
type ListByIDReq ¶
type ListByIDReq struct { // start listing records less than this sid BeforeSid int64 `protobuf:"varint,2,opt,name=before_sid,json=beforeSid,proto3" json:"before_sid,omitempty"` // max records to retrieve Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // the sid that is in the where clause OtherSid int64 `protobuf:"varint,4,opt,name=other_sid,json=otherSid,proto3" json:"other_sid,omitempty"` // contains filtered or unexported fields }
func (*ListByIDReq) Descriptor
deprecated
func (*ListByIDReq) Descriptor() ([]byte, []int)
Deprecated: Use ListByIDReq.ProtoReflect.Descriptor instead.
func (*ListByIDReq) GetBeforeSid ¶
func (x *ListByIDReq) GetBeforeSid() int64
func (*ListByIDReq) GetLimit ¶
func (x *ListByIDReq) GetLimit() int64
func (*ListByIDReq) GetOtherSid ¶
func (x *ListByIDReq) GetOtherSid() int64
func (*ListByIDReq) ProtoMessage ¶
func (*ListByIDReq) ProtoMessage()
func (*ListByIDReq) ProtoReflect ¶
func (x *ListByIDReq) ProtoReflect() protoreflect.Message
func (*ListByIDReq) Reset ¶
func (x *ListByIDReq) Reset()
func (*ListByIDReq) String ¶
func (x *ListByIDReq) String() string
type ListCredentialsReq ¶
type ListCredentialsReq struct { Entity *ListReq `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*ListCredentialsReq) Descriptor
deprecated
func (*ListCredentialsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListCredentialsReq.ProtoReflect.Descriptor instead.
func (*ListCredentialsReq) GetEntity ¶
func (x *ListCredentialsReq) GetEntity() *ListReq
func (*ListCredentialsReq) GetMask ¶
func (x *ListCredentialsReq) GetMask() *fieldmaskpb.FieldMask
func (*ListCredentialsReq) ProtoMessage ¶
func (*ListCredentialsReq) ProtoMessage()
func (*ListCredentialsReq) ProtoReflect ¶
func (x *ListCredentialsReq) ProtoReflect() protoreflect.Message
func (*ListCredentialsReq) Reset ¶
func (x *ListCredentialsReq) Reset()
func (*ListCredentialsReq) String ¶
func (x *ListCredentialsReq) String() string
type ListCredentialsRes ¶
type ListCredentialsRes struct { Credentials *Credentials `protobuf:"bytes,1,opt,name=credentials,proto3" json:"credentials,omitempty"` // contains filtered or unexported fields }
func (*ListCredentialsRes) Descriptor
deprecated
func (*ListCredentialsRes) Descriptor() ([]byte, []int)
Deprecated: Use ListCredentialsRes.ProtoReflect.Descriptor instead.
func (*ListCredentialsRes) GetCredentials ¶
func (x *ListCredentialsRes) GetCredentials() *Credentials
func (*ListCredentialsRes) ProtoMessage ¶
func (*ListCredentialsRes) ProtoMessage()
func (*ListCredentialsRes) ProtoReflect ¶
func (x *ListCredentialsRes) ProtoReflect() protoreflect.Message
func (*ListCredentialsRes) Reset ¶
func (x *ListCredentialsRes) Reset()
func (*ListCredentialsRes) String ¶
func (x *ListCredentialsRes) String() string
type ListDeliveryDefinitionsByCredentialIDReq ¶ added in v1.7.36
type ListDeliveryDefinitionsByCredentialIDReq struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` CredentialSid *ID `protobuf:"bytes,3,opt,name=credential_sid,json=credentialSid,proto3" json:"credential_sid,omitempty"` ListReq *ListReq `protobuf:"bytes,4,opt,name=list_req,json=listReq,proto3" json:"list_req,omitempty"` // contains filtered or unexported fields }
func (*ListDeliveryDefinitionsByCredentialIDReq) Descriptor
deprecated
added in
v1.7.36
func (*ListDeliveryDefinitionsByCredentialIDReq) Descriptor() ([]byte, []int)
Deprecated: Use ListDeliveryDefinitionsByCredentialIDReq.ProtoReflect.Descriptor instead.
func (*ListDeliveryDefinitionsByCredentialIDReq) GetCredentialSid ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) GetCredentialSid() *ID
func (*ListDeliveryDefinitionsByCredentialIDReq) GetEntity ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) GetEntity() *DeliveryDefinition
func (*ListDeliveryDefinitionsByCredentialIDReq) GetListReq ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) GetListReq() *ListReq
func (*ListDeliveryDefinitionsByCredentialIDReq) GetMask ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) GetMask() *fieldmaskpb.FieldMask
func (*ListDeliveryDefinitionsByCredentialIDReq) ProtoMessage ¶ added in v1.7.36
func (*ListDeliveryDefinitionsByCredentialIDReq) ProtoMessage()
func (*ListDeliveryDefinitionsByCredentialIDReq) ProtoReflect ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) ProtoReflect() protoreflect.Message
func (*ListDeliveryDefinitionsByCredentialIDReq) Reset ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) Reset()
func (*ListDeliveryDefinitionsByCredentialIDReq) String ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDReq) String() string
type ListDeliveryDefinitionsByCredentialIDRes ¶ added in v1.7.36
type ListDeliveryDefinitionsByCredentialIDRes struct { Entities []*DeliveryDefinition `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListDeliveryDefinitionsByCredentialIDRes) Descriptor
deprecated
added in
v1.7.36
func (*ListDeliveryDefinitionsByCredentialIDRes) Descriptor() ([]byte, []int)
Deprecated: Use ListDeliveryDefinitionsByCredentialIDRes.ProtoReflect.Descriptor instead.
func (*ListDeliveryDefinitionsByCredentialIDRes) GetEntities ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDRes) GetEntities() []*DeliveryDefinition
func (*ListDeliveryDefinitionsByCredentialIDRes) ProtoMessage ¶ added in v1.7.36
func (*ListDeliveryDefinitionsByCredentialIDRes) ProtoMessage()
func (*ListDeliveryDefinitionsByCredentialIDRes) ProtoReflect ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDRes) ProtoReflect() protoreflect.Message
func (*ListDeliveryDefinitionsByCredentialIDRes) Reset ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDRes) Reset()
func (*ListDeliveryDefinitionsByCredentialIDRes) String ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsByCredentialIDRes) String() string
type ListDeliveryDefinitionsReq ¶ added in v1.7.36
type ListDeliveryDefinitionsReq struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` ListReq *ListReq `protobuf:"bytes,3,opt,name=list_req,json=listReq,proto3" json:"list_req,omitempty"` // contains filtered or unexported fields }
func (*ListDeliveryDefinitionsReq) Descriptor
deprecated
added in
v1.7.36
func (*ListDeliveryDefinitionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListDeliveryDefinitionsReq.ProtoReflect.Descriptor instead.
func (*ListDeliveryDefinitionsReq) GetEntity ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) GetEntity() *DeliveryDefinition
func (*ListDeliveryDefinitionsReq) GetListReq ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) GetListReq() *ListReq
func (*ListDeliveryDefinitionsReq) GetMask ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) GetMask() *fieldmaskpb.FieldMask
func (*ListDeliveryDefinitionsReq) ProtoMessage ¶ added in v1.7.36
func (*ListDeliveryDefinitionsReq) ProtoMessage()
func (*ListDeliveryDefinitionsReq) ProtoReflect ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) ProtoReflect() protoreflect.Message
func (*ListDeliveryDefinitionsReq) Reset ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) Reset()
func (*ListDeliveryDefinitionsReq) String ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsReq) String() string
type ListDeliveryDefinitionsRes ¶ added in v1.7.36
type ListDeliveryDefinitionsRes struct { Entities []*DeliveryDefinition `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListDeliveryDefinitionsRes) Descriptor
deprecated
added in
v1.7.36
func (*ListDeliveryDefinitionsRes) Descriptor() ([]byte, []int)
Deprecated: Use ListDeliveryDefinitionsRes.ProtoReflect.Descriptor instead.
func (*ListDeliveryDefinitionsRes) GetEntities ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsRes) GetEntities() []*DeliveryDefinition
func (*ListDeliveryDefinitionsRes) ProtoMessage ¶ added in v1.7.36
func (*ListDeliveryDefinitionsRes) ProtoMessage()
func (*ListDeliveryDefinitionsRes) ProtoReflect ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsRes) ProtoReflect() protoreflect.Message
func (*ListDeliveryDefinitionsRes) Reset ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsRes) Reset()
func (*ListDeliveryDefinitionsRes) String ¶ added in v1.7.36
func (x *ListDeliveryDefinitionsRes) String() string
type ListEncryptionsReq ¶ added in v1.7.36
type ListEncryptionsReq struct { Entity *ListReq `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*ListEncryptionsReq) Descriptor
deprecated
added in
v1.7.36
func (*ListEncryptionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListEncryptionsReq.ProtoReflect.Descriptor instead.
func (*ListEncryptionsReq) GetEntity ¶ added in v1.7.36
func (x *ListEncryptionsReq) GetEntity() *ListReq
func (*ListEncryptionsReq) GetMask ¶ added in v1.7.36
func (x *ListEncryptionsReq) GetMask() *fieldmaskpb.FieldMask
func (*ListEncryptionsReq) ProtoMessage ¶ added in v1.7.36
func (*ListEncryptionsReq) ProtoMessage()
func (*ListEncryptionsReq) ProtoReflect ¶ added in v1.7.36
func (x *ListEncryptionsReq) ProtoReflect() protoreflect.Message
func (*ListEncryptionsReq) Reset ¶ added in v1.7.36
func (x *ListEncryptionsReq) Reset()
func (*ListEncryptionsReq) String ¶ added in v1.7.36
func (x *ListEncryptionsReq) String() string
type ListEncryptionsRes ¶ added in v1.7.36
type ListEncryptionsRes struct { Entities []*Encryption `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListEncryptionsRes) Descriptor
deprecated
added in
v1.7.36
func (*ListEncryptionsRes) Descriptor() ([]byte, []int)
Deprecated: Use ListEncryptionsRes.ProtoReflect.Descriptor instead.
func (*ListEncryptionsRes) GetEntities ¶ added in v1.7.36
func (x *ListEncryptionsRes) GetEntities() []*Encryption
func (*ListEncryptionsRes) ProtoMessage ¶ added in v1.7.36
func (*ListEncryptionsRes) ProtoMessage()
func (*ListEncryptionsRes) ProtoReflect ¶ added in v1.7.36
func (x *ListEncryptionsRes) ProtoReflect() protoreflect.Message
func (*ListEncryptionsRes) Reset ¶ added in v1.7.36
func (x *ListEncryptionsRes) Reset()
func (*ListEncryptionsRes) String ¶ added in v1.7.36
func (x *ListEncryptionsRes) String() string
type ListHistoryByTransferConfigReq ¶
type ListHistoryByTransferConfigReq struct { Entity *ListByIDReq `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*ListHistoryByTransferConfigReq) Descriptor
deprecated
func (*ListHistoryByTransferConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use ListHistoryByTransferConfigReq.ProtoReflect.Descriptor instead.
func (*ListHistoryByTransferConfigReq) GetEntity ¶
func (x *ListHistoryByTransferConfigReq) GetEntity() *ListByIDReq
func (*ListHistoryByTransferConfigReq) GetMask ¶
func (x *ListHistoryByTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
func (*ListHistoryByTransferConfigReq) ProtoMessage ¶
func (*ListHistoryByTransferConfigReq) ProtoMessage()
func (*ListHistoryByTransferConfigReq) ProtoReflect ¶
func (x *ListHistoryByTransferConfigReq) ProtoReflect() protoreflect.Message
func (*ListHistoryByTransferConfigReq) Reset ¶
func (x *ListHistoryByTransferConfigReq) Reset()
func (*ListHistoryByTransferConfigReq) String ¶
func (x *ListHistoryByTransferConfigReq) String() string
type ListHistoryByTransferConfigRes ¶
type ListHistoryByTransferConfigRes struct { Entities []*History `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListHistoryByTransferConfigRes) Descriptor
deprecated
func (*ListHistoryByTransferConfigRes) Descriptor() ([]byte, []int)
Deprecated: Use ListHistoryByTransferConfigRes.ProtoReflect.Descriptor instead.
func (*ListHistoryByTransferConfigRes) GetEntities ¶
func (x *ListHistoryByTransferConfigRes) GetEntities() []*History
func (*ListHistoryByTransferConfigRes) ProtoMessage ¶
func (*ListHistoryByTransferConfigRes) ProtoMessage()
func (*ListHistoryByTransferConfigRes) ProtoReflect ¶
func (x *ListHistoryByTransferConfigRes) ProtoReflect() protoreflect.Message
func (*ListHistoryByTransferConfigRes) Reset ¶
func (x *ListHistoryByTransferConfigRes) Reset()
func (*ListHistoryByTransferConfigRes) String ¶
func (x *ListHistoryByTransferConfigRes) String() string
type ListHistoryReq ¶
type ListHistoryReq struct { Entity *History `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` ListReq *ListReq `protobuf:"bytes,3,opt,name=list_req,json=listReq,proto3" json:"list_req,omitempty"` // contains filtered or unexported fields }
func (*ListHistoryReq) Descriptor
deprecated
func (*ListHistoryReq) Descriptor() ([]byte, []int)
Deprecated: Use ListHistoryReq.ProtoReflect.Descriptor instead.
func (*ListHistoryReq) GetEntity ¶
func (x *ListHistoryReq) GetEntity() *History
func (*ListHistoryReq) GetListReq ¶
func (x *ListHistoryReq) GetListReq() *ListReq
func (*ListHistoryReq) GetMask ¶
func (x *ListHistoryReq) GetMask() *fieldmaskpb.FieldMask
func (*ListHistoryReq) ProtoMessage ¶
func (*ListHistoryReq) ProtoMessage()
func (*ListHistoryReq) ProtoReflect ¶
func (x *ListHistoryReq) ProtoReflect() protoreflect.Message
func (*ListHistoryReq) Reset ¶
func (x *ListHistoryReq) Reset()
func (*ListHistoryReq) String ¶
func (x *ListHistoryReq) String() string
type ListHistoryRes ¶
type ListHistoryRes struct { Entities []*History `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListHistoryRes) Descriptor
deprecated
func (*ListHistoryRes) Descriptor() ([]byte, []int)
Deprecated: Use ListHistoryRes.ProtoReflect.Descriptor instead.
func (*ListHistoryRes) GetEntities ¶
func (x *ListHistoryRes) GetEntities() []*History
func (*ListHistoryRes) ProtoMessage ¶
func (*ListHistoryRes) ProtoMessage()
func (*ListHistoryRes) ProtoReflect ¶
func (x *ListHistoryRes) ProtoReflect() protoreflect.Message
func (*ListHistoryRes) Reset ¶
func (x *ListHistoryRes) Reset()
func (*ListHistoryRes) String ¶
func (x *ListHistoryRes) String() string
type ListReq ¶
type ListReq struct { // start listing records less than this sid BeforeSid int64 `protobuf:"varint,2,opt,name=before_sid,json=beforeSid,proto3" json:"before_sid,omitempty"` // max records to retrieve Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*ListReq) Descriptor
deprecated
func (*ListReq) GetBeforeSid ¶
func (*ListReq) ProtoMessage ¶
func (*ListReq) ProtoMessage()
func (*ListReq) ProtoReflect ¶
func (x *ListReq) ProtoReflect() protoreflect.Message
type ListSMSNumbersReq ¶ added in v1.7.59
type ListSMSNumbersReq struct {
// contains filtered or unexported fields
}
func (*ListSMSNumbersReq) Descriptor
deprecated
added in
v1.7.59
func (*ListSMSNumbersReq) Descriptor() ([]byte, []int)
Deprecated: Use ListSMSNumbersReq.ProtoReflect.Descriptor instead.
func (*ListSMSNumbersReq) ProtoMessage ¶ added in v1.7.59
func (*ListSMSNumbersReq) ProtoMessage()
func (*ListSMSNumbersReq) ProtoReflect ¶ added in v1.7.59
func (x *ListSMSNumbersReq) ProtoReflect() protoreflect.Message
func (*ListSMSNumbersReq) Reset ¶ added in v1.7.59
func (x *ListSMSNumbersReq) Reset()
func (*ListSMSNumbersReq) String ¶ added in v1.7.59
func (x *ListSMSNumbersReq) String() string
type ListSMSNumbersRes ¶ added in v1.7.59
type ListSMSNumbersRes struct { SmsNumbers []*commons.SmsNumber `protobuf:"bytes,1,rep,name=sms_numbers,json=smsNumbers,proto3" json:"sms_numbers,omitempty"` // contains filtered or unexported fields }
func (*ListSMSNumbersRes) Descriptor
deprecated
added in
v1.7.59
func (*ListSMSNumbersRes) Descriptor() ([]byte, []int)
Deprecated: Use ListSMSNumbersRes.ProtoReflect.Descriptor instead.
func (*ListSMSNumbersRes) GetSmsNumbers ¶ added in v1.7.59
func (x *ListSMSNumbersRes) GetSmsNumbers() []*commons.SmsNumber
func (*ListSMSNumbersRes) ProtoMessage ¶ added in v1.7.59
func (*ListSMSNumbersRes) ProtoMessage()
func (*ListSMSNumbersRes) ProtoReflect ¶ added in v1.7.59
func (x *ListSMSNumbersRes) ProtoReflect() protoreflect.Message
func (*ListSMSNumbersRes) Reset ¶ added in v1.7.59
func (x *ListSMSNumbersRes) Reset()
func (*ListSMSNumbersRes) String ¶ added in v1.7.59
func (x *ListSMSNumbersRes) String() string
type ListTransferConfigsByCredentialIDReq ¶
type ListTransferConfigsByCredentialIDReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` CredentialSid *ID `protobuf:"bytes,3,opt,name=credential_sid,json=credentialSid,proto3" json:"credential_sid,omitempty"` ListReq *ListReq `protobuf:"bytes,4,opt,name=list_req,json=listReq,proto3" json:"list_req,omitempty"` // contains filtered or unexported fields }
func (*ListTransferConfigsByCredentialIDReq) Descriptor
deprecated
func (*ListTransferConfigsByCredentialIDReq) Descriptor() ([]byte, []int)
Deprecated: Use ListTransferConfigsByCredentialIDReq.ProtoReflect.Descriptor instead.
func (*ListTransferConfigsByCredentialIDReq) GetCredentialSid ¶
func (x *ListTransferConfigsByCredentialIDReq) GetCredentialSid() *ID
func (*ListTransferConfigsByCredentialIDReq) GetEntity ¶
func (x *ListTransferConfigsByCredentialIDReq) GetEntity() *TransferConfig
func (*ListTransferConfigsByCredentialIDReq) GetListReq ¶
func (x *ListTransferConfigsByCredentialIDReq) GetListReq() *ListReq
func (*ListTransferConfigsByCredentialIDReq) GetMask ¶
func (x *ListTransferConfigsByCredentialIDReq) GetMask() *fieldmaskpb.FieldMask
func (*ListTransferConfigsByCredentialIDReq) ProtoMessage ¶
func (*ListTransferConfigsByCredentialIDReq) ProtoMessage()
func (*ListTransferConfigsByCredentialIDReq) ProtoReflect ¶
func (x *ListTransferConfigsByCredentialIDReq) ProtoReflect() protoreflect.Message
func (*ListTransferConfigsByCredentialIDReq) Reset ¶
func (x *ListTransferConfigsByCredentialIDReq) Reset()
func (*ListTransferConfigsByCredentialIDReq) String ¶
func (x *ListTransferConfigsByCredentialIDReq) String() string
type ListTransferConfigsByCredentialIDRes ¶
type ListTransferConfigsByCredentialIDRes struct { Entities []*TransferConfig `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListTransferConfigsByCredentialIDRes) Descriptor
deprecated
func (*ListTransferConfigsByCredentialIDRes) Descriptor() ([]byte, []int)
Deprecated: Use ListTransferConfigsByCredentialIDRes.ProtoReflect.Descriptor instead.
func (*ListTransferConfigsByCredentialIDRes) GetEntities ¶
func (x *ListTransferConfigsByCredentialIDRes) GetEntities() []*TransferConfig
func (*ListTransferConfigsByCredentialIDRes) ProtoMessage ¶
func (*ListTransferConfigsByCredentialIDRes) ProtoMessage()
func (*ListTransferConfigsByCredentialIDRes) ProtoReflect ¶
func (x *ListTransferConfigsByCredentialIDRes) ProtoReflect() protoreflect.Message
func (*ListTransferConfigsByCredentialIDRes) Reset ¶
func (x *ListTransferConfigsByCredentialIDRes) Reset()
func (*ListTransferConfigsByCredentialIDRes) String ¶
func (x *ListTransferConfigsByCredentialIDRes) String() string
type ListTransferConfigsReq ¶
type ListTransferConfigsReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` ListReq *ListReq `protobuf:"bytes,3,opt,name=list_req,json=listReq,proto3" json:"list_req,omitempty"` // contains filtered or unexported fields }
func (*ListTransferConfigsReq) Descriptor
deprecated
func (*ListTransferConfigsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListTransferConfigsReq.ProtoReflect.Descriptor instead.
func (*ListTransferConfigsReq) GetEntity ¶
func (x *ListTransferConfigsReq) GetEntity() *TransferConfig
func (*ListTransferConfigsReq) GetListReq ¶
func (x *ListTransferConfigsReq) GetListReq() *ListReq
func (*ListTransferConfigsReq) GetMask ¶
func (x *ListTransferConfigsReq) GetMask() *fieldmaskpb.FieldMask
func (*ListTransferConfigsReq) ProtoMessage ¶
func (*ListTransferConfigsReq) ProtoMessage()
func (*ListTransferConfigsReq) ProtoReflect ¶
func (x *ListTransferConfigsReq) ProtoReflect() protoreflect.Message
func (*ListTransferConfigsReq) Reset ¶
func (x *ListTransferConfigsReq) Reset()
func (*ListTransferConfigsReq) String ¶
func (x *ListTransferConfigsReq) String() string
type ListTransferConfigsRes ¶
type ListTransferConfigsRes struct { Entities []*TransferConfig `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*ListTransferConfigsRes) Descriptor
deprecated
func (*ListTransferConfigsRes) Descriptor() ([]byte, []int)
Deprecated: Use ListTransferConfigsRes.ProtoReflect.Descriptor instead.
func (*ListTransferConfigsRes) GetEntities ¶
func (x *ListTransferConfigsRes) GetEntities() []*TransferConfig
func (*ListTransferConfigsRes) ProtoMessage ¶
func (*ListTransferConfigsRes) ProtoMessage()
func (*ListTransferConfigsRes) ProtoReflect ¶
func (x *ListTransferConfigsRes) ProtoReflect() protoreflect.Message
func (*ListTransferConfigsRes) Reset ¶
func (x *ListTransferConfigsRes) Reset()
func (*ListTransferConfigsRes) String ¶
func (x *ListTransferConfigsRes) String() string
type PGPEncryptionRef ¶ added in v1.7.34
type PGPEncryptionRef struct { PgpSid int64 `protobuf:"varint,1,opt,name=pgp_sid,json=pgpSid,proto3" json:"pgp_sid,omitempty"` // contains filtered or unexported fields }
func (*PGPEncryptionRef) Descriptor
deprecated
added in
v1.7.34
func (*PGPEncryptionRef) Descriptor() ([]byte, []int)
Deprecated: Use PGPEncryptionRef.ProtoReflect.Descriptor instead.
func (*PGPEncryptionRef) GetPgpSid ¶ added in v1.7.34
func (x *PGPEncryptionRef) GetPgpSid() int64
func (*PGPEncryptionRef) ProtoMessage ¶ added in v1.7.34
func (*PGPEncryptionRef) ProtoMessage()
func (*PGPEncryptionRef) ProtoReflect ¶ added in v1.7.34
func (x *PGPEncryptionRef) ProtoReflect() protoreflect.Message
func (*PGPEncryptionRef) Reset ¶ added in v1.7.34
func (x *PGPEncryptionRef) Reset()
func (*PGPEncryptionRef) String ¶ added in v1.7.34
func (x *PGPEncryptionRef) String() string
type PGPKeyPair ¶
type PGPKeyPair struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` // contains filtered or unexported fields }
func (*PGPKeyPair) Descriptor
deprecated
func (*PGPKeyPair) Descriptor() ([]byte, []int)
Deprecated: Use PGPKeyPair.ProtoReflect.Descriptor instead.
func (*PGPKeyPair) GetPrivateKey ¶
func (x *PGPKeyPair) GetPrivateKey() string
func (*PGPKeyPair) GetPublicKey ¶
func (x *PGPKeyPair) GetPublicKey() string
func (*PGPKeyPair) ProtoMessage ¶
func (*PGPKeyPair) ProtoMessage()
func (*PGPKeyPair) ProtoReflect ¶
func (x *PGPKeyPair) ProtoReflect() protoreflect.Message
func (*PGPKeyPair) Reset ¶
func (x *PGPKeyPair) Reset()
func (*PGPKeyPair) String ¶
func (x *PGPKeyPair) String() string
type Password ¶
type Password struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*Password) Descriptor
deprecated
func (*Password) GetPassword ¶
func (*Password) ProtoMessage ¶
func (*Password) ProtoMessage()
func (*Password) ProtoReflect ¶
func (x *Password) ProtoReflect() protoreflect.Message
type PasswordRef ¶ added in v1.7.34
type PasswordRef struct { PasswordSid int64 `protobuf:"varint,1,opt,name=password_sid,json=passwordSid,proto3" json:"password_sid,omitempty"` // contains filtered or unexported fields }
func (*PasswordRef) Descriptor
deprecated
added in
v1.7.34
func (*PasswordRef) Descriptor() ([]byte, []int)
Deprecated: Use PasswordRef.ProtoReflect.Descriptor instead.
func (*PasswordRef) GetPasswordSid ¶ added in v1.7.34
func (x *PasswordRef) GetPasswordSid() int64
func (*PasswordRef) ProtoMessage ¶ added in v1.7.34
func (*PasswordRef) ProtoMessage()
func (*PasswordRef) ProtoReflect ¶ added in v1.7.34
func (x *PasswordRef) ProtoReflect() protoreflect.Message
func (*PasswordRef) Reset ¶ added in v1.7.34
func (x *PasswordRef) Reset()
func (*PasswordRef) String ¶ added in v1.7.34
func (x *PasswordRef) String() string
type Room303Destination ¶
type Room303Destination struct { // which room or user to sned the file to Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"` // will lookup user_sid through org if not provided // username of the intended user Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // user_id of the intended user UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*Room303Destination) Descriptor
deprecated
func (*Room303Destination) Descriptor() ([]byte, []int)
Deprecated: Use Room303Destination.ProtoReflect.Descriptor instead.
func (*Room303Destination) GetRoom ¶
func (x *Room303Destination) GetRoom() string
func (*Room303Destination) GetUserId ¶ added in v1.7.33
func (x *Room303Destination) GetUserId() string
func (*Room303Destination) GetUsername ¶
func (x *Room303Destination) GetUsername() string
func (*Room303Destination) ProtoMessage ¶
func (*Room303Destination) ProtoMessage()
func (*Room303Destination) ProtoReflect ¶
func (x *Room303Destination) ProtoReflect() protoreflect.Message
func (*Room303Destination) Reset ¶
func (x *Room303Destination) Reset()
func (*Room303Destination) String ¶
func (x *Room303Destination) String() string
type Room303SystemMessage ¶ added in v1.7.34
type Room303SystemMessage struct { // which room or user to sned the file to Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"` // Types that are assignable to User: // // *Room303SystemMessage_Username // *Room303SystemMessage_UserId User isRoom303SystemMessage_User `protobuf_oneof:"user"` // contains filtered or unexported fields }
func (*Room303SystemMessage) Descriptor
deprecated
added in
v1.7.34
func (*Room303SystemMessage) Descriptor() ([]byte, []int)
Deprecated: Use Room303SystemMessage.ProtoReflect.Descriptor instead.
func (*Room303SystemMessage) GetRoom ¶ added in v1.7.34
func (x *Room303SystemMessage) GetRoom() string
func (*Room303SystemMessage) GetUser ¶ added in v1.7.34
func (m *Room303SystemMessage) GetUser() isRoom303SystemMessage_User
func (*Room303SystemMessage) GetUserId ¶ added in v1.7.34
func (x *Room303SystemMessage) GetUserId() string
func (*Room303SystemMessage) GetUsername ¶ added in v1.7.34
func (x *Room303SystemMessage) GetUsername() string
func (*Room303SystemMessage) ProtoMessage ¶ added in v1.7.34
func (*Room303SystemMessage) ProtoMessage()
func (*Room303SystemMessage) ProtoReflect ¶ added in v1.7.34
func (x *Room303SystemMessage) ProtoReflect() protoreflect.Message
func (*Room303SystemMessage) Reset ¶ added in v1.7.34
func (x *Room303SystemMessage) Reset()
func (*Room303SystemMessage) String ¶ added in v1.7.34
func (x *Room303SystemMessage) String() string
type Room303SystemMessage_UserId ¶ added in v1.7.34
type Room303SystemMessage_UserId struct { // user_id of the intended user UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3,oneof"` }
type Room303SystemMessage_Username ¶ added in v1.7.34
type Room303SystemMessage_Username struct { // will lookup user_sid through org if not provided // username of the intended user Username string `protobuf:"bytes,2,opt,name=username,proto3,oneof"` }
type Room303SystemMessages ¶ added in v1.7.70
type Room303SystemMessages struct { SystemMessages []*Room303SystemMessage `protobuf:"bytes,1,rep,name=system_messages,json=systemMessages,proto3" json:"system_messages,omitempty"` // contains filtered or unexported fields }
func (*Room303SystemMessages) Descriptor
deprecated
added in
v1.7.70
func (*Room303SystemMessages) Descriptor() ([]byte, []int)
Deprecated: Use Room303SystemMessages.ProtoReflect.Descriptor instead.
func (*Room303SystemMessages) GetSystemMessages ¶ added in v1.7.70
func (x *Room303SystemMessages) GetSystemMessages() []*Room303SystemMessage
func (*Room303SystemMessages) ProtoMessage ¶ added in v1.7.70
func (*Room303SystemMessages) ProtoMessage()
func (*Room303SystemMessages) ProtoReflect ¶ added in v1.7.70
func (x *Room303SystemMessages) ProtoReflect() protoreflect.Message
func (*Room303SystemMessages) Reset ¶ added in v1.7.70
func (x *Room303SystemMessages) Reset()
func (*Room303SystemMessages) String ¶ added in v1.7.70
func (x *Room303SystemMessages) String() string
type Room303Transport ¶ added in v1.7.34
type Room303Transport struct { // Types that are assignable to Transport: // // *Room303Transport_SystemMessage // *Room303Transport_SystemMessages Transport isRoom303Transport_Transport `protobuf_oneof:"transport"` // contains filtered or unexported fields }
func (*Room303Transport) Descriptor
deprecated
added in
v1.7.34
func (*Room303Transport) Descriptor() ([]byte, []int)
Deprecated: Use Room303Transport.ProtoReflect.Descriptor instead.
func (*Room303Transport) GetSystemMessage
deprecated
added in
v1.7.34
func (x *Room303Transport) GetSystemMessage() *Room303SystemMessage
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*Room303Transport) GetSystemMessages ¶ added in v1.7.70
func (x *Room303Transport) GetSystemMessages() *Room303SystemMessages
func (*Room303Transport) GetTransport ¶ added in v1.7.34
func (m *Room303Transport) GetTransport() isRoom303Transport_Transport
func (*Room303Transport) ProtoMessage ¶ added in v1.7.34
func (*Room303Transport) ProtoMessage()
func (*Room303Transport) ProtoReflect ¶ added in v1.7.34
func (x *Room303Transport) ProtoReflect() protoreflect.Message
func (*Room303Transport) Reset ¶ added in v1.7.34
func (x *Room303Transport) Reset()
func (*Room303Transport) String ¶ added in v1.7.34
func (x *Room303Transport) String() string
type Room303Transport_SystemMessage ¶ added in v1.7.34
type Room303Transport_SystemMessage struct { // this way we can use different types of room303 deliveries // in the future, support different api calls, // maybe support multiple groups etc // // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. SystemMessage *Room303SystemMessage `protobuf:"bytes,1,opt,name=system_message,json=systemMessage,proto3,oneof"` }
type Room303Transport_SystemMessages ¶ added in v1.7.70
type Room303Transport_SystemMessages struct {
SystemMessages *Room303SystemMessages `protobuf:"bytes,2,opt,name=system_messages,json=systemMessages,proto3,oneof"`
}
type SFTPTransport ¶ added in v1.7.34
type SFTPTransport struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` // Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto. Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` // Types that are assignable to Credentials: // // *SFTPTransport_Password // *SFTPTransport_SshKey Credentials isSFTPTransport_Credentials `protobuf_oneof:"credentials"` Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` BaseDir string `protobuf:"bytes,6,opt,name=base_dir,json=baseDir,proto3" json:"base_dir,omitempty"` // contains filtered or unexported fields }
func (*SFTPTransport) Descriptor
deprecated
added in
v1.7.34
func (*SFTPTransport) Descriptor() ([]byte, []int)
Deprecated: Use SFTPTransport.ProtoReflect.Descriptor instead.
func (*SFTPTransport) GetBaseDir ¶ added in v1.7.34
func (x *SFTPTransport) GetBaseDir() string
func (*SFTPTransport) GetCredentials ¶ added in v1.7.34
func (m *SFTPTransport) GetCredentials() isSFTPTransport_Credentials
func (*SFTPTransport) GetHost ¶ added in v1.7.34
func (x *SFTPTransport) GetHost() string
func (*SFTPTransport) GetPassword ¶ added in v1.7.34
func (x *SFTPTransport) GetPassword() *PasswordRef
func (*SFTPTransport) GetPort
deprecated
added in
v1.7.34
func (x *SFTPTransport) GetPort() int32
Deprecated: Marked as deprecated in api/v1alpha1/delivery/service.proto.
func (*SFTPTransport) GetSshKey ¶ added in v1.7.34
func (x *SFTPTransport) GetSshKey() *SSHKeyRef
func (*SFTPTransport) GetUsername ¶ added in v1.7.34
func (x *SFTPTransport) GetUsername() string
func (*SFTPTransport) ProtoMessage ¶ added in v1.7.34
func (*SFTPTransport) ProtoMessage()
func (*SFTPTransport) ProtoReflect ¶ added in v1.7.34
func (x *SFTPTransport) ProtoReflect() protoreflect.Message
func (*SFTPTransport) Reset ¶ added in v1.7.34
func (x *SFTPTransport) Reset()
func (*SFTPTransport) String ¶ added in v1.7.34
func (x *SFTPTransport) String() string
type SFTPTransport_Password ¶ added in v1.7.34
type SFTPTransport_Password struct {
Password *PasswordRef `protobuf:"bytes,3,opt,name=password,proto3,oneof"`
}
type SFTPTransport_SshKey ¶ added in v1.7.34
type SFTPTransport_SshKey struct {
SshKey *SSHKeyRef `protobuf:"bytes,4,opt,name=ssh_key,json=sshKey,proto3,oneof"`
}
type SMSTransport ¶ added in v1.7.34
type SMSTransport struct { // must include country code and area code DestinationPhone string `protobuf:"bytes,1,opt,name=destination_phone,json=destinationPhone,proto3" json:"destination_phone,omitempty"` // the phone number we want this message to come from SourcePhone string `protobuf:"bytes,2,opt,name=source_phone,json=sourcePhone,proto3" json:"source_phone,omitempty"` // contains filtered or unexported fields }
func (*SMSTransport) Descriptor
deprecated
added in
v1.7.34
func (*SMSTransport) Descriptor() ([]byte, []int)
Deprecated: Use SMSTransport.ProtoReflect.Descriptor instead.
func (*SMSTransport) GetDestinationPhone ¶ added in v1.7.49
func (x *SMSTransport) GetDestinationPhone() string
func (*SMSTransport) GetSourcePhone ¶ added in v1.7.49
func (x *SMSTransport) GetSourcePhone() string
func (*SMSTransport) ProtoMessage ¶ added in v1.7.34
func (*SMSTransport) ProtoMessage()
func (*SMSTransport) ProtoReflect ¶ added in v1.7.34
func (x *SMSTransport) ProtoReflect() protoreflect.Message
func (*SMSTransport) Reset ¶ added in v1.7.34
func (x *SMSTransport) Reset()
func (*SMSTransport) String ¶ added in v1.7.34
func (x *SMSTransport) String() string
type SSHKeyPair ¶
type SSHKeyPair struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` // contains filtered or unexported fields }
func (*SSHKeyPair) Descriptor
deprecated
func (*SSHKeyPair) Descriptor() ([]byte, []int)
Deprecated: Use SSHKeyPair.ProtoReflect.Descriptor instead.
func (*SSHKeyPair) GetPrivateKey ¶
func (x *SSHKeyPair) GetPrivateKey() string
func (*SSHKeyPair) GetPublicKey ¶
func (x *SSHKeyPair) GetPublicKey() string
func (*SSHKeyPair) ProtoMessage ¶
func (*SSHKeyPair) ProtoMessage()
func (*SSHKeyPair) ProtoReflect ¶
func (x *SSHKeyPair) ProtoReflect() protoreflect.Message
func (*SSHKeyPair) Reset ¶
func (x *SSHKeyPair) Reset()
func (*SSHKeyPair) String ¶
func (x *SSHKeyPair) String() string
type SSHKeyRef ¶ added in v1.7.34
type SSHKeyRef struct { SshKeySid int64 `protobuf:"varint,1,opt,name=ssh_key_sid,json=sshKeySid,proto3" json:"ssh_key_sid,omitempty"` // contains filtered or unexported fields }
func (*SSHKeyRef) Descriptor
deprecated
added in
v1.7.34
func (*SSHKeyRef) GetSshKeySid ¶ added in v1.7.34
func (*SSHKeyRef) ProtoMessage ¶ added in v1.7.34
func (*SSHKeyRef) ProtoMessage()
func (*SSHKeyRef) ProtoReflect ¶ added in v1.7.34
func (x *SSHKeyRef) ProtoReflect() protoreflect.Message
type SftpDestination ¶
type SftpDestination struct { // path that will be joined with the filename specified on the attachment. // this is optional. If not provided the attachments must include the full filepath BaseDirectory string `protobuf:"bytes,2,opt,name=base_directory,json=baseDirectory,proto3" json:"base_directory,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*SftpDestination) Descriptor
deprecated
func (*SftpDestination) Descriptor() ([]byte, []int)
Deprecated: Use SftpDestination.ProtoReflect.Descriptor instead.
func (*SftpDestination) GetAddress ¶
func (x *SftpDestination) GetAddress() string
func (*SftpDestination) GetBaseDirectory ¶
func (x *SftpDestination) GetBaseDirectory() string
func (*SftpDestination) GetPort ¶
func (x *SftpDestination) GetPort() int32
func (*SftpDestination) ProtoMessage ¶
func (*SftpDestination) ProtoMessage()
func (*SftpDestination) ProtoReflect ¶
func (x *SftpDestination) ProtoReflect() protoreflect.Message
func (*SftpDestination) Reset ¶
func (x *SftpDestination) Reset()
func (*SftpDestination) String ¶
func (x *SftpDestination) String() string
type SftpSource ¶
type SftpSource struct { // directory files should be in Directory string `protobuf:"bytes,2,opt,name=directory,proto3" json:"directory,omitempty"` // contains filtered or unexported fields }
func (*SftpSource) Descriptor
deprecated
func (*SftpSource) Descriptor() ([]byte, []int)
Deprecated: Use SftpSource.ProtoReflect.Descriptor instead.
func (*SftpSource) GetDirectory ¶
func (x *SftpSource) GetDirectory() string
func (*SftpSource) ProtoMessage ¶
func (*SftpSource) ProtoMessage()
func (*SftpSource) ProtoReflect ¶
func (x *SftpSource) ProtoReflect() protoreflect.Message
func (*SftpSource) Reset ¶
func (x *SftpSource) Reset()
func (*SftpSource) String ¶
func (x *SftpSource) String() string
type SmsDestination ¶
type SmsDestination struct { // must include country code and area code DestinationPhone string `protobuf:"bytes,1,opt,name=destination_phone,json=destinationPhone,proto3" json:"destination_phone,omitempty"` // the phone number we want this message to come from SourcePhone string `protobuf:"bytes,2,opt,name=source_phone,json=sourcePhone,proto3" json:"source_phone,omitempty"` // contains filtered or unexported fields }
func (*SmsDestination) Descriptor
deprecated
func (*SmsDestination) Descriptor() ([]byte, []int)
Deprecated: Use SmsDestination.ProtoReflect.Descriptor instead.
func (*SmsDestination) GetDestinationPhone ¶
func (x *SmsDestination) GetDestinationPhone() string
func (*SmsDestination) GetSourcePhone ¶
func (x *SmsDestination) GetSourcePhone() string
func (*SmsDestination) ProtoMessage ¶
func (*SmsDestination) ProtoMessage()
func (*SmsDestination) ProtoReflect ¶
func (x *SmsDestination) ProtoReflect() protoreflect.Message
func (*SmsDestination) Reset ¶
func (x *SmsDestination) Reset()
func (*SmsDestination) String ¶
func (x *SmsDestination) String() string
type Source ¶
type Source struct { Encryption *commons.Encryption `protobuf:"bytes,1,opt,name=encryption,proto3" json:"encryption,omitempty"` // Types that are assignable to Value: // // *Source_Sftp Value isSource_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Source) Descriptor
deprecated
func (*Source) GetEncryption ¶
func (x *Source) GetEncryption() *commons.Encryption
func (*Source) GetSftp ¶
func (x *Source) GetSftp() *SftpSource
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) ProtoReflect ¶
func (x *Source) ProtoReflect() protoreflect.Message
type Source_Sftp ¶
type Source_Sftp struct {
Sftp *SftpSource `protobuf:"bytes,2,opt,name=sftp,proto3,oneof"`
}
type TransferConfig ¶
type TransferConfig struct { // snowflake id Sid int64 `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"` // the name of this config. Must be unique within the org Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // how many hours the files should live in cloud storage for // must always be > 0 Ttl int32 `protobuf:"varint,7,opt,name=ttl,proto3" json:"ttl,omitempty"` Credential *Credential `protobuf:"bytes,8,opt,name=credential,proto3" json:"credential,omitempty"` // credential_sid stored on table // where we will put the payload if we are triggering a delivery Destination *Destination `protobuf:"bytes,9,opt,name=destination,proto3" json:"destination,omitempty"` // stored as jsonb // where we will get the payload if we are triggering a retrieval Source *Source `protobuf:"bytes,10,opt,name=source,proto3" json:"source,omitempty"` // stored as jsonb // when the config was last created/edited CreatedOn *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` LastEdited *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=last_edited,json=lastEdited,proto3" json:"last_edited,omitempty"` // contains filtered or unexported fields }
entity types
func (*TransferConfig) Descriptor
deprecated
func (*TransferConfig) Descriptor() ([]byte, []int)
Deprecated: Use TransferConfig.ProtoReflect.Descriptor instead.
func (*TransferConfig) GetCreatedOn ¶
func (x *TransferConfig) GetCreatedOn() *timestamppb.Timestamp
func (*TransferConfig) GetCredential ¶
func (x *TransferConfig) GetCredential() *Credential
func (*TransferConfig) GetDescription ¶
func (x *TransferConfig) GetDescription() string
func (*TransferConfig) GetDestination ¶
func (x *TransferConfig) GetDestination() *Destination
func (*TransferConfig) GetLastEdited ¶
func (x *TransferConfig) GetLastEdited() *timestamppb.Timestamp
func (*TransferConfig) GetName ¶
func (x *TransferConfig) GetName() string
func (*TransferConfig) GetSid ¶
func (x *TransferConfig) GetSid() int64
func (*TransferConfig) GetSource ¶
func (x *TransferConfig) GetSource() *Source
func (*TransferConfig) GetTtl ¶
func (x *TransferConfig) GetTtl() int32
func (*TransferConfig) ProtoMessage ¶
func (*TransferConfig) ProtoMessage()
func (*TransferConfig) ProtoReflect ¶
func (x *TransferConfig) ProtoReflect() protoreflect.Message
func (*TransferConfig) Reset ¶
func (x *TransferConfig) Reset()
func (*TransferConfig) String ¶
func (x *TransferConfig) String() string
type UnimplementedDeliveryApiServer ¶
type UnimplementedDeliveryApiServer struct{}
UnimplementedDeliveryApiServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedDeliveryApiServer) CreateCredential ¶
func (UnimplementedDeliveryApiServer) CreateCredential(context.Context, *CreateCredentialReq) (*CreateCredentialRes, error)
func (UnimplementedDeliveryApiServer) CreateDeliveryDefinition ¶ added in v1.7.34
func (UnimplementedDeliveryApiServer) CreateDeliveryDefinition(context.Context, *CreateDeliveryDefinitionReq) (*CreateDeliveryDefinitionRes, error)
func (UnimplementedDeliveryApiServer) CreateEncryption ¶ added in v1.7.34
func (UnimplementedDeliveryApiServer) CreateEncryption(context.Context, *CreateEncryptionReq) (*CreateEncryptionRes, error)
func (UnimplementedDeliveryApiServer) CreateTransferConfig ¶
func (UnimplementedDeliveryApiServer) CreateTransferConfig(context.Context, *CreateTransferConfigReq) (*CreateTransferConfigRes, error)
func (UnimplementedDeliveryApiServer) DeleteCredential ¶
func (UnimplementedDeliveryApiServer) DeleteCredential(context.Context, *DeleteCredentialReq) (*DeleteCredentialRes, error)
func (UnimplementedDeliveryApiServer) DeleteDeliveryDefinition ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) DeleteDeliveryDefinition(context.Context, *DeleteDeliveryDefinitionReq) (*DeleteDeliveryDefinitionRes, error)
func (UnimplementedDeliveryApiServer) DeleteEncryption ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) DeleteEncryption(context.Context, *DeleteEncryptionReq) (*DeleteEncryptionRes, error)
func (UnimplementedDeliveryApiServer) DeleteTransferConfig ¶
func (UnimplementedDeliveryApiServer) DeleteTransferConfig(context.Context, *DeleteTransferConfigReq) (*DeleteTransferConfigRes, error)
func (UnimplementedDeliveryApiServer) GetCredential ¶
func (UnimplementedDeliveryApiServer) GetCredential(context.Context, *GetCredentialReq) (*GetCredentialRes, error)
func (UnimplementedDeliveryApiServer) GetDeliveryDefinition ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) GetDeliveryDefinition(context.Context, *GetDeliveryDefinitionReq) (*GetDeliveryDefinitionRes, error)
func (UnimplementedDeliveryApiServer) GetDeliveryDefinitionByName ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) GetDeliveryDefinitionByName(context.Context, *GetDeliveryDefinitionByNameReq) (*GetDeliveryDefinitionByNameRes, error)
func (UnimplementedDeliveryApiServer) GetEncryption ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) GetEncryption(context.Context, *GetEncryptionReq) (*GetEncryptionRes, error)
func (UnimplementedDeliveryApiServer) GetTransferConfig ¶
func (UnimplementedDeliveryApiServer) GetTransferConfig(context.Context, *GetTransferConfigReq) (*GetTransferConfigRes, error)
func (UnimplementedDeliveryApiServer) GetTransferConfigByName ¶
func (UnimplementedDeliveryApiServer) GetTransferConfigByName(context.Context, *GetTransferConfigByNameReq) (*GetTransferConfigByNameRes, error)
func (UnimplementedDeliveryApiServer) ListCredentials ¶
func (UnimplementedDeliveryApiServer) ListCredentials(context.Context, *ListCredentialsReq) (*ListCredentialsRes, error)
func (UnimplementedDeliveryApiServer) ListDeliveryDefinitions ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) ListDeliveryDefinitions(context.Context, *ListDeliveryDefinitionsReq) (*ListDeliveryDefinitionsRes, error)
func (UnimplementedDeliveryApiServer) ListDeliveryDefinitionsByCredentialID ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) ListDeliveryDefinitionsByCredentialID(context.Context, *ListDeliveryDefinitionsByCredentialIDReq) (*ListDeliveryDefinitionsByCredentialIDRes, error)
func (UnimplementedDeliveryApiServer) ListEncryptions ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) ListEncryptions(context.Context, *ListEncryptionsReq) (*ListEncryptionsRes, error)
func (UnimplementedDeliveryApiServer) ListHistory ¶
func (UnimplementedDeliveryApiServer) ListHistory(context.Context, *ListHistoryReq) (*ListHistoryRes, error)
func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig ¶
func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig(context.Context, *ListHistoryByTransferConfigReq) (*ListHistoryByTransferConfigRes, error)
func (UnimplementedDeliveryApiServer) ListSMSNumbers ¶ added in v1.7.59
func (UnimplementedDeliveryApiServer) ListSMSNumbers(context.Context, *ListSMSNumbersReq) (*ListSMSNumbersRes, error)
func (UnimplementedDeliveryApiServer) ListTransferConfigs ¶
func (UnimplementedDeliveryApiServer) ListTransferConfigs(context.Context, *ListTransferConfigsReq) (*ListTransferConfigsRes, error)
func (UnimplementedDeliveryApiServer) ListTransferConfigsByCredentialID ¶
func (UnimplementedDeliveryApiServer) ListTransferConfigsByCredentialID(context.Context, *ListTransferConfigsByCredentialIDReq) (*ListTransferConfigsByCredentialIDRes, error)
func (UnimplementedDeliveryApiServer) UpdateCredential ¶
func (UnimplementedDeliveryApiServer) UpdateCredential(context.Context, *UpdateCredentialReq) (*UpdateCredentialRes, error)
func (UnimplementedDeliveryApiServer) UpdateDeliveryDefinition ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) UpdateDeliveryDefinition(context.Context, *UpdateDeliveryDefinitionReq) (*UpdateDeliveryDefinitionRes, error)
func (UnimplementedDeliveryApiServer) UpdateEncryption ¶ added in v1.7.36
func (UnimplementedDeliveryApiServer) UpdateEncryption(context.Context, *UpdateEncryptionReq) (*UpdateEncryptionRes, error)
func (UnimplementedDeliveryApiServer) UpdateTransferConfig ¶
func (UnimplementedDeliveryApiServer) UpdateTransferConfig(context.Context, *UpdateTransferConfigReq) (*UpdateTransferConfigRes, error)
type UnsafeDeliveryApiServer ¶
type UnsafeDeliveryApiServer interface {
// contains filtered or unexported methods
}
UnsafeDeliveryApiServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DeliveryApiServer will result in compilation errors.
type UpdateCredentialReq ¶
type UpdateCredentialReq struct { Entity *Credential `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateCredentialReq) Descriptor
deprecated
func (*UpdateCredentialReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCredentialReq.ProtoReflect.Descriptor instead.
func (*UpdateCredentialReq) GetEntity ¶
func (x *UpdateCredentialReq) GetEntity() *Credential
func (*UpdateCredentialReq) GetMask ¶
func (x *UpdateCredentialReq) GetMask() *fieldmaskpb.FieldMask
func (*UpdateCredentialReq) ProtoMessage ¶
func (*UpdateCredentialReq) ProtoMessage()
func (*UpdateCredentialReq) ProtoReflect ¶
func (x *UpdateCredentialReq) ProtoReflect() protoreflect.Message
func (*UpdateCredentialReq) Reset ¶
func (x *UpdateCredentialReq) Reset()
func (*UpdateCredentialReq) String ¶
func (x *UpdateCredentialReq) String() string
type UpdateCredentialRes ¶
type UpdateCredentialRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateCredentialRes) Descriptor
deprecated
func (*UpdateCredentialRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCredentialRes.ProtoReflect.Descriptor instead.
func (*UpdateCredentialRes) GetEntity ¶
func (x *UpdateCredentialRes) GetEntity() *ID
func (*UpdateCredentialRes) ProtoMessage ¶
func (*UpdateCredentialRes) ProtoMessage()
func (*UpdateCredentialRes) ProtoReflect ¶
func (x *UpdateCredentialRes) ProtoReflect() protoreflect.Message
func (*UpdateCredentialRes) Reset ¶
func (x *UpdateCredentialRes) Reset()
func (*UpdateCredentialRes) String ¶
func (x *UpdateCredentialRes) String() string
type UpdateDeliveryDefinitionReq ¶ added in v1.7.36
type UpdateDeliveryDefinitionReq struct { Entity *DeliveryDefinition `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeliveryDefinitionReq) Descriptor
deprecated
added in
v1.7.36
func (*UpdateDeliveryDefinitionReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeliveryDefinitionReq.ProtoReflect.Descriptor instead.
func (*UpdateDeliveryDefinitionReq) GetEntity ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionReq) GetEntity() *DeliveryDefinition
func (*UpdateDeliveryDefinitionReq) GetMask ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionReq) GetMask() *fieldmaskpb.FieldMask
func (*UpdateDeliveryDefinitionReq) ProtoMessage ¶ added in v1.7.36
func (*UpdateDeliveryDefinitionReq) ProtoMessage()
func (*UpdateDeliveryDefinitionReq) ProtoReflect ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionReq) ProtoReflect() protoreflect.Message
func (*UpdateDeliveryDefinitionReq) Reset ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionReq) Reset()
func (*UpdateDeliveryDefinitionReq) String ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionReq) String() string
type UpdateDeliveryDefinitionRes ¶ added in v1.7.36
type UpdateDeliveryDefinitionRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeliveryDefinitionRes) Descriptor
deprecated
added in
v1.7.36
func (*UpdateDeliveryDefinitionRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeliveryDefinitionRes.ProtoReflect.Descriptor instead.
func (*UpdateDeliveryDefinitionRes) GetEntity ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionRes) GetEntity() *ID
func (*UpdateDeliveryDefinitionRes) ProtoMessage ¶ added in v1.7.36
func (*UpdateDeliveryDefinitionRes) ProtoMessage()
func (*UpdateDeliveryDefinitionRes) ProtoReflect ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionRes) ProtoReflect() protoreflect.Message
func (*UpdateDeliveryDefinitionRes) Reset ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionRes) Reset()
func (*UpdateDeliveryDefinitionRes) String ¶ added in v1.7.36
func (x *UpdateDeliveryDefinitionRes) String() string
type UpdateEncryptionReq ¶ added in v1.7.36
type UpdateEncryptionReq struct { Entity *Encryption `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateEncryptionReq) Descriptor
deprecated
added in
v1.7.36
func (*UpdateEncryptionReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEncryptionReq.ProtoReflect.Descriptor instead.
func (*UpdateEncryptionReq) GetEntity ¶ added in v1.7.36
func (x *UpdateEncryptionReq) GetEntity() *Encryption
func (*UpdateEncryptionReq) GetMask ¶ added in v1.7.36
func (x *UpdateEncryptionReq) GetMask() *fieldmaskpb.FieldMask
func (*UpdateEncryptionReq) ProtoMessage ¶ added in v1.7.36
func (*UpdateEncryptionReq) ProtoMessage()
func (*UpdateEncryptionReq) ProtoReflect ¶ added in v1.7.36
func (x *UpdateEncryptionReq) ProtoReflect() protoreflect.Message
func (*UpdateEncryptionReq) Reset ¶ added in v1.7.36
func (x *UpdateEncryptionReq) Reset()
func (*UpdateEncryptionReq) String ¶ added in v1.7.36
func (x *UpdateEncryptionReq) String() string
type UpdateEncryptionRes ¶ added in v1.7.36
type UpdateEncryptionRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateEncryptionRes) Descriptor
deprecated
added in
v1.7.36
func (*UpdateEncryptionRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEncryptionRes.ProtoReflect.Descriptor instead.
func (*UpdateEncryptionRes) GetEntity ¶ added in v1.7.36
func (x *UpdateEncryptionRes) GetEntity() *ID
func (*UpdateEncryptionRes) ProtoMessage ¶ added in v1.7.36
func (*UpdateEncryptionRes) ProtoMessage()
func (*UpdateEncryptionRes) ProtoReflect ¶ added in v1.7.36
func (x *UpdateEncryptionRes) ProtoReflect() protoreflect.Message
func (*UpdateEncryptionRes) Reset ¶ added in v1.7.36
func (x *UpdateEncryptionRes) Reset()
func (*UpdateEncryptionRes) String ¶ added in v1.7.36
func (x *UpdateEncryptionRes) String() string
type UpdateTransferConfigReq ¶
type UpdateTransferConfigReq struct { Entity *TransferConfig `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateTransferConfigReq) Descriptor
deprecated
func (*UpdateTransferConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTransferConfigReq.ProtoReflect.Descriptor instead.
func (*UpdateTransferConfigReq) GetEntity ¶
func (x *UpdateTransferConfigReq) GetEntity() *TransferConfig
func (*UpdateTransferConfigReq) GetMask ¶
func (x *UpdateTransferConfigReq) GetMask() *fieldmaskpb.FieldMask
func (*UpdateTransferConfigReq) ProtoMessage ¶
func (*UpdateTransferConfigReq) ProtoMessage()
func (*UpdateTransferConfigReq) ProtoReflect ¶
func (x *UpdateTransferConfigReq) ProtoReflect() protoreflect.Message
func (*UpdateTransferConfigReq) Reset ¶
func (x *UpdateTransferConfigReq) Reset()
func (*UpdateTransferConfigReq) String ¶
func (x *UpdateTransferConfigReq) String() string
type UpdateTransferConfigRes ¶
type UpdateTransferConfigRes struct { Entity *ID `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateTransferConfigRes) Descriptor
deprecated
func (*UpdateTransferConfigRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTransferConfigRes.ProtoReflect.Descriptor instead.
func (*UpdateTransferConfigRes) GetEntity ¶
func (x *UpdateTransferConfigRes) GetEntity() *ID
func (*UpdateTransferConfigRes) ProtoMessage ¶
func (*UpdateTransferConfigRes) ProtoMessage()
func (*UpdateTransferConfigRes) ProtoReflect ¶
func (x *UpdateTransferConfigRes) ProtoReflect() protoreflect.Message
func (*UpdateTransferConfigRes) Reset ¶
func (x *UpdateTransferConfigRes) Reset()
func (*UpdateTransferConfigRes) String ¶
func (x *UpdateTransferConfigRes) String() string
type UserPassword ¶
type UserPassword struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*UserPassword) Descriptor
deprecated
func (*UserPassword) Descriptor() ([]byte, []int)
Deprecated: Use UserPassword.ProtoReflect.Descriptor instead.
func (*UserPassword) GetPassword ¶
func (x *UserPassword) GetPassword() string
func (*UserPassword) GetUsername ¶
func (x *UserPassword) GetUsername() string
func (*UserPassword) ProtoMessage ¶
func (*UserPassword) ProtoMessage()
func (*UserPassword) ProtoReflect ¶
func (x *UserPassword) ProtoReflect() protoreflect.Message
func (*UserPassword) Reset ¶
func (x *UserPassword) Reset()
func (*UserPassword) String ¶
func (x *UserPassword) String() string