Documentation
¶
Index ¶
- Variables
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetAccessScopes() []string
- func (x *Account) GetCreatedAt() *timestamppb.Timestamp
- func (x *Account) GetEmail() string
- func (x *Account) GetEncryptedSecret() []byte
- func (x *Account) GetId() int32
- func (x *Account) GetKind() AccountKind
- func (x *Account) GetName() string
- func (x *Account) GetSecret() string
- func (x *Account) GetStatus() AccountStatus
- func (x *Account) GetUpdatedAt() *timestamppb.Timestamp
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type AccountFilters
- func (*AccountFilters) Descriptor() ([]byte, []int)deprecated
- func (x *AccountFilters) GetAccessScope() string
- func (x *AccountFilters) GetKind() AccountKind
- func (x *AccountFilters) GetUpdatedSince() *timestamppb.Timestamp
- func (*AccountFilters) ProtoMessage()
- func (x *AccountFilters) ProtoReflect() protoreflect.Message
- func (x *AccountFilters) Reset()
- func (x *AccountFilters) String() string
- type AccountKind
- func (AccountKind) Descriptor() protoreflect.EnumDescriptor
- func (x AccountKind) Enum() *AccountKind
- func (AccountKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountKind) Number() protoreflect.EnumNumber
- func (x AccountKind) String() string
- func (AccountKind) Type() protoreflect.EnumType
- type AccountStatus
- func (AccountStatus) Descriptor() protoreflect.EnumDescriptor
- func (x AccountStatus) Enum() *AccountStatus
- func (AccountStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountStatus) Number() protoreflect.EnumNumber
- func (x AccountStatus) String() string
- func (AccountStatus) Type() protoreflect.EnumType
- type ApprovePartnerReq
- type ArchiveExternalMatchReq
- func (*ArchiveExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveExternalMatchReq) GetMatchUuid() string
- func (*ArchiveExternalMatchReq) ProtoMessage()
- func (x *ArchiveExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *ArchiveExternalMatchReq) Reset()
- func (x *ArchiveExternalMatchReq) String() string
- type ConnectPartnerReq
- func (*ConnectPartnerReq) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectPartnerReq) GetHostname() string
- func (x *ConnectPartnerReq) GetIconUrl() string
- func (x *ConnectPartnerReq) GetName() string
- func (x *ConnectPartnerReq) GetUrl() string
- func (*ConnectPartnerReq) ProtoMessage()
- func (x *ConnectPartnerReq) ProtoReflect() protoreflect.Message
- func (x *ConnectPartnerReq) Reset()
- func (x *ConnectPartnerReq) String() string
- type ConnectPartnerRes
- type CreateAccountRes
- type CreateExternalInitTokenReq
- func (*CreateExternalInitTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExternalInitTokenReq) GetName() string
- func (*CreateExternalInitTokenReq) ProtoMessage()
- func (x *CreateExternalInitTokenReq) ProtoReflect() protoreflect.Message
- func (x *CreateExternalInitTokenReq) Reset()
- func (x *CreateExternalInitTokenReq) String() string
- type CreateExternalInitTokenRes
- func (*CreateExternalInitTokenRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExternalInitTokenRes) GetToken() *PartnersInitToken
- func (*CreateExternalInitTokenRes) ProtoMessage()
- func (x *CreateExternalInitTokenRes) ProtoReflect() protoreflect.Message
- func (x *CreateExternalInitTokenRes) Reset()
- func (x *CreateExternalInitTokenRes) String() string
- type CreateExternalMatchReq
- func (*CreateExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExternalMatchReq) GetAdhoc() *ExternalMatchRefreshAdhoc
- func (x *CreateExternalMatchReq) GetDaily() *ExternalMatchRefreshDaily
- func (x *CreateExternalMatchReq) GetDescription() string
- func (x *CreateExternalMatchReq) GetIdentifiersFilter() []IdKind
- func (x *CreateExternalMatchReq) GetMatchUuid() string
- func (x *CreateExternalMatchReq) GetName() string
- func (x *CreateExternalMatchReq) GetOnce() *ExternalMatchRefreshOnce
- func (m *CreateExternalMatchReq) GetRefreshFrequency() isCreateExternalMatchReq_RefreshFrequency
- func (*CreateExternalMatchReq) ProtoMessage()
- func (x *CreateExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *CreateExternalMatchReq) Reset()
- func (x *CreateExternalMatchReq) String() string
- type CreateExternalMatchReq_Adhoc
- type CreateExternalMatchReq_Daily
- type CreateExternalMatchReq_Once
- type CreateExternalMatchRes
- func (*CreateExternalMatchRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExternalMatchRes) GetMatchUuid() string
- func (*CreateExternalMatchRes) ProtoMessage()
- func (x *CreateExternalMatchRes) ProtoReflect() protoreflect.Message
- func (x *CreateExternalMatchRes) Reset()
- func (x *CreateExternalMatchRes) String() string
- type CreateServiceAccountKeyReq
- func (*CreateServiceAccountKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateServiceAccountKeyReq) GetAccountId() int32
- func (*CreateServiceAccountKeyReq) ProtoMessage()
- func (x *CreateServiceAccountKeyReq) ProtoReflect() protoreflect.Message
- func (x *CreateServiceAccountKeyReq) Reset()
- func (x *CreateServiceAccountKeyReq) String() string
- type CreateServiceAccountKeyRes
- func (*CreateServiceAccountKeyRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateServiceAccountKeyRes) GetKey() *ServiceAccountKey
- func (*CreateServiceAccountKeyRes) ProtoMessage()
- func (x *CreateServiceAccountKeyRes) ProtoReflect() protoreflect.Message
- func (x *CreateServiceAccountKeyRes) Reset()
- func (x *CreateServiceAccountKeyRes) String() string
- type CreateSessionReq
- func (*CreateSessionReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSessionReq) GetEmail() string
- func (x *CreateSessionReq) GetSecret() string
- func (*CreateSessionReq) ProtoMessage()
- func (x *CreateSessionReq) ProtoReflect() protoreflect.Message
- func (x *CreateSessionReq) Reset()
- func (x *CreateSessionReq) String() string
- type CreateSessionRes
- func (*CreateSessionRes) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSessionRes) GetExpiry() *timestamppb.Timestamp
- func (x *CreateSessionRes) GetToken() string
- func (*CreateSessionRes) ProtoMessage()
- func (x *CreateSessionRes) ProtoReflect() protoreflect.Message
- func (x *CreateSessionRes) Reset()
- func (x *CreateSessionRes) String() string
- type DeleteServiceAccountKeyReq
- func (*DeleteServiceAccountKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteServiceAccountKeyReq) GetId() string
- func (*DeleteServiceAccountKeyReq) ProtoMessage()
- func (x *DeleteServiceAccountKeyReq) ProtoReflect() protoreflect.Message
- func (x *DeleteServiceAccountKeyReq) Reset()
- func (x *DeleteServiceAccountKeyReq) String() string
- type DeleteServiceAccountKeyRes
- type DisconnectPartnerReq
- func (*DisconnectPartnerReq) Descriptor() ([]byte, []int)deprecated
- func (x *DisconnectPartnerReq) GetId() int32
- func (*DisconnectPartnerReq) ProtoMessage()
- func (x *DisconnectPartnerReq) ProtoReflect() protoreflect.Message
- func (x *DisconnectPartnerReq) Reset()
- func (x *DisconnectPartnerReq) String() string
- type Error
- func (*Error) Descriptor() ([]byte, []int)deprecated
- func (x *Error) GetCode() Status
- func (m *Error) GetDetails() isError_Details
- func (x *Error) GetMessage() string
- func (x *Error) GetUnprocessable() *UnprocessableDetails
- func (*Error) ProtoMessage()
- func (x *Error) ProtoReflect() protoreflect.Message
- func (x *Error) Reset()
- func (x *Error) String() string
- type Error_Unprocessable
- type ExternalInfo
- func (*ExternalInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalInfo) GetEndpoints() map[string]string
- func (x *ExternalInfo) GetIconUrl() string
- func (x *ExternalInfo) GetOrganization() string
- func (x *ExternalInfo) GetUrl() string
- func (*ExternalInfo) ProtoMessage()
- func (x *ExternalInfo) ProtoReflect() protoreflect.Message
- func (x *ExternalInfo) Reset()
- func (x *ExternalInfo) String() string
- type ExternalMatch
- func (*ExternalMatch) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalMatch) GetDescription() string
- func (x *ExternalMatch) GetMatchUuid() string
- func (x *ExternalMatch) GetName() string
- func (x *ExternalMatch) GetResults() []*ExternalMatchResult
- func (*ExternalMatch) ProtoMessage()
- func (x *ExternalMatch) ProtoReflect() protoreflect.Message
- func (x *ExternalMatch) Reset()
- func (x *ExternalMatch) String() string
- type ExternalMatchRefreshAdhoc
- type ExternalMatchRefreshDaily
- func (*ExternalMatchRefreshDaily) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalMatchRefreshDaily) GetEndAt() *timestamppb.Timestamp
- func (x *ExternalMatchRefreshDaily) GetStartAt() *timestamppb.Timestamp
- func (*ExternalMatchRefreshDaily) ProtoMessage()
- func (x *ExternalMatchRefreshDaily) ProtoReflect() protoreflect.Message
- func (x *ExternalMatchRefreshDaily) Reset()
- func (x *ExternalMatchRefreshDaily) String() string
- type ExternalMatchRefreshOnce
- func (*ExternalMatchRefreshOnce) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalMatchRefreshOnce) GetAt() *timestamppb.Timestamp
- func (*ExternalMatchRefreshOnce) ProtoMessage()
- func (x *ExternalMatchRefreshOnce) ProtoReflect() protoreflect.Message
- func (x *ExternalMatchRefreshOnce) Reset()
- func (x *ExternalMatchRefreshOnce) String() string
- type ExternalMatchResult
- func (*ExternalMatchResult) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalMatchResult) GetCreatedAt() *timestamppb.Timestamp
- func (x *ExternalMatchResult) GetErrorMsg() string
- func (x *ExternalMatchResult) GetInsights() *Insights
- func (x *ExternalMatchResult) GetState() ExternalMatchResultState
- func (x *ExternalMatchResult) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ExternalMatchResult) GetUuid() string
- func (*ExternalMatchResult) ProtoMessage()
- func (x *ExternalMatchResult) ProtoReflect() protoreflect.Message
- func (x *ExternalMatchResult) Reset()
- func (x *ExternalMatchResult) String() string
- type ExternalMatchResultState
- func (ExternalMatchResultState) Descriptor() protoreflect.EnumDescriptor
- func (x ExternalMatchResultState) Enum() *ExternalMatchResultState
- func (ExternalMatchResultState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExternalMatchResultState) Number() protoreflect.EnumNumber
- func (x ExternalMatchResultState) String() string
- func (ExternalMatchResultState) Type() protoreflect.EnumType
- type FieldError
- func (*FieldError) Descriptor() ([]byte, []int)deprecated
- func (x *FieldError) GetField() string
- func (x *FieldError) GetMessage() string
- func (x *FieldError) GetParams() map[string]string
- func (*FieldError) ProtoMessage()
- func (x *FieldError) ProtoReflect() protoreflect.Message
- func (x *FieldError) Reset()
- func (x *FieldError) String() string
- type GetAccountReq
- type GetAccountRes
- type GetCurrentAccountReq
- type GetCurrentAccountRes
- func (*GetCurrentAccountRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentAccountRes) GetAccount() *Account
- func (*GetCurrentAccountRes) ProtoMessage()
- func (x *GetCurrentAccountRes) ProtoReflect() protoreflect.Message
- func (x *GetCurrentAccountRes) Reset()
- func (x *GetCurrentAccountRes) String() string
- type GetExternalMatchResultReq
- func (*GetExternalMatchResultReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetExternalMatchResultReq) GetMatchResultUuid() string
- func (*GetExternalMatchResultReq) ProtoMessage()
- func (x *GetExternalMatchResultReq) ProtoReflect() protoreflect.Message
- func (x *GetExternalMatchResultReq) Reset()
- func (x *GetExternalMatchResultReq) String() string
- type GetExternalMatchResultRes
- func (*GetExternalMatchResultRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetExternalMatchResultRes) GetMatchResult() *ExternalMatchResult
- func (*GetExternalMatchResultRes) ProtoMessage()
- func (x *GetExternalMatchResultRes) ProtoReflect() protoreflect.Message
- func (x *GetExternalMatchResultRes) Reset()
- func (x *GetExternalMatchResultRes) String() string
- type GetExternalMatchResultsReq
- func (*GetExternalMatchResultsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetExternalMatchResultsReq) GetMatchUuid() string
- func (*GetExternalMatchResultsReq) ProtoMessage()
- func (x *GetExternalMatchResultsReq) ProtoReflect() protoreflect.Message
- func (x *GetExternalMatchResultsReq) Reset()
- func (x *GetExternalMatchResultsReq) String() string
- type GetExternalMatchResultsRes
- func (*GetExternalMatchResultsRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetExternalMatchResultsRes) GetResults() []*ExternalMatchResult
- func (*GetExternalMatchResultsRes) ProtoMessage()
- func (x *GetExternalMatchResultsRes) ProtoReflect() protoreflect.Message
- func (x *GetExternalMatchResultsRes) Reset()
- func (x *GetExternalMatchResultsRes) String() string
- type GetInitTokenReq
- type GetInitTokenRes
- type HostnameAuthentication
- func (*HostnameAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *HostnameAuthentication) GetHostname() string
- func (*HostnameAuthentication) ProtoMessage()
- func (x *HostnameAuthentication) ProtoReflect() protoreflect.Message
- func (x *HostnameAuthentication) Reset()
- func (x *HostnameAuthentication) String() string
- type IdKind
- type Insights
- func (*Insights) Descriptor() ([]byte, []int)deprecated
- func (x *Insights) GetAmazonAfais() int64
- func (x *Insights) GetAppleIdfas() int64
- func (x *Insights) GetClusters() int64
- func (x *Insights) GetComputedAt() *timestamppb.Timestamp
- func (x *Insights) GetCustomIds() int64
- func (x *Insights) GetEmails() int64
- func (x *Insights) GetGoogleGaids() int64
- func (x *Insights) GetIpv4S() int64
- func (x *Insights) GetIpv6S() int64
- func (x *Insights) GetPhoneNumbers() int64
- func (x *Insights) GetRokuRidas() int64
- func (x *Insights) GetSamsungTifas() int64
- func (x *Insights) GetVisitorIds() int64
- func (*Insights) ProtoMessage()
- func (x *Insights) ProtoReflect() protoreflect.Message
- func (x *Insights) Reset()
- func (x *Insights) String() string
- type InsightsHistory
- type ListAccountReq
- func (*ListAccountReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountReq) GetFilters() *AccountFilters
- func (x *ListAccountReq) GetPagination() *PageReq
- func (x *ListAccountReq) GetSearch() string
- func (x *ListAccountReq) GetSorts() []*SortField
- func (*ListAccountReq) ProtoMessage()
- func (x *ListAccountReq) ProtoReflect() protoreflect.Message
- func (x *ListAccountReq) Reset()
- func (x *ListAccountReq) String() string
- type ListAccountRes
- func (*ListAccountRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountRes) GetData() []*Account
- func (x *ListAccountRes) GetPagination() *PageRes
- func (*ListAccountRes) ProtoMessage()
- func (x *ListAccountRes) ProtoReflect() protoreflect.Message
- func (x *ListAccountRes) Reset()
- func (x *ListAccountRes) String() string
- type ListExternalMatchReq
- type ListExternalMatchRes
- func (*ListExternalMatchRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListExternalMatchRes) GetMatches() []*ExternalMatch
- func (*ListExternalMatchRes) ProtoMessage()
- func (x *ListExternalMatchRes) ProtoReflect() protoreflect.Message
- func (x *ListExternalMatchRes) Reset()
- func (x *ListExternalMatchRes) String() string
- type ListPartnerReq
- func (*ListPartnerReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartnerReq) GetFilters() *PartnerFilters
- func (x *ListPartnerReq) GetPagination() *PageReq
- func (x *ListPartnerReq) GetSearch() string
- func (x *ListPartnerReq) GetSorts() []*SortField
- func (*ListPartnerReq) ProtoMessage()
- func (x *ListPartnerReq) ProtoReflect() protoreflect.Message
- func (x *ListPartnerReq) Reset()
- func (x *ListPartnerReq) String() string
- type ListPartnerRes
- func (*ListPartnerRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartnerRes) GetData() []*Partner
- func (x *ListPartnerRes) GetPagination() *PageRes
- func (*ListPartnerRes) ProtoMessage()
- func (x *ListPartnerRes) ProtoReflect() protoreflect.Message
- func (x *ListPartnerRes) Reset()
- func (x *ListPartnerRes) String() string
- type ListServiceAccountKeyReq
- func (*ListServiceAccountKeyReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceAccountKeyReq) GetAccountId() int32
- func (x *ListServiceAccountKeyReq) GetPagination() *PageReq
- func (*ListServiceAccountKeyReq) ProtoMessage()
- func (x *ListServiceAccountKeyReq) ProtoReflect() protoreflect.Message
- func (x *ListServiceAccountKeyReq) Reset()
- func (x *ListServiceAccountKeyReq) String() string
- type ListServiceAccountKeyRes
- func (*ListServiceAccountKeyRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceAccountKeyRes) GetData() []*ServiceAccountKey
- func (x *ListServiceAccountKeyRes) GetPagination() *PageRes
- func (*ListServiceAccountKeyRes) ProtoMessage()
- func (x *ListServiceAccountKeyRes) ProtoReflect() protoreflect.Message
- func (x *ListServiceAccountKeyRes) Reset()
- func (x *ListServiceAccountKeyRes) String() string
- type LockExternalMatchReq
- func (*LockExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *LockExternalMatchReq) GetMatchUuid() string
- func (*LockExternalMatchReq) ProtoMessage()
- func (x *LockExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *LockExternalMatchReq) Reset()
- func (x *LockExternalMatchReq) String() string
- type LookupPartnerReq
- type LookupPartnerRes
- type PageReq
- type PageRes
- type Partner
- func (*Partner) Descriptor() ([]byte, []int)deprecated
- func (m *Partner) GetAuthenticationAttrs() isPartner_AuthenticationAttrs
- func (x *Partner) GetCreatedAt() *timestamppb.Timestamp
- func (x *Partner) GetErrorMsg() string
- func (x *Partner) GetHostname() stringdeprecated
- func (x *Partner) GetHostnameAuth() *HostnameAuthentication
- func (x *Partner) GetIconUrl() string
- func (x *Partner) GetId() int32
- func (x *Partner) GetKind() PartnerKind
- func (x *Partner) GetName() string
- func (x *Partner) GetPublicKeyAuth() *PublicKeyAuthentication
- func (x *Partner) GetSlug() string
- func (x *Partner) GetState() PartnerState
- func (x *Partner) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Partner) GetUrl() string
- func (*Partner) ProtoMessage()
- func (x *Partner) ProtoReflect() protoreflect.Message
- func (x *Partner) Reset()
- func (x *Partner) String() string
- type PartnerFilters
- func (*PartnerFilters) Descriptor() ([]byte, []int)deprecated
- func (x *PartnerFilters) GetKinds() []PartnerKind
- func (x *PartnerFilters) GetStates() []PartnerState
- func (*PartnerFilters) ProtoMessage()
- func (x *PartnerFilters) ProtoReflect() protoreflect.Message
- func (x *PartnerFilters) Reset()
- func (x *PartnerFilters) String() string
- type PartnerKind
- func (PartnerKind) Descriptor() protoreflect.EnumDescriptor
- func (x PartnerKind) Enum() *PartnerKind
- func (PartnerKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x PartnerKind) Number() protoreflect.EnumNumber
- func (x PartnerKind) String() string
- func (PartnerKind) Type() protoreflect.EnumType
- type PartnerState
- func (PartnerState) Descriptor() protoreflect.EnumDescriptor
- func (x PartnerState) Enum() *PartnerState
- func (PartnerState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PartnerState) Number() protoreflect.EnumNumber
- func (x PartnerState) String() string
- func (PartnerState) Type() protoreflect.EnumType
- type Partner_HostnameAuth
- type Partner_PublicKeyAuth
- type PartnersInitToken
- func (*PartnersInitToken) Descriptor() ([]byte, []int)deprecated
- func (x *PartnersInitToken) GetCreatedAt() *timestamppb.Timestamp
- func (x *PartnersInitToken) GetExpiresAt() *timestamppb.Timestamp
- func (x *PartnersInitToken) GetSandboxInfo() string
- func (x *PartnersInitToken) GetSecret() string
- func (x *PartnersInitToken) GetSlug() string
- func (*PartnersInitToken) ProtoMessage()
- func (x *PartnersInitToken) ProtoReflect() protoreflect.Message
- func (x *PartnersInitToken) Reset()
- func (x *PartnersInitToken) String() string
- type PauseExternalMatchReq
- func (*PauseExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *PauseExternalMatchReq) GetMatchUuid() string
- func (*PauseExternalMatchReq) ProtoMessage()
- func (x *PauseExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *PauseExternalMatchReq) Reset()
- func (x *PauseExternalMatchReq) String() string
- type PerformAccountsActionReq
- func (*PerformAccountsActionReq) Descriptor() ([]byte, []int)deprecated
- func (x *PerformAccountsActionReq) GetIds() []int32
- func (x *PerformAccountsActionReq) GetStatus() AccountStatus
- func (*PerformAccountsActionReq) ProtoMessage()
- func (x *PerformAccountsActionReq) ProtoReflect() protoreflect.Message
- func (x *PerformAccountsActionReq) Reset()
- func (x *PerformAccountsActionReq) String() string
- type PerformAccountsActionRes
- func (*PerformAccountsActionRes) Descriptor() ([]byte, []int)deprecated
- func (x *PerformAccountsActionRes) GetAccounts() []*Account
- func (*PerformAccountsActionRes) ProtoMessage()
- func (x *PerformAccountsActionRes) ProtoReflect() protoreflect.Message
- func (x *PerformAccountsActionRes) Reset()
- func (x *PerformAccountsActionRes) String() string
- type PublicKeyAuthentication
- func (*PublicKeyAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *PublicKeyAuthentication) GetPublicKey() string
- func (*PublicKeyAuthentication) ProtoMessage()
- func (x *PublicKeyAuthentication) ProtoReflect() protoreflect.Message
- func (x *PublicKeyAuthentication) Reset()
- func (x *PublicKeyAuthentication) String() string
- type RegisterExternalPartnerReq
- func (*RegisterExternalPartnerReq) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterExternalPartnerReq) GetPublicKey() string
- func (x *RegisterExternalPartnerReq) GetToken() string
- func (*RegisterExternalPartnerReq) ProtoMessage()
- func (x *RegisterExternalPartnerReq) ProtoReflect() protoreflect.Message
- func (x *RegisterExternalPartnerReq) Reset()
- func (x *RegisterExternalPartnerReq) String() string
- type RejectPartnerReq
- type ResumeExternalMatchReq
- func (*ResumeExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeExternalMatchReq) GetMatchUuid() string
- func (*ResumeExternalMatchReq) ProtoMessage()
- func (x *ResumeExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *ResumeExternalMatchReq) Reset()
- func (x *ResumeExternalMatchReq) String() string
- type RunExternalMatchReq
- func (*RunExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *RunExternalMatchReq) GetClientCertificatePem() string
- func (x *RunExternalMatchReq) GetMatchResultUuid() string
- func (x *RunExternalMatchReq) GetMatchUuid() string
- func (*RunExternalMatchReq) ProtoMessage()
- func (x *RunExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *RunExternalMatchReq) Reset()
- func (x *RunExternalMatchReq) String() string
- type RunExternalMatchRes
- func (*RunExternalMatchRes) Descriptor() ([]byte, []int)deprecated
- func (x *RunExternalMatchRes) GetEndpoint() string
- func (x *RunExternalMatchRes) GetErrorMsg() string
- func (x *RunExternalMatchRes) GetMatchResultUuid() string
- func (x *RunExternalMatchRes) GetServerCertificatePem() string
- func (*RunExternalMatchRes) ProtoMessage()
- func (x *RunExternalMatchRes) ProtoReflect() protoreflect.Message
- func (x *RunExternalMatchRes) Reset()
- func (x *RunExternalMatchRes) String() string
- type ServiceAccountKey
- func (*ServiceAccountKey) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceAccountKey) GetCreatedAt() *timestamppb.Timestamp
- func (x *ServiceAccountKey) GetExpiresAt() *timestamppb.Timestamp
- func (x *ServiceAccountKey) GetId() string
- func (x *ServiceAccountKey) GetPrivateKeyDer() string
- func (*ServiceAccountKey) ProtoMessage()
- func (x *ServiceAccountKey) ProtoReflect() protoreflect.Message
- func (x *ServiceAccountKey) Reset()
- func (x *ServiceAccountKey) String() string
- type SortField
- type Status
- type TraceContext
- func (*TraceContext) Descriptor() ([]byte, []int)deprecated
- func (x *TraceContext) GetParentSpanId() string
- func (x *TraceContext) GetTraceId() string
- func (*TraceContext) ProtoMessage()
- func (x *TraceContext) ProtoReflect() protoreflect.Message
- func (x *TraceContext) Reset()
- func (x *TraceContext) String() string
- type UnlockExternalMatchReq
- func (*UnlockExternalMatchReq) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockExternalMatchReq) GetMatchUuid() string
- func (*UnlockExternalMatchReq) ProtoMessage()
- func (x *UnlockExternalMatchReq) ProtoReflect() protoreflect.Message
- func (x *UnlockExternalMatchReq) Reset()
- func (x *UnlockExternalMatchReq) String() string
- type UnprocessableDetails
- func (*UnprocessableDetails) Descriptor() ([]byte, []int)deprecated
- func (x *UnprocessableDetails) GetFields() []*FieldError
- func (*UnprocessableDetails) ProtoMessage()
- func (x *UnprocessableDetails) ProtoReflect() protoreflect.Message
- func (x *UnprocessableDetails) Reset()
- func (x *UnprocessableDetails) String() string
- type UpdateAccountRes
- type UpdateCurrentUserReq
- func (*UpdateCurrentUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCurrentUserReq) GetCurrentSecret() string
- func (x *UpdateCurrentUserReq) GetEmail() string
- func (x *UpdateCurrentUserReq) GetName() string
- func (x *UpdateCurrentUserReq) GetNewSecret() string
- func (*UpdateCurrentUserReq) ProtoMessage()
- func (x *UpdateCurrentUserReq) ProtoReflect() protoreflect.Message
- func (x *UpdateCurrentUserReq) Reset()
- func (x *UpdateCurrentUserReq) String() string
- type UpdateCurrentUserRes
- func (*UpdateCurrentUserRes) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCurrentUserRes) GetAccount() *Account
- func (*UpdateCurrentUserRes) ProtoMessage()
- func (x *UpdateCurrentUserRes) ProtoReflect() protoreflect.Message
- func (x *UpdateCurrentUserRes) Reset()
- func (x *UpdateCurrentUserRes) String() string
Constants ¶
This section is empty.
Variables ¶
var ( AccountKind_name = map[int32]string{ 0: "ACCOUNT_KIND_UNKNOWN", 1: "ACCOUNT_KIND_USER", 2: "ACCOUNT_KIND_SERVICE", } AccountKind_value = map[string]int32{ "ACCOUNT_KIND_UNKNOWN": 0, "ACCOUNT_KIND_USER": 1, "ACCOUNT_KIND_SERVICE": 2, } )
Enum value maps for AccountKind.
var ( AccountStatus_name = map[int32]string{ 0: "ACCOUNT_STATUS_ACTIVE", 1: "ACCOUNT_STATUS_INACTIVE", 2: "ACCOUNT_STATUS_UNKNOWN", } AccountStatus_value = map[string]int32{ "ACCOUNT_STATUS_ACTIVE": 0, "ACCOUNT_STATUS_INACTIVE": 1, "ACCOUNT_STATUS_UNKNOWN": 2, } )
Enum value maps for AccountStatus.
var ( Status_name = map[int32]string{ 0: "STATUS_OK", 1: "STATUS_BAD_REQUEST", 5: "STATUS_UNAUTHENTICATED", 8: "STATUS_FORBIDDEN", 4: "STATUS_NOT_FOUND", 3: "STATUS_UNPROCESSABLE", 2: "STATUS_INTERNAL", 6: "STATUS_UNAVAILABLE", 7: "STATUS_TIMEOUT", } Status_value = map[string]int32{ "STATUS_OK": 0, "STATUS_BAD_REQUEST": 1, "STATUS_UNAUTHENTICATED": 5, "STATUS_FORBIDDEN": 8, "STATUS_NOT_FOUND": 4, "STATUS_UNPROCESSABLE": 3, "STATUS_INTERNAL": 2, "STATUS_UNAVAILABLE": 6, "STATUS_TIMEOUT": 7, } )
Enum value maps for Status.
var ( ExternalMatchResultState_name = map[int32]string{ 0: "EXTERNAL_MATCH_RESULT_STATE_UNKNOWN", 1: "EXTERNAL_MATCH_RESULT_STATE_PENDING", 2: "EXTERNAL_MATCH_RESULT_STATE_COMPLETED", 3: "EXTERNAL_MATCH_RESULT_STATE_ERRORED", } ExternalMatchResultState_value = map[string]int32{ "EXTERNAL_MATCH_RESULT_STATE_UNKNOWN": 0, "EXTERNAL_MATCH_RESULT_STATE_PENDING": 1, "EXTERNAL_MATCH_RESULT_STATE_COMPLETED": 2, "EXTERNAL_MATCH_RESULT_STATE_ERRORED": 3, } )
Enum value maps for ExternalMatchResultState.
var ( IdKind_name = map[int32]string{ 0: "ID_KIND_UNKNOWN", 1: "ID_KIND_EMAIL_HASH", 2: "ID_KIND_APPLE_IDFA", 3: "ID_KIND_GOOGLE_GAID", 4: "ID_KIND_CUSTOM_ID", 5: "ID_KIND_VISITOR_ID", 6: "ID_KIND_IPV4", 7: "ID_KIND_IPV6", 8: "ID_KIND_SAMSUNG_TIFA", 9: "ID_KIND_ROKU_RIDA", 10: "ID_KIND_AMAZON_AFAI", 11: "ID_KIND_PHONE_NUMBER", 12: "ID_KIND_CUSTOM_ID_1", 13: "ID_KIND_CUSTOM_ID_2", 14: "ID_KIND_CUSTOM_ID_3", 15: "ID_KIND_CUSTOM_ID_4", 16: "ID_KIND_CUSTOM_ID_5", 17: "ID_KIND_CUSTOM_ID_6", 18: "ID_KIND_CUSTOM_ID_7", 19: "ID_KIND_CUSTOM_ID_8", 20: "ID_KIND_CUSTOM_ID_9", } IdKind_value = map[string]int32{ "ID_KIND_UNKNOWN": 0, "ID_KIND_EMAIL_HASH": 1, "ID_KIND_APPLE_IDFA": 2, "ID_KIND_GOOGLE_GAID": 3, "ID_KIND_CUSTOM_ID": 4, "ID_KIND_VISITOR_ID": 5, "ID_KIND_IPV4": 6, "ID_KIND_IPV6": 7, "ID_KIND_SAMSUNG_TIFA": 8, "ID_KIND_ROKU_RIDA": 9, "ID_KIND_AMAZON_AFAI": 10, "ID_KIND_PHONE_NUMBER": 11, "ID_KIND_CUSTOM_ID_1": 12, "ID_KIND_CUSTOM_ID_2": 13, "ID_KIND_CUSTOM_ID_3": 14, "ID_KIND_CUSTOM_ID_4": 15, "ID_KIND_CUSTOM_ID_5": 16, "ID_KIND_CUSTOM_ID_6": 17, "ID_KIND_CUSTOM_ID_7": 18, "ID_KIND_CUSTOM_ID_8": 19, "ID_KIND_CUSTOM_ID_9": 20, } )
Enum value maps for IdKind.
var ( PartnerState_name = map[int32]string{ 0: "PARTNER_STATE_UNKNOWN", 1: "PARTNER_STATE_SENT", 2: "PARTNER_STATE_RECEIVED", 3: "PARTNER_STATE_CONNECTED", 4: "PARTNER_STATE_DISCONNECTED", 5: "PARTNER_STATE_REJECTED", 6: "PARTNER_STATE_ERROR", } PartnerState_value = map[string]int32{ "PARTNER_STATE_UNKNOWN": 0, "PARTNER_STATE_SENT": 1, "PARTNER_STATE_RECEIVED": 2, "PARTNER_STATE_CONNECTED": 3, "PARTNER_STATE_DISCONNECTED": 4, "PARTNER_STATE_REJECTED": 5, "PARTNER_STATE_ERROR": 6, } )
Enum value maps for PartnerState.
var ( PartnerKind_name = map[int32]string{ 0: "PARTNER_KIND_UNKNOWN", 1: "PARTNER_KIND_INTERNAL", 2: "PARTNER_KIND_EXTERNAL", } PartnerKind_value = map[string]int32{ "PARTNER_KIND_UNKNOWN": 0, "PARTNER_KIND_INTERNAL": 1, "PARTNER_KIND_EXTERNAL": 2, } )
Enum value maps for PartnerKind.
var File_accounts_proto protoreflect.FileDescriptor
var File_common_proto protoreflect.FileDescriptor
var File_external_proto protoreflect.FileDescriptor
var File_identifier_proto protoreflect.FileDescriptor
var File_insights_proto protoreflect.FileDescriptor
var File_partners_proto protoreflect.FileDescriptor
var File_session_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Kind AccountKind `protobuf:"varint,2,opt,name=kind,proto3,enum=v1.AccountKind" json:"kind,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"` Secret string `protobuf:"bytes,5,opt,name=secret,proto3" json:"secret,omitempty"` EncryptedSecret []byte `protobuf:"bytes,6,opt,name=encrypted_secret,json=encryptedSecret,proto3" json:"encrypted_secret,omitempty"` Status AccountStatus `protobuf:"varint,7,opt,name=status,proto3,enum=v1.AccountStatus" json:"status,omitempty"` AccessScopes []string `protobuf:"bytes,8,rep,name=access_scopes,json=accessScopes,proto3" json:"access_scopes,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetAccessScopes ¶
func (*Account) GetCreatedAt ¶
func (x *Account) GetCreatedAt() *timestamppb.Timestamp
func (*Account) GetEncryptedSecret ¶
func (*Account) GetKind ¶
func (x *Account) GetKind() AccountKind
func (*Account) GetStatus ¶
func (x *Account) GetStatus() AccountStatus
func (*Account) GetUpdatedAt ¶
func (x *Account) GetUpdatedAt() *timestamppb.Timestamp
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AccountFilters ¶
type AccountFilters struct { Kind AccountKind `protobuf:"varint,1,opt,name=kind,proto3,enum=v1.AccountKind" json:"kind,omitempty"` AccessScope string `protobuf:"bytes,2,opt,name=access_scope,json=accessScope,proto3" json:"access_scope,omitempty"` UpdatedSince *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_since,json=updatedSince,proto3" json:"updated_since,omitempty"` // contains filtered or unexported fields }
func (*AccountFilters) Descriptor
deprecated
func (*AccountFilters) Descriptor() ([]byte, []int)
Deprecated: Use AccountFilters.ProtoReflect.Descriptor instead.
func (*AccountFilters) GetAccessScope ¶
func (x *AccountFilters) GetAccessScope() string
func (*AccountFilters) GetKind ¶
func (x *AccountFilters) GetKind() AccountKind
func (*AccountFilters) GetUpdatedSince ¶
func (x *AccountFilters) GetUpdatedSince() *timestamppb.Timestamp
func (*AccountFilters) ProtoMessage ¶
func (*AccountFilters) ProtoMessage()
func (*AccountFilters) ProtoReflect ¶
func (x *AccountFilters) ProtoReflect() protoreflect.Message
func (*AccountFilters) Reset ¶
func (x *AccountFilters) Reset()
func (*AccountFilters) String ¶
func (x *AccountFilters) String() string
type AccountKind ¶
type AccountKind int32
const ( AccountKind_ACCOUNT_KIND_UNKNOWN AccountKind = 0 AccountKind_ACCOUNT_KIND_USER AccountKind = 1 AccountKind_ACCOUNT_KIND_SERVICE AccountKind = 2 )
func (AccountKind) Descriptor ¶
func (AccountKind) Descriptor() protoreflect.EnumDescriptor
func (AccountKind) Enum ¶
func (x AccountKind) Enum() *AccountKind
func (AccountKind) EnumDescriptor
deprecated
func (AccountKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountKind.Descriptor instead.
func (AccountKind) Number ¶
func (x AccountKind) Number() protoreflect.EnumNumber
func (AccountKind) String ¶
func (x AccountKind) String() string
func (AccountKind) Type ¶
func (AccountKind) Type() protoreflect.EnumType
type AccountStatus ¶
type AccountStatus int32
const ( AccountStatus_ACCOUNT_STATUS_ACTIVE AccountStatus = 0 AccountStatus_ACCOUNT_STATUS_INACTIVE AccountStatus = 1 AccountStatus_ACCOUNT_STATUS_UNKNOWN AccountStatus = 2 )
func (AccountStatus) Descriptor ¶
func (AccountStatus) Descriptor() protoreflect.EnumDescriptor
func (AccountStatus) Enum ¶
func (x AccountStatus) Enum() *AccountStatus
func (AccountStatus) EnumDescriptor
deprecated
func (AccountStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountStatus.Descriptor instead.
func (AccountStatus) Number ¶
func (x AccountStatus) Number() protoreflect.EnumNumber
func (AccountStatus) String ¶
func (x AccountStatus) String() string
func (AccountStatus) Type ¶
func (AccountStatus) Type() protoreflect.EnumType
type ApprovePartnerReq ¶
type ApprovePartnerReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ApprovePartnerReq) Descriptor
deprecated
func (*ApprovePartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use ApprovePartnerReq.ProtoReflect.Descriptor instead.
func (*ApprovePartnerReq) GetId ¶
func (x *ApprovePartnerReq) GetId() int32
func (*ApprovePartnerReq) ProtoMessage ¶
func (*ApprovePartnerReq) ProtoMessage()
func (*ApprovePartnerReq) ProtoReflect ¶
func (x *ApprovePartnerReq) ProtoReflect() protoreflect.Message
func (*ApprovePartnerReq) Reset ¶
func (x *ApprovePartnerReq) Reset()
func (*ApprovePartnerReq) String ¶
func (x *ApprovePartnerReq) String() string
type ArchiveExternalMatchReq ¶
type ArchiveExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*ArchiveExternalMatchReq) Descriptor
deprecated
func (*ArchiveExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveExternalMatchReq.ProtoReflect.Descriptor instead.
func (*ArchiveExternalMatchReq) GetMatchUuid ¶
func (x *ArchiveExternalMatchReq) GetMatchUuid() string
func (*ArchiveExternalMatchReq) ProtoMessage ¶
func (*ArchiveExternalMatchReq) ProtoMessage()
func (*ArchiveExternalMatchReq) ProtoReflect ¶
func (x *ArchiveExternalMatchReq) ProtoReflect() protoreflect.Message
func (*ArchiveExternalMatchReq) Reset ¶
func (x *ArchiveExternalMatchReq) Reset()
func (*ArchiveExternalMatchReq) String ¶
func (x *ArchiveExternalMatchReq) String() string
type ConnectPartnerReq ¶
type ConnectPartnerReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Hostname string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"` IconUrl string `protobuf:"bytes,3,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*ConnectPartnerReq) Descriptor
deprecated
func (*ConnectPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use ConnectPartnerReq.ProtoReflect.Descriptor instead.
func (*ConnectPartnerReq) GetHostname ¶
func (x *ConnectPartnerReq) GetHostname() string
func (*ConnectPartnerReq) GetIconUrl ¶
func (x *ConnectPartnerReq) GetIconUrl() string
func (*ConnectPartnerReq) GetName ¶
func (x *ConnectPartnerReq) GetName() string
func (*ConnectPartnerReq) GetUrl ¶
func (x *ConnectPartnerReq) GetUrl() string
func (*ConnectPartnerReq) ProtoMessage ¶
func (*ConnectPartnerReq) ProtoMessage()
func (*ConnectPartnerReq) ProtoReflect ¶
func (x *ConnectPartnerReq) ProtoReflect() protoreflect.Message
func (*ConnectPartnerReq) Reset ¶
func (x *ConnectPartnerReq) Reset()
func (*ConnectPartnerReq) String ¶
func (x *ConnectPartnerReq) String() string
type ConnectPartnerRes ¶
type ConnectPartnerRes struct { Partner *Partner `protobuf:"bytes,1,opt,name=partner,proto3" json:"partner,omitempty"` // contains filtered or unexported fields }
func (*ConnectPartnerRes) Descriptor
deprecated
func (*ConnectPartnerRes) Descriptor() ([]byte, []int)
Deprecated: Use ConnectPartnerRes.ProtoReflect.Descriptor instead.
func (*ConnectPartnerRes) GetPartner ¶
func (x *ConnectPartnerRes) GetPartner() *Partner
func (*ConnectPartnerRes) ProtoMessage ¶
func (*ConnectPartnerRes) ProtoMessage()
func (*ConnectPartnerRes) ProtoReflect ¶
func (x *ConnectPartnerRes) ProtoReflect() protoreflect.Message
func (*ConnectPartnerRes) Reset ¶
func (x *ConnectPartnerRes) Reset()
func (*ConnectPartnerRes) String ¶
func (x *ConnectPartnerRes) String() string
type CreateAccountRes ¶
type CreateAccountRes struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*CreateAccountRes) Descriptor
deprecated
func (*CreateAccountRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountRes.ProtoReflect.Descriptor instead.
func (*CreateAccountRes) GetAccount ¶
func (x *CreateAccountRes) GetAccount() *Account
func (*CreateAccountRes) ProtoMessage ¶
func (*CreateAccountRes) ProtoMessage()
func (*CreateAccountRes) ProtoReflect ¶
func (x *CreateAccountRes) ProtoReflect() protoreflect.Message
func (*CreateAccountRes) Reset ¶
func (x *CreateAccountRes) Reset()
func (*CreateAccountRes) String ¶
func (x *CreateAccountRes) String() string
type CreateExternalInitTokenReq ¶
type CreateExternalInitTokenReq struct { // Name of the (adhoc?) partner Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateExternalInitTokenReq) Descriptor
deprecated
func (*CreateExternalInitTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateExternalInitTokenReq.ProtoReflect.Descriptor instead.
func (*CreateExternalInitTokenReq) GetName ¶
func (x *CreateExternalInitTokenReq) GetName() string
func (*CreateExternalInitTokenReq) ProtoMessage ¶
func (*CreateExternalInitTokenReq) ProtoMessage()
func (*CreateExternalInitTokenReq) ProtoReflect ¶
func (x *CreateExternalInitTokenReq) ProtoReflect() protoreflect.Message
func (*CreateExternalInitTokenReq) Reset ¶
func (x *CreateExternalInitTokenReq) Reset()
func (*CreateExternalInitTokenReq) String ¶
func (x *CreateExternalInitTokenReq) String() string
type CreateExternalInitTokenRes ¶
type CreateExternalInitTokenRes struct { Token *PartnersInitToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*CreateExternalInitTokenRes) Descriptor
deprecated
func (*CreateExternalInitTokenRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateExternalInitTokenRes.ProtoReflect.Descriptor instead.
func (*CreateExternalInitTokenRes) GetToken ¶
func (x *CreateExternalInitTokenRes) GetToken() *PartnersInitToken
func (*CreateExternalInitTokenRes) ProtoMessage ¶
func (*CreateExternalInitTokenRes) ProtoMessage()
func (*CreateExternalInitTokenRes) ProtoReflect ¶
func (x *CreateExternalInitTokenRes) ProtoReflect() protoreflect.Message
func (*CreateExternalInitTokenRes) Reset ¶
func (x *CreateExternalInitTokenRes) Reset()
func (*CreateExternalInitTokenRes) String ¶
func (x *CreateExternalInitTokenRes) String() string
type CreateExternalMatchReq ¶
type CreateExternalMatchReq struct { // identifier shared between the two parties for matching MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Mostly for display concern, // since spawning runs is always controlled by the sender // // Types that are assignable to RefreshFrequency: // *CreateExternalMatchReq_Once // *CreateExternalMatchReq_Daily // *CreateExternalMatchReq_Adhoc RefreshFrequency isCreateExternalMatchReq_RefreshFrequency `protobuf_oneof:"refresh_frequency"` // Subset of IdKind to use for matching. If empty, all IDs elligible for matching will be used. IdentifiersFilter []IdKind `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateExternalMatchReq) Descriptor
deprecated
func (*CreateExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateExternalMatchReq.ProtoReflect.Descriptor instead.
func (*CreateExternalMatchReq) GetAdhoc ¶
func (x *CreateExternalMatchReq) GetAdhoc() *ExternalMatchRefreshAdhoc
func (*CreateExternalMatchReq) GetDaily ¶
func (x *CreateExternalMatchReq) GetDaily() *ExternalMatchRefreshDaily
func (*CreateExternalMatchReq) GetDescription ¶
func (x *CreateExternalMatchReq) GetDescription() string
func (*CreateExternalMatchReq) GetIdentifiersFilter ¶
func (x *CreateExternalMatchReq) GetIdentifiersFilter() []IdKind
func (*CreateExternalMatchReq) GetMatchUuid ¶
func (x *CreateExternalMatchReq) GetMatchUuid() string
func (*CreateExternalMatchReq) GetName ¶
func (x *CreateExternalMatchReq) GetName() string
func (*CreateExternalMatchReq) GetOnce ¶
func (x *CreateExternalMatchReq) GetOnce() *ExternalMatchRefreshOnce
func (*CreateExternalMatchReq) GetRefreshFrequency ¶
func (m *CreateExternalMatchReq) GetRefreshFrequency() isCreateExternalMatchReq_RefreshFrequency
func (*CreateExternalMatchReq) ProtoMessage ¶
func (*CreateExternalMatchReq) ProtoMessage()
func (*CreateExternalMatchReq) ProtoReflect ¶
func (x *CreateExternalMatchReq) ProtoReflect() protoreflect.Message
func (*CreateExternalMatchReq) Reset ¶
func (x *CreateExternalMatchReq) Reset()
func (*CreateExternalMatchReq) String ¶
func (x *CreateExternalMatchReq) String() string
type CreateExternalMatchReq_Adhoc ¶
type CreateExternalMatchReq_Adhoc struct {
Adhoc *ExternalMatchRefreshAdhoc `protobuf:"bytes,6,opt,name=adhoc,proto3,oneof"`
}
type CreateExternalMatchReq_Daily ¶
type CreateExternalMatchReq_Daily struct {
Daily *ExternalMatchRefreshDaily `protobuf:"bytes,5,opt,name=daily,proto3,oneof"`
}
type CreateExternalMatchReq_Once ¶
type CreateExternalMatchReq_Once struct {
Once *ExternalMatchRefreshOnce `protobuf:"bytes,4,opt,name=once,proto3,oneof"`
}
type CreateExternalMatchRes ¶
type CreateExternalMatchRes struct { // This is the same match_uuid as received in the request MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*CreateExternalMatchRes) Descriptor
deprecated
func (*CreateExternalMatchRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateExternalMatchRes.ProtoReflect.Descriptor instead.
func (*CreateExternalMatchRes) GetMatchUuid ¶
func (x *CreateExternalMatchRes) GetMatchUuid() string
func (*CreateExternalMatchRes) ProtoMessage ¶
func (*CreateExternalMatchRes) ProtoMessage()
func (*CreateExternalMatchRes) ProtoReflect ¶
func (x *CreateExternalMatchRes) ProtoReflect() protoreflect.Message
func (*CreateExternalMatchRes) Reset ¶
func (x *CreateExternalMatchRes) Reset()
func (*CreateExternalMatchRes) String ¶
func (x *CreateExternalMatchRes) String() string
type CreateServiceAccountKeyReq ¶
type CreateServiceAccountKeyReq struct { AccountId int32 `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*CreateServiceAccountKeyReq) Descriptor
deprecated
func (*CreateServiceAccountKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateServiceAccountKeyReq.ProtoReflect.Descriptor instead.
func (*CreateServiceAccountKeyReq) GetAccountId ¶
func (x *CreateServiceAccountKeyReq) GetAccountId() int32
func (*CreateServiceAccountKeyReq) ProtoMessage ¶
func (*CreateServiceAccountKeyReq) ProtoMessage()
func (*CreateServiceAccountKeyReq) ProtoReflect ¶
func (x *CreateServiceAccountKeyReq) ProtoReflect() protoreflect.Message
func (*CreateServiceAccountKeyReq) Reset ¶
func (x *CreateServiceAccountKeyReq) Reset()
func (*CreateServiceAccountKeyReq) String ¶
func (x *CreateServiceAccountKeyReq) String() string
type CreateServiceAccountKeyRes ¶
type CreateServiceAccountKeyRes struct { Key *ServiceAccountKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRes) Descriptor
deprecated
func (*CreateServiceAccountKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateServiceAccountKeyRes.ProtoReflect.Descriptor instead.
func (*CreateServiceAccountKeyRes) GetKey ¶
func (x *CreateServiceAccountKeyRes) GetKey() *ServiceAccountKey
func (*CreateServiceAccountKeyRes) ProtoMessage ¶
func (*CreateServiceAccountKeyRes) ProtoMessage()
func (*CreateServiceAccountKeyRes) ProtoReflect ¶
func (x *CreateServiceAccountKeyRes) ProtoReflect() protoreflect.Message
func (*CreateServiceAccountKeyRes) Reset ¶
func (x *CreateServiceAccountKeyRes) Reset()
func (*CreateServiceAccountKeyRes) String ¶
func (x *CreateServiceAccountKeyRes) String() string
type CreateSessionReq ¶
type CreateSessionReq struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
func (*CreateSessionReq) Descriptor
deprecated
func (*CreateSessionReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateSessionReq.ProtoReflect.Descriptor instead.
func (*CreateSessionReq) GetEmail ¶
func (x *CreateSessionReq) GetEmail() string
func (*CreateSessionReq) GetSecret ¶
func (x *CreateSessionReq) GetSecret() string
func (*CreateSessionReq) ProtoMessage ¶
func (*CreateSessionReq) ProtoMessage()
func (*CreateSessionReq) ProtoReflect ¶
func (x *CreateSessionReq) ProtoReflect() protoreflect.Message
func (*CreateSessionReq) Reset ¶
func (x *CreateSessionReq) Reset()
func (*CreateSessionReq) String ¶
func (x *CreateSessionReq) String() string
type CreateSessionRes ¶
type CreateSessionRes struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Expiry *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expiry,proto3" json:"expiry,omitempty"` // contains filtered or unexported fields }
func (*CreateSessionRes) Descriptor
deprecated
func (*CreateSessionRes) Descriptor() ([]byte, []int)
Deprecated: Use CreateSessionRes.ProtoReflect.Descriptor instead.
func (*CreateSessionRes) GetExpiry ¶
func (x *CreateSessionRes) GetExpiry() *timestamppb.Timestamp
func (*CreateSessionRes) GetToken ¶
func (x *CreateSessionRes) GetToken() string
func (*CreateSessionRes) ProtoMessage ¶
func (*CreateSessionRes) ProtoMessage()
func (*CreateSessionRes) ProtoReflect ¶
func (x *CreateSessionRes) ProtoReflect() protoreflect.Message
func (*CreateSessionRes) Reset ¶
func (x *CreateSessionRes) Reset()
func (*CreateSessionRes) String ¶
func (x *CreateSessionRes) String() string
type DeleteServiceAccountKeyReq ¶
type DeleteServiceAccountKeyReq struct { // Identifier of the key record Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteServiceAccountKeyReq) Descriptor
deprecated
func (*DeleteServiceAccountKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServiceAccountKeyReq.ProtoReflect.Descriptor instead.
func (*DeleteServiceAccountKeyReq) GetId ¶
func (x *DeleteServiceAccountKeyReq) GetId() string
func (*DeleteServiceAccountKeyReq) ProtoMessage ¶
func (*DeleteServiceAccountKeyReq) ProtoMessage()
func (*DeleteServiceAccountKeyReq) ProtoReflect ¶
func (x *DeleteServiceAccountKeyReq) ProtoReflect() protoreflect.Message
func (*DeleteServiceAccountKeyReq) Reset ¶
func (x *DeleteServiceAccountKeyReq) Reset()
func (*DeleteServiceAccountKeyReq) String ¶
func (x *DeleteServiceAccountKeyReq) String() string
type DeleteServiceAccountKeyRes ¶
type DeleteServiceAccountKeyRes struct {
// contains filtered or unexported fields
}
func (*DeleteServiceAccountKeyRes) Descriptor
deprecated
func (*DeleteServiceAccountKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServiceAccountKeyRes.ProtoReflect.Descriptor instead.
func (*DeleteServiceAccountKeyRes) ProtoMessage ¶
func (*DeleteServiceAccountKeyRes) ProtoMessage()
func (*DeleteServiceAccountKeyRes) ProtoReflect ¶
func (x *DeleteServiceAccountKeyRes) ProtoReflect() protoreflect.Message
func (*DeleteServiceAccountKeyRes) Reset ¶
func (x *DeleteServiceAccountKeyRes) Reset()
func (*DeleteServiceAccountKeyRes) String ¶
func (x *DeleteServiceAccountKeyRes) String() string
type DisconnectPartnerReq ¶
type DisconnectPartnerReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DisconnectPartnerReq) Descriptor
deprecated
func (*DisconnectPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use DisconnectPartnerReq.ProtoReflect.Descriptor instead.
func (*DisconnectPartnerReq) GetId ¶
func (x *DisconnectPartnerReq) GetId() int32
func (*DisconnectPartnerReq) ProtoMessage ¶
func (*DisconnectPartnerReq) ProtoMessage()
func (*DisconnectPartnerReq) ProtoReflect ¶
func (x *DisconnectPartnerReq) ProtoReflect() protoreflect.Message
func (*DisconnectPartnerReq) Reset ¶
func (x *DisconnectPartnerReq) Reset()
func (*DisconnectPartnerReq) String ¶
func (x *DisconnectPartnerReq) String() string
type Error ¶
type Error struct { Code Status `protobuf:"varint,1,opt,name=code,proto3,enum=v1.Status" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // Types that are assignable to Details: // *Error_Unprocessable Details isError_Details `protobuf_oneof:"details"` // contains filtered or unexported fields }
func (*Error) Descriptor
deprecated
func (*Error) GetDetails ¶
func (m *Error) GetDetails() isError_Details
func (*Error) GetMessage ¶
func (*Error) GetUnprocessable ¶
func (x *Error) GetUnprocessable() *UnprocessableDetails
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶
func (x *Error) ProtoReflect() protoreflect.Message
type Error_Unprocessable ¶
type Error_Unprocessable struct {
Unprocessable *UnprocessableDetails `protobuf:"bytes,3,opt,name=unprocessable,proto3,oneof"`
}
type ExternalInfo ¶
type ExternalInfo struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` IconUrl string `protobuf:"bytes,2,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"` Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` // A mapping keyed by endpoint names to their actual urls // It is useful, so that we won't be hardcoding the // endpoints in the optable-cli, which means changing // the routes, does not require the cli to be updated Endpoints map[string]string `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ExternalInfo) Descriptor
deprecated
func (*ExternalInfo) Descriptor() ([]byte, []int)
Deprecated: Use ExternalInfo.ProtoReflect.Descriptor instead.
func (*ExternalInfo) GetEndpoints ¶
func (x *ExternalInfo) GetEndpoints() map[string]string
func (*ExternalInfo) GetIconUrl ¶
func (x *ExternalInfo) GetIconUrl() string
func (*ExternalInfo) GetOrganization ¶
func (x *ExternalInfo) GetOrganization() string
func (*ExternalInfo) GetUrl ¶
func (x *ExternalInfo) GetUrl() string
func (*ExternalInfo) ProtoMessage ¶
func (*ExternalInfo) ProtoMessage()
func (*ExternalInfo) ProtoReflect ¶
func (x *ExternalInfo) ProtoReflect() protoreflect.Message
func (*ExternalInfo) Reset ¶
func (x *ExternalInfo) Reset()
func (*ExternalInfo) String ¶
func (x *ExternalInfo) String() string
type ExternalMatch ¶
type ExternalMatch struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Results []*ExternalMatchResult `protobuf:"bytes,4,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*ExternalMatch) Descriptor
deprecated
func (*ExternalMatch) Descriptor() ([]byte, []int)
Deprecated: Use ExternalMatch.ProtoReflect.Descriptor instead.
func (*ExternalMatch) GetDescription ¶
func (x *ExternalMatch) GetDescription() string
func (*ExternalMatch) GetMatchUuid ¶
func (x *ExternalMatch) GetMatchUuid() string
func (*ExternalMatch) GetName ¶
func (x *ExternalMatch) GetName() string
func (*ExternalMatch) GetResults ¶
func (x *ExternalMatch) GetResults() []*ExternalMatchResult
func (*ExternalMatch) ProtoMessage ¶
func (*ExternalMatch) ProtoMessage()
func (*ExternalMatch) ProtoReflect ¶
func (x *ExternalMatch) ProtoReflect() protoreflect.Message
func (*ExternalMatch) Reset ¶
func (x *ExternalMatch) Reset()
func (*ExternalMatch) String ¶
func (x *ExternalMatch) String() string
type ExternalMatchRefreshAdhoc ¶
type ExternalMatchRefreshAdhoc struct {
// contains filtered or unexported fields
}
func (*ExternalMatchRefreshAdhoc) Descriptor
deprecated
func (*ExternalMatchRefreshAdhoc) Descriptor() ([]byte, []int)
Deprecated: Use ExternalMatchRefreshAdhoc.ProtoReflect.Descriptor instead.
func (*ExternalMatchRefreshAdhoc) ProtoMessage ¶
func (*ExternalMatchRefreshAdhoc) ProtoMessage()
func (*ExternalMatchRefreshAdhoc) ProtoReflect ¶
func (x *ExternalMatchRefreshAdhoc) ProtoReflect() protoreflect.Message
func (*ExternalMatchRefreshAdhoc) Reset ¶
func (x *ExternalMatchRefreshAdhoc) Reset()
func (*ExternalMatchRefreshAdhoc) String ¶
func (x *ExternalMatchRefreshAdhoc) String() string
type ExternalMatchRefreshDaily ¶
type ExternalMatchRefreshDaily struct { // Time at which the refresh will start occuring StartAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` // Time at which the refresh will stop occuring EndAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` // contains filtered or unexported fields }
func (*ExternalMatchRefreshDaily) Descriptor
deprecated
func (*ExternalMatchRefreshDaily) Descriptor() ([]byte, []int)
Deprecated: Use ExternalMatchRefreshDaily.ProtoReflect.Descriptor instead.
func (*ExternalMatchRefreshDaily) GetEndAt ¶
func (x *ExternalMatchRefreshDaily) GetEndAt() *timestamppb.Timestamp
func (*ExternalMatchRefreshDaily) GetStartAt ¶
func (x *ExternalMatchRefreshDaily) GetStartAt() *timestamppb.Timestamp
func (*ExternalMatchRefreshDaily) ProtoMessage ¶
func (*ExternalMatchRefreshDaily) ProtoMessage()
func (*ExternalMatchRefreshDaily) ProtoReflect ¶
func (x *ExternalMatchRefreshDaily) ProtoReflect() protoreflect.Message
func (*ExternalMatchRefreshDaily) Reset ¶
func (x *ExternalMatchRefreshDaily) Reset()
func (*ExternalMatchRefreshDaily) String ¶
func (x *ExternalMatchRefreshDaily) String() string
type ExternalMatchRefreshOnce ¶
type ExternalMatchRefreshOnce struct { // Exact time at which the refresh will ocurr At *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=at,proto3" json:"at,omitempty"` // contains filtered or unexported fields }
func (*ExternalMatchRefreshOnce) Descriptor
deprecated
func (*ExternalMatchRefreshOnce) Descriptor() ([]byte, []int)
Deprecated: Use ExternalMatchRefreshOnce.ProtoReflect.Descriptor instead.
func (*ExternalMatchRefreshOnce) GetAt ¶
func (x *ExternalMatchRefreshOnce) GetAt() *timestamppb.Timestamp
func (*ExternalMatchRefreshOnce) ProtoMessage ¶
func (*ExternalMatchRefreshOnce) ProtoMessage()
func (*ExternalMatchRefreshOnce) ProtoReflect ¶
func (x *ExternalMatchRefreshOnce) ProtoReflect() protoreflect.Message
func (*ExternalMatchRefreshOnce) Reset ¶
func (x *ExternalMatchRefreshOnce) Reset()
func (*ExternalMatchRefreshOnce) String ¶
func (x *ExternalMatchRefreshOnce) String() string
type ExternalMatchResult ¶
type ExternalMatchResult struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` State ExternalMatchResultState `protobuf:"varint,2,opt,name=state,proto3,enum=v1.ExternalMatchResultState" json:"state,omitempty"` ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` Insights *Insights `protobuf:"bytes,4,opt,name=insights,proto3" json:"insights,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*ExternalMatchResult) Descriptor
deprecated
func (*ExternalMatchResult) Descriptor() ([]byte, []int)
Deprecated: Use ExternalMatchResult.ProtoReflect.Descriptor instead.
func (*ExternalMatchResult) GetCreatedAt ¶
func (x *ExternalMatchResult) GetCreatedAt() *timestamppb.Timestamp
func (*ExternalMatchResult) GetErrorMsg ¶
func (x *ExternalMatchResult) GetErrorMsg() string
func (*ExternalMatchResult) GetInsights ¶
func (x *ExternalMatchResult) GetInsights() *Insights
func (*ExternalMatchResult) GetState ¶
func (x *ExternalMatchResult) GetState() ExternalMatchResultState
func (*ExternalMatchResult) GetUpdatedAt ¶
func (x *ExternalMatchResult) GetUpdatedAt() *timestamppb.Timestamp
func (*ExternalMatchResult) GetUuid ¶
func (x *ExternalMatchResult) GetUuid() string
func (*ExternalMatchResult) ProtoMessage ¶
func (*ExternalMatchResult) ProtoMessage()
func (*ExternalMatchResult) ProtoReflect ¶
func (x *ExternalMatchResult) ProtoReflect() protoreflect.Message
func (*ExternalMatchResult) Reset ¶
func (x *ExternalMatchResult) Reset()
func (*ExternalMatchResult) String ¶
func (x *ExternalMatchResult) String() string
type ExternalMatchResultState ¶
type ExternalMatchResultState int32
const ( ExternalMatchResultState_EXTERNAL_MATCH_RESULT_STATE_UNKNOWN ExternalMatchResultState = 0 // The result is currently being computed ExternalMatchResultState_EXTERNAL_MATCH_RESULT_STATE_PENDING ExternalMatchResultState = 1 // The result was properly computed and is no longer running ExternalMatchResultState_EXTERNAL_MATCH_RESULT_STATE_COMPLETED ExternalMatchResultState = 2 // An error occurrend during the computation of that result // See error_msg field for details related to that error ExternalMatchResultState_EXTERNAL_MATCH_RESULT_STATE_ERRORED ExternalMatchResultState = 3 )
func (ExternalMatchResultState) Descriptor ¶
func (ExternalMatchResultState) Descriptor() protoreflect.EnumDescriptor
func (ExternalMatchResultState) Enum ¶
func (x ExternalMatchResultState) Enum() *ExternalMatchResultState
func (ExternalMatchResultState) EnumDescriptor
deprecated
func (ExternalMatchResultState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExternalMatchResultState.Descriptor instead.
func (ExternalMatchResultState) Number ¶
func (x ExternalMatchResultState) Number() protoreflect.EnumNumber
func (ExternalMatchResultState) String ¶
func (x ExternalMatchResultState) String() string
func (ExternalMatchResultState) Type ¶
func (ExternalMatchResultState) Type() protoreflect.EnumType
type FieldError ¶
type FieldError struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Params map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*FieldError) Descriptor
deprecated
func (*FieldError) Descriptor() ([]byte, []int)
Deprecated: Use FieldError.ProtoReflect.Descriptor instead.
func (*FieldError) GetField ¶
func (x *FieldError) GetField() string
func (*FieldError) GetMessage ¶
func (x *FieldError) GetMessage() string
func (*FieldError) GetParams ¶
func (x *FieldError) GetParams() map[string]string
func (*FieldError) ProtoMessage ¶
func (*FieldError) ProtoMessage()
func (*FieldError) ProtoReflect ¶
func (x *FieldError) ProtoReflect() protoreflect.Message
func (*FieldError) Reset ¶
func (x *FieldError) Reset()
func (*FieldError) String ¶
func (x *FieldError) String() string
type GetAccountReq ¶
type GetAccountReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAccountReq) Descriptor
deprecated
func (*GetAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountReq.ProtoReflect.Descriptor instead.
func (*GetAccountReq) GetId ¶
func (x *GetAccountReq) GetId() int32
func (*GetAccountReq) ProtoMessage ¶
func (*GetAccountReq) ProtoMessage()
func (*GetAccountReq) ProtoReflect ¶
func (x *GetAccountReq) ProtoReflect() protoreflect.Message
func (*GetAccountReq) Reset ¶
func (x *GetAccountReq) Reset()
func (*GetAccountReq) String ¶
func (x *GetAccountReq) String() string
type GetAccountRes ¶
type GetAccountRes struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*GetAccountRes) Descriptor
deprecated
func (*GetAccountRes) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountRes.ProtoReflect.Descriptor instead.
func (*GetAccountRes) GetAccount ¶
func (x *GetAccountRes) GetAccount() *Account
func (*GetAccountRes) ProtoMessage ¶
func (*GetAccountRes) ProtoMessage()
func (*GetAccountRes) ProtoReflect ¶
func (x *GetAccountRes) ProtoReflect() protoreflect.Message
func (*GetAccountRes) Reset ¶
func (x *GetAccountRes) Reset()
func (*GetAccountRes) String ¶
func (x *GetAccountRes) String() string
type GetCurrentAccountReq ¶
type GetCurrentAccountReq struct {
// contains filtered or unexported fields
}
func (*GetCurrentAccountReq) Descriptor
deprecated
func (*GetCurrentAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentAccountReq.ProtoReflect.Descriptor instead.
func (*GetCurrentAccountReq) ProtoMessage ¶
func (*GetCurrentAccountReq) ProtoMessage()
func (*GetCurrentAccountReq) ProtoReflect ¶
func (x *GetCurrentAccountReq) ProtoReflect() protoreflect.Message
func (*GetCurrentAccountReq) Reset ¶
func (x *GetCurrentAccountReq) Reset()
func (*GetCurrentAccountReq) String ¶
func (x *GetCurrentAccountReq) String() string
type GetCurrentAccountRes ¶
type GetCurrentAccountRes struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*GetCurrentAccountRes) Descriptor
deprecated
func (*GetCurrentAccountRes) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentAccountRes.ProtoReflect.Descriptor instead.
func (*GetCurrentAccountRes) GetAccount ¶
func (x *GetCurrentAccountRes) GetAccount() *Account
func (*GetCurrentAccountRes) ProtoMessage ¶
func (*GetCurrentAccountRes) ProtoMessage()
func (*GetCurrentAccountRes) ProtoReflect ¶
func (x *GetCurrentAccountRes) ProtoReflect() protoreflect.Message
func (*GetCurrentAccountRes) Reset ¶
func (x *GetCurrentAccountRes) Reset()
func (*GetCurrentAccountRes) String ¶
func (x *GetCurrentAccountRes) String() string
type GetExternalMatchResultReq ¶
type GetExternalMatchResultReq struct { MatchResultUuid string `protobuf:"bytes,1,opt,name=match_result_uuid,json=matchResultUuid,proto3" json:"match_result_uuid,omitempty"` // contains filtered or unexported fields }
func (*GetExternalMatchResultReq) Descriptor
deprecated
func (*GetExternalMatchResultReq) Descriptor() ([]byte, []int)
Deprecated: Use GetExternalMatchResultReq.ProtoReflect.Descriptor instead.
func (*GetExternalMatchResultReq) GetMatchResultUuid ¶
func (x *GetExternalMatchResultReq) GetMatchResultUuid() string
func (*GetExternalMatchResultReq) ProtoMessage ¶
func (*GetExternalMatchResultReq) ProtoMessage()
func (*GetExternalMatchResultReq) ProtoReflect ¶
func (x *GetExternalMatchResultReq) ProtoReflect() protoreflect.Message
func (*GetExternalMatchResultReq) Reset ¶
func (x *GetExternalMatchResultReq) Reset()
func (*GetExternalMatchResultReq) String ¶
func (x *GetExternalMatchResultReq) String() string
type GetExternalMatchResultRes ¶
type GetExternalMatchResultRes struct { MatchResult *ExternalMatchResult `protobuf:"bytes,1,opt,name=match_result,json=matchResult,proto3" json:"match_result,omitempty"` // contains filtered or unexported fields }
func (*GetExternalMatchResultRes) Descriptor
deprecated
func (*GetExternalMatchResultRes) Descriptor() ([]byte, []int)
Deprecated: Use GetExternalMatchResultRes.ProtoReflect.Descriptor instead.
func (*GetExternalMatchResultRes) GetMatchResult ¶
func (x *GetExternalMatchResultRes) GetMatchResult() *ExternalMatchResult
func (*GetExternalMatchResultRes) ProtoMessage ¶
func (*GetExternalMatchResultRes) ProtoMessage()
func (*GetExternalMatchResultRes) ProtoReflect ¶
func (x *GetExternalMatchResultRes) ProtoReflect() protoreflect.Message
func (*GetExternalMatchResultRes) Reset ¶
func (x *GetExternalMatchResultRes) Reset()
func (*GetExternalMatchResultRes) String ¶
func (x *GetExternalMatchResultRes) String() string
type GetExternalMatchResultsReq ¶
type GetExternalMatchResultsReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*GetExternalMatchResultsReq) Descriptor
deprecated
func (*GetExternalMatchResultsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetExternalMatchResultsReq.ProtoReflect.Descriptor instead.
func (*GetExternalMatchResultsReq) GetMatchUuid ¶
func (x *GetExternalMatchResultsReq) GetMatchUuid() string
func (*GetExternalMatchResultsReq) ProtoMessage ¶
func (*GetExternalMatchResultsReq) ProtoMessage()
func (*GetExternalMatchResultsReq) ProtoReflect ¶
func (x *GetExternalMatchResultsReq) ProtoReflect() protoreflect.Message
func (*GetExternalMatchResultsReq) Reset ¶
func (x *GetExternalMatchResultsReq) Reset()
func (*GetExternalMatchResultsReq) String ¶
func (x *GetExternalMatchResultsReq) String() string
type GetExternalMatchResultsRes ¶
type GetExternalMatchResultsRes struct { Results []*ExternalMatchResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*GetExternalMatchResultsRes) Descriptor
deprecated
func (*GetExternalMatchResultsRes) Descriptor() ([]byte, []int)
Deprecated: Use GetExternalMatchResultsRes.ProtoReflect.Descriptor instead.
func (*GetExternalMatchResultsRes) GetResults ¶
func (x *GetExternalMatchResultsRes) GetResults() []*ExternalMatchResult
func (*GetExternalMatchResultsRes) ProtoMessage ¶
func (*GetExternalMatchResultsRes) ProtoMessage()
func (*GetExternalMatchResultsRes) ProtoReflect ¶
func (x *GetExternalMatchResultsRes) ProtoReflect() protoreflect.Message
func (*GetExternalMatchResultsRes) Reset ¶
func (x *GetExternalMatchResultsRes) Reset()
func (*GetExternalMatchResultsRes) String ¶
func (x *GetExternalMatchResultsRes) String() string
type GetInitTokenReq ¶
type GetInitTokenReq struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` // contains filtered or unexported fields }
func (*GetInitTokenReq) Descriptor
deprecated
func (*GetInitTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use GetInitTokenReq.ProtoReflect.Descriptor instead.
func (*GetInitTokenReq) GetSlug ¶
func (x *GetInitTokenReq) GetSlug() string
func (*GetInitTokenReq) ProtoMessage ¶
func (*GetInitTokenReq) ProtoMessage()
func (*GetInitTokenReq) ProtoReflect ¶
func (x *GetInitTokenReq) ProtoReflect() protoreflect.Message
func (*GetInitTokenReq) Reset ¶
func (x *GetInitTokenReq) Reset()
func (*GetInitTokenReq) String ¶
func (x *GetInitTokenReq) String() string
type GetInitTokenRes ¶
type GetInitTokenRes struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*GetInitTokenRes) Descriptor
deprecated
func (*GetInitTokenRes) Descriptor() ([]byte, []int)
Deprecated: Use GetInitTokenRes.ProtoReflect.Descriptor instead.
func (*GetInitTokenRes) GetToken ¶
func (x *GetInitTokenRes) GetToken() string
func (*GetInitTokenRes) ProtoMessage ¶
func (*GetInitTokenRes) ProtoMessage()
func (*GetInitTokenRes) ProtoReflect ¶
func (x *GetInitTokenRes) ProtoReflect() protoreflect.Message
func (*GetInitTokenRes) Reset ¶
func (x *GetInitTokenRes) Reset()
func (*GetInitTokenRes) String ¶
func (x *GetInitTokenRes) String() string
type HostnameAuthentication ¶
type HostnameAuthentication struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // contains filtered or unexported fields }
func (*HostnameAuthentication) Descriptor
deprecated
func (*HostnameAuthentication) Descriptor() ([]byte, []int)
Deprecated: Use HostnameAuthentication.ProtoReflect.Descriptor instead.
func (*HostnameAuthentication) GetHostname ¶
func (x *HostnameAuthentication) GetHostname() string
func (*HostnameAuthentication) ProtoMessage ¶
func (*HostnameAuthentication) ProtoMessage()
func (*HostnameAuthentication) ProtoReflect ¶
func (x *HostnameAuthentication) ProtoReflect() protoreflect.Message
func (*HostnameAuthentication) Reset ¶
func (x *HostnameAuthentication) Reset()
func (*HostnameAuthentication) String ¶
func (x *HostnameAuthentication) String() string
type IdKind ¶
type IdKind int32
const ( IdKind_ID_KIND_UNKNOWN IdKind = 0 // Normalize email (lowercased and white spaces removed) then hashed with // SHA256 checksum. IdKind_ID_KIND_EMAIL_HASH IdKind = 1 // ID_KIND_APPLE_IDFA, Apple iOS IDFA, ID For Advertising, is a unique UUID // per physical iOS device. IdKind_ID_KIND_APPLE_IDFA IdKind = 2 // ID_KIND_GOOGLE_GAID, Google Advertising ID (GAID) is a unique UUID per // physical android device. IdKind_ID_KIND_GOOGLE_GAID IdKind = 3 // ID_KIND_CUSTOM_ID is an identifier that is specific to the client's // sandbox. It could be a ppid (publisher provided id), or a username. IdKind_ID_KIND_CUSTOM_ID IdKind = 4 // ID_KIND_VISITOR_ID is a kind reserved for identifiers generated by // optable's SDKs. IdKind_ID_KIND_VISITOR_ID IdKind = 5 // ID_KIND_IPV4 is the type representing Internet IPv4 addresses. IdKind_ID_KIND_IPV4 IdKind = 6 // ID_KIND_IPV6 is the type representing Internet IPv6 addresses. IdKind_ID_KIND_IPV6 IdKind = 7 // ID_KIND_SAMSUNG_TIFA, Samsung ID for a unique physical Samsung smart TV device. IdKind_ID_KIND_SAMSUNG_TIFA IdKind = 8 // ID_KIND_ROKU_RIDA, Roku ID for Advertising. IdKind_ID_KIND_ROKU_RIDA IdKind = 9 // ID_KIND_AMAZON_AFAI, Amazon Advertising ID. IdKind_ID_KIND_AMAZON_AFAI IdKind = 10 // IdKind_ID_KIND_PHONE_NUMBER, Phone number. IdKind_ID_KIND_PHONE_NUMBER IdKind = 11 // ID_KIND_CUSTOM_ID_1, Custom 1 IdKind_ID_KIND_CUSTOM_ID_1 IdKind = 12 // ID_KIND_CUSTOM_ID_2, Custom 2 IdKind_ID_KIND_CUSTOM_ID_2 IdKind = 13 // ID_KIND_CUSTOM_ID_3, Custom 3 IdKind_ID_KIND_CUSTOM_ID_3 IdKind = 14 // ID_KIND_CUSTOM_ID_4, Custom 4 IdKind_ID_KIND_CUSTOM_ID_4 IdKind = 15 // ID_KIND_CUSTOM_ID_5, Custom 5 IdKind_ID_KIND_CUSTOM_ID_5 IdKind = 16 // ID_KIND_CUSTOM_ID_6, Custom 6 IdKind_ID_KIND_CUSTOM_ID_6 IdKind = 17 // ID_KIND_CUSTOM_ID_7, Custom 7 IdKind_ID_KIND_CUSTOM_ID_7 IdKind = 18 // ID_KIND_CUSTOM_ID_8, Custom 8 IdKind_ID_KIND_CUSTOM_ID_8 IdKind = 19 // ID_KIND_CUSTOM_ID_9, Custom 9 IdKind_ID_KIND_CUSTOM_ID_9 IdKind = 20 )
func (IdKind) Descriptor ¶
func (IdKind) Descriptor() protoreflect.EnumDescriptor
func (IdKind) EnumDescriptor
deprecated
func (IdKind) Number ¶
func (x IdKind) Number() protoreflect.EnumNumber
func (IdKind) Type ¶
func (IdKind) Type() protoreflect.EnumType
type Insights ¶
type Insights struct { ComputedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=computed_at,json=computedAt,proto3" json:"computed_at,omitempty"` // Number of connected components in the graph. Clusters int64 `protobuf:"varint,2,opt,name=clusters,proto3" json:"clusters,omitempty"` Emails int64 `protobuf:"varint,3,opt,name=emails,proto3" json:"emails,omitempty"` VisitorIds int64 `protobuf:"varint,4,opt,name=visitor_ids,json=visitorIds,proto3" json:"visitor_ids,omitempty"` AppleIdfas int64 `protobuf:"varint,5,opt,name=apple_idfas,json=appleIdfas,proto3" json:"apple_idfas,omitempty"` GoogleGaids int64 `protobuf:"varint,6,opt,name=google_gaids,json=googleGaids,proto3" json:"google_gaids,omitempty"` CustomIds int64 `protobuf:"varint,7,opt,name=custom_ids,json=customIds,proto3" json:"custom_ids,omitempty"` Ipv4S int64 `protobuf:"varint,8,opt,name=ipv4s,proto3" json:"ipv4s,omitempty"` Ipv6S int64 `protobuf:"varint,9,opt,name=ipv6s,proto3" json:"ipv6s,omitempty"` SamsungTifas int64 `protobuf:"varint,10,opt,name=samsung_tifas,json=samsungTifas,proto3" json:"samsung_tifas,omitempty"` RokuRidas int64 `protobuf:"varint,11,opt,name=roku_ridas,json=rokuRidas,proto3" json:"roku_ridas,omitempty"` AmazonAfais int64 `protobuf:"varint,12,opt,name=amazon_afais,json=amazonAfais,proto3" json:"amazon_afais,omitempty"` PhoneNumbers int64 `protobuf:"varint,13,opt,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"` // contains filtered or unexported fields }
func (*Insights) Descriptor
deprecated
func (*Insights) GetAmazonAfais ¶
func (*Insights) GetAppleIdfas ¶
func (*Insights) GetClusters ¶
func (*Insights) GetComputedAt ¶
func (x *Insights) GetComputedAt() *timestamppb.Timestamp
func (*Insights) GetCustomIds ¶
func (*Insights) GetGoogleGaids ¶
func (*Insights) GetPhoneNumbers ¶
func (*Insights) GetRokuRidas ¶
func (*Insights) GetSamsungTifas ¶
func (*Insights) GetVisitorIds ¶
func (*Insights) ProtoMessage ¶
func (*Insights) ProtoMessage()
func (*Insights) ProtoReflect ¶
func (x *Insights) ProtoReflect() protoreflect.Message
type InsightsHistory ¶
type InsightsHistory struct { // Latest computed insights ordered by computation date descendant Trend []*Insights `protobuf:"bytes,1,rep,name=trend,proto3" json:"trend,omitempty"` // contains filtered or unexported fields }
func (*InsightsHistory) Descriptor
deprecated
func (*InsightsHistory) Descriptor() ([]byte, []int)
Deprecated: Use InsightsHistory.ProtoReflect.Descriptor instead.
func (*InsightsHistory) GetTrend ¶
func (x *InsightsHistory) GetTrend() []*Insights
func (*InsightsHistory) ProtoMessage ¶
func (*InsightsHistory) ProtoMessage()
func (*InsightsHistory) ProtoReflect ¶
func (x *InsightsHistory) ProtoReflect() protoreflect.Message
func (*InsightsHistory) Reset ¶
func (x *InsightsHistory) Reset()
func (*InsightsHistory) String ¶
func (x *InsightsHistory) String() string
type ListAccountReq ¶
type ListAccountReq struct { Pagination *PageReq `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Sorts []*SortField `protobuf:"bytes,2,rep,name=sorts,proto3" json:"sorts,omitempty"` Filters *AccountFilters `protobuf:"bytes,3,opt,name=filters,proto3" json:"filters,omitempty"` Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"` // contains filtered or unexported fields }
func (*ListAccountReq) Descriptor
deprecated
func (*ListAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountReq.ProtoReflect.Descriptor instead.
func (*ListAccountReq) GetFilters ¶
func (x *ListAccountReq) GetFilters() *AccountFilters
func (*ListAccountReq) GetPagination ¶
func (x *ListAccountReq) GetPagination() *PageReq
func (*ListAccountReq) GetSearch ¶
func (x *ListAccountReq) GetSearch() string
func (*ListAccountReq) GetSorts ¶
func (x *ListAccountReq) GetSorts() []*SortField
func (*ListAccountReq) ProtoMessage ¶
func (*ListAccountReq) ProtoMessage()
func (*ListAccountReq) ProtoReflect ¶
func (x *ListAccountReq) ProtoReflect() protoreflect.Message
func (*ListAccountReq) Reset ¶
func (x *ListAccountReq) Reset()
func (*ListAccountReq) String ¶
func (x *ListAccountReq) String() string
type ListAccountRes ¶
type ListAccountRes struct { Data []*Account `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Pagination *PageRes `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*ListAccountRes) Descriptor
deprecated
func (*ListAccountRes) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountRes.ProtoReflect.Descriptor instead.
func (*ListAccountRes) GetData ¶
func (x *ListAccountRes) GetData() []*Account
func (*ListAccountRes) GetPagination ¶
func (x *ListAccountRes) GetPagination() *PageRes
func (*ListAccountRes) ProtoMessage ¶
func (*ListAccountRes) ProtoMessage()
func (*ListAccountRes) ProtoReflect ¶
func (x *ListAccountRes) ProtoReflect() protoreflect.Message
func (*ListAccountRes) Reset ¶
func (x *ListAccountRes) Reset()
func (*ListAccountRes) String ¶
func (x *ListAccountRes) String() string
type ListExternalMatchReq ¶
type ListExternalMatchReq struct {
// contains filtered or unexported fields
}
func (*ListExternalMatchReq) Descriptor
deprecated
func (*ListExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use ListExternalMatchReq.ProtoReflect.Descriptor instead.
func (*ListExternalMatchReq) ProtoMessage ¶
func (*ListExternalMatchReq) ProtoMessage()
func (*ListExternalMatchReq) ProtoReflect ¶
func (x *ListExternalMatchReq) ProtoReflect() protoreflect.Message
func (*ListExternalMatchReq) Reset ¶
func (x *ListExternalMatchReq) Reset()
func (*ListExternalMatchReq) String ¶
func (x *ListExternalMatchReq) String() string
type ListExternalMatchRes ¶
type ListExternalMatchRes struct { Matches []*ExternalMatch `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"` // contains filtered or unexported fields }
func (*ListExternalMatchRes) Descriptor
deprecated
func (*ListExternalMatchRes) Descriptor() ([]byte, []int)
Deprecated: Use ListExternalMatchRes.ProtoReflect.Descriptor instead.
func (*ListExternalMatchRes) GetMatches ¶
func (x *ListExternalMatchRes) GetMatches() []*ExternalMatch
func (*ListExternalMatchRes) ProtoMessage ¶
func (*ListExternalMatchRes) ProtoMessage()
func (*ListExternalMatchRes) ProtoReflect ¶
func (x *ListExternalMatchRes) ProtoReflect() protoreflect.Message
func (*ListExternalMatchRes) Reset ¶
func (x *ListExternalMatchRes) Reset()
func (*ListExternalMatchRes) String ¶
func (x *ListExternalMatchRes) String() string
type ListPartnerReq ¶
type ListPartnerReq struct { Pagination *PageReq `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` Filters *PartnerFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"` Sorts []*SortField `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"` Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"` // contains filtered or unexported fields }
func (*ListPartnerReq) Descriptor
deprecated
func (*ListPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use ListPartnerReq.ProtoReflect.Descriptor instead.
func (*ListPartnerReq) GetFilters ¶
func (x *ListPartnerReq) GetFilters() *PartnerFilters
func (*ListPartnerReq) GetPagination ¶
func (x *ListPartnerReq) GetPagination() *PageReq
func (*ListPartnerReq) GetSearch ¶
func (x *ListPartnerReq) GetSearch() string
func (*ListPartnerReq) GetSorts ¶
func (x *ListPartnerReq) GetSorts() []*SortField
func (*ListPartnerReq) ProtoMessage ¶
func (*ListPartnerReq) ProtoMessage()
func (*ListPartnerReq) ProtoReflect ¶
func (x *ListPartnerReq) ProtoReflect() protoreflect.Message
func (*ListPartnerReq) Reset ¶
func (x *ListPartnerReq) Reset()
func (*ListPartnerReq) String ¶
func (x *ListPartnerReq) String() string
type ListPartnerRes ¶
type ListPartnerRes struct { Data []*Partner `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Pagination *PageRes `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*ListPartnerRes) Descriptor
deprecated
func (*ListPartnerRes) Descriptor() ([]byte, []int)
Deprecated: Use ListPartnerRes.ProtoReflect.Descriptor instead.
func (*ListPartnerRes) GetData ¶
func (x *ListPartnerRes) GetData() []*Partner
func (*ListPartnerRes) GetPagination ¶
func (x *ListPartnerRes) GetPagination() *PageRes
func (*ListPartnerRes) ProtoMessage ¶
func (*ListPartnerRes) ProtoMessage()
func (*ListPartnerRes) ProtoReflect ¶
func (x *ListPartnerRes) ProtoReflect() protoreflect.Message
func (*ListPartnerRes) Reset ¶
func (x *ListPartnerRes) Reset()
func (*ListPartnerRes) String ¶
func (x *ListPartnerRes) String() string
type ListServiceAccountKeyReq ¶
type ListServiceAccountKeyReq struct { AccountId int32 `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Pagination *PageReq `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*ListServiceAccountKeyReq) Descriptor
deprecated
func (*ListServiceAccountKeyReq) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceAccountKeyReq.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeyReq) GetAccountId ¶
func (x *ListServiceAccountKeyReq) GetAccountId() int32
func (*ListServiceAccountKeyReq) GetPagination ¶
func (x *ListServiceAccountKeyReq) GetPagination() *PageReq
func (*ListServiceAccountKeyReq) ProtoMessage ¶
func (*ListServiceAccountKeyReq) ProtoMessage()
func (*ListServiceAccountKeyReq) ProtoReflect ¶
func (x *ListServiceAccountKeyReq) ProtoReflect() protoreflect.Message
func (*ListServiceAccountKeyReq) Reset ¶
func (x *ListServiceAccountKeyReq) Reset()
func (*ListServiceAccountKeyReq) String ¶
func (x *ListServiceAccountKeyReq) String() string
type ListServiceAccountKeyRes ¶
type ListServiceAccountKeyRes struct { Data []*ServiceAccountKey `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Pagination *PageRes `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*ListServiceAccountKeyRes) Descriptor
deprecated
func (*ListServiceAccountKeyRes) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceAccountKeyRes.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeyRes) GetData ¶
func (x *ListServiceAccountKeyRes) GetData() []*ServiceAccountKey
func (*ListServiceAccountKeyRes) GetPagination ¶
func (x *ListServiceAccountKeyRes) GetPagination() *PageRes
func (*ListServiceAccountKeyRes) ProtoMessage ¶
func (*ListServiceAccountKeyRes) ProtoMessage()
func (*ListServiceAccountKeyRes) ProtoReflect ¶
func (x *ListServiceAccountKeyRes) ProtoReflect() protoreflect.Message
func (*ListServiceAccountKeyRes) Reset ¶
func (x *ListServiceAccountKeyRes) Reset()
func (*ListServiceAccountKeyRes) String ¶
func (x *ListServiceAccountKeyRes) String() string
type LockExternalMatchReq ¶
type LockExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*LockExternalMatchReq) Descriptor
deprecated
func (*LockExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use LockExternalMatchReq.ProtoReflect.Descriptor instead.
func (*LockExternalMatchReq) GetMatchUuid ¶
func (x *LockExternalMatchReq) GetMatchUuid() string
func (*LockExternalMatchReq) ProtoMessage ¶
func (*LockExternalMatchReq) ProtoMessage()
func (*LockExternalMatchReq) ProtoReflect ¶
func (x *LockExternalMatchReq) ProtoReflect() protoreflect.Message
func (*LockExternalMatchReq) Reset ¶
func (x *LockExternalMatchReq) Reset()
func (*LockExternalMatchReq) String ¶
func (x *LockExternalMatchReq) String() string
type LookupPartnerReq ¶
type LookupPartnerReq struct { HttpOrigin string `protobuf:"bytes,1,opt,name=http_origin,json=httpOrigin,proto3" json:"http_origin,omitempty"` // contains filtered or unexported fields }
func (*LookupPartnerReq) Descriptor
deprecated
func (*LookupPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use LookupPartnerReq.ProtoReflect.Descriptor instead.
func (*LookupPartnerReq) GetHttpOrigin ¶
func (x *LookupPartnerReq) GetHttpOrigin() string
func (*LookupPartnerReq) ProtoMessage ¶
func (*LookupPartnerReq) ProtoMessage()
func (*LookupPartnerReq) ProtoReflect ¶
func (x *LookupPartnerReq) ProtoReflect() protoreflect.Message
func (*LookupPartnerReq) Reset ¶
func (x *LookupPartnerReq) Reset()
func (*LookupPartnerReq) String ¶
func (x *LookupPartnerReq) String() string
type LookupPartnerRes ¶
type LookupPartnerRes struct { Info *ExternalInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // contains filtered or unexported fields }
func (*LookupPartnerRes) Descriptor
deprecated
func (*LookupPartnerRes) Descriptor() ([]byte, []int)
Deprecated: Use LookupPartnerRes.ProtoReflect.Descriptor instead.
func (*LookupPartnerRes) GetInfo ¶
func (x *LookupPartnerRes) GetInfo() *ExternalInfo
func (*LookupPartnerRes) ProtoMessage ¶
func (*LookupPartnerRes) ProtoMessage()
func (*LookupPartnerRes) ProtoReflect ¶
func (x *LookupPartnerRes) ProtoReflect() protoreflect.Message
func (*LookupPartnerRes) Reset ¶
func (x *LookupPartnerRes) Reset()
func (*LookupPartnerRes) String ¶
func (x *LookupPartnerRes) String() string
type PageReq ¶
type PageReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*PageReq) Descriptor
deprecated
func (*PageReq) ProtoMessage ¶
func (*PageReq) ProtoMessage()
func (*PageReq) ProtoReflect ¶
func (x *PageReq) ProtoReflect() protoreflect.Message
type PageRes ¶
type PageRes struct { // More pages are available HasMore bool `protobuf:"varint,1,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"` // Total number of rows Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*PageRes) Descriptor
deprecated
func (*PageRes) GetHasMore ¶
func (*PageRes) ProtoMessage ¶
func (*PageRes) ProtoMessage()
func (*PageRes) ProtoReflect ¶
func (x *PageRes) ProtoReflect() protoreflect.Message
type Partner ¶
type Partner struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The hostname of the partner sandbox is the canonical identifier to authenticate // // Deprecated: Do not use. Hostname string `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"` // The icon to represent the partner in the UI IconUrl string `protobuf:"bytes,4,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"` // A custom URL to use in order to initiate communication with the partner Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` State PartnerState `protobuf:"varint,6,opt,name=state,proto3,enum=v1.PartnerState" json:"state,omitempty"` // Optional error message associate with the ERROR state ErrorMsg string `protobuf:"bytes,7,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Slug for a partner, for authentication purposes Slug string `protobuf:"bytes,10,opt,name=slug,proto3" json:"slug,omitempty"` // Partner's way to authenticate themselves // // Types that are assignable to AuthenticationAttrs: // *Partner_PublicKeyAuth // *Partner_HostnameAuth AuthenticationAttrs isPartner_AuthenticationAttrs `protobuf_oneof:"authentication_attrs"` Kind PartnerKind `protobuf:"varint,13,opt,name=kind,proto3,enum=v1.PartnerKind" json:"kind,omitempty"` // contains filtered or unexported fields }
A partner is an external sandbox with which it is possible to match audiences
func (*Partner) Descriptor
deprecated
func (*Partner) GetAuthenticationAttrs ¶
func (m *Partner) GetAuthenticationAttrs() isPartner_AuthenticationAttrs
func (*Partner) GetCreatedAt ¶
func (x *Partner) GetCreatedAt() *timestamppb.Timestamp
func (*Partner) GetErrorMsg ¶
func (*Partner) GetHostname
deprecated
func (*Partner) GetHostnameAuth ¶
func (x *Partner) GetHostnameAuth() *HostnameAuthentication
func (*Partner) GetIconUrl ¶
func (*Partner) GetKind ¶
func (x *Partner) GetKind() PartnerKind
func (*Partner) GetPublicKeyAuth ¶
func (x *Partner) GetPublicKeyAuth() *PublicKeyAuthentication
func (*Partner) GetState ¶
func (x *Partner) GetState() PartnerState
func (*Partner) GetUpdatedAt ¶
func (x *Partner) GetUpdatedAt() *timestamppb.Timestamp
func (*Partner) ProtoMessage ¶
func (*Partner) ProtoMessage()
func (*Partner) ProtoReflect ¶
func (x *Partner) ProtoReflect() protoreflect.Message
type PartnerFilters ¶
type PartnerFilters struct { States []PartnerState `protobuf:"varint,1,rep,packed,name=states,proto3,enum=v1.PartnerState" json:"states,omitempty"` Kinds []PartnerKind `protobuf:"varint,2,rep,packed,name=kinds,proto3,enum=v1.PartnerKind" json:"kinds,omitempty"` // contains filtered or unexported fields }
func (*PartnerFilters) Descriptor
deprecated
func (*PartnerFilters) Descriptor() ([]byte, []int)
Deprecated: Use PartnerFilters.ProtoReflect.Descriptor instead.
func (*PartnerFilters) GetKinds ¶
func (x *PartnerFilters) GetKinds() []PartnerKind
func (*PartnerFilters) GetStates ¶
func (x *PartnerFilters) GetStates() []PartnerState
func (*PartnerFilters) ProtoMessage ¶
func (*PartnerFilters) ProtoMessage()
func (*PartnerFilters) ProtoReflect ¶
func (x *PartnerFilters) ProtoReflect() protoreflect.Message
func (*PartnerFilters) Reset ¶
func (x *PartnerFilters) Reset()
func (*PartnerFilters) String ¶
func (x *PartnerFilters) String() string
type PartnerKind ¶
type PartnerKind int32
const ( PartnerKind_PARTNER_KIND_UNKNOWN PartnerKind = 0 PartnerKind_PARTNER_KIND_INTERNAL PartnerKind = 1 PartnerKind_PARTNER_KIND_EXTERNAL PartnerKind = 2 )
func (PartnerKind) Descriptor ¶
func (PartnerKind) Descriptor() protoreflect.EnumDescriptor
func (PartnerKind) Enum ¶
func (x PartnerKind) Enum() *PartnerKind
func (PartnerKind) EnumDescriptor
deprecated
func (PartnerKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use PartnerKind.Descriptor instead.
func (PartnerKind) Number ¶
func (x PartnerKind) Number() protoreflect.EnumNumber
func (PartnerKind) String ¶
func (x PartnerKind) String() string
func (PartnerKind) Type ¶
func (PartnerKind) Type() protoreflect.EnumType
type PartnerState ¶
type PartnerState int32
const ( PartnerState_PARTNER_STATE_UNKNOWN PartnerState = 0 // A connection request is/will be sent or has been sent to the parnter PartnerState_PARTNER_STATE_SENT PartnerState = 1 // A connection request has been received from the partner PartnerState_PARTNER_STATE_RECEIVED PartnerState = 2 // There is an active connection with that partner PartnerState_PARTNER_STATE_CONNECTED PartnerState = 3 // This partner has been explicitely disconnected by the partner or by the sandbox PartnerState_PARTNER_STATE_DISCONNECTED PartnerState = 4 // This partner has rejected the sandbox connection request or the sandbox has rejected the partner PartnerState_PARTNER_STATE_REJECTED PartnerState = 5 // Some action couldn't be properly completed with the partner. error_msg should give more details. PartnerState_PARTNER_STATE_ERROR PartnerState = 6 )
func (PartnerState) Descriptor ¶
func (PartnerState) Descriptor() protoreflect.EnumDescriptor
func (PartnerState) Enum ¶
func (x PartnerState) Enum() *PartnerState
func (PartnerState) EnumDescriptor
deprecated
func (PartnerState) EnumDescriptor() ([]byte, []int)
Deprecated: Use PartnerState.Descriptor instead.
func (PartnerState) Number ¶
func (x PartnerState) Number() protoreflect.EnumNumber
func (PartnerState) String ¶
func (x PartnerState) String() string
func (PartnerState) Type ¶
func (PartnerState) Type() protoreflect.EnumType
type Partner_HostnameAuth ¶
type Partner_HostnameAuth struct {
HostnameAuth *HostnameAuthentication `protobuf:"bytes,12,opt,name=hostname_auth,json=hostnameAuth,proto3,oneof"`
}
type Partner_PublicKeyAuth ¶
type Partner_PublicKeyAuth struct {
PublicKeyAuth *PublicKeyAuthentication `protobuf:"bytes,11,opt,name=public_key_auth,json=publicKeyAuth,proto3,oneof"`
}
type PartnersInitToken ¶
type PartnersInitToken struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` // URL to and external/api/info endpoint SandboxInfo string `protobuf:"bytes,2,opt,name=sandbox_info,json=sandboxInfo,proto3" json:"sandbox_info,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*PartnersInitToken) Descriptor
deprecated
func (*PartnersInitToken) Descriptor() ([]byte, []int)
Deprecated: Use PartnersInitToken.ProtoReflect.Descriptor instead.
func (*PartnersInitToken) GetCreatedAt ¶
func (x *PartnersInitToken) GetCreatedAt() *timestamppb.Timestamp
func (*PartnersInitToken) GetExpiresAt ¶
func (x *PartnersInitToken) GetExpiresAt() *timestamppb.Timestamp
func (*PartnersInitToken) GetSandboxInfo ¶
func (x *PartnersInitToken) GetSandboxInfo() string
func (*PartnersInitToken) GetSecret ¶
func (x *PartnersInitToken) GetSecret() string
func (*PartnersInitToken) GetSlug ¶
func (x *PartnersInitToken) GetSlug() string
func (*PartnersInitToken) ProtoMessage ¶
func (*PartnersInitToken) ProtoMessage()
func (*PartnersInitToken) ProtoReflect ¶
func (x *PartnersInitToken) ProtoReflect() protoreflect.Message
func (*PartnersInitToken) Reset ¶
func (x *PartnersInitToken) Reset()
func (*PartnersInitToken) String ¶
func (x *PartnersInitToken) String() string
type PauseExternalMatchReq ¶
type PauseExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*PauseExternalMatchReq) Descriptor
deprecated
func (*PauseExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use PauseExternalMatchReq.ProtoReflect.Descriptor instead.
func (*PauseExternalMatchReq) GetMatchUuid ¶
func (x *PauseExternalMatchReq) GetMatchUuid() string
func (*PauseExternalMatchReq) ProtoMessage ¶
func (*PauseExternalMatchReq) ProtoMessage()
func (*PauseExternalMatchReq) ProtoReflect ¶
func (x *PauseExternalMatchReq) ProtoReflect() protoreflect.Message
func (*PauseExternalMatchReq) Reset ¶
func (x *PauseExternalMatchReq) Reset()
func (*PauseExternalMatchReq) String ¶
func (x *PauseExternalMatchReq) String() string
type PerformAccountsActionReq ¶
type PerformAccountsActionReq struct { Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` Status AccountStatus `protobuf:"varint,2,opt,name=status,proto3,enum=v1.AccountStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*PerformAccountsActionReq) Descriptor
deprecated
func (*PerformAccountsActionReq) Descriptor() ([]byte, []int)
Deprecated: Use PerformAccountsActionReq.ProtoReflect.Descriptor instead.
func (*PerformAccountsActionReq) GetIds ¶
func (x *PerformAccountsActionReq) GetIds() []int32
func (*PerformAccountsActionReq) GetStatus ¶
func (x *PerformAccountsActionReq) GetStatus() AccountStatus
func (*PerformAccountsActionReq) ProtoMessage ¶
func (*PerformAccountsActionReq) ProtoMessage()
func (*PerformAccountsActionReq) ProtoReflect ¶
func (x *PerformAccountsActionReq) ProtoReflect() protoreflect.Message
func (*PerformAccountsActionReq) Reset ¶
func (x *PerformAccountsActionReq) Reset()
func (*PerformAccountsActionReq) String ¶
func (x *PerformAccountsActionReq) String() string
type PerformAccountsActionRes ¶
type PerformAccountsActionRes struct { Accounts []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
func (*PerformAccountsActionRes) Descriptor
deprecated
func (*PerformAccountsActionRes) Descriptor() ([]byte, []int)
Deprecated: Use PerformAccountsActionRes.ProtoReflect.Descriptor instead.
func (*PerformAccountsActionRes) GetAccounts ¶
func (x *PerformAccountsActionRes) GetAccounts() []*Account
func (*PerformAccountsActionRes) ProtoMessage ¶
func (*PerformAccountsActionRes) ProtoMessage()
func (*PerformAccountsActionRes) ProtoReflect ¶
func (x *PerformAccountsActionRes) ProtoReflect() protoreflect.Message
func (*PerformAccountsActionRes) Reset ¶
func (x *PerformAccountsActionRes) Reset()
func (*PerformAccountsActionRes) String ¶
func (x *PerformAccountsActionRes) String() string
type PublicKeyAuthentication ¶
type PublicKeyAuthentication struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
Partners can authenticate themselves either through hostname (sandbox) or public key
func (*PublicKeyAuthentication) Descriptor
deprecated
func (*PublicKeyAuthentication) Descriptor() ([]byte, []int)
Deprecated: Use PublicKeyAuthentication.ProtoReflect.Descriptor instead.
func (*PublicKeyAuthentication) GetPublicKey ¶
func (x *PublicKeyAuthentication) GetPublicKey() string
func (*PublicKeyAuthentication) ProtoMessage ¶
func (*PublicKeyAuthentication) ProtoMessage()
func (*PublicKeyAuthentication) ProtoReflect ¶
func (x *PublicKeyAuthentication) ProtoReflect() protoreflect.Message
func (*PublicKeyAuthentication) Reset ¶
func (x *PublicKeyAuthentication) Reset()
func (*PublicKeyAuthentication) String ¶
func (x *PublicKeyAuthentication) String() string
type RegisterExternalPartnerReq ¶
type RegisterExternalPartnerReq struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*RegisterExternalPartnerReq) Descriptor
deprecated
func (*RegisterExternalPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use RegisterExternalPartnerReq.ProtoReflect.Descriptor instead.
func (*RegisterExternalPartnerReq) GetPublicKey ¶
func (x *RegisterExternalPartnerReq) GetPublicKey() string
func (*RegisterExternalPartnerReq) GetToken ¶
func (x *RegisterExternalPartnerReq) GetToken() string
func (*RegisterExternalPartnerReq) ProtoMessage ¶
func (*RegisterExternalPartnerReq) ProtoMessage()
func (*RegisterExternalPartnerReq) ProtoReflect ¶
func (x *RegisterExternalPartnerReq) ProtoReflect() protoreflect.Message
func (*RegisterExternalPartnerReq) Reset ¶
func (x *RegisterExternalPartnerReq) Reset()
func (*RegisterExternalPartnerReq) String ¶
func (x *RegisterExternalPartnerReq) String() string
type RejectPartnerReq ¶
type RejectPartnerReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RejectPartnerReq) Descriptor
deprecated
func (*RejectPartnerReq) Descriptor() ([]byte, []int)
Deprecated: Use RejectPartnerReq.ProtoReflect.Descriptor instead.
func (*RejectPartnerReq) GetId ¶
func (x *RejectPartnerReq) GetId() int32
func (*RejectPartnerReq) ProtoMessage ¶
func (*RejectPartnerReq) ProtoMessage()
func (*RejectPartnerReq) ProtoReflect ¶
func (x *RejectPartnerReq) ProtoReflect() protoreflect.Message
func (*RejectPartnerReq) Reset ¶
func (x *RejectPartnerReq) Reset()
func (*RejectPartnerReq) String ¶
func (x *RejectPartnerReq) String() string
type ResumeExternalMatchReq ¶
type ResumeExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*ResumeExternalMatchReq) Descriptor
deprecated
func (*ResumeExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use ResumeExternalMatchReq.ProtoReflect.Descriptor instead.
func (*ResumeExternalMatchReq) GetMatchUuid ¶
func (x *ResumeExternalMatchReq) GetMatchUuid() string
func (*ResumeExternalMatchReq) ProtoMessage ¶
func (*ResumeExternalMatchReq) ProtoMessage()
func (*ResumeExternalMatchReq) ProtoReflect ¶
func (x *ResumeExternalMatchReq) ProtoReflect() protoreflect.Message
func (*ResumeExternalMatchReq) Reset ¶
func (x *ResumeExternalMatchReq) Reset()
func (*ResumeExternalMatchReq) String ¶
func (x *ResumeExternalMatchReq) String() string
type RunExternalMatchReq ¶
type RunExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` MatchResultUuid string `protobuf:"bytes,2,opt,name=match_result_uuid,json=matchResultUuid,proto3" json:"match_result_uuid,omitempty"` ClientCertificatePem string `protobuf:"bytes,3,opt,name=client_certificate_pem,json=clientCertificatePem,proto3" json:"client_certificate_pem,omitempty"` // contains filtered or unexported fields }
func (*RunExternalMatchReq) Descriptor
deprecated
func (*RunExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use RunExternalMatchReq.ProtoReflect.Descriptor instead.
func (*RunExternalMatchReq) GetClientCertificatePem ¶
func (x *RunExternalMatchReq) GetClientCertificatePem() string
func (*RunExternalMatchReq) GetMatchResultUuid ¶
func (x *RunExternalMatchReq) GetMatchResultUuid() string
func (*RunExternalMatchReq) GetMatchUuid ¶
func (x *RunExternalMatchReq) GetMatchUuid() string
func (*RunExternalMatchReq) ProtoMessage ¶
func (*RunExternalMatchReq) ProtoMessage()
func (*RunExternalMatchReq) ProtoReflect ¶
func (x *RunExternalMatchReq) ProtoReflect() protoreflect.Message
func (*RunExternalMatchReq) Reset ¶
func (x *RunExternalMatchReq) Reset()
func (*RunExternalMatchReq) String ¶
func (x *RunExternalMatchReq) String() string
type RunExternalMatchRes ¶
type RunExternalMatchRes struct { MatchResultUuid string `protobuf:"bytes,1,opt,name=match_result_uuid,json=matchResultUuid,proto3" json:"match_result_uuid,omitempty"` Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"` ServerCertificatePem string `protobuf:"bytes,3,opt,name=server_certificate_pem,json=serverCertificatePem,proto3" json:"server_certificate_pem,omitempty"` ErrorMsg string `protobuf:"bytes,4,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` // contains filtered or unexported fields }
func (*RunExternalMatchRes) Descriptor
deprecated
func (*RunExternalMatchRes) Descriptor() ([]byte, []int)
Deprecated: Use RunExternalMatchRes.ProtoReflect.Descriptor instead.
func (*RunExternalMatchRes) GetEndpoint ¶
func (x *RunExternalMatchRes) GetEndpoint() string
func (*RunExternalMatchRes) GetErrorMsg ¶
func (x *RunExternalMatchRes) GetErrorMsg() string
func (*RunExternalMatchRes) GetMatchResultUuid ¶
func (x *RunExternalMatchRes) GetMatchResultUuid() string
func (*RunExternalMatchRes) GetServerCertificatePem ¶
func (x *RunExternalMatchRes) GetServerCertificatePem() string
func (*RunExternalMatchRes) ProtoMessage ¶
func (*RunExternalMatchRes) ProtoMessage()
func (*RunExternalMatchRes) ProtoReflect ¶
func (x *RunExternalMatchRes) ProtoReflect() protoreflect.Message
func (*RunExternalMatchRes) Reset ¶
func (x *RunExternalMatchRes) Reset()
func (*RunExternalMatchRes) String ¶
func (x *RunExternalMatchRes) String() string
type ServiceAccountKey ¶
type ServiceAccountKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Only populated on create responses that generated a key PrivateKeyDer string `protobuf:"bytes,2,opt,name=private_key_der,json=privateKeyDer,proto3" json:"private_key_der,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
Service accounts keypair management
func (*ServiceAccountKey) Descriptor
deprecated
func (*ServiceAccountKey) Descriptor() ([]byte, []int)
Deprecated: Use ServiceAccountKey.ProtoReflect.Descriptor instead.
func (*ServiceAccountKey) GetCreatedAt ¶
func (x *ServiceAccountKey) GetCreatedAt() *timestamppb.Timestamp
func (*ServiceAccountKey) GetExpiresAt ¶
func (x *ServiceAccountKey) GetExpiresAt() *timestamppb.Timestamp
func (*ServiceAccountKey) GetId ¶
func (x *ServiceAccountKey) GetId() string
func (*ServiceAccountKey) GetPrivateKeyDer ¶
func (x *ServiceAccountKey) GetPrivateKeyDer() string
func (*ServiceAccountKey) ProtoMessage ¶
func (*ServiceAccountKey) ProtoMessage()
func (*ServiceAccountKey) ProtoReflect ¶
func (x *ServiceAccountKey) ProtoReflect() protoreflect.Message
func (*ServiceAccountKey) Reset ¶
func (x *ServiceAccountKey) Reset()
func (*ServiceAccountKey) String ¶
func (x *ServiceAccountKey) String() string
type SortField ¶
type SortField struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*SortField) Descriptor
deprecated
func (*SortField) ProtoMessage ¶
func (*SortField) ProtoMessage()
func (*SortField) ProtoReflect ¶
func (x *SortField) ProtoReflect() protoreflect.Message
type Status ¶
type Status int32
const ( // HTTP 200 Status_STATUS_OK Status = 0 // HTTP 400 Status_STATUS_BAD_REQUEST Status = 1 // HTTP 401 Status_STATUS_UNAUTHENTICATED Status = 5 // HTTP 403 Status_STATUS_FORBIDDEN Status = 8 // HTTP 404 Status_STATUS_NOT_FOUND Status = 4 // HTTP 422 Status_STATUS_UNPROCESSABLE Status = 3 // HTTP 500 Status_STATUS_INTERNAL Status = 2 // HTTP 503 Status_STATUS_UNAVAILABLE Status = 6 // HTTP 504 Status_STATUS_TIMEOUT Status = 7 )
func (Status) Descriptor ¶
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
func (Status) Number ¶
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶
func (Status) Type() protoreflect.EnumType
type TraceContext ¶
type TraceContext struct { TraceId string `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"` ParentSpanId string `protobuf:"bytes,2,opt,name=parent_span_id,json=parentSpanId,proto3" json:"parent_span_id,omitempty"` // contains filtered or unexported fields }
func (*TraceContext) Descriptor
deprecated
func (*TraceContext) Descriptor() ([]byte, []int)
Deprecated: Use TraceContext.ProtoReflect.Descriptor instead.
func (*TraceContext) GetParentSpanId ¶
func (x *TraceContext) GetParentSpanId() string
func (*TraceContext) GetTraceId ¶
func (x *TraceContext) GetTraceId() string
func (*TraceContext) ProtoMessage ¶
func (*TraceContext) ProtoMessage()
func (*TraceContext) ProtoReflect ¶
func (x *TraceContext) ProtoReflect() protoreflect.Message
func (*TraceContext) Reset ¶
func (x *TraceContext) Reset()
func (*TraceContext) String ¶
func (x *TraceContext) String() string
type UnlockExternalMatchReq ¶
type UnlockExternalMatchReq struct { MatchUuid string `protobuf:"bytes,1,opt,name=match_uuid,json=matchUuid,proto3" json:"match_uuid,omitempty"` // contains filtered or unexported fields }
func (*UnlockExternalMatchReq) Descriptor
deprecated
func (*UnlockExternalMatchReq) Descriptor() ([]byte, []int)
Deprecated: Use UnlockExternalMatchReq.ProtoReflect.Descriptor instead.
func (*UnlockExternalMatchReq) GetMatchUuid ¶
func (x *UnlockExternalMatchReq) GetMatchUuid() string
func (*UnlockExternalMatchReq) ProtoMessage ¶
func (*UnlockExternalMatchReq) ProtoMessage()
func (*UnlockExternalMatchReq) ProtoReflect ¶
func (x *UnlockExternalMatchReq) ProtoReflect() protoreflect.Message
func (*UnlockExternalMatchReq) Reset ¶
func (x *UnlockExternalMatchReq) Reset()
func (*UnlockExternalMatchReq) String ¶
func (x *UnlockExternalMatchReq) String() string
type UnprocessableDetails ¶
type UnprocessableDetails struct { Fields []*FieldError `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
func (*UnprocessableDetails) Descriptor
deprecated
func (*UnprocessableDetails) Descriptor() ([]byte, []int)
Deprecated: Use UnprocessableDetails.ProtoReflect.Descriptor instead.
func (*UnprocessableDetails) GetFields ¶
func (x *UnprocessableDetails) GetFields() []*FieldError
func (*UnprocessableDetails) ProtoMessage ¶
func (*UnprocessableDetails) ProtoMessage()
func (*UnprocessableDetails) ProtoReflect ¶
func (x *UnprocessableDetails) ProtoReflect() protoreflect.Message
func (*UnprocessableDetails) Reset ¶
func (x *UnprocessableDetails) Reset()
func (*UnprocessableDetails) String ¶
func (x *UnprocessableDetails) String() string
type UpdateAccountRes ¶
type UpdateAccountRes struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*UpdateAccountRes) Descriptor
deprecated
func (*UpdateAccountRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccountRes.ProtoReflect.Descriptor instead.
func (*UpdateAccountRes) GetAccount ¶
func (x *UpdateAccountRes) GetAccount() *Account
func (*UpdateAccountRes) ProtoMessage ¶
func (*UpdateAccountRes) ProtoMessage()
func (*UpdateAccountRes) ProtoReflect ¶
func (x *UpdateAccountRes) ProtoReflect() protoreflect.Message
func (*UpdateAccountRes) Reset ¶
func (x *UpdateAccountRes) Reset()
func (*UpdateAccountRes) String ¶
func (x *UpdateAccountRes) String() string
type UpdateCurrentUserReq ¶
type UpdateCurrentUserReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` CurrentSecret string `protobuf:"bytes,3,opt,name=current_secret,json=currentSecret,proto3" json:"current_secret,omitempty"` NewSecret string `protobuf:"bytes,4,opt,name=new_secret,json=newSecret,proto3" json:"new_secret,omitempty"` // contains filtered or unexported fields }
func (*UpdateCurrentUserReq) Descriptor
deprecated
func (*UpdateCurrentUserReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCurrentUserReq.ProtoReflect.Descriptor instead.
func (*UpdateCurrentUserReq) GetCurrentSecret ¶
func (x *UpdateCurrentUserReq) GetCurrentSecret() string
func (*UpdateCurrentUserReq) GetEmail ¶
func (x *UpdateCurrentUserReq) GetEmail() string
func (*UpdateCurrentUserReq) GetName ¶
func (x *UpdateCurrentUserReq) GetName() string
func (*UpdateCurrentUserReq) GetNewSecret ¶
func (x *UpdateCurrentUserReq) GetNewSecret() string
func (*UpdateCurrentUserReq) ProtoMessage ¶
func (*UpdateCurrentUserReq) ProtoMessage()
func (*UpdateCurrentUserReq) ProtoReflect ¶
func (x *UpdateCurrentUserReq) ProtoReflect() protoreflect.Message
func (*UpdateCurrentUserReq) Reset ¶
func (x *UpdateCurrentUserReq) Reset()
func (*UpdateCurrentUserReq) String ¶
func (x *UpdateCurrentUserReq) String() string
type UpdateCurrentUserRes ¶
type UpdateCurrentUserRes struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*UpdateCurrentUserRes) Descriptor
deprecated
func (*UpdateCurrentUserRes) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCurrentUserRes.ProtoReflect.Descriptor instead.
func (*UpdateCurrentUserRes) GetAccount ¶
func (x *UpdateCurrentUserRes) GetAccount() *Account
func (*UpdateCurrentUserRes) ProtoMessage ¶
func (*UpdateCurrentUserRes) ProtoMessage()
func (*UpdateCurrentUserRes) ProtoReflect ¶
func (x *UpdateCurrentUserRes) ProtoReflect() protoreflect.Message
func (*UpdateCurrentUserRes) Reset ¶
func (x *UpdateCurrentUserRes) Reset()
func (*UpdateCurrentUserRes) String ¶
func (x *UpdateCurrentUserRes) String() string