Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterDeliveryApiServer(s grpc.ServiceRegistrar, srv DeliveryApiServer)
- 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 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 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 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() string
- func (*EmailDestination) ProtoMessage()
- func (x *EmailDestination) ProtoReflect() protoreflect.Message
- func (x *EmailDestination) Reset()
- func (x *EmailDestination) String() string
- 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 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() string
- 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) GetOrigin() commons.OperatorApplications
- func (x *History) GetSid() int64
- func (x *History) GetSuccess() bool
- 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 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 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 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 Room303Destination
- func (*Room303Destination) Descriptor() ([]byte, []int)deprecated
- func (x *Room303Destination) GetRoom() 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 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 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) CreateTransferConfig(context.Context, *CreateTransferConfigReq) (*CreateTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) DeleteCredential(context.Context, *DeleteCredentialReq) (*DeleteCredentialRes, error)
- func (UnimplementedDeliveryApiServer) DeleteTransferConfig(context.Context, *DeleteTransferConfigReq) (*DeleteTransferConfigRes, error)
- func (UnimplementedDeliveryApiServer) GetCredential(context.Context, *GetCredentialReq) (*GetCredentialRes, 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) ListHistory(context.Context, *ListHistoryReq) (*ListHistoryRes, error)
- func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig(context.Context, *ListHistoryByTransferConfigReq) (*ListHistoryByTransferConfigRes, 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) 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 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" )
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, }, }, 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 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 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 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) }
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) // contains filtered or unexported methods }
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 (x *GetTransferConfigByNameReq) GetEntity() *TransferConfig
func (*GetTransferConfigByNameReq) GetMask ¶
func (x *GetTransferConfigByNameReq) GetMask() *fieldmaskpb.FieldMask
func (*GetTransferConfigByNameReq) GetName ¶
func (x *GetTransferConfigByNameReq) GetName() string
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"` // contains filtered or unexported fields }
func (*History) Descriptor
deprecated
func (*History) GetCreatedOn ¶
func (x *History) GetCreatedOn() *timestamppb.Timestamp
func (*History) GetDeliveryType ¶
func (*History) GetOrigin ¶
func (x *History) GetOrigin() commons.OperatorApplications
func (*History) GetSuccess ¶
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 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 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 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 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) 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.
func (UnimplementedDeliveryApiServer) CreateCredential ¶
func (UnimplementedDeliveryApiServer) CreateCredential(context.Context, *CreateCredentialReq) (*CreateCredentialRes, 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) DeleteTransferConfig ¶
func (UnimplementedDeliveryApiServer) DeleteTransferConfig(context.Context, *DeleteTransferConfigReq) (*DeleteTransferConfigRes, error)
func (UnimplementedDeliveryApiServer) GetCredential ¶
func (UnimplementedDeliveryApiServer) GetCredential(context.Context, *GetCredentialReq) (*GetCredentialRes, 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) ListHistory ¶
func (UnimplementedDeliveryApiServer) ListHistory(context.Context, *ListHistoryReq) (*ListHistoryRes, error)
func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig ¶
func (UnimplementedDeliveryApiServer) ListHistoryByTransferConfig(context.Context, *ListHistoryByTransferConfigReq) (*ListHistoryByTransferConfigRes, 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) 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 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