delivery

package
v1.7.28 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
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"
)

Variables

View Source
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,
		},
	},
	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)

View Source
var File_api_v1alpha1_delivery_service_proto protoreflect.FileDescriptor

Functions

func RegisterDeliveryApiServer

func RegisterDeliveryApiServer(s grpc.ServiceRegistrar, srv DeliveryApiServer)

Types

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 (*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 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 (*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 (*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 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 (*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)
}

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.

type DeliveryApiServer

DeliveryApiServer is the server API for DeliveryApi service. All implementations must embed UnimplementedDeliveryApiServer for forward compatibility

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
	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"`
	// 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

func (x *EmailDestination) GetToAddr() 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 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 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 {
	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 (*GetTransferConfigByNameReq) GetMask

func (*GetTransferConfigByNameReq) GetName

func (x *GetTransferConfigByNameReq) GetName() string

func (*GetTransferConfigByNameReq) ProtoMessage

func (*GetTransferConfigByNameReq) ProtoMessage()

func (*GetTransferConfigByNameReq) ProtoReflect

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 (*GetTransferConfigByNameRes) ProtoMessage

func (*GetTransferConfigByNameRes) ProtoMessage()

func (*GetTransferConfigByNameRes) ProtoReflect

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use History.ProtoReflect.Descriptor instead.

func (*History) GetCreatedOn

func (x *History) GetCreatedOn() *timestamppb.Timestamp

func (*History) GetDeliveryType

func (x *History) GetDeliveryType() string

func (*History) GetError

func (x *History) GetError() string

func (*History) GetIsInbound added in v1.7.26

func (x *History) GetIsInbound() bool

func (*History) GetMessagePayload added in v1.7.26

func (x *History) GetMessagePayload() string

func (*History) GetMessagePayloadLen added in v1.7.26

func (x *History) GetMessagePayloadLen() int32

func (*History) GetOrgId added in v1.7.26

func (x *History) GetOrgId() string

func (*History) GetOrigin

func (x *History) GetOrigin() commons.OperatorApplications

func (*History) GetSid

func (x *History) GetSid() int64

func (*History) GetStatus added in v1.7.26

func (x *History) GetStatus() commons.TransferStatus

func (*History) GetSuccess

func (x *History) GetSuccess() bool

func (*History) GetTransactionSid added in v1.7.26

func (x *History) GetTransactionSid() int64

func (*History) GetTransferComplete

func (x *History) GetTransferComplete() *timestamppb.Timestamp

func (*History) GetTransferConfigName

func (x *History) GetTransferConfigName() string

func (*History) GetTransferConfigSid

func (x *History) GetTransferConfigSid() int64

func (*History) GetTransferStart

func (x *History) GetTransferStart() *timestamppb.Timestamp

func (*History) ProtoMessage

func (*History) ProtoMessage()

func (*History) ProtoReflect

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

func (*History) Reset

func (x *History) Reset()

func (*History) String

func (x *History) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ID.ProtoReflect.Descriptor instead.

func (*ID) GetSid

func (x *ID) GetSid() int64

func (*ID) ProtoMessage

func (*ID) ProtoMessage()

func (*ID) ProtoReflect

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

func (*ID) Reset

func (x *ID) Reset()

func (*ID) String

func (x *ID) String() string

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 (*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 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 (*ListHistoryByTransferConfigReq) GetMask

func (*ListHistoryByTransferConfigReq) ProtoMessage

func (*ListHistoryByTransferConfigReq) ProtoMessage()

func (*ListHistoryByTransferConfigReq) ProtoReflect

func (*ListHistoryByTransferConfigReq) Reset

func (x *ListHistoryByTransferConfigReq) Reset()

func (*ListHistoryByTransferConfigReq) 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 (*ListHistoryByTransferConfigRes) Reset

func (x *ListHistoryByTransferConfigRes) Reset()

func (*ListHistoryByTransferConfigRes) 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) Descriptor() ([]byte, []int)

Deprecated: Use ListReq.ProtoReflect.Descriptor instead.

func (*ListReq) GetBeforeSid

func (x *ListReq) GetBeforeSid() int64

func (*ListReq) GetLimit

func (x *ListReq) GetLimit() int64

func (*ListReq) ProtoMessage

func (*ListReq) ProtoMessage()

func (*ListReq) ProtoReflect

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

func (*ListReq) Reset

func (x *ListReq) Reset()

func (*ListReq) String

func (x *ListReq) 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 (*ListTransferConfigsByCredentialIDReq) GetListReq

func (*ListTransferConfigsByCredentialIDReq) GetMask

func (*ListTransferConfigsByCredentialIDReq) ProtoMessage

func (*ListTransferConfigsByCredentialIDReq) ProtoMessage()

func (*ListTransferConfigsByCredentialIDReq) ProtoReflect

func (*ListTransferConfigsByCredentialIDReq) Reset

func (*ListTransferConfigsByCredentialIDReq) 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 (*ListTransferConfigsByCredentialIDRes) ProtoMessage

func (*ListTransferConfigsByCredentialIDRes) ProtoMessage()

func (*ListTransferConfigsByCredentialIDRes) ProtoReflect

func (*ListTransferConfigsByCredentialIDRes) Reset

func (*ListTransferConfigsByCredentialIDRes) 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 (*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 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) Descriptor() ([]byte, []int)

Deprecated: Use Password.ProtoReflect.Descriptor instead.

func (*Password) GetPassword

func (x *Password) GetPassword() string

func (*Password) ProtoMessage

func (*Password) ProtoMessage()

func (*Password) ProtoReflect

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

func (*Password) Reset

func (x *Password) Reset()

func (*Password) String

func (x *Password) 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"`
	// username which sends the message.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,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) 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 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 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) Descriptor() ([]byte, []int)

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetEncryption

func (x *Source) GetEncryption() *commons.Encryption

func (*Source) GetSftp

func (x *Source) GetSftp() *SftpSource

func (*Source) GetValue

func (m *Source) GetValue() isSource_Value

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

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

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

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.

func (UnimplementedDeliveryApiServer) CreateCredential

func (UnimplementedDeliveryApiServer) CreateTransferConfig

func (UnimplementedDeliveryApiServer) DeleteCredential

func (UnimplementedDeliveryApiServer) DeleteTransferConfig

func (UnimplementedDeliveryApiServer) GetCredential

func (UnimplementedDeliveryApiServer) GetTransferConfig

func (UnimplementedDeliveryApiServer) GetTransferConfigByName

func (UnimplementedDeliveryApiServer) ListCredentials

func (UnimplementedDeliveryApiServer) ListHistory

func (UnimplementedDeliveryApiServer) ListTransferConfigs

func (UnimplementedDeliveryApiServer) UpdateCredential

func (UnimplementedDeliveryApiServer) UpdateTransferConfig

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 (*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 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 (*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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL